Build Information
Failed to build package-swift-lsp, reference main (d87142
), with Swift 6.1 for Android on 10 Aug 2025 21:27:47 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/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.65.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/kattouf/package-swift-lsp.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/kattouf/package-swift-lsp
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at d871427 doc: add link to nvim plugin repo
Cloned https://github.com/kattouf/package-swift-lsp.git
Revision (git rev-parse @):
d87142705a203457a209e36c8463e1d16232fc33
SUCCESS checkout https://github.com/kattouf/package-swift-lsp.git at main
========================================
Build
========================================
Selected platform: android
Swift version: 6.1
Building package at path: $PWD
https://github.com/kattouf/package-swift-lsp.git
https://github.com/kattouf/package-swift-lsp.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "swift-argument-parser",
"requirement" : {
"range" : [
{
"lower_bound" : "1.5.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-argument-parser"
},
{
"identity" : "languageserverprotocol",
"requirement" : {
"range" : [
{
"lower_bound" : "0.14.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/ChimeHQ/LanguageServerProtocol"
},
{
"identity" : "languageserver",
"requirement" : {
"branch" : [
"main"
]
},
"type" : "sourceControl",
"url" : "https://github.com/ChimeHQ/LanguageServer"
},
{
"identity" : "swift-syntax",
"requirement" : {
"range" : [
{
"lower_bound" : "510.0.1",
"upper_bound" : "511.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swiftlang/swift-syntax.git"
},
{
"identity" : "swift-package-manager",
"requirement" : {
"revision" : [
"1fc90e29029bfeafe3550ccf08f74a86a11baa23"
]
},
"type" : "sourceControl",
"url" : "https://github.com/swiftlang/swift-package-manager"
},
{
"identity" : "swift-subprocess",
"requirement" : {
"branch" : [
"main"
]
},
"type" : "sourceControl",
"url" : "https://github.com/swiftlang/swift-subprocess.git"
},
{
"identity" : "swift-concurrency-extras",
"requirement" : {
"range" : [
{
"lower_bound" : "1.3.1",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/pointfreeco/swift-concurrency-extras.git"
},
{
"identity" : "swift-log",
"requirement" : {
"range" : [
{
"lower_bound" : "1.6.3",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-log.git"
},
{
"identity" : "swift-crypto",
"requirement" : {
"range" : [
{
"lower_bound" : "3.0.0",
"upper_bound" : "4.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-crypto.git"
}
],
"manifest_display_name" : "package-swift-lsp",
"name" : "package-swift-lsp",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "13.0"
}
],
"products" : [
{
"name" : "package-swift-lsp",
"targets" : [
"PackageSwiftLSPCLI"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "PackageSwiftLSPLibraryTests",
"module_type" : "SwiftTarget",
"name" : "PackageSwiftLSPLibraryTests",
"path" : "Tests/PackageSwiftLSPLibraryTests",
"sources" : [
"Common/BarrierTests.swift",
"Common/DebouncerTests.swift",
"Common/DetermenisticHashableTests.swift",
"Common/FuzzySearchTests.swift",
"Common/SemverTests.swift",
"DataProviders/GitRefsLabelsExtractorTests.swift",
"DataProviders/GithubPackageTests.swift",
"DataProviders/PackageSwiftDependenciesProviderTests.swift",
"DataProviders/PackagesRegistryDiskCacheTests.swift",
"DataProviders/PackagesRegistryTests.swift",
"DataProviders/PackagesSwiftResolverTests.swift",
"PackageSwift/PackageSwiftItem+Equatable.swift",
"PackageSwift/PackageSwiftItemCollectorTests.swift",
"PackageSwift/PackageSwiftItemLocatorTests.swift",
"PackageSwift/TextDocumentItemPackageSwiftTests.swift",
"TestData/TestPackageSwift600.swift",
"TestData/TestWorkspaceGenerator.swift"
],
"target_dependencies" : [
"PackageSwiftLSPLibrary"
],
"type" : "test"
},
{
"c99name" : "PackageSwiftLSPLibrary",
"module_type" : "SwiftTarget",
"name" : "PackageSwiftLSPLibrary",
"path" : "Sources/PackageSwiftLSPLibrary",
"product_dependencies" : [
"LanguageServerProtocol",
"LanguageServer",
"SwiftSyntax",
"SwiftParser",
"SwiftPMDataModel-auto",
"Subprocess",
"ConcurrencyExtras",
"Logging",
"Crypto"
],
"product_memberships" : [
"package-swift-lsp"
],
"sources" : [
"Common/Barrier.swift",
"Common/Debouncer.swift",
"Common/DeterministicHashable.swift",
"Common/FuzzySearch.swift",
"Common/Logger.swift",
"Common/OneBasedPosition+LSPPosition.swift",
"Common/OneBasedPosition+SourceLocation.swift",
"Common/OneBasedPosition.swift",
"Common/OneBasedRange+LSPRange.swift",
"Common/OneBasedRange.swift",
"Common/Semver.swift",
"DataProviders/GitRefsProvider.swift",
"DataProviders/PackageSwiftDependenciesProvider.swift",
"DataProviders/PackageSwiftDependenciesResolver.swift",
"DataProviders/PackagesRegistry.swift",
"LSPFeatureServices/CompletionService.swift",
"LSPFeatureServices/HoverService.swift",
"LSPFeatureServices/ProgressTracker.swift",
"PackageSwift/PackageSwiftDocument.swift",
"PackageSwift/PackageSwiftItem.swift",
"PackageSwift/PackageSwiftItemCollector.swift",
"PackageSwift/PackageSwiftItemLocator.swift",
"PackageSwift/PackageSwiftItemParser.swift",
"PackageSwift/PackageSwiftParser.swift",
"PackageSwift/TextDocumentItem+PackageSwift.swift",
"Server/BaseEventHandler.swift",
"Server/DocumentEventHandler.swift",
"Server/Server.swift"
],
"type" : "library"
},
{
"c99name" : "PackageSwiftLSPCLI",
"module_type" : "SwiftTarget",
"name" : "PackageSwiftLSPCLI",
"path" : "Sources/PackageSwiftLSPCLI",
"product_dependencies" : [
"ArgumentParser"
],
"product_memberships" : [
"package-swift-lsp"
],
"sources" : [
"CLI.swift",
"Version.swift"
],
"target_dependencies" : [
"PackageSwiftLSPLibrary"
],
"type" : "executable"
}
],
"tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/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 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:873b43b7be6289c04a5a3fd4b2c372c2a5abf90643451079297d3dc6dc0b7d36
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/ChimeHQ/LanguageServer
[1/68] Fetching languageserver
Fetched https://github.com/ChimeHQ/LanguageServer from cache (0.20s)
Fetching https://github.com/swiftlang/swift-package-manager
[1/159516] Fetching swift-package-manager
Fetched https://github.com/swiftlang/swift-package-manager from cache (15.97s)
Fetching https://github.com/swiftlang/swift-subprocess.git
[1/1499] Fetching swift-subprocess
Fetched https://github.com/swiftlang/swift-subprocess.git from cache (1.38s)
Fetching https://github.com/apple/swift-llbuild.git
[1/29161] Fetching swift-llbuild
Fetched https://github.com/apple/swift-llbuild.git from cache (3.64s)
Fetching https://github.com/apple/swift-tools-support-core.git
[1/6921] Fetching swift-tools-support-core
Fetched https://github.com/apple/swift-tools-support-core.git from cache (0.84s)
Fetching https://github.com/apple/swift-driver.git
[1/35384] Fetching swift-driver
Fetched https://github.com/apple/swift-driver.git from cache (3.17s)
Fetching https://github.com/swiftlang/swift-syntax.git
[1/71681] Fetching swift-syntax
Fetched https://github.com/swiftlang/swift-syntax.git from cache (7.54s)
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/swiftlang/swift-toolchain-sqlite
Fetching https://github.com/apple/swift-system
Fetching https://github.com/jpsim/Yams.git
Fetching https://github.com/apple/swift-argument-parser.git
Fetching https://github.com/apple/swift-certificates.git
[1/165] Fetching swift-toolchain-sqlite
[20/6625] Fetching swift-toolchain-sqlite, swift-certificates
[1506/11472] Fetching swift-toolchain-sqlite, swift-certificates, swift-system
[3461/28419] Fetching swift-toolchain-sqlite, swift-certificates, swift-system, swift-collections
[4704/39532] Fetching swift-toolchain-sqlite, swift-certificates, swift-system, swift-collections, yams
[12769/55162] Fetching swift-toolchain-sqlite, swift-certificates, swift-system, swift-collections, yams, swift-argument-parser
Fetched https://github.com/apple/swift-certificates.git from cache (0.91s)
[16097/48702] Fetching swift-toolchain-sqlite, swift-system, swift-collections, yams, swift-argument-parser
Fetching https://github.com/apple/swift-crypto.git
[34208/64772] Fetching swift-toolchain-sqlite, swift-system, swift-collections, yams, swift-argument-parser, swift-crypto
Fetched https://github.com/apple/swift-argument-parser.git from cache (1.92s)
Fetching https://github.com/ChimeHQ/LanguageServerProtocol
[22671/49142] Fetching swift-toolchain-sqlite, swift-system, swift-collections, yams, swift-crypto
[32728/50963] Fetching swift-toolchain-sqlite, swift-system, swift-collections, yams, swift-crypto, languageserverprotocol
Fetched https://github.com/ChimeHQ/LanguageServerProtocol from cache (0.54s)
[34869/49142] Fetching swift-toolchain-sqlite, swift-system, swift-collections, yams, swift-crypto
Fetching https://github.com/apple/swift-log.git
[35484/53028] Fetching swift-toolchain-sqlite, swift-system, swift-collections, yams, swift-crypto, swift-log
Fetched https://github.com/apple/swift-system from cache (3.17s)
[35324/48181] Fetching swift-toolchain-sqlite, swift-collections, yams, swift-crypto, swift-log
Fetched https://github.com/swiftlang/swift-toolchain-sqlite from cache (3.18s)
[35358/48016] Fetching swift-collections, yams, swift-crypto, swift-log
Fetched https://github.com/apple/swift-collections.git from cache (3.23s)
[19743/31069] Fetching yams, swift-crypto, swift-log
Fetching https://github.com/pointfreeco/swift-concurrency-extras.git
Fetched https://github.com/jpsim/Yams.git from cache (3.26s)
[9350/19956] Fetching swift-crypto, swift-log
Fetched https://github.com/apple/swift-log.git from cache (1.01s)
[9967/16948] Fetching swift-crypto, swift-concurrency-extras
Fetched https://github.com/pointfreeco/swift-concurrency-extras.git from cache (0.46s)
[11571/16070] Fetching swift-crypto
Fetched https://github.com/apple/swift-crypto.git from cache (3.75s)
Computing version for https://github.com/apple/swift-system
Computed https://github.com/apple/swift-system at 1.5.0 (5.58s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.0.0 (1.00s)
Computing version for https://github.com/ChimeHQ/LanguageServerProtocol
Computed https://github.com/ChimeHQ/LanguageServerProtocol at 0.14.0 (0.90s)
Fetching https://github.com/ChimeHQ/JSONRPC
[1/634] Fetching jsonrpc
Fetched https://github.com/ChimeHQ/JSONRPC from cache (0.37s)
Computing version for https://github.com/pointfreeco/swift-concurrency-extras.git
Computed https://github.com/pointfreeco/swift-concurrency-extras.git at 1.3.1 (1.25s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.4 (0.99s)
Computing version for https://github.com/ChimeHQ/JSONRPC
Computed https://github.com/ChimeHQ/JSONRPC at 0.9.2 (0.89s)
Computing version for https://github.com/apple/swift-argument-parser.git
Computed https://github.com/apple/swift-argument-parser.git at 1.6.1 (1.03s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.5.0 (3.85s)
Fetching https://github.com/apple/swift-asn1.git
[1/1629] Fetching swift-asn1
Fetched https://github.com/apple/swift-asn1.git from cache (0.48s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.4.0 (2.04s)
Computing version for https://github.com/jpsim/Yams.git
Computed https://github.com/jpsim/Yams.git at 5.0.6 (1.01s)
Computing version for https://github.com/swiftlang/swift-toolchain-sqlite
Computed https://github.com/swiftlang/swift-toolchain-sqlite at 1.0.6 (1.30s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.6 (1.35s)
Creating working copy for https://github.com/apple/swift-tools-support-core.git
Working copy of https://github.com/apple/swift-tools-support-core.git resolved at release/6.1 (5cd61a7)
Creating working copy for https://github.com/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.4.0
Creating working copy for https://github.com/swiftlang/swift-syntax.git
Working copy of https://github.com/swiftlang/swift-syntax.git resolved at release/6.1 (cbd0366)
Creating working copy for https://github.com/pointfreeco/swift-concurrency-extras.git
Working copy of https://github.com/pointfreeco/swift-concurrency-extras.git resolved at 1.3.1
Creating working copy for https://github.com/swiftlang/swift-subprocess.git
Working copy of https://github.com/swiftlang/swift-subprocess.git resolved at main (7fb7ee8)
Creating working copy for https://github.com/ChimeHQ/JSONRPC
Working copy of https://github.com/ChimeHQ/JSONRPC resolved at 0.9.2
Creating working copy for https://github.com/apple/swift-argument-parser.git
Working copy of https://github.com/apple/swift-argument-parser.git resolved at 1.6.1
Creating working copy for https://github.com/apple/swift-system
Working copy of https://github.com/apple/swift-system resolved at 1.5.0
Creating working copy for https://github.com/apple/swift-certificates.git
Working copy of https://github.com/apple/swift-certificates.git resolved at 1.5.0
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.1.6
Creating working copy for https://github.com/ChimeHQ/LanguageServerProtocol
Working copy of https://github.com/ChimeHQ/LanguageServerProtocol resolved at 0.14.0
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.0.0
Creating working copy for https://github.com/jpsim/Yams.git
Working copy of https://github.com/jpsim/Yams.git resolved at 5.0.6
Creating working copy for https://github.com/apple/swift-driver.git
Working copy of https://github.com/apple/swift-driver.git resolved at release/6.1 (20cd624)
Creating working copy for https://github.com/swiftlang/swift-toolchain-sqlite
Working copy of https://github.com/swiftlang/swift-toolchain-sqlite resolved at 1.0.6
Creating working copy for https://github.com/swiftlang/swift-package-manager
Working copy of https://github.com/swiftlang/swift-package-manager resolved at 1fc90e29029bfeafe3550ccf08f74a86a11baa23
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.4
Creating working copy for https://github.com/ChimeHQ/LanguageServer
Working copy of https://github.com/ChimeHQ/LanguageServer resolved at main (ea769da)
Creating working copy for https://github.com/apple/swift-llbuild.git
Working copy of https://github.com/apple/swift-llbuild.git resolved at release/6.1 (4fc005b)
[1/1] Compiling plugin GenerateManual
[2/2] Compiling plugin GenerateDoccReference
Building for debugging...
[2/525] Write sources
[50/525] Compiling _SwiftSyntaxCShims dummy.c
[51/525] Compiling TSCclibc libc.c
[52/525] Compiling TSCclibc process.c
[53/525] Compiling CSystem shims.c
[54/525] Compiling _SubprocessCShims process_shims.c
[55/525] Compiling fiat_curve25519_adx_square.S
[56/525] Compiling fiat_curve25519_adx_mul.S
[57/525] Write swift-version-24593BA9C3E375BF.txt
[58/525] Compiling v3_skey.c
[59/525] Compiling v3_utl.c
[60/525] Compiling v3_prn.c
[61/525] Compiling CCryptoBoringSSLShims shims.c
[62/525] Compiling v3_pmaps.c
[63/525] Compiling v3_purp.c
[64/557] Compiling v3_pcons.c
[66/565] Emitting module SwiftSyntax509
[67/565] Emitting module _CertificateInternals
[68/565] Compiling SwiftSyntax601 Empty.swift
[69/565] Emitting module SwiftSyntax601
[70/566] Compiling SystemPackage MachPort.swift
[71/566] Compiling SystemPackage PlatformString.swift
[72/566] Compiling SystemPackage SystemString.swift
[73/566] Compiling SystemPackage FileOperations.swift
[74/566] Compiling SystemPackage FilePath.swift
[75/566] Compiling SystemPackage FilePathComponentView.swift
[76/566] Compiling SystemPackage FilePathComponents.swift
[77/569] Compiling SystemPackage FilePathParsing.swift
[78/569] Compiling SystemPackage FilePathString.swift
[79/569] Compiling SystemPackage FilePathSyntax.swift
[80/569] Compiling SystemPackage FilePathTemp.swift
[82/569] Compiling SwiftSyntax509 Empty.swift
[83/570] Emitting module SwiftSyntax510
[84/570] Compiling SwiftSyntax510 Empty.swift
[85/571] Compiling _CertificateInternals _TinyArray.swift
[86/572] Compiling SwiftSyntax600 Empty.swift
[87/572] Emitting module SwiftSyntax600
[88/573] Emitting module SystemPackage
[89/573] Compiling SystemPackage Errno.swift
[90/573] Compiling SystemPackage ErrnoWindows.swift
[91/573] Compiling SystemPackage FileDescriptor.swift
[92/573] Compiling SystemPackage FileHelpers.swift
[97/674] Compiling SwiftSyntax SyntaxIdentifier.swift
[98/674] Compiling SwiftSyntax SyntaxNodeFactory.swift
[99/674] Compiling SwiftSyntax SyntaxNodeStructure.swift
[99/674] Compiling SwiftToolchainCSQLite sqlite3.c
[101/674] Emitting module TSCLibc
[102/674] Compiling TSCLibc libc.swift
[103/681] Compiling Logging Locks.swift
[104/681] Emitting module Logging
[105/692] Compiling SwiftSyntax MissingNodeInitializers.swift
[106/692] Compiling SwiftSyntax RawSyntax.swift
[107/692] Compiling SwiftSyntax RawSyntaxLayoutView.swift
[108/692] Compiling SwiftSyntax RawSyntaxNodeProtocol.swift
[109/692] Compiling SwiftSyntax SyntaxCollection.swift
[110/692] Compiling SwiftSyntax SyntaxHashable.swift
[111/692] Compiling SwiftSyntax Identifier.swift
[112/692] Compiling SwiftSyntax MemoryLayout.swift
[113/692] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[114/692] Compiling InternalCollectionsUtilities Specialize.swift
[115/692] Compiling InternalCollectionsUtilities Debugging.swift
[116/692] Compiling InternalCollectionsUtilities Descriptions.swift
[117/693] Compiling Logging MetadataProvider.swift
[118/693] Compiling Logging LogHandler.swift
[119/693] Compiling Logging Logging.swift
[127/696] Compiling InternalCollectionsUtilities _SortedCollection.swift
[128/696] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[129/755] Compiling TSCBasic Closable.swift
[130/755] Compiling TSCBasic CodableResult.swift
[131/757] Compiling SwiftASN1 DER.swift
[132/757] Compiling SwiftASN1 Errors.swift
[133/757] Compiling TSCBasic Await.swift
[134/757] Compiling TSCBasic Base64URL.swift
[135/757] Compiling TSCBasic ByteString.swift
[136/757] Emitting module _AsyncFileSystem
[137/758] Emitting module InternalCollectionsUtilities
[138/758] Compiling TSCBasic CollectionAlgorithms.swift
[139/758] Compiling TSCBasic CollectionExtensions.swift
[140/758] Compiling _AsyncFileSystem AsyncFileSystem.swift
[141/758] Compiling _AsyncFileSystem ConcurrencySupport.swift
[142/758] Compiling TSCBasic JSONMapper.swift
[143/758] Compiling TSCBasic KeyedPair.swift
[144/758] Compiling TSCBasic Condition.swift
[145/758] Compiling TSCBasic DeltaAlgorithm.swift
[146/758] Compiling TSCBasic DiagnosticsEngine.swift
[149/758] Compiling _AsyncFileSystem OpenWritableFile.swift
[150/758] Compiling _AsyncFileSystem OpenReadableFile.swift
[151/758] Compiling _AsyncFileSystem ReadableFileStream.swift
[152/758] Compiling _AsyncFileSystem WritableStream.swift
[156/758] Compiling TSCBasic CStringArray.swift
[157/758] Compiling TSCBasic CacheableSequence.swift
[164/779] Compiling Subprocess Subprocess+Linux.swift
[165/779] Compiling Subprocess Subprocess+Unix.swift
[166/779] Compiling Subprocess Configuration.swift
/host/spi-builder-workspace/.build/checkouts/JSONRPC/Sources/JSONRPC/DataChannel+Stdio.swift:5:8: error: no such module 'Darwin.C'
3 | import Glibc
4 | #else
5 | import Darwin.C
| `- error: no such module 'Darwin.C'
6 | #endif
7 |
[167/779] Compiling Subprocess Error.swift
/host/spi-builder-workspace/.build/checkouts/JSONRPC/Sources/JSONRPC/DataChannel+Stdio.swift:5:8: error: no such module 'Darwin.C'
3 | import Glibc
4 | #else
5 | import Darwin.C
| `- error: no such module 'Darwin.C'
6 | #endif
7 |
[168/780] Compiling PackageCollectionsModel PackageCollectionModel.swift
[169/780] Compiling Subprocess Span+Subprocess.swift
[170/780] Compiling Subprocess Input+Foundation.swift
[171/780] Compiling Subprocess Execution.swift
/host/spi-builder-workspace/.build/checkouts/JSONRPC/Sources/JSONRPC/DataChannel+Stdio.swift:5:8: error: no such module 'Darwin.C'
3 | import Glibc
4 | #else
5 | import Darwin.C
| `- error: no such module 'Darwin.C'
6 | #endif
7 |
[172/780] Compiling Subprocess API.swift
/host/spi-builder-workspace/.build/checkouts/JSONRPC/Sources/JSONRPC/DataChannel+Stdio.swift:5:8: error: no such module 'Darwin.C'
3 | import Glibc
4 | #else
5 | import Darwin.C
| `- error: no such module 'Darwin.C'
6 | #endif
7 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[173/780] Emitting module JSONRPC
/host/spi-builder-workspace/.build/checkouts/JSONRPC/Sources/JSONRPC/DataChannel+Stdio.swift:5:8: error: no such module 'Darwin.C'
3 | import Glibc
4 | #else
5 | import Darwin.C
| `- error: no such module 'Darwin.C'
6 | #endif
7 |
[174/780] Compiling Subprocess AsyncBufferSequence.swift
/host/spi-builder-workspace/.build/checkouts/JSONRPC/Sources/JSONRPC/DataChannel+Stdio.swift:5:8: error: no such module 'Darwin.C'
3 | import Glibc
4 | #else
5 | import Darwin.C
| `- error: no such module 'Darwin.C'
6 | #endif
7 |
[175/780] Compiling Subprocess Buffer.swift
/host/spi-builder-workspace/.build/checkouts/JSONRPC/Sources/JSONRPC/DataChannel+Stdio.swift:5:8: error: no such module 'Darwin.C'
3 | import Glibc
4 | #else
5 | import Darwin.C
| `- error: no such module 'Darwin.C'
6 | #endif
7 |
[176/780] Emitting module TSCBasic
[177/785] Compiling JSONRPC JSONRPCSession.swift
/host/spi-builder-workspace/.build/checkouts/JSONRPC/Sources/JSONRPC/DataChannel+Stdio.swift:5:8: error: no such module 'Darwin.C'
3 | import Glibc
4 | #else
5 | import Darwin.C
| `- error: no such module 'Darwin.C'
6 | #endif
7 |
[178/785] Compiling JSONRPC JSONValue.swift
/host/spi-builder-workspace/.build/checkouts/JSONRPC/Sources/JSONRPC/DataChannel+Stdio.swift:5:8: error: no such module 'Darwin.C'
3 | import Glibc
4 | #else
5 | import Darwin.C
| `- error: no such module 'Darwin.C'
6 | #endif
7 |
[179/785] Compiling Subprocess AsyncIO+Darwin.swift
/host/spi-builder-workspace/.build/checkouts/JSONRPC/Sources/JSONRPC/DataChannel+Stdio.swift:5:8: error: no such module 'Darwin.C'
3 | import Glibc
4 | #else
5 | import Darwin.C
| `- error: no such module 'Darwin.C'
6 | #endif
7 |
[180/785] Compiling Subprocess AsyncIO+Linux.swift
/host/spi-builder-workspace/.build/checkouts/JSONRPC/Sources/JSONRPC/DataChannel+Stdio.swift:5:8: error: no such module 'Darwin.C'
3 | import Glibc
4 | #else
5 | import Darwin.C
| `- error: no such module 'Darwin.C'
6 | #endif
7 |
[181/785] Compiling JSONRPC JSONValueDecoder.swift
/host/spi-builder-workspace/.build/checkouts/JSONRPC/Sources/JSONRPC/DataChannel+Stdio.swift:5:8: error: no such module 'Darwin.C'
3 | import Glibc
4 | #else
5 | import Darwin.C
| `- error: no such module 'Darwin.C'
6 | #endif
7 |
[182/785] Compiling TSCBasic Result.swift
[183/785] Compiling TSCBasic SortedArray.swift
[184/785] Compiling TSCBasic StringConversions.swift
[185/785] Compiling TSCBasic SynchronizedQueue.swift
[186/785] Compiling TSCBasic TemporaryFile.swift
[187/785] Compiling _AsyncFileSystem OSFileSystem.swift
[188/785] Compiling _AsyncFileSystem MockFileSystem.swift
[189/786] Compiling JSONRPC Protocol.swift
/host/spi-builder-workspace/.build/checkouts/JSONRPC/Sources/JSONRPC/DataChannel+Stdio.swift:5:8: error: no such module 'Darwin.C'
3 | import Glibc
4 | #else
5 | import Darwin.C
| `- error: no such module 'Darwin.C'
6 | #endif
7 |
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/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:873b43b7be6289c04a5a3fd4b2c372c2a5abf90643451079297d3dc6dc0b7d36
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
[0/1] Planning build
[1/1] Compiling plugin GenerateManual
[2/2] Compiling plugin GenerateDoccReference
Building for debugging...
[2/461] Write sources
[3/462] Compiling v3_ocsp.c
[4/462] Compiling v3_int.c
[5/462] Compiling v3_info.c
[6/462] Compiling v3_lib.c
[7/462] Compiling v3_ia5.c
[8/462] Compiling v3_ncons.c
[9/462] Compiling v3_extku.c
[10/462] Compiling v3_genn.c
[11/462] Compiling v3_enum.c
[11/462] Write swift-version-24593BA9C3E375BF.txt
[13/462] Compiling v3_bitst.c
[14/462] Compiling v3_conf.c
[15/462] Compiling v3_crld.c
[16/462] Compiling v3_bcons.c
[17/462] Compiling v3_cpols.c
[18/462] Compiling v3_alt.c
[19/464] Compiling v3_akeya.c
[21/519] Emitting module _CertificateInternals
[22/519] Emitting module SwiftSyntax600
[23/519] Compiling SwiftSyntax600 Empty.swift
[24/519] Compiling TSCLibc libc.swift
[25/519] Emitting module TSCLibc
[26/521] Compiling SwiftSyntax601 Empty.swift
[27/521] Emitting module SwiftSyntax601
[28/522] Compiling SwiftSyntax509 Empty.swift
[29/522] Emitting module SwiftSyntax509
[31/523] Compiling SwiftSyntax510 Empty.swift
[32/523] Emitting module SwiftSyntax510
[35/524] Compiling _CertificateInternals _TinyArray.swift
[38/528] Compiling SwiftASN1 ASN1Boolean.swift
[39/528] Compiling SwiftASN1 ASN1Identifier.swift
[40/528] Compiling SwiftASN1 ASN1Integer.swift
[41/528] Compiling SwiftASN1 ASN1Null.swift
[43/536] Compiling SwiftASN1 ArraySliceBigint.swift
[44/536] Compiling SwiftASN1 GeneralizedTime.swift
[45/538] Compiling PackageCollectionsModel PackageCollectionModel.swift
[46/578] Compiling Logging MetadataProvider.swift
[47/581] Compiling TSCBasic CollectionExtensions.swift
[48/581] Compiling TSCBasic Condition.swift
[49/581] Compiling Logging LogHandler.swift
[50/587] Emitting module SystemPackage
[51/590] Compiling TSCBasic Lock.swift
[52/590] Compiling TSCBasic OSLog.swift
[53/590] Compiling TSCBasic ObjectIdentifierProtocol.swift
[54/590] Compiling TSCBasic OrderedDictionary.swift
[55/590] Compiling JSONRPC DataChannel+Stdio.swift
[56/590] Compiling JSONRPC DataChannel+WebSocket.swift
[57/590] Compiling JSONRPC DataChannel.swift
[58/671] Compiling InternalCollectionsUtilities Debugging.swift
[59/671] Compiling InternalCollectionsUtilities Descriptions.swift
[60/673] Emitting module Logging
[61/673] Compiling Logging Locks.swift
[62/673] Compiling InternalCollectionsUtilities UInt+reversed.swift
[63/673] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[64/673] Compiling JSONRPC JSONValueDecoder.swift
/host/spi-builder-workspace/.build/checkouts/JSONRPC/Sources/JSONRPC/DataChannel+Stdio.swift:5:8: error: no such module 'Darwin.C'
3 | import Glibc
4 | #else
5 | import Darwin.C
| `- error: no such module 'Darwin.C'
6 | #endif
7 |
[65/674] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+SE-0370.swift
[66/674] Compiling InternalCollectionsUtilities UnsafeMutablePointer+SE-0370.swift
[67/674] Compiling InternalCollectionsUtilities UnsafeRawPointer extensions.swift
[71/674] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[72/674] Compiling JSONRPC JSONValue.swift
/host/spi-builder-workspace/.build/checkouts/JSONRPC/Sources/JSONRPC/DataChannel+Stdio.swift:5:8: error: no such module 'Darwin.C'
3 | import Glibc
4 | #else
5 | import Darwin.C
| `- error: no such module 'Darwin.C'
6 | #endif
7 |
[73/674] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[74/674] Compiling InternalCollectionsUtilities Specialize.swift
[77/674] Compiling InternalCollectionsUtilities _SortedCollection.swift
[78/674] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[79/674] Compiling SwiftSyntax SyntaxNodeFactory.swift
[80/674] Compiling SwiftSyntax SyntaxNodeStructure.swift
[81/674] Compiling SwiftSyntax SyntaxProtocol.swift
[82/674] Compiling SwiftSyntax SyntaxText.swift
[85/674] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[87/674] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[88/674] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[89/674] Compiling SwiftSyntax SyntaxIdentifier.swift
[90/674] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
/host/spi-builder-workspace/.build/checkouts/JSONRPC/Sources/JSONRPC/DataChannel+Stdio.swift:5:8: error: no such module 'Darwin.C'
3 | import Glibc
4 | #else
5 | import Darwin.C
| `- error: no such module 'Darwin.C'
6 | #endif
7 |
/host/spi-builder-workspace/.build/checkouts/JSONRPC/Sources/JSONRPC/DataChannel+Stdio.swift:5:8: error: no such module 'Darwin.C'
3 | import Glibc
4 | #else
5 | import Darwin.C
| `- error: no such module 'Darwin.C'
6 | #endif
7 |
/host/spi-builder-workspace/.build/checkouts/JSONRPC/Sources/JSONRPC/DataChannel+Stdio.swift:5:8: error: no such module 'Darwin.C'
3 | import Glibc
4 | #else
5 | import Darwin.C
| `- error: no such module 'Darwin.C'
6 | #endif
7 |
/host/spi-builder-workspace/.build/checkouts/JSONRPC/Sources/JSONRPC/DataChannel+Stdio.swift:5:8: error: no such module 'Darwin.C'
3 | import Glibc
4 | #else
5 | import Darwin.C
| `- error: no such module 'Darwin.C'
6 | #endif
7 |
[103/674] Compiling InternalCollectionsUtilities Integer rank.swift
/host/spi-builder-workspace/.build/checkouts/JSONRPC/Sources/JSONRPC/DataChannel+Stdio.swift:5:8: error: no such module 'Darwin.C'
3 | import Glibc
4 | #else
5 | import Darwin.C
| `- error: no such module 'Darwin.C'
6 | #endif
7 |
[104/674] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
/host/spi-builder-workspace/.build/checkouts/JSONRPC/Sources/JSONRPC/DataChannel+Stdio.swift:5:8: error: no such module 'Darwin.C'
3 | import Glibc
4 | #else
5 | import Darwin.C
| `- error: no such module 'Darwin.C'
6 | #endif
7 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[105/674] Emitting module JSONRPC
/host/spi-builder-workspace/.build/checkouts/JSONRPC/Sources/JSONRPC/DataChannel+Stdio.swift:5:8: error: no such module 'Darwin.C'
3 | import Glibc
4 | #else
5 | import Darwin.C
| `- error: no such module 'Darwin.C'
6 | #endif
7 |
[108/674] Compiling JSONRPC JSONRPCSession.swift
/host/spi-builder-workspace/.build/checkouts/JSONRPC/Sources/JSONRPC/DataChannel+Stdio.swift:5:8: error: no such module 'Darwin.C'
3 | import Glibc
4 | #else
5 | import Darwin.C
| `- error: no such module 'Darwin.C'
6 | #endif
7 |
/host/spi-builder-workspace/.build/checkouts/JSONRPC/Sources/JSONRPC/DataChannel+Stdio.swift:5:8: error: no such module 'Darwin.C'
3 | import Glibc
4 | #else
5 | import Darwin.C
| `- error: no such module 'Darwin.C'
6 | #endif
7 |
/host/spi-builder-workspace/.build/checkouts/JSONRPC/Sources/JSONRPC/DataChannel+Stdio.swift:5:8: error: no such module 'Darwin.C'
3 | import Glibc
4 | #else
5 | import Darwin.C
| `- error: no such module 'Darwin.C'
6 | #endif
7 |
[111/674] Compiling SwiftSyntax SourceLocation.swift
[112/674] Compiling SwiftSyntax SourcePresence.swift
[113/674] Compiling SwiftSyntax SwiftSyntaxCompatibility.swift
[119/675] Compiling JSONRPC Protocol.swift
/host/spi-builder-workspace/.build/checkouts/JSONRPC/Sources/JSONRPC/DataChannel+Stdio.swift:5:8: error: no such module 'Darwin.C'
3 | import Glibc
4 | #else
5 | import Darwin.C
| `- error: no such module 'Darwin.C'
6 | #endif
7 |
[120/675] Emitting module PackageCollectionsModel
BUILD FAILURE 6.1 android