finagolfin

Results 32 issues of finagolfin

~I'm seeing weird new errors when building locally, so check if it is happening on the CI too.~ I had set up a new build environment and was missing some...

We should update this repo to use it. It is significantly smaller than prior NDKs, about a third less than 23c.

packaging

Building in release mode produces this since #410 was merged: ``` > ./swift-5.6.2-RELEASE-ubuntu20.04/usr/bin/swift build -c release /home/butta/swift-argument-parser/Sources/ArgumentParserTestHelpers/TestHelpers.swift:12:18: error: module 'ArgumentParser' was not compiled for testing @testable import ArgumentParser ``` That...

Ever since that test was added in #384/#385, I'm seeing crashes or [hangs (on my Android CI) when running these tests](https://github.com/buttaface/swift-android-sdk/runs/7585396868?check_suite_focus=true#step:3:6608), which looks like this on a small linux x86_64...

Somebody recently reported problems using this package on Android armv7, termux/termux-packages#8569, so I had him run the tests for this package on there and he reported this test failing. I...

bug
good first issue

Also gets the tests running on linux again. I used an earlier version of this pull when packaging CookCLI for Android last weekend, termux/termux-packages#11081. I tested this pull by running...

### Tool name Swift ### Tool license Apache ### Add or update? - [X] Add - [ ] Update ### Desired version 5.7 ### Approximate size 1.5 GB ### Brief...

awaiting-deployment
OS: Ubuntu
feature request

Cherrypick of #64103 __Explanation:__ The 5.8 release has an incorrect relative runpath added to the compiler on linux, the second one: ``` > readelf -d swift-5.8-RELEASE-ubuntu20.04/usr/bin/swift-frontend | ag runpath 0x000000000000001d...

🍒 release cherry pick
swift 5.8

Also, make the analogous change to https://github.com/apple/swift-driver/pull/1372, which gets the sanitizer tests working on Android again. [The first test initially worked](https://ci-external.swift.org/job/oss-swift-RA-linux-ubuntu-16.04-android/3472/consoleText), but then something changed in trunk to add the...