Build Information
Failed to build package-swift-lsp, reference 1.3.0 (c1f896
), with Swift 6.1 for Android on 3 Jun 2025 08:22:46 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/kattouf/package-swift-lsp.git
Reference: 1.3.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.3.0 -> FETCH_HEAD
HEAD is now at c1f896d chore(release): Bump version to 1.3.0
Cloned https://github.com/kattouf/package-swift-lsp.git
Revision (git rev-parse @):
c1f896dadc090f17369d7a69a24e3e3d9fc95860
SUCCESS checkout https://github.com/kattouf/package-swift-lsp.git at 1.3.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"
}
],
"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"
],
"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-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 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/ChimeHQ/LanguageServer
[1/68] Fetching languageserver
Fetched https://github.com/ChimeHQ/LanguageServer from cache (0.30s)
Fetching https://github.com/swiftlang/swift-package-manager
[1/154975] Fetching swift-package-manager
Fetched https://github.com/swiftlang/swift-package-manager from cache (10.67s)
Fetching https://github.com/swiftlang/swift-subprocess.git
[1/737] Fetching swift-subprocess
Fetched https://github.com/swiftlang/swift-subprocess.git from cache (0.34s)
Fetching https://github.com/apple/swift-llbuild.git
[1/29012] Fetching swift-llbuild
Fetched https://github.com/apple/swift-llbuild.git from cache (2.54s)
Fetching https://github.com/apple/swift-tools-support-core.git
[1/6785] Fetching swift-tools-support-core
Fetched https://github.com/apple/swift-tools-support-core.git from cache (0.49s)
Fetching https://github.com/apple/swift-driver.git
[1/34696] Fetching swift-driver
Fetched https://github.com/apple/swift-driver.git from cache (2.25s)
Fetching https://github.com/swiftlang/swift-syntax.git
[1/70721] Fetching swift-syntax
Fetched https://github.com/swiftlang/swift-syntax.git from cache (6.51s)
Fetching https://github.com/apple/swift-argument-parser.git
Fetching https://github.com/apple/swift-system
Fetching https://github.com/jpsim/Yams.git
Fetching https://github.com/swiftlang/swift-toolchain-sqlite
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-certificates.git
[1/128] Fetching swift-toolchain-sqlite
[19/4519] Fetching swift-toolchain-sqlite, swift-system
[3971/15250] Fetching swift-toolchain-sqlite, swift-system, yams
[4411/31841] Fetching swift-toolchain-sqlite, swift-system, yams, swift-collections
[14734/47221] Fetching swift-toolchain-sqlite, swift-system, yams, swift-collections, swift-argument-parser
[19899/53376] Fetching swift-toolchain-sqlite, swift-system, yams, swift-collections, swift-argument-parser, swift-certificates
Fetched https://github.com/apple/swift-system from cache (4.45s)
Fetching https://github.com/apple/swift-crypto.git
Fetched https://github.com/apple/swift-certificates.git from cache (4.99s)
Fetching https://github.com/ChimeHQ/LanguageServerProtocol
Fetched https://github.com/swiftlang/swift-toolchain-sqlite from cache (5.00s)
Fetching https://github.com/apple/swift-log.git
Fetched https://github.com/apple/swift-argument-parser.git from cache (5.00s)
Fetching https://github.com/pointfreeco/swift-concurrency-extras.git
Fetched https://github.com/apple/swift-collections.git from cache (5.01s)
Fetched https://github.com/jpsim/Yams.git from cache (5.04s)
[1/3836] Fetching swift-log
[201/4688] Fetching swift-log, swift-concurrency-extras
[1132/6509] Fetching swift-log, swift-concurrency-extras, languageserverprotocol
[4631/20445] Fetching swift-log, swift-concurrency-extras, languageserverprotocol, swift-crypto
Fetched https://github.com/pointfreeco/swift-concurrency-extras.git from cache (0.40s)
Fetched https://github.com/ChimeHQ/LanguageServerProtocol from cache (0.41s)
[6484/17772] Fetching swift-log, swift-crypto
Fetched https://github.com/apple/swift-log.git from cache (0.43s)
[2927/13936] Fetching swift-crypto
Fetched https://github.com/apple/swift-crypto.git from cache (2.75s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.0.0 (7.79s)
Computing version for https://github.com/ChimeHQ/LanguageServerProtocol
Computed https://github.com/ChimeHQ/LanguageServerProtocol at 0.14.0 (0.54s)
Fetching https://github.com/ChimeHQ/JSONRPC
[1/634] Fetching jsonrpc
Fetched https://github.com/ChimeHQ/JSONRPC from cache (0.29s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (1.47s)
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.42s)
Computing version for https://github.com/apple/swift-argument-parser.git
Computed https://github.com/apple/swift-argument-parser.git at 1.5.1 (0.54s)
Computing version for https://github.com/apple/swift-system
Computed https://github.com/apple/swift-system at 1.5.0 (0.53s)
Computing version for https://github.com/ChimeHQ/JSONRPC
Computed https://github.com/ChimeHQ/JSONRPC at 0.9.2 (0.45s)
Computing version for https://github.com/swiftlang/swift-toolchain-sqlite
Computed https://github.com/swiftlang/swift-toolchain-sqlite at 1.0.4 (0.57s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.5.0 (0.96s)
Fetching https://github.com/apple/swift-asn1.git
[1/1590] Fetching swift-asn1
Fetched https://github.com/apple/swift-asn1.git from cache (0.49s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (1.09s)
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/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (0.75s)
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/swiftlang/swift-subprocess.git
Working copy of https://github.com/swiftlang/swift-subprocess.git resolved at main (48d9d57)
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-system
Working copy of https://github.com/apple/swift-system resolved at 1.5.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.5.1
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-certificates.git
Working copy of https://github.com/apple/swift-certificates.git resolved at 1.5.0
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.4
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/jpsim/Yams.git
Working copy of https://github.com/jpsim/Yams.git resolved at 5.0.6
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-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/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.3.2
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-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.1.4
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.3
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/pointfreeco/swift-concurrency-extras.git
Working copy of https://github.com/pointfreeco/swift-concurrency-extras.git resolved at 1.3.1
[1/1] Compiling plugin GenerateManual
Building for debugging...
[1/524] Write sources
[20/524] Compiling jacobi.c
[21/524] Write swift-version-24593BA9C3E375BF.txt
[22/524] Compiling p_dsa_asn1.c
[23/524] Compiling montgomery.c
[23/524] Compiling montgomery_inv.c
[25/524] Compiling evp_ctx.c
[26/524] Write sources
[29/524] Compiling evp_asn1.c
[29/524] Write sources
[31/524] Compiling _SwiftSyntaxCShims dummy.c
[32/524] Compiling _SubprocessCShims process_shims.c
[33/524] Write sources
[34/524] Compiling TSCclibc libc.c
[35/524] Write sources
[38/525] Compiling TSCclibc process.c
[38/525] Compiling generic.c
[38/525] Write sources
[61/534] Compiling CSystem shims.c
[63/572] Emitting module _CertificateInternals
[63/575] Compiling CCryptoBoringSSLShims shims.c
[65/577] Emitting module Logging
[66/577] Emitting module SwiftSyntax601
[67/577] Compiling SwiftSyntax601 Empty.swift
[68/578] Compiling SystemPackage MachPort.swift
[69/578] Compiling SystemPackage PlatformString.swift
[70/578] Compiling SystemPackage SystemString.swift
[71/578] Compiling _CertificateInternals _TinyArray.swift
[73/582] Compiling SystemPackage FileOperations.swift
[74/582] Compiling SystemPackage FilePath.swift
[75/582] Compiling SystemPackage FilePathComponentView.swift
[76/582] Compiling SystemPackage FilePathComponents.swift
[78/584] Compiling SystemPackage FilePathParsing.swift
[79/584] Compiling SystemPackage FilePathString.swift
[80/584] Compiling SystemPackage FilePathSyntax.swift
[81/584] Compiling SystemPackage FilePathTemp.swift
[82/584] Emitting module SystemPackage
[83/584] Compiling SystemPackage Errno.swift
[84/584] Compiling SystemPackage ErrnoWindows.swift
[85/584] Compiling SystemPackage FileDescriptor.swift
[86/584] Compiling SystemPackage FileHelpers.swift
[87/586] Emitting module SwiftSyntax600
[88/586] Compiling SwiftSyntax600 Empty.swift
[90/587] Emitting module SwiftSyntax510
[91/587] Compiling SwiftSyntax510 Empty.swift
[93/588] Compiling SystemPackage Util+StringArray.swift
[94/588] Compiling SystemPackage Util.swift
[95/588] Compiling SystemPackage UtilConsumers.swift
[96/588] Compiling ConcurrencyExtras MainSerialExecutor.swift
[97/588] Emitting module ConcurrencyExtras
[98/589] Compiling ConcurrencyExtras UncheckedSendable.swift
[99/608] Compiling SwiftSyntax509 Empty.swift
[100/608] Emitting module SwiftSyntax509
[100/609] Compiling SwiftToolchainCSQLite sqlite3.c
[103/638] Compiling InternalCollectionsUtilities _SortedCollection.swift
[104/638] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[105/640] Compiling InternalCollectionsUtilities Debugging.swift
[106/640] Compiling InternalCollectionsUtilities Descriptions.swift
[107/640] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[108/640] Compiling InternalCollectionsUtilities Specialize.swift
[109/640] Compiling JSONRPC JSONId.swift
[110/640] Compiling JSONRPC JSONRPCError.swift
[113/642] Compiling SwiftASN1 DER.swift
[114/642] Compiling SwiftASN1 Errors.swift
[117/642] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+SE-0370.swift
[118/642] Compiling InternalCollectionsUtilities UnsafeMutablePointer+SE-0370.swift
[119/642] Compiling InternalCollectionsUtilities UnsafeRawPointer extensions.swift
[120/642] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[121/642] Compiling InternalCollectionsUtilities Integer rank.swift
[122/642] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[126/642] Compiling SystemPackage Mocking.swift
[127/642] Compiling SystemPackage RawBuffer.swift
[128/642] Compiling SystemPackage Syscalls.swift
[129/642] Compiling SystemPackage WindowsSyscallAdapters.swift
[130/642] Compiling TSCLibc libc.swift
[131/642] Emitting module TSCLibc
[132/642] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[133/642] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[134/643] Emitting module InternalCollectionsUtilities
[136/643] Compiling Logging MetadataProvider.swift
[139/643] Compiling SystemPackage FilePathWindows.swift
[140/643] Compiling SystemPackage FilePermissions.swift
[145/643] Compiling Logging LogHandler.swift
[146/643] Compiling Logging Logging.swift
[147/643] Compiling Logging Locks.swift
[158/646] Emitting module SwiftASN1
[159/646] Compiling ConcurrencyExtras LockIsolated.swift
[160/670] Compiling SwiftSyntax Convenience.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/670] Compiling SwiftSyntax CustomTraits.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/700] Wrapping AST for _CertificateInternals for debugging
[163/726] Compiling PackageCollectionsModel PackageCollectionModel.swift
[164/759] Compiling TSCBasic ByteString.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 |
[165/759] Compiling TSCBasic CStringArray.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 |
[166/759] Compiling TSCBasic CacheableSequence.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/759] Compiling TSCBasic Closable.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/759] Compiling ConcurrencyExtras Result.swift
[169/759] Compiling ConcurrencyExtras Task.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[170/759] 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 |
[171/759] 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 |
[172/759] 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 |
[173/759] 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 |
[174/759] 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 |
[175/759] 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 |
[176/759] Compiling TSCBasic DeltaAlgorithm.swift
[177/759] Compiling TSCBasic DiagnosticsEngine.swift
[178/759] Compiling TSCBasic DictionaryExtensions.swift
[179/759] Compiling TSCBasic DictionaryLiteralExtensions.swift
[180/759] Emitting module PackageCollectionsModel
[181/759] Compiling PackageCollectionsModel PackageCollectionModel+v1.swift
[186/778] Compiling Subprocess API.swift
[187/778] Compiling Subprocess AsyncBufferSequence.swift
[188/778] Compiling Subprocess Buffer.swift
[189/778] Compiling Subprocess Input.swift
[190/779] Compiling _AsyncFileSystem ConcurrencySupport.swift
[192/780] Emitting module _AsyncFileSystem
[193/780] Compiling _AsyncFileSystem WritableStream.swift
[193/795] Wrapping AST for TSCLibc for debugging
[195/795] Compiling _AsyncFileSystem AsyncFileSystem.swift
[196/795] Compiling _AsyncFileSystem MockFileSystem.swift
[197/826] 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 |
[197/837] Wrapping AST for SystemPackage for debugging
[199/849] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[200/849] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[201/852] Compiling _AsyncFileSystem OSFileSystem.swift
[202/852] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[203/852] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[204/852] Compiling _AsyncFileSystem OpenReadableFile.swift
[205/852] Compiling _AsyncFileSystem OpenWritableFile.swift
[206/852] Compiling OrderedCollections _HashTable+Testing.swift
[207/852] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[208/852] Compiling _AsyncFileSystem ReadableFileStream.swift
[208/853] Wrapping AST for SwiftSyntax601 for debugging
[210/853] Compiling DequeModule _DequeSlot.swift
[211/853] Compiling DequeModule _UnsafeWrappedBuffer.swift
[212/855] Compiling OrderedCollections _HashTable+Bucket.swift
[213/855] Compiling OrderedCollections _HashTable+BucketIterator.swift
[213/855] Wrapping AST for SwiftSyntax600 for debugging
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
[1/1] Compiling plugin GenerateManual
Building for debugging...
[1/457] Write sources
[3/462] Compiling fiat_curve25519_adx_mul.S
[4/462] Compiling fiat_curve25519_adx_square.S
[5/462] Compiling v3_prn.c
[6/462] Compiling v3_skey.c
[7/462] Compiling v3_utl.c
[8/462] Compiling v3_pmaps.c
[9/462] Compiling v3_pcons.c
[10/462] Compiling v3_ocsp.c
[11/462] Compiling v3_int.c
[12/462] Compiling v3_lib.c
[13/462] Compiling v3_ncons.c
[14/462] Compiling v3_purp.c
[15/462] Write swift-version-24593BA9C3E375BF.txt
[16/462] Compiling v3_info.c
[17/462] Compiling v3_ia5.c
[18/462] Compiling v3_extku.c
[19/462] Compiling v3_enum.c
[20/462] Compiling v3_conf.c
[21/462] Compiling v3_genn.c
[22/463] Compiling v3_cpols.c
[23/465] Compiling v3_crld.c
[25/519] Compiling SwiftSyntax509 Empty.swift
[26/519] Compiling TSCLibc libc.swift
[27/519] Emitting module TSCLibc
[28/520] Emitting module SwiftSyntax510
[29/520] Compiling SwiftSyntax510 Empty.swift
[30/521] Compiling SwiftSyntax601 Empty.swift
[31/521] Emitting module SwiftSyntax601
[32/522] Emitting module SwiftSyntax600
[33/522] Compiling SwiftSyntax600 Empty.swift
[34/522] Emitting module SwiftSyntax509
[40/599] Compiling PackageCollectionsModel PackageCollectionModel.swift
[41/599] Emitting module _CertificateInternals
[42/599] Compiling _CertificateInternals _TinyArray.swift
[44/599] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[45/599] Compiling InternalCollectionsUtilities Specialize.swift
[46/601] Compiling InternalCollectionsUtilities _SortedCollection.swift
[47/601] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[48/601] Compiling InternalCollectionsUtilities Debugging.swift
[49/601] Compiling InternalCollectionsUtilities Descriptions.swift
[50/601] 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 |
[51/601] 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 |
[52/602] Compiling Logging MetadataProvider.swift
[53/602] 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 |
[54/602] 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 |
[55/602] 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 |
[56/602] 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 |
[57/602] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[58/602] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[59/604] 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 |
[60/604] 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 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[61/604] 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 |
[62/623] 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 |
[63/623] 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 |
[64/623] Compiling SwiftSyntax RawSyntaxTokenView.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/623] Compiling SwiftSyntax SourceEdit.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 |
[66/668] Emitting module Logging
[67/668] Compiling Logging LogHandler.swift
[68/668] Compiling Logging Locks.swift
BUILD FAILURE 6.1 android