Build Information
Failed to build package-swift-lsp, reference 1.5.0 (370583
), with Swift 6.1 for Android on 7 Aug 2025 18:43:36 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-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: 1.5.0
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
* tag 1.5.0 -> FETCH_HEAD
HEAD is now at 3705832 chore(release): Bump version to 1.5.0
Cloned https://github.com/kattouf/package-swift-lsp.git
Revision (git rev-parse @):
37058325ee09857e2d1f76def0b3361eab64ad14
SUCCESS checkout https://github.com/kattouf/package-swift-lsp.git at 1.5.0
========================================
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-4609320-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.28s)
Fetching https://github.com/swiftlang/swift-package-manager
[1/159479] Fetching swift-package-manager
Fetched https://github.com/swiftlang/swift-package-manager from cache (14.70s)
Fetching https://github.com/swiftlang/swift-subprocess.git
[1/1472] Fetching swift-subprocess
Fetched https://github.com/swiftlang/swift-subprocess.git from cache (0.43s)
Fetching https://github.com/apple/swift-llbuild.git
[1/29145] Fetching swift-llbuild
Fetched https://github.com/apple/swift-llbuild.git from cache (2.85s)
Fetching https://github.com/apple/swift-tools-support-core.git
[1/6917] Fetching swift-tools-support-core
Fetched https://github.com/apple/swift-tools-support-core.git from cache (0.52s)
Fetching https://github.com/apple/swift-driver.git
[1/35379] Fetching swift-driver
Fetched https://github.com/apple/swift-driver.git from cache (1.96s)
Fetching https://github.com/swiftlang/swift-syntax.git
[1/71491] Fetching swift-syntax
Fetched https://github.com/swiftlang/swift-syntax.git from cache (3.51s)
Fetching https://github.com/apple/swift-certificates.git
Fetching https://github.com/apple/swift-system
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/jpsim/Yams.git
Fetching https://github.com/apple/swift-argument-parser.git
Fetching https://github.com/swiftlang/swift-toolchain-sqlite
[1/165] Fetching swift-toolchain-sqlite
[20/6625] Fetching swift-toolchain-sqlite, swift-certificates
[279/23565] Fetching swift-toolchain-sqlite, swift-certificates, swift-collections
[1797/28404] Fetching swift-toolchain-sqlite, swift-certificates, swift-collections, swift-system
[4445/39401] Fetching swift-toolchain-sqlite, swift-certificates, swift-collections, swift-system, yams
[16349/55031] Fetching swift-toolchain-sqlite, swift-certificates, swift-collections, swift-system, yams, swift-argument-parser
[44531/54866] Fetching swift-certificates, swift-collections, swift-system, yams, swift-argument-parser
Fetched https://github.com/swiftlang/swift-toolchain-sqlite from cache (1.12s)
Fetching https://github.com/apple/swift-crypto.git
[54867/70872] Fetching swift-certificates, swift-collections, swift-system, yams, swift-argument-parser, swift-crypto
Fetched https://github.com/apple/swift-system from cache (2.80s)
Fetched https://github.com/apple/swift-certificates.git from cache (2.80s)
Fetching https://github.com/apple/swift-log.git
Fetched https://github.com/apple/swift-argument-parser.git from cache (2.81s)
Fetching https://github.com/pointfreeco/swift-concurrency-extras.git
Fetched https://github.com/apple/swift-collections.git from cache (2.83s)
Fetched https://github.com/jpsim/Yams.git from cache (2.85s)
Fetched https://github.com/apple/swift-crypto.git from cache (1.85s)
[1/878] Fetching swift-concurrency-extras
[300/4758] Fetching swift-concurrency-extras, swift-log
Fetched https://github.com/pointfreeco/swift-concurrency-extras.git from cache (0.37s)
Fetching https://github.com/ChimeHQ/LanguageServerProtocol
Fetched https://github.com/apple/swift-log.git from cache (0.47s)
[1/1821] Fetching languageserverprotocol
Fetched https://github.com/ChimeHQ/LanguageServerProtocol from cache (0.23s)
Computing version for https://github.com/apple/swift-system
Computed https://github.com/apple/swift-system at 1.5.0 (6.79s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.0.0 (0.63s)
Computing version for https://github.com/ChimeHQ/LanguageServerProtocol
Computed https://github.com/ChimeHQ/LanguageServerProtocol at 0.14.0 (0.56s)
Fetching https://github.com/ChimeHQ/JSONRPC
[1/634] Fetching jsonrpc
Fetched https://github.com/ChimeHQ/JSONRPC from cache (0.20s)
Computing version for https://github.com/pointfreeco/swift-concurrency-extras.git
Computed https://github.com/pointfreeco/swift-concurrency-extras.git at 1.3.1 (0.68s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.4 (0.44s)
Computing version for https://github.com/ChimeHQ/JSONRPC
Computed https://github.com/ChimeHQ/JSONRPC at 0.9.2 (0.44s)
Computing version for https://github.com/apple/swift-argument-parser.git
Computed https://github.com/apple/swift-argument-parser.git at 1.6.1 (0.45s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.5.0 (0.56s)
Fetching https://github.com/apple/swift-asn1.git
[1/1629] Fetching swift-asn1
Fetched https://github.com/apple/swift-asn1.git from cache (0.27s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.4.0 (0.87s)
Computing version for https://github.com/jpsim/Yams.git
Computed https://github.com/jpsim/Yams.git at 5.0.6 (0.56s)
Computing version for https://github.com/swiftlang/swift-toolchain-sqlite
Computed https://github.com/swiftlang/swift-toolchain-sqlite at 1.0.6 (0.51s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.6 (0.78s)
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-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.4
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/ChimeHQ/JSONRPC
Working copy of https://github.com/ChimeHQ/JSONRPC resolved at 0.9.2
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-subprocess.git
Working copy of https://github.com/swiftlang/swift-subprocess.git resolved at main (7fb7ee8)
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/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/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/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-system
Working copy of https://github.com/apple/swift-system 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/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-toolchain-sqlite
Working copy of https://github.com/swiftlang/swift-toolchain-sqlite resolved at 1.0.6
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-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.4.0
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-llbuild.git
Working copy of https://github.com/apple/swift-llbuild.git resolved at release/6.1 (4fc005b)
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)
[1/1] Compiling plugin GenerateManual
[2/2] Compiling plugin GenerateDoccReference
Building for debugging...
[2/525] Write sources
[49/525] Compiling TSCclibc libc.c
[50/525] Compiling TSCclibc process.c
[51/525] Compiling _SubprocessCShims process_shims.c
[51/525] Compiling CSystem shims.c
[53/525] Compiling fiat_curve25519_adx_mul.S
[53/525] Compiling fiat_curve25519_adx_square.S
[55/525] Compiling _SwiftSyntaxCShims dummy.c
[55/525] Write swift-version-24593BA9C3E375BF.txt
[57/525] Compiling v3_utl.c
[58/525] Compiling CCryptoBoringSSLShims shims.c
[59/525] Compiling v3_prn.c
[60/525] Compiling v3_purp.c
[61/525] Compiling v3_skey.c
[62/527] Compiling v3_pcons.c
[63/530] Compiling v3_pmaps.c
[65/565] Emitting module SystemPackage
[66/568] Compiling SwiftSyntax600 Empty.swift
[67/568] Emitting module SwiftSyntax600
[68/569] Compiling SwiftSyntax510 Empty.swift
[69/569] Emitting module SwiftSyntax510
[71/570] Compiling SystemPackage MachPort.swift
[72/570] Compiling SystemPackage PlatformString.swift
[73/570] Compiling SystemPackage SystemString.swift
[74/570] Emitting module SwiftSyntax601
[75/570] Compiling SwiftSyntax601 Empty.swift
[76/571] Emitting module _CertificateInternals
[77/571] Compiling _CertificateInternals _TinyArray.swift
[78/572] Compiling SystemPackage FilePathParsing.swift
[79/572] Compiling SystemPackage FilePathString.swift
[80/572] Compiling SystemPackage FilePathSyntax.swift
[81/572] Compiling SystemPackage FilePathTemp.swift
[82/572] Compiling SystemPackage FileOperations.swift
[83/572] Compiling SystemPackage FilePath.swift
[84/572] Compiling SystemPackage FilePathComponentView.swift
[85/572] Compiling SystemPackage FilePathComponents.swift
[86/572] Emitting module SwiftSyntax509
[87/572] Compiling SwiftSyntax509 Empty.swift
[89/573] Compiling SystemPackage Errno.swift
[90/573] Compiling SystemPackage ErrnoWindows.swift
[91/573] Compiling SystemPackage FileDescriptor.swift
[92/573] Compiling SystemPackage FileHelpers.swift
[96/627] Compiling SystemPackage Util+StringArray.swift
[97/627] Compiling SystemPackage Util.swift
[98/627] Compiling SystemPackage UtilConsumers.swift
[99/627] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[100/627] Compiling InternalCollectionsUtilities Specialize.swift
[101/629] Compiling Logging LogHandler.swift
[102/629] Compiling InternalCollectionsUtilities _SortedCollection.swift
[103/629] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[104/629] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[105/629] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[106/629] Compiling JSONRPC DataChannel.swift
[107/629] Compiling JSONRPC JSONId.swift
[108/629] Compiling JSONRPC AsyncStreamPolyfill.swift
[109/629] Compiling JSONRPC DataChannel+Actor.swift
[110/629] Compiling JSONRPC DataChannel+PredefinedMessages.swift
[111/629] Emitting module InternalCollectionsUtilities
[112/629] Compiling JSONRPC DataChannel+Stdio.swift
[113/629] Compiling JSONRPC DataChannel+WebSocket.swift
[114/629] Compiling JSONRPC JSONRPCError.swift
[115/629] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[116/629] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+SE-0370.swift
[117/629] Compiling InternalCollectionsUtilities UnsafeMutablePointer+SE-0370.swift
[118/629] Compiling InternalCollectionsUtilities UnsafeRawPointer extensions.swift
[119/684] Compiling SwiftToolchainCSQLite sqlite3.c
[121/749] Compiling Logging MetadataProvider.swift
[122/749] Emitting module TSCLibc
[123/749] Compiling TSCLibc libc.swift
[124/750] Compiling OrderedCollections _HashTable+Testing.swift
[125/750] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[126/750] Compiling OrderedCollections _HashTable.swift
[127/750] Compiling OrderedCollections _Hashtable+Header.swift
[128/750] Compiling OrderedCollections _HashTable+Bucket.swift
[129/750] Compiling OrderedCollections _HashTable+BucketIterator.swift
[130/750] Compiling OrderedCollections _HashTable+Constants.swift
[131/750] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[132/750] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[133/750] Compiling OrderedCollections OrderedDictionary+Elements.swift
[134/750] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[135/750] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[136/750] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[137/750] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[138/753] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[139/753] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[140/753] Emitting module SwiftASN1
[141/753] Compiling Logging Locks.swift
[142/753] Compiling Logging Logging.swift
[143/753] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[144/753] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[145/753] Compiling OrderedCollections OrderedDictionary+Values.swift
[146/753] Emitting module Logging
[147/754] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[148/754] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[149/754] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[153/769] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[154/769] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[155/769] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[156/769] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[157/769] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[158/769] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[159/769] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[160/776] 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 |
[161/798] Compiling PackageCollectionsModel PackageCollectionModel.swift
[162/825] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[163/825] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[164/825] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[165/825] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[166/825] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[167/825] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[168/825] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[169/825] Compiling TSCBasic LazyCache.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 |
[170/825] Compiling TSCBasic Lock.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 |
[171/825] Compiling TSCBasic JSONMapper.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/825] Compiling TSCBasic KeyedPair.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 |
[173/825] Compiling TSCBasic Await.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 |
[174/825] Compiling TSCBasic Base64URL.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/825] Compiling TSCBasic CollectionExtensions.swift
[176/825] Compiling TSCBasic Condition.swift
[177/825] Compiling TSCBasic ByteString.swift
[178/825] Compiling TSCBasic CStringArray.swift
[179/825] Compiling TSCBasic CodableResult.swift
[180/825] Compiling TSCBasic CollectionAlgorithms.swift
[183/827] 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 |
[186/827] Compiling _AsyncFileSystem AsyncFileSystem.swift
[187/828] 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 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[188/828] 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 |
[189/828] Compiling TSCBasic HashAlgorithms.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 |
[190/828] Compiling TSCBasic JSON.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 |
[199/828] Emitting module _AsyncFileSystem
[200/828] Compiling TSCBasic DictionaryLiteralExtensions.swift
[201/828] Compiling TSCBasic EditDistance.swift
[202/828] Compiling TSCBasic FileInfo.swift
[203/828] Compiling TSCBasic FileSystem.swift
[204/828] Compiling TSCBasic GraphAlgorithms.swift
[205/828] Compiling TSCBasic Result.swift
[206/828] Compiling TSCBasic SortedArray.swift
[207/828] Compiling TSCBasic StringConversions.swift
[208/828] Compiling TSCBasic SynchronizedQueue.swift
[209/828] Compiling TSCBasic TemporaryFile.swift
[210/828] Compiling TSCBasic PathShims.swift
[211/828] Compiling TSCBasic Process.swift
[212/828] Compiling TSCBasic ProcessEnv.swift
[213/828] Compiling TSCBasic ProcessSet.swift
[214/828] Compiling TSCBasic RegEx.swift
[215/828] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[218/828] Compiling TSCBasic CacheableSequence.swift
[219/828] Compiling TSCBasic Closable.swift
[222/828] Compiling DequeModule _DequeSlot.swift
[223/828] Compiling DequeModule _UnsafeWrappedBuffer.swift
[224/828] 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 |
[225/828] Compiling _AsyncFileSystem WritableStream.swift
[228/828] Emitting module PackageCollectionsModel
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-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/463] Compiling v3_ncons.c
[3/463] Compiling v3_int.c
[4/463] Compiling v3_ocsp.c
[5/463] Compiling v3_ia5.c
[6/463] Compiling v3_lib.c
[7/463] Compiling v3_info.c
[8/463] Compiling v3_extku.c
[9/463] Compiling v3_genn.c
[10/463] Write swift-version-24593BA9C3E375BF.txt
[11/463] Compiling v3_enum.c
[12/463] Compiling v3_bcons.c
[13/463] Compiling v3_crld.c
[14/463] Compiling v3_bitst.c
[15/463] Compiling v3_cpols.c
[16/463] Compiling v3_akeya.c
[17/463] Compiling v3_conf.c
[18/465] Compiling v3_alt.c
[20/503] Emitting module SwiftSyntax510
[21/503] Compiling SwiftSyntax510 Empty.swift
[22/504] Emitting module TSCLibc
[23/504] Compiling TSCLibc libc.swift
[24/505] Compiling SwiftSyntax600 Empty.swift
[25/505] Emitting module SwiftSyntax600
[26/506] Compiling SwiftSyntax601 Empty.swift
[27/506] Emitting module SwiftSyntax601
[29/524] Compiling SwiftSyntax509 Empty.swift
[30/524] Emitting module SwiftSyntax509
[35/540] Emitting module _CertificateInternals
[36/540] Compiling _CertificateInternals _TinyArray.swift
[38/603] Compiling PackageCollectionsModel PackageCollectionModel.swift
[39/603] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[40/603] Compiling InternalCollectionsUtilities Specialize.swift
[41/605] Compiling Logging MetadataProvider.swift
[42/605] 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 |
[43/605] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.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 |
[44/606] Compiling InternalCollectionsUtilities _SortedCollection.swift
[45/606] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[46/606] Compiling InternalCollectionsUtilities Debugging.swift
[47/606] Compiling InternalCollectionsUtilities Descriptions.swift
[48/606] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+SE-0370.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 |
[49/606] Compiling InternalCollectionsUtilities UnsafeMutablePointer+SE-0370.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 |
[50/606] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.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 |
[51/606] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.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 |
[52/606] Compiling InternalCollectionsUtilities UnsafeRawPointer extensions.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 |
[53/606] Compiling InternalCollectionsUtilities UInt+reversed.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)
[54/606] 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 |
[55/669] Compiling SwiftSyntax EditorPlaceholder.swift
[56/669] Compiling SwiftSyntax SyntaxIdentifier.swift
[57/672] 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 |
[58/672] Emitting module Logging
[59/672] 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 |
[60/672] 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 |
[61/672] Compiling Logging Locks.swift
[62/672] Compiling SwiftSyntax AbsolutePosition.swift
[63/672] Compiling SwiftSyntax AbsoluteRawSyntax.swift
[64/672] Compiling SwiftSyntax AbsoluteSyntaxInfo.swift
[65/672] Compiling SwiftSyntax Convenience.swift
[66/672] Compiling SwiftSyntax CustomTraits.swift
[67/672] Compiling SwiftASN1 DER.swift
[68/672] Compiling SwiftASN1 Errors.swift
[69/672] Compiling SwiftSyntax SyntaxProtocol.swift
[70/672] Compiling SwiftSyntax SyntaxText.swift
[73/672] Compiling SwiftSyntax SyntaxTreeViewMode.swift
[74/672] Compiling SwiftSyntax TokenDiagnostic.swift
[75/672] 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 |
[78/672] Compiling SwiftSyntax Identifier.swift
[79/672] Compiling SwiftSyntax MemoryLayout.swift
[80/672] Compiling SwiftSyntax MissingNodeInitializers.swift
[81/672] Compiling SwiftSyntax RawSyntax.swift
[82/672] Compiling SwiftSyntax RawSyntaxLayoutView.swift
[83/672] Compiling SwiftSyntax RawSyntaxNodeProtocol.swift
[84/672] Compiling SwiftSyntax RawSyntaxTokenView.swift
[85/672] Compiling SwiftSyntax SourceEdit.swift
[86/672] Compiling SwiftSyntax SourceLength.swift
[87/675] Compiling SwiftSyntax SyntaxNodeFactory.swift
[88/675] Compiling SwiftSyntax SyntaxNodeStructure.swift
[89/675] Compiling Logging LogHandler.swift
[90/675] Compiling SwiftSyntax Assert.swift
[91/675] Compiling SwiftSyntax BumpPtrAllocator.swift
BUILD FAILURE 6.1 android