Build Information
Failed to build ProgressSpinnerKit, reference main (33ff37
), with Swift 6.1 for Android on 29 May 2025 23:56:13 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/yutailang0119/progressspinnerkit.git
Reference: main
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: git branch -m <name>
From https://github.com/yutailang0119/progressspinnerkit
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 33ff37d Merge pull request #61 from yutailang0119/swift-tools-support-core
Cloned https://github.com/yutailang0119/progressspinnerkit.git
Revision (git rev-parse @):
33ff37dc1cccc9a9af7d18fcc0088c5a759f2697
SUCCESS checkout https://github.com/yutailang0119/progressspinnerkit.git at main
========================================
Build
========================================
Selected platform: android
Swift version: 6.1
Building package at path: $PWD
https://github.com/yutailang0119/progressspinnerkit.git
https://github.com/yutailang0119/progressspinnerkit.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "swift-tools-support-core",
"requirement" : {
"range" : [
{
"lower_bound" : "0.7.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swiftlang/swift-tools-support-core.git"
}
],
"manifest_display_name" : "ProgressSpinnerKit",
"name" : "ProgressSpinnerKit",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "13.0"
}
],
"products" : [
{
"name" : "ProgressSpinnerKit",
"targets" : [
"ProgressSpinnerKit"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "demo",
"targets" : [
"demo"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "demo",
"module_type" : "SwiftTarget",
"name" : "demo",
"path" : "Sources/demo",
"product_memberships" : [
"demo"
],
"sources" : [
"Demo.swift"
],
"target_dependencies" : [
"ProgressSpinnerKit"
],
"type" : "executable"
},
{
"c99name" : "ProgressSpinnerKitTests",
"module_type" : "SwiftTarget",
"name" : "ProgressSpinnerKitTests",
"path" : "Tests/ProgressSpinnerKitTests",
"sources" : [
"ProgressSpinnerTests.swift"
],
"target_dependencies" : [
"ProgressSpinnerKit"
],
"type" : "test"
},
{
"c99name" : "ProgressSpinnerKit",
"module_type" : "SwiftTarget",
"name" : "ProgressSpinnerKit",
"path" : "Sources/ProgressSpinnerKit",
"product_dependencies" : [
"SwiftToolsSupport"
],
"product_memberships" : [
"ProgressSpinnerKit",
"demo"
],
"sources" : [
"ProgressSpinner.swift",
"Spinner.swift"
],
"type" : "library"
}
],
"tools_version" : "5.9"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/swiftlang/swift-tools-support-core.git
[1/6764] Fetching swift-tools-support-core
Fetched https://github.com/swiftlang/swift-tools-support-core.git from cache (1.10s)
Computing version for https://github.com/swiftlang/swift-tools-support-core.git
Computed https://github.com/swiftlang/swift-tools-support-core.git at 0.7.3 (4.79s)
Creating working copy for https://github.com/swiftlang/swift-tools-support-core.git
Working copy of https://github.com/swiftlang/swift-tools-support-core.git resolved at 0.7.3
Building for debugging...
[0/18] Write sources
[5/18] Compiling TSCclibc libc.c
[6/18] Compiling TSCclibc process.c
[7/18] Compiling TSCclibc strerror.c
[8/18] Write swift-version-24593BA9C3E375BF.txt
[10/20] Emitting module TSCLibc
[11/20] Compiling TSCLibc libc.swift
[12/21] Wrapping AST for TSCLibc for debugging
[14/61] Emitting module TSCBasic
[15/66] Compiling TSCBasic OSLog.swift
[16/66] Compiling TSCBasic ObjectIdentifierProtocol.swift
[17/66] Compiling TSCBasic OrderedDictionary.swift
[18/66] Compiling TSCBasic OrderedSet.swift
[19/66] Compiling TSCBasic Path.swift
[20/66] Compiling TSCBasic Result.swift
[21/66] Compiling TSCBasic SortedArray.swift
[22/66] Compiling TSCBasic StringConversions.swift
[23/66] Compiling TSCBasic SynchronizedQueue.swift
[24/66] Compiling TSCBasic TemporaryFile.swift
[25/66] Compiling TSCBasic DictionaryExtensions.swift
[26/66] Compiling TSCBasic DictionaryLiteralExtensions.swift
[27/66] Compiling TSCBasic EditDistance.swift
[28/66] Compiling TSCBasic FileInfo.swift
[29/66] Compiling TSCBasic FileSystem.swift
[30/66] Compiling TSCBasic GraphAlgorithms.swift
[31/66] Compiling TSCBasic CodableResult.swift
[32/66] Compiling TSCBasic CollectionAlgorithms.swift
[33/66] Compiling TSCBasic CollectionExtensions.swift
[34/66] Compiling TSCBasic Condition.swift
[35/66] Compiling TSCBasic DeltaAlgorithm.swift
[36/66] Compiling TSCBasic DiagnosticsEngine.swift
[37/66] Compiling TSCBasic Await.swift
[38/66] Compiling TSCBasic Base64URL.swift
[39/66] Compiling TSCBasic ByteString.swift
[40/66] Compiling TSCBasic CStringArray.swift
[41/66] Compiling TSCBasic CacheableSequence.swift
[42/66] Compiling TSCBasic Closable.swift
[43/66] Compiling TSCBasic HashAlgorithms.swift
[44/66] Compiling TSCBasic JSON.swift
[45/66] Compiling TSCBasic JSONMapper.swift
[46/66] Compiling TSCBasic KeyedPair.swift
[47/66] Compiling TSCBasic LazyCache.swift
[48/66] Compiling TSCBasic Lock.swift
[49/66] Compiling TSCBasic PathShims.swift
[50/66] Compiling TSCBasic Process.swift
[51/66] Compiling TSCBasic ProcessEnv.swift
[52/66] Compiling TSCBasic ProcessSet.swift
[53/66] Compiling TSCBasic RegEx.swift
[54/66] Compiling TSCBasic TerminalController.swift
[55/66] Compiling TSCBasic Thread.swift
[56/66] Compiling TSCBasic Tuple.swift
[57/66] Compiling TSCBasic WritableByteStream.swift
[58/66] Compiling TSCBasic misc.swift
[59/67] Wrapping AST for TSCBasic for debugging
[61/102] Emitting module TSCUtility
[62/106] Compiling TSCUtility Tracing.swift
[63/106] Compiling TSCUtility Triple.swift
[64/106] Compiling TSCUtility URL.swift
[65/106] Compiling TSCUtility Verbosity.swift
[66/106] Compiling TSCUtility Context.swift
[67/106] Compiling TSCUtility Diagnostics.swift
[68/106] Compiling TSCUtility FSWatch.swift
[69/106] Compiling TSCUtility FloatingPointExtensions.swift
[70/106] Compiling TSCUtility Git.swift
[71/106] Compiling TSCUtility Version.swift
[72/106] Compiling TSCUtility Versioning.swift
[73/106] Compiling TSCUtility dlopen.swift
[74/106] Compiling TSCUtility misc.swift
[75/106] Compiling TSCUtility Bitstream.swift
[76/106] Compiling TSCUtility BitstreamReader.swift
[77/106] Compiling TSCUtility BitstreamWriter.swift
[78/106] Compiling TSCUtility BuildFlags.swift
[79/106] Compiling TSCUtility CollectionExtensions.swift
[80/106] Compiling TSCUtility Archiver.swift
[81/106] Compiling TSCUtility ArgumentParser.swift
[82/106] Compiling TSCUtility ArgumentParserShellCompletion.swift
[83/106] Compiling TSCUtility Array+Extensions.swift
[84/106] Compiling TSCUtility Bits.swift
[85/106] Compiling TSCUtility Hex.swift
[86/106] Compiling TSCUtility IndexStore.swift
[87/106] Compiling TSCUtility InterruptHandler.swift
[88/106] Compiling TSCUtility JSONMessageStreamingParser.swift
[89/106] Compiling TSCUtility Netrc.swift
[90/106] Compiling TSCUtility OSLog.swift
[91/106] Compiling TSCUtility OrderedZip.swift
[92/106] Compiling TSCUtility PkgConfig.swift
[93/106] Compiling TSCUtility Platform.swift
[94/106] Compiling TSCUtility PolymorphicCodable.swift
[95/106] Compiling TSCUtility ProgressAnimation.swift
[96/106] Compiling TSCUtility SerializedDiagnostics.swift
[97/106] Compiling TSCUtility SimplePersistence.swift
[98/106] Compiling TSCUtility StringExtensions.swift
[99/106] Compiling TSCUtility StringMangling.swift
[100/107] Wrapping AST for TSCUtility for debugging
[101/107] Write Objects.LinkFileList
[102/107] Linking libSwiftToolsSupport.so
[104/110] Compiling ProgressSpinnerKit Spinner.swift
[105/110] Compiling ProgressSpinnerKit ProgressSpinner.swift
[106/110] Emitting module ProgressSpinnerKit
[107/111] Wrapping AST for ProgressSpinnerKit for debugging
[109/113] Compiling demo Demo.swift
/host/spi-builder-workspace/Sources/demo/Demo.swift:22:77: warning: reference to var 'stderrStream' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
20 |
21 | do {
22 | let defaultSpinner = ProgressSpinnerKit.progressSpinner(for: TSCBasic.stderrStream, header: " default:")
| `- warning: reference to var 'stderrStream' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
23 | await run(with: defaultSpinner)
24 | }
/host/spi-builder-workspace/.build/checkouts/swift-tools-support-core/Sources/TSCBasic/WritableByteStream.swift:847:12: note: var declared here
845 |
846 | /// Public stderr stream instance.
847 | public var stderrStream: ThreadSafeOutputByteStream = try! ThreadSafeOutputByteStream(LocalFileOutputByteStream(
| `- note: var declared here
848 | filePointer: TSCLibc.stderr,
849 | closeOnDeinit: false))
/host/spi-builder-workspace/Sources/demo/Demo.swift:28:23: warning: reference to var 'stderrStream' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
26 | do {
27 | let box1 = ProgressSpinnerKit.progressSpinner(
28 | for: TSCBasic.stderrStream,
| `- warning: reference to var 'stderrStream' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
29 | header: " box1:",
30 | spinner: Spinner(kind: .box1)
/host/spi-builder-workspace/.build/checkouts/swift-tools-support-core/Sources/TSCBasic/WritableByteStream.swift:847:12: note: var declared here
845 |
846 | /// Public stderr stream instance.
847 | public var stderrStream: ThreadSafeOutputByteStream = try! ThreadSafeOutputByteStream(LocalFileOutputByteStream(
| `- note: var declared here
848 | filePointer: TSCLibc.stderr,
849 | closeOnDeinit: false))
/host/spi-builder-workspace/Sources/demo/Demo.swift:37:23: warning: reference to var 'stderrStream' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
35 | do {
36 | let box2 = ProgressSpinnerKit.progressSpinner(
37 | for: TSCBasic.stderrStream,
| `- warning: reference to var 'stderrStream' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
38 | header: " box2:",
39 | spinner: Spinner(kind: .box2)
/host/spi-builder-workspace/.build/checkouts/swift-tools-support-core/Sources/TSCBasic/WritableByteStream.swift:847:12: note: var declared here
845 |
846 | /// Public stderr stream instance.
847 | public var stderrStream: ThreadSafeOutputByteStream = try! ThreadSafeOutputByteStream(LocalFileOutputByteStream(
| `- note: var declared here
848 | filePointer: TSCLibc.stderr,
849 | closeOnDeinit: false))
/host/spi-builder-workspace/Sources/demo/Demo.swift:46:23: warning: reference to var 'stderrStream' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
44 | do {
45 | let box3 = ProgressSpinnerKit.progressSpinner(
46 | for: TSCBasic.stderrStream,
| `- warning: reference to var 'stderrStream' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
47 | header: " box3:",
48 | spinner: Spinner(kind: .box3)
/host/spi-builder-workspace/.build/checkouts/swift-tools-support-core/Sources/TSCBasic/WritableByteStream.swift:847:12: note: var declared here
845 |
846 | /// Public stderr stream instance.
847 | public var stderrStream: ThreadSafeOutputByteStream = try! ThreadSafeOutputByteStream(LocalFileOutputByteStream(
| `- note: var declared here
848 | filePointer: TSCLibc.stderr,
849 | closeOnDeinit: false))
/host/spi-builder-workspace/Sources/demo/Demo.swift:55:23: warning: reference to var 'stderrStream' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
53 | do {
54 | let box4 = ProgressSpinnerKit.progressSpinner(
55 | for: TSCBasic.stderrStream,
| `- warning: reference to var 'stderrStream' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
56 | header: " box4:",
57 | spinner: Spinner(kind: .box4)
/host/spi-builder-workspace/.build/checkouts/swift-tools-support-core/Sources/TSCBasic/WritableByteStream.swift:847:12: note: var declared here
845 |
846 | /// Public stderr stream instance.
847 | public var stderrStream: ThreadSafeOutputByteStream = try! ThreadSafeOutputByteStream(LocalFileOutputByteStream(
| `- note: var declared here
848 | filePointer: TSCLibc.stderr,
849 | closeOnDeinit: false))
/host/spi-builder-workspace/Sources/demo/Demo.swift:64:23: warning: reference to var 'stderrStream' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
62 | do {
63 | let box5 = ProgressSpinnerKit.progressSpinner(
64 | for: TSCBasic.stderrStream,
| `- warning: reference to var 'stderrStream' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
65 | header: " box5:",
66 | spinner: Spinner(kind: .box5)
/host/spi-builder-workspace/.build/checkouts/swift-tools-support-core/Sources/TSCBasic/WritableByteStream.swift:847:12: note: var declared here
845 |
846 | /// Public stderr stream instance.
847 | public var stderrStream: ThreadSafeOutputByteStream = try! ThreadSafeOutputByteStream(LocalFileOutputByteStream(
| `- note: var declared here
848 | filePointer: TSCLibc.stderr,
849 | closeOnDeinit: false))
/host/spi-builder-workspace/Sources/demo/Demo.swift:73:23: warning: reference to var 'stderrStream' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
71 | do {
72 | let box6 = ProgressSpinnerKit.progressSpinner(
73 | for: TSCBasic.stderrStream,
| `- warning: reference to var 'stderrStream' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
74 | header: " box6:",
75 | spinner: Spinner(kind: .box6)
/host/spi-builder-workspace/.build/checkouts/swift-tools-support-core/Sources/TSCBasic/WritableByteStream.swift:847:12: note: var declared here
845 |
846 | /// Public stderr stream instance.
847 | public var stderrStream: ThreadSafeOutputByteStream = try! ThreadSafeOutputByteStream(LocalFileOutputByteStream(
| `- note: var declared here
848 | filePointer: TSCLibc.stderr,
849 | closeOnDeinit: false))
/host/spi-builder-workspace/Sources/demo/Demo.swift:82:23: warning: reference to var 'stderrStream' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
80 | do {
81 | let box7 = ProgressSpinnerKit.progressSpinner(
82 | for: TSCBasic.stderrStream,
| `- warning: reference to var 'stderrStream' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
83 | header: " box7:",
84 | spinner: Spinner(kind: .box7)
/host/spi-builder-workspace/.build/checkouts/swift-tools-support-core/Sources/TSCBasic/WritableByteStream.swift:847:12: note: var declared here
845 |
846 | /// Public stderr stream instance.
847 | public var stderrStream: ThreadSafeOutputByteStream = try! ThreadSafeOutputByteStream(LocalFileOutputByteStream(
| `- note: var declared here
848 | filePointer: TSCLibc.stderr,
849 | closeOnDeinit: false))
/host/spi-builder-workspace/Sources/demo/Demo.swift:91:23: warning: reference to var 'stderrStream' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
89 | do {
90 | let bar1 = ProgressSpinnerKit.progressSpinner(
91 | for: TSCBasic.stderrStream,
| `- warning: reference to var 'stderrStream' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
92 | header: " bar1:",
93 | spinner: Spinner(kind: .bar1)
/host/spi-builder-workspace/.build/checkouts/swift-tools-support-core/Sources/TSCBasic/WritableByteStream.swift:847:12: note: var declared here
845 |
846 | /// Public stderr stream instance.
847 | public var stderrStream: ThreadSafeOutputByteStream = try! ThreadSafeOutputByteStream(LocalFileOutputByteStream(
| `- note: var declared here
848 | filePointer: TSCLibc.stderr,
849 | closeOnDeinit: false))
/host/spi-builder-workspace/Sources/demo/Demo.swift:100:23: warning: reference to var 'stderrStream' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
98 | do {
99 | let bar2 = ProgressSpinnerKit.progressSpinner(
100 | for: TSCBasic.stderrStream,
| `- warning: reference to var 'stderrStream' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
101 | header: " bar2:",
102 | spinner: Spinner(kind: .bar2)
/host/spi-builder-workspace/.build/checkouts/swift-tools-support-core/Sources/TSCBasic/WritableByteStream.swift:847:12: note: var declared here
845 |
846 | /// Public stderr stream instance.
847 | public var stderrStream: ThreadSafeOutputByteStream = try! ThreadSafeOutputByteStream(LocalFileOutputByteStream(
| `- note: var declared here
848 | filePointer: TSCLibc.stderr,
849 | closeOnDeinit: false))
/host/spi-builder-workspace/Sources/demo/Demo.swift:109:23: warning: reference to var 'stderrStream' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
107 | do {
108 | let bar3 = ProgressSpinnerKit.progressSpinner(
109 | for: TSCBasic.stderrStream,
| `- warning: reference to var 'stderrStream' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
110 | header: " bar3:",
111 | spinner: Spinner(kind: .bar3)
/host/spi-builder-workspace/.build/checkouts/swift-tools-support-core/Sources/TSCBasic/WritableByteStream.swift:847:12: note: var declared here
845 |
846 | /// Public stderr stream instance.
847 | public var stderrStream: ThreadSafeOutputByteStream = try! ThreadSafeOutputByteStream(LocalFileOutputByteStream(
| `- note: var declared here
848 | filePointer: TSCLibc.stderr,
849 | closeOnDeinit: false))
/host/spi-builder-workspace/Sources/demo/Demo.swift:118:23: warning: reference to var 'stderrStream' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
116 | do {
117 | let bar4 = ProgressSpinnerKit.progressSpinner(
118 | for: TSCBasic.stderrStream,
| `- warning: reference to var 'stderrStream' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
119 | header: " bar4:",
120 | spinner: Spinner(kind: .bar4)
/host/spi-builder-workspace/.build/checkouts/swift-tools-support-core/Sources/TSCBasic/WritableByteStream.swift:847:12: note: var declared here
845 |
846 | /// Public stderr stream instance.
847 | public var stderrStream: ThreadSafeOutputByteStream = try! ThreadSafeOutputByteStream(LocalFileOutputByteStream(
| `- note: var declared here
848 | filePointer: TSCLibc.stderr,
849 | closeOnDeinit: false))
/host/spi-builder-workspace/Sources/demo/Demo.swift:127:23: warning: reference to var 'stderrStream' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
125 | do {
126 | let bar5 = ProgressSpinnerKit.progressSpinner(
127 | for: TSCBasic.stderrStream,
| `- warning: reference to var 'stderrStream' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
128 | header: " bar5:",
129 | spinner: Spinner(kind: .bar5)
/host/spi-builder-workspace/.build/checkouts/swift-tools-support-core/Sources/TSCBasic/WritableByteStream.swift:847:12: note: var declared here
845 |
846 | /// Public stderr stream instance.
847 | public var stderrStream: ThreadSafeOutputByteStream = try! ThreadSafeOutputByteStream(LocalFileOutputByteStream(
| `- note: var declared here
848 | filePointer: TSCLibc.stderr,
849 | closeOnDeinit: false))
/host/spi-builder-workspace/Sources/demo/Demo.swift:136:23: warning: reference to var 'stderrStream' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
134 | do {
135 | let bar6 = ProgressSpinnerKit.progressSpinner(
136 | for: TSCBasic.stderrStream,
| `- warning: reference to var 'stderrStream' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
137 | header: " bar6:",
138 | spinner: Spinner(kind: .bar6)
/host/spi-builder-workspace/.build/checkouts/swift-tools-support-core/Sources/TSCBasic/WritableByteStream.swift:847:12: note: var declared here
845 |
846 | /// Public stderr stream instance.
847 | public var stderrStream: ThreadSafeOutputByteStream = try! ThreadSafeOutputByteStream(LocalFileOutputByteStream(
| `- note: var declared here
848 | filePointer: TSCLibc.stderr,
849 | closeOnDeinit: false))
/host/spi-builder-workspace/Sources/demo/Demo.swift:145:23: warning: reference to var 'stderrStream' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
143 | do {
144 | let spin1 = ProgressSpinnerKit.progressSpinner(
145 | for: TSCBasic.stderrStream,
| `- warning: reference to var 'stderrStream' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
146 | header: " spin1:",
147 | spinner: Spinner(kind: .spin1)
/host/spi-builder-workspace/.build/checkouts/swift-tools-support-core/Sources/TSCBasic/WritableByteStream.swift:847:12: note: var declared here
845 |
846 | /// Public stderr stream instance.
847 | public var stderrStream: ThreadSafeOutputByteStream = try! ThreadSafeOutputByteStream(LocalFileOutputByteStream(
| `- note: var declared here
848 | filePointer: TSCLibc.stderr,
849 | closeOnDeinit: false))
/host/spi-builder-workspace/Sources/demo/Demo.swift:154:23: warning: reference to var 'stderrStream' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
152 | do {
153 | let spin2 = ProgressSpinnerKit.progressSpinner(
154 | for: TSCBasic.stderrStream,
| `- warning: reference to var 'stderrStream' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
155 | header: " spin2:",
156 | spinner: Spinner(kind: .spin2)
/host/spi-builder-workspace/.build/checkouts/swift-tools-support-core/Sources/TSCBasic/WritableByteStream.swift:847:12: note: var declared here
845 |
846 | /// Public stderr stream instance.
847 | public var stderrStream: ThreadSafeOutputByteStream = try! ThreadSafeOutputByteStream(LocalFileOutputByteStream(
| `- note: var declared here
848 | filePointer: TSCLibc.stderr,
849 | closeOnDeinit: false))
/host/spi-builder-workspace/Sources/demo/Demo.swift:163:23: warning: reference to var 'stderrStream' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
161 | do {
162 | let spin3 = ProgressSpinnerKit.progressSpinner(
163 | for: TSCBasic.stderrStream,
| `- warning: reference to var 'stderrStream' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
164 | header: " spin3:",
165 | spinner: Spinner(kind: .spin3)
/host/spi-builder-workspace/.build/checkouts/swift-tools-support-core/Sources/TSCBasic/WritableByteStream.swift:847:12: note: var declared here
845 |
846 | /// Public stderr stream instance.
847 | public var stderrStream: ThreadSafeOutputByteStream = try! ThreadSafeOutputByteStream(LocalFileOutputByteStream(
| `- note: var declared here
848 | filePointer: TSCLibc.stderr,
849 | closeOnDeinit: false))
/host/spi-builder-workspace/Sources/demo/Demo.swift:172:23: warning: reference to var 'stderrStream' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
170 | do {
171 | let spin4 = ProgressSpinnerKit.progressSpinner(
172 | for: TSCBasic.stderrStream,
| `- warning: reference to var 'stderrStream' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
173 | header: " spin4:",
174 | spinner: Spinner(kind: .spin4)
/host/spi-builder-workspace/.build/checkouts/swift-tools-support-core/Sources/TSCBasic/WritableByteStream.swift:847:12: note: var declared here
845 |
846 | /// Public stderr stream instance.
847 | public var stderrStream: ThreadSafeOutputByteStream = try! ThreadSafeOutputByteStream(LocalFileOutputByteStream(
| `- note: var declared here
848 | filePointer: TSCLibc.stderr,
849 | closeOnDeinit: false))
/host/spi-builder-workspace/Sources/demo/Demo.swift:181:23: warning: reference to var 'stderrStream' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
179 | do {
180 | let spin5 = ProgressSpinnerKit.progressSpinner(
181 | for: TSCBasic.stderrStream,
| `- warning: reference to var 'stderrStream' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
182 | header: " spin5:",
183 | spinner: Spinner(kind: .spin5)
/host/spi-builder-workspace/.build/checkouts/swift-tools-support-core/Sources/TSCBasic/WritableByteStream.swift:847:12: note: var declared here
845 |
846 | /// Public stderr stream instance.
847 | public var stderrStream: ThreadSafeOutputByteStream = try! ThreadSafeOutputByteStream(LocalFileOutputByteStream(
| `- note: var declared here
848 | filePointer: TSCLibc.stderr,
849 | closeOnDeinit: false))
/host/spi-builder-workspace/Sources/demo/Demo.swift:190:23: warning: reference to var 'stderrStream' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
188 | do {
189 | let spin6 = ProgressSpinnerKit.progressSpinner(
190 | for: TSCBasic.stderrStream,
| `- warning: reference to var 'stderrStream' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
191 | header: " spin6:",
192 | spinner: Spinner(kind: .spin6)
/host/spi-builder-workspace/.build/checkouts/swift-tools-support-core/Sources/TSCBasic/WritableByteStream.swift:847:12: note: var declared here
845 |
846 | /// Public stderr stream instance.
847 | public var stderrStream: ThreadSafeOutputByteStream = try! ThreadSafeOutputByteStream(LocalFileOutputByteStream(
| `- note: var declared here
848 | filePointer: TSCLibc.stderr,
849 | closeOnDeinit: false))
/host/spi-builder-workspace/Sources/demo/Demo.swift:199:23: warning: reference to var 'stderrStream' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
197 | do {
198 | let spin7 = ProgressSpinnerKit.progressSpinner(
199 | for: TSCBasic.stderrStream,
| `- warning: reference to var 'stderrStream' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
200 | header: " spin7:",
201 | spinner: Spinner(kind: .spin7)
/host/spi-builder-workspace/.build/checkouts/swift-tools-support-core/Sources/TSCBasic/WritableByteStream.swift:847:12: note: var declared here
845 |
846 | /// Public stderr stream instance.
847 | public var stderrStream: ThreadSafeOutputByteStream = try! ThreadSafeOutputByteStream(LocalFileOutputByteStream(
| `- note: var declared here
848 | filePointer: TSCLibc.stderr,
849 | closeOnDeinit: false))
/host/spi-builder-workspace/Sources/demo/Demo.swift:208:23: warning: reference to var 'stderrStream' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
206 | do {
207 | let spin8 = ProgressSpinnerKit.progressSpinner(
208 | for: TSCBasic.stderrStream,
| `- warning: reference to var 'stderrStream' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
209 | header: " spin8:",
210 | spinner: Spinner(kind: .spin8)
/host/spi-builder-workspace/.build/checkouts/swift-tools-support-core/Sources/TSCBasic/WritableByteStream.swift:847:12: note: var declared here
845 |
846 | /// Public stderr stream instance.
847 | public var stderrStream: ThreadSafeOutputByteStream = try! ThreadSafeOutputByteStream(LocalFileOutputByteStream(
| `- note: var declared here
848 | filePointer: TSCLibc.stderr,
849 | closeOnDeinit: false))
/host/spi-builder-workspace/Sources/demo/Demo.swift:217:23: warning: reference to var 'stderrStream' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
215 | do {
216 | let spin9 = ProgressSpinnerKit.progressSpinner(
217 | for: TSCBasic.stderrStream,
| `- warning: reference to var 'stderrStream' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
218 | header: " spin9:",
219 | spinner: Spinner(kind: .spin9)
/host/spi-builder-workspace/.build/checkouts/swift-tools-support-core/Sources/TSCBasic/WritableByteStream.swift:847:12: note: var declared here
845 |
846 | /// Public stderr stream instance.
847 | public var stderrStream: ThreadSafeOutputByteStream = try! ThreadSafeOutputByteStream(LocalFileOutputByteStream(
| `- note: var declared here
848 | filePointer: TSCLibc.stderr,
849 | closeOnDeinit: false))
/host/spi-builder-workspace/Sources/demo/Demo.swift:226:23: warning: reference to var 'stderrStream' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
224 | do {
225 | let spin10 = ProgressSpinnerKit.progressSpinner(
226 | for: TSCBasic.stderrStream,
| `- warning: reference to var 'stderrStream' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
227 | header: " spin10:",
228 | spinner: Spinner(kind: .spin10)
/host/spi-builder-workspace/.build/checkouts/swift-tools-support-core/Sources/TSCBasic/WritableByteStream.swift:847:12: note: var declared here
845 |
846 | /// Public stderr stream instance.
847 | public var stderrStream: ThreadSafeOutputByteStream = try! ThreadSafeOutputByteStream(LocalFileOutputByteStream(
| `- note: var declared here
848 | filePointer: TSCLibc.stderr,
849 | closeOnDeinit: false))
/host/spi-builder-workspace/Sources/demo/Demo.swift:235:23: warning: reference to var 'stderrStream' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
233 | do {
234 | let spin11 = ProgressSpinnerKit.progressSpinner(
235 | for: TSCBasic.stderrStream,
| `- warning: reference to var 'stderrStream' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
236 | header: " spin11:",
237 | spinner: Spinner(kind: .spin11)
/host/spi-builder-workspace/.build/checkouts/swift-tools-support-core/Sources/TSCBasic/WritableByteStream.swift:847:12: note: var declared here
845 |
846 | /// Public stderr stream instance.
847 | public var stderrStream: ThreadSafeOutputByteStream = try! ThreadSafeOutputByteStream(LocalFileOutputByteStream(
| `- note: var declared here
848 | filePointer: TSCLibc.stderr,
849 | closeOnDeinit: false))
/host/spi-builder-workspace/Sources/demo/Demo.swift:244:23: warning: reference to var 'stderrStream' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
242 | do {
243 | let spin12 = ProgressSpinnerKit.progressSpinner(
244 | for: TSCBasic.stderrStream,
| `- warning: reference to var 'stderrStream' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
245 | header: " spin12:",
246 | spinner: Spinner(kind: .spin12)
/host/spi-builder-workspace/.build/checkouts/swift-tools-support-core/Sources/TSCBasic/WritableByteStream.swift:847:12: note: var declared here
845 |
846 | /// Public stderr stream instance.
847 | public var stderrStream: ThreadSafeOutputByteStream = try! ThreadSafeOutputByteStream(LocalFileOutputByteStream(
| `- note: var declared here
848 | filePointer: TSCLibc.stderr,
849 | closeOnDeinit: false))
/host/spi-builder-workspace/Sources/demo/Demo.swift:253:23: warning: reference to var 'stderrStream' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
251 | do {
252 | let spin13 = ProgressSpinnerKit.progressSpinner(
253 | for: TSCBasic.stderrStream,
| `- warning: reference to var 'stderrStream' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
254 | header: " spin13:",
255 | spinner: Spinner(kind: .spin13)
/host/spi-builder-workspace/.build/checkouts/swift-tools-support-core/Sources/TSCBasic/WritableByteStream.swift:847:12: note: var declared here
845 |
846 | /// Public stderr stream instance.
847 | public var stderrStream: ThreadSafeOutputByteStream = try! ThreadSafeOutputByteStream(LocalFileOutputByteStream(
| `- note: var declared here
848 | filePointer: TSCLibc.stderr,
849 | closeOnDeinit: false))
/host/spi-builder-workspace/Sources/demo/Demo.swift:262:23: warning: reference to var 'stderrStream' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
260 | do {
261 | let spin14 = ProgressSpinnerKit.progressSpinner(
262 | for: TSCBasic.stderrStream,
| `- warning: reference to var 'stderrStream' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
263 | header: " spin14:",
264 | spinner: Spinner(kind: .spin14)
/host/spi-builder-workspace/.build/checkouts/swift-tools-support-core/Sources/TSCBasic/WritableByteStream.swift:847:12: note: var declared here
845 |
846 | /// Public stderr stream instance.
847 | public var stderrStream: ThreadSafeOutputByteStream = try! ThreadSafeOutputByteStream(LocalFileOutputByteStream(
| `- note: var declared here
848 | filePointer: TSCLibc.stderr,
849 | closeOnDeinit: false))
/host/spi-builder-workspace/Sources/demo/Demo.swift:10:23: warning: passing closure as a 'sending' parameter risks causing data races between main actor-isolated code and concurrent execution of the closure; this is an error in the Swift 6 language mode
8 | func run(with spinner: any ProgressSpinnable) async {
9 | await withTaskGroup(of: Void.self) { group in
10 | group.addTask {
| `- warning: passing closure as a 'sending' parameter risks causing data races between main actor-isolated code and concurrent execution of the closure; this is an error in the Swift 6 language mode
11 | await spinner.start()
| `- note: closure captures 'spinner' which is accessible to main actor-isolated code
12 | }
13 | group.addTask {
[110/113] Emitting module demo
[111/114] Wrapping AST for demo for debugging
[112/114] Write Objects.LinkFileList
error: link command failed with exit code 1 (use -v to see invocation)
ld.lld: error: undefined reference: posix_spawnattr_init
>>> referenced by /host/spi-builder-workspace/.build/aarch64-unknown-linux-android24/debug/libSwiftToolsSupport.so (disallowed by --no-allow-shlib-undefined)
ld.lld: error: undefined reference: posix_spawnattr_setsigmask
>>> referenced by /host/spi-builder-workspace/.build/aarch64-unknown-linux-android24/debug/libSwiftToolsSupport.so (disallowed by --no-allow-shlib-undefined)
ld.lld: error: undefined reference: posix_spawnattr_setsigdefault
>>> referenced by /host/spi-builder-workspace/.build/aarch64-unknown-linux-android24/debug/libSwiftToolsSupport.so (disallowed by --no-allow-shlib-undefined)
ld.lld: error: undefined reference: posix_spawnattr_setpgroup
>>> referenced by /host/spi-builder-workspace/.build/aarch64-unknown-linux-android24/debug/libSwiftToolsSupport.so (disallowed by --no-allow-shlib-undefined)
ld.lld: error: undefined reference: posix_spawnattr_setflags
>>> referenced by /host/spi-builder-workspace/.build/aarch64-unknown-linux-android24/debug/libSwiftToolsSupport.so (disallowed by --no-allow-shlib-undefined)
ld.lld: error: undefined reference: posix_spawn_file_actions_init
>>> referenced by /host/spi-builder-workspace/.build/aarch64-unknown-linux-android24/debug/libSwiftToolsSupport.so (disallowed by --no-allow-shlib-undefined)
ld.lld: error: undefined reference: posix_spawn_file_actions_adddup2
>>> referenced by /host/spi-builder-workspace/.build/aarch64-unknown-linux-android24/debug/libSwiftToolsSupport.so (disallowed by --no-allow-shlib-undefined)
ld.lld: error: undefined reference: posix_spawn_file_actions_addclose
>>> referenced by /host/spi-builder-workspace/.build/aarch64-unknown-linux-android24/debug/libSwiftToolsSupport.so (disallowed by --no-allow-shlib-undefined)
ld.lld: error: undefined reference: posix_spawnp
>>> referenced by /host/spi-builder-workspace/.build/aarch64-unknown-linux-android24/debug/libSwiftToolsSupport.so (disallowed by --no-allow-shlib-undefined)
ld.lld: error: undefined reference: posix_spawnattr_destroy
>>> referenced by /host/spi-builder-workspace/.build/aarch64-unknown-linux-android24/debug/libSwiftToolsSupport.so (disallowed by --no-allow-shlib-undefined)
ld.lld: error: undefined reference: posix_spawn_file_actions_destroy
>>> referenced by /host/spi-builder-workspace/.build/aarch64-unknown-linux-android24/debug/libSwiftToolsSupport.so (disallowed by --no-allow-shlib-undefined)
clang: error: linker command failed with exit code 1 (use -v to see invocation)
[113/114] Linking demo
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
[0/1] Planning build
Building for debugging...
[0/10] Write swift-version-24593BA9C3E375BF.txt
[2/12] Compiling TSCLibc libc.swift
[3/12] Emitting module TSCLibc
[5/52] Compiling TSCBasic CodableResult.swift
[6/52] Compiling TSCBasic CollectionAlgorithms.swift
[7/52] Compiling TSCBasic CollectionExtensions.swift
[8/52] Compiling TSCBasic Condition.swift
[9/52] Compiling TSCBasic DeltaAlgorithm.swift
[10/52] Compiling TSCBasic DiagnosticsEngine.swift
[11/57] Emitting module TSCBasic
[12/57] Compiling TSCBasic Result.swift
[13/57] Compiling TSCBasic SortedArray.swift
[14/57] Compiling TSCBasic StringConversions.swift
[15/57] Compiling TSCBasic SynchronizedQueue.swift
[16/57] Compiling TSCBasic TemporaryFile.swift
[17/57] Compiling TSCBasic DictionaryExtensions.swift
[18/57] Compiling TSCBasic DictionaryLiteralExtensions.swift
[19/57] Compiling TSCBasic EditDistance.swift
[20/57] Compiling TSCBasic FileInfo.swift
[21/57] Compiling TSCBasic FileSystem.swift
[22/57] Compiling TSCBasic GraphAlgorithms.swift
[23/57] Compiling TSCBasic OSLog.swift
[24/57] Compiling TSCBasic ObjectIdentifierProtocol.swift
[25/57] Compiling TSCBasic OrderedDictionary.swift
[26/57] Compiling TSCBasic OrderedSet.swift
[27/57] Compiling TSCBasic Path.swift
[28/57] Compiling TSCBasic HashAlgorithms.swift
[29/57] Compiling TSCBasic JSON.swift
[30/57] Compiling TSCBasic JSONMapper.swift
[31/57] Compiling TSCBasic KeyedPair.swift
[32/57] Compiling TSCBasic LazyCache.swift
[33/57] Compiling TSCBasic Lock.swift
[34/57] Compiling TSCBasic PathShims.swift
[35/57] Compiling TSCBasic Process.swift
[36/57] Compiling TSCBasic ProcessEnv.swift
[37/57] Compiling TSCBasic ProcessSet.swift
[38/57] Compiling TSCBasic RegEx.swift
[39/57] Compiling TSCBasic Await.swift
[40/57] Compiling TSCBasic Base64URL.swift
[41/57] Compiling TSCBasic ByteString.swift
[42/57] Compiling TSCBasic CStringArray.swift
[43/57] Compiling TSCBasic CacheableSequence.swift
[44/57] Compiling TSCBasic Closable.swift
[45/57] Compiling TSCBasic TerminalController.swift
[46/57] Compiling TSCBasic Thread.swift
[47/57] Compiling TSCBasic Tuple.swift
[48/57] Compiling TSCBasic WritableByteStream.swift
[49/57] Compiling TSCBasic misc.swift
[50/58] Wrapping AST for TSCBasic for debugging
[52/93] Emitting module TSCUtility
[53/93] Compiling TSCUtility Context.swift
[54/93] Compiling TSCUtility Diagnostics.swift
[55/93] Compiling TSCUtility FSWatch.swift
[56/93] Compiling TSCUtility FloatingPointExtensions.swift
[57/93] Compiling TSCUtility Git.swift
[58/97] Compiling TSCUtility Hex.swift
[59/97] Compiling TSCUtility IndexStore.swift
[60/97] Compiling TSCUtility InterruptHandler.swift
[61/97] Compiling TSCUtility JSONMessageStreamingParser.swift
[62/97] Compiling TSCUtility Netrc.swift
[63/97] Compiling TSCUtility ProgressAnimation.swift
[64/97] Compiling TSCUtility SerializedDiagnostics.swift
[65/97] Compiling TSCUtility SimplePersistence.swift
[66/97] Compiling TSCUtility StringExtensions.swift
[67/97] Compiling TSCUtility StringMangling.swift
[68/97] Compiling TSCUtility Tracing.swift
[69/97] Compiling TSCUtility Triple.swift
[70/97] Compiling TSCUtility URL.swift
[71/97] Compiling TSCUtility Verbosity.swift
[72/97] Compiling TSCUtility OSLog.swift
[73/97] Compiling TSCUtility OrderedZip.swift
[74/97] Compiling TSCUtility PkgConfig.swift
[75/97] Compiling TSCUtility Platform.swift
[76/97] Compiling TSCUtility PolymorphicCodable.swift
[77/97] Compiling TSCUtility Archiver.swift
[78/97] Compiling TSCUtility ArgumentParser.swift
[79/97] Compiling TSCUtility ArgumentParserShellCompletion.swift
[80/97] Compiling TSCUtility Array+Extensions.swift
[81/97] Compiling TSCUtility Bits.swift
[82/97] Compiling TSCUtility Bitstream.swift
[83/97] Compiling TSCUtility BitstreamReader.swift
[84/97] Compiling TSCUtility BitstreamWriter.swift
[85/97] Compiling TSCUtility BuildFlags.swift
[86/97] Compiling TSCUtility CollectionExtensions.swift
[87/97] Compiling TSCUtility Version.swift
[88/97] Compiling TSCUtility Versioning.swift
[89/97] Compiling TSCUtility dlopen.swift
[90/97] Compiling TSCUtility misc.swift
[91/98] Wrapping AST for TSCUtility for debugging
[92/98] Write Objects.LinkFileList
[93/98] Linking libSwiftToolsSupport.so
[95/101] Compiling ProgressSpinnerKit Spinner.swift
[96/101] Emitting module ProgressSpinnerKit
[97/101] Compiling ProgressSpinnerKit ProgressSpinner.swift
[99/103] Emitting module demo
[100/103] Compiling demo Demo.swift
error: link command failed with exit code 1 (use -v to see invocation)
ld.lld: error: undefined reference: posix_spawnattr_init
>>> referenced by /host/spi-builder-workspace/.build/aarch64-unknown-linux-android24/debug/libSwiftToolsSupport.so (disallowed by --no-allow-shlib-undefined)
ld.lld: error: undefined reference: posix_spawnattr_setsigmask
>>> referenced by /host/spi-builder-workspace/.build/aarch64-unknown-linux-android24/debug/libSwiftToolsSupport.so (disallowed by --no-allow-shlib-undefined)
ld.lld: error: undefined reference: posix_spawnattr_setsigdefault
>>> referenced by /host/spi-builder-workspace/.build/aarch64-unknown-linux-android24/debug/libSwiftToolsSupport.so (disallowed by --no-allow-shlib-undefined)
ld.lld: error: undefined reference: posix_spawnattr_setpgroup
>>> referenced by /host/spi-builder-workspace/.build/aarch64-unknown-linux-android24/debug/libSwiftToolsSupport.so (disallowed by --no-allow-shlib-undefined)
ld.lld: error: undefined reference: posix_spawnattr_setflags
>>> referenced by /host/spi-builder-workspace/.build/aarch64-unknown-linux-android24/debug/libSwiftToolsSupport.so (disallowed by --no-allow-shlib-undefined)
ld.lld: error: undefined reference: posix_spawn_file_actions_init
>>> referenced by /host/spi-builder-workspace/.build/aarch64-unknown-linux-android24/debug/libSwiftToolsSupport.so (disallowed by --no-allow-shlib-undefined)
ld.lld: error: undefined reference: posix_spawn_file_actions_adddup2
>>> referenced by /host/spi-builder-workspace/.build/aarch64-unknown-linux-android24/debug/libSwiftToolsSupport.so (disallowed by --no-allow-shlib-undefined)
ld.lld: error: undefined reference: posix_spawn_file_actions_addclose
>>> referenced by /host/spi-builder-workspace/.build/aarch64-unknown-linux-android24/debug/libSwiftToolsSupport.so (disallowed by --no-allow-shlib-undefined)
ld.lld: error: undefined reference: posix_spawnp
>>> referenced by /host/spi-builder-workspace/.build/aarch64-unknown-linux-android24/debug/libSwiftToolsSupport.so (disallowed by --no-allow-shlib-undefined)
ld.lld: error: undefined reference: posix_spawnattr_destroy
>>> referenced by /host/spi-builder-workspace/.build/aarch64-unknown-linux-android24/debug/libSwiftToolsSupport.so (disallowed by --no-allow-shlib-undefined)
ld.lld: error: undefined reference: posix_spawn_file_actions_destroy
>>> referenced by /host/spi-builder-workspace/.build/aarch64-unknown-linux-android24/debug/libSwiftToolsSupport.so (disallowed by --no-allow-shlib-undefined)
clang: error: linker command failed with exit code 1 (use -v to see invocation)
[101/102] Linking demo
BUILD FAILURE 6.1 android