Build Information
Failed to build swift-sdk-generator, reference main (d08a62
), with Swift 6.1 for Android on 12 Sep 2025 11:57:19 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" 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.67.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/swiftlang/swift-sdk-generator.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/swiftlang/swift-sdk-generator
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at d08a627 Make targetSwiftPackagePath optional for Wasm Swift SDK generation (#242)
Cloned https://github.com/swiftlang/swift-sdk-generator.git
Revision (git rev-parse @):
d08a62773822b3196897a96e405211b43d4a10ad
SUCCESS checkout https://github.com/swiftlang/swift-sdk-generator.git at main
========================================
Build
========================================
Selected platform: android
Swift version: 6.1
Building package at path: $PWD
https://github.com/swiftlang/swift-sdk-generator.git
https://github.com/swiftlang/swift-sdk-generator.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "async-http-client",
"requirement" : {
"range" : [
{
"lower_bound" : "1.19.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swift-server/async-http-client.git"
},
{
"identity" : "swift-system",
"requirement" : {
"range" : [
{
"lower_bound" : "1.3.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-system"
},
{
"identity" : "swift-argument-parser",
"requirement" : {
"range" : [
{
"lower_bound" : "1.4.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-argument-parser"
},
{
"identity" : "swift-async-algorithms",
"requirement" : {
"exact" : [
"1.0.1"
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-async-algorithms.git"
},
{
"identity" : "swift-atomics",
"requirement" : {
"range" : [
{
"lower_bound" : "1.2.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-atomics.git"
},
{
"identity" : "swift-collections",
"requirement" : {
"range" : [
{
"lower_bound" : "1.1.2",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-collections.git"
},
{
"identity" : "swift-crypto",
"requirement" : {
"range" : [
{
"lower_bound" : "3.1.0",
"upper_bound" : "4.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-crypto.git"
},
{
"identity" : "swift-nio",
"requirement" : {
"range" : [
{
"lower_bound" : "2.65.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-nio.git"
},
{
"identity" : "swift-log",
"requirement" : {
"range" : [
{
"lower_bound" : "1.5.4",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-log.git"
}
],
"manifest_display_name" : "swift-sdk-generator",
"name" : "swift-sdk-generator",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "13.0"
}
],
"products" : [
{
"name" : "swift-sdk-generator",
"targets" : [
"GeneratorCLI"
],
"type" : {
"executable" : null
}
}
],
"swift_languages_versions" : [
"5",
"6"
],
"targets" : [
{
"c99name" : "SystemSQLite",
"module_type" : "SystemLibraryTarget",
"name" : "SystemSQLite",
"path" : "Sources/SystemSQLite",
"product_memberships" : [
"swift-sdk-generator"
],
"sources" : [
],
"type" : "system-target"
},
{
"c99name" : "SwiftSDKGeneratorTests",
"module_type" : "SwiftTarget",
"name" : "SwiftSDKGeneratorTests",
"path" : "Tests/SwiftSDKGeneratorTests",
"sources" : [
"ArchitectureMappingTests.swift",
"EndToEndTests.swift",
"Generator/SwiftSDKGenerator+MetadataTests.swift",
"SwiftSDKRecipes/LinuxRecipeTests.swift",
"SwiftSDKRecipes/WebAssemblyRecipe.swift"
],
"target_dependencies" : [
"SwiftSDKGenerator"
],
"type" : "test"
},
{
"c99name" : "SwiftSDKGenerator",
"module_type" : "SwiftTarget",
"name" : "SwiftSDKGenerator",
"path" : "Sources/SwiftSDKGenerator",
"product_dependencies" : [
"AsyncAlgorithms",
"NIOHTTP1",
"Logging",
"SystemPackage",
"AsyncHTTPClient"
],
"product_memberships" : [
"swift-sdk-generator"
],
"sources" : [
"Artifacts/DownloadableArtifacts.swift",
"ArtifactsArchiveMetadata.swift",
"Extensions/String+hasAnyPrefix.swift",
"Generator/SwiftSDKGenerator+Copy.swift",
"Generator/SwiftSDKGenerator+Download.swift",
"Generator/SwiftSDKGenerator+Entrypoint.swift",
"Generator/SwiftSDKGenerator+Fixup.swift",
"Generator/SwiftSDKGenerator+Metadata.swift",
"Generator/SwiftSDKGenerator+Unpack.swift",
"Generator/SwiftSDKGenerator.swift",
"PathsConfiguration.swift",
"PlatformModels/FreeBSD.swift",
"PlatformModels/LinuxDistribution.swift",
"PlatformModels/Triple.swift",
"PlatformModels/VersionsConfiguration.swift",
"Queries/CMakeBuildQuery.swift",
"Queries/DownloadArtifactQuery.swift",
"Queries/DownloadFileQuery.swift",
"Queries/TarExtractQuery.swift",
"Serialization/SwiftSDKMetadata.swift",
"Serialization/Toolset.swift",
"SwiftSDKRecipes/FreeBSDRecipe.swift",
"SwiftSDKRecipes/LinuxRecipe.swift",
"SwiftSDKRecipes/SwiftSDKRecipe.swift",
"SwiftSDKRecipes/WebAssemblyRecipe.swift",
"SystemUtils/ByteBuffer+Utils.swift",
"SystemUtils/FileOperationError.swift",
"SystemUtils/GeneratorError.swift",
"SystemUtils/HTTPClient+Download.swift",
"SystemUtils/Shell.swift",
"SystemUtils/UnixName.swift",
"SystemUtils/which.swift"
],
"target_dependencies" : [
"AsyncProcess",
"Helpers"
],
"type" : "library"
},
{
"c99name" : "ProcessSpawnSync",
"module_type" : "SwiftTarget",
"name" : "ProcessSpawnSync",
"path" : "Sources/ProcessSpawnSync",
"product_dependencies" : [
"Atomics",
"NIOConcurrencyHelpers"
],
"product_memberships" : [
"swift-sdk-generator"
],
"sources" : [
"ProcessSpawner.swift"
],
"target_dependencies" : [
"CProcessSpawnSync"
],
"type" : "library"
},
{
"c99name" : "HelpersTests",
"module_type" : "SwiftTarget",
"name" : "HelpersTests",
"path" : "Tests/HelpersTests",
"sources" : [
"ThrowingDeferTests.swift"
],
"target_dependencies" : [
"Helpers"
],
"type" : "test"
},
{
"c99name" : "Helpers",
"module_type" : "SwiftTarget",
"name" : "Helpers",
"path" : "Sources/Helpers",
"product_dependencies" : [
"Crypto",
"Logging",
"SystemPackage",
"AsyncHTTPClient"
],
"product_memberships" : [
"swift-sdk-generator"
],
"sources" : [
"ThrowingDefer.swift",
"Vendor/QueryEngine/CacheKey.swift",
"Vendor/QueryEngine/FileCacheRecord.swift",
"Vendor/QueryEngine/FileLock.swift",
"Vendor/QueryEngine/Query.swift",
"Vendor/QueryEngine/QueryEngine.swift",
"Vendor/QueryEngine/SQLite.swift",
"Vendor/QueryEngine/SQLiteBackedCache.swift",
"Vendor/Triple.swift",
"Vendor/_AsyncFileSystem/AsyncFileSystem.swift",
"Vendor/_AsyncFileSystem/ConcurrencySupport.swift",
"Vendor/_AsyncFileSystem/MockFileSystem.swift",
"Vendor/_AsyncFileSystem/OSFileSystem.swift",
"Vendor/_AsyncFileSystem/OpenReadableFile.swift",
"Vendor/_AsyncFileSystem/OpenWritableFile.swift",
"Vendor/_AsyncFileSystem/ReadableFileStream.swift",
"Vendor/_AsyncFileSystem/WritableStream.swift"
],
"target_dependencies" : [
"SystemSQLite"
],
"type" : "library"
},
{
"c99name" : "GeneratorEngineTests",
"module_type" : "SwiftTarget",
"name" : "GeneratorEngineTests",
"path" : "Tests/GeneratorEngineTests",
"sources" : [
"EngineTests.swift"
],
"target_dependencies" : [
"Helpers"
],
"type" : "test"
},
{
"c99name" : "GeneratorCLI",
"module_type" : "SwiftTarget",
"name" : "GeneratorCLI",
"path" : "Sources/GeneratorCLI",
"product_dependencies" : [
"ArgumentParser"
],
"product_memberships" : [
"swift-sdk-generator"
],
"sources" : [
"GeneratorCLI.swift"
],
"target_dependencies" : [
"SwiftSDKGenerator"
],
"type" : "executable"
},
{
"c99name" : "CProcessSpawnSync",
"module_type" : "ClangTarget",
"name" : "CProcessSpawnSync",
"path" : "Sources/CProcessSpawnSync",
"product_memberships" : [
"swift-sdk-generator"
],
"sources" : [
"spawner.c"
],
"type" : "library"
},
{
"c99name" : "AsyncProcessTests",
"module_type" : "SwiftTarget",
"name" : "AsyncProcessTests",
"path" : "Tests/AsyncProcessTests",
"product_dependencies" : [
"Atomics",
"AsyncAlgorithms",
"NIO",
"NIOConcurrencyHelpers",
"Logging"
],
"sources" : [
"AsyncByteBufferLineSequenceTests.swift",
"Helpers+LogRecorderHandler.swift",
"IntegrationTests.swift"
],
"target_dependencies" : [
"AsyncProcess"
],
"type" : "test"
},
{
"c99name" : "AsyncProcess",
"module_type" : "SwiftTarget",
"name" : "AsyncProcess",
"path" : "Sources/AsyncProcess",
"product_dependencies" : [
"Atomics",
"AsyncAlgorithms",
"Logging",
"NIO",
"DequeModule",
"SystemPackage"
],
"product_memberships" : [
"swift-sdk-generator"
],
"sources" : [
"ChunkSequence.swift",
"EOFSequence.swift",
"FileContentStream.swift",
"NIOAsyncPipeWriter.swift",
"ProcessExecutor+Convenience.swift",
"ProcessExecutor.swift",
"ProcessExit.swift",
"StructuredConcurrencyHelpers.swift"
],
"target_dependencies" : [
"ProcessSpawnSync"
],
"type" : "library"
}
],
"tools_version" : "5.9"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" 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:8106a39f56f5bb7aad9f0d9a94f1e5362f9a40b692f7bc17efe17b7b91dc65fc
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/apple/swift-async-algorithms.git
Fetching https://github.com/apple/swift-log.git
[1/5381] Fetching swift-async-algorithms
[2100/9284] Fetching swift-async-algorithms, swift-log
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/apple/swift-crypto.git
Fetched https://github.com/apple/swift-async-algorithms.git from cache (0.76s)
Fetching https://github.com/apple/swift-argument-parser
Fetching https://github.com/apple/swift-atomics.git
Fetched https://github.com/apple/swift-log.git from cache (0.98s)
Fetching https://github.com/apple/swift-system
[1/15935] Fetching swift-argument-parser
[2/32799] Fetching swift-argument-parser, swift-crypto
[818/50252] Fetching swift-argument-parser, swift-crypto, swift-collections
[1844/52066] Fetching swift-argument-parser, swift-crypto, swift-collections, swift-atomics
[2921/57003] Fetching swift-argument-parser, swift-crypto, swift-collections, swift-atomics, swift-system
[10602/135076] Fetching swift-argument-parser, swift-crypto, swift-collections, swift-atomics, swift-system, swift-nio
Fetched https://github.com/apple/swift-system from cache (1.28s)
[22126/130139] Fetching swift-argument-parser, swift-crypto, swift-collections, swift-atomics, swift-nio
Fetching https://github.com/swift-server/async-http-client.git
Fetched https://github.com/apple/swift-atomics.git from cache (1.41s)
[23633/128325] Fetching swift-argument-parser, swift-crypto, swift-collections, swift-nio
[32155/142603] Fetching swift-argument-parser, swift-crypto, swift-collections, swift-nio, async-http-client
Fetched https://github.com/apple/swift-argument-parser from cache (2.49s)
[16791/126668] Fetching swift-crypto, swift-collections, swift-nio, async-http-client
Fetched https://github.com/swift-server/async-http-client.git from cache (2.92s)
[85065/112390] Fetching swift-crypto, swift-collections, swift-nio
Fetched https://github.com/apple/swift-crypto.git from cache (5.95s)
[78231/95526] Fetching swift-collections, swift-nio
Fetched https://github.com/apple/swift-collections.git from cache (11.44s)
Fetched https://github.com/apple/swift-nio.git from cache (11.55s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.0.1 (15.63s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (2.22s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.6.1 (0.62s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.4 (0.53s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.1 (0.77s)
Computing version for https://github.com/apple/swift-system
Computed https://github.com/apple/swift-system at 1.6.2 (0.96s)
Computing version for https://github.com/swift-server/async-http-client.git
Computed https://github.com/swift-server/async-http-client.git at 1.28.0 (0.99s)
Fetching https://github.com/apple/swift-nio-extras.git
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/apple/swift-nio-ssl.git
Fetching https://github.com/apple/swift-nio-http2.git
Fetching https://github.com/apple/swift-nio-transport-services.git
[1/2718] Fetching swift-nio-transport-services
[2584/14379] Fetching swift-nio-transport-services, swift-nio-http2
[2953/20364] Fetching swift-nio-transport-services, swift-nio-http2, swift-algorithms
[2954/26491] Fetching swift-nio-transport-services, swift-nio-http2, swift-algorithms, swift-nio-extras
[3609/41566] Fetching swift-nio-transport-services, swift-nio-http2, swift-algorithms, swift-nio-extras, swift-nio-ssl
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (0.82s)
[13742/38848] Fetching swift-nio-http2, swift-algorithms, swift-nio-extras, swift-nio-ssl
Fetched https://github.com/apple/swift-nio-extras.git from cache (1.22s)
[10813/32721] Fetching swift-nio-http2, swift-algorithms, swift-nio-ssl
Fetched https://github.com/apple/swift-algorithms.git from cache (2.63s)
Fetched https://github.com/apple/swift-nio-http2.git from cache (2.63s)
Fetched https://github.com/apple/swift-nio-ssl.git from cache (3.19s)
Computing version for https://github.com/apple/swift-nio-transport-services.git
Computed https://github.com/apple/swift-nio-transport-services.git at 1.25.1 (3.93s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.38.0 (0.58s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.86.0 (0.89s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (2.56s)
Fetching https://github.com/apple/swift-numerics.git
[1/6348] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.47s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.29.0 (1.27s)
Fetching https://github.com/apple/swift-http-types.git
Fetching https://github.com/apple/swift-http-structured-headers.git
Fetching https://github.com/swift-server/swift-service-lifecycle.git
Fetching https://github.com/apple/swift-certificates.git
Fetching https://github.com/apple/swift-asn1.git
[1/923] Fetching swift-http-types
[205/2552] Fetching swift-http-types, swift-asn1
[548/3728] Fetching swift-http-types, swift-asn1, swift-http-structured-headers
[2339/6198] Fetching swift-http-types, swift-asn1, swift-http-structured-headers, swift-service-lifecycle
[3330/12781] Fetching swift-http-types, swift-asn1, swift-http-structured-headers, swift-service-lifecycle, swift-certificates
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.72s)
Fetched https://github.com/apple/swift-http-types.git from cache (0.72s)
Fetched https://github.com/apple/swift-asn1.git from cache (0.72s)
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (0.72s)
Fetched https://github.com/apple/swift-certificates.git from cache (0.72s)
Computing version for https://github.com/swift-server/swift-service-lifecycle.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.0.1 (0.00s)
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (0.00s)
Computed https://github.com/apple/swift-argument-parser at 1.6.1 (0.00s)
Computed https://github.com/apple/swift-log.git at 1.6.4 (0.00s)
Computed https://github.com/apple/swift-collections.git at 1.2.1 (0.00s)
Computed https://github.com/apple/swift-system at 1.6.2 (0.00s)
Computed https://github.com/swift-server/async-http-client.git at 1.28.0 (0.00s)
Computed https://github.com/apple/swift-nio-transport-services.git at 1.25.1 (0.00s)
Computed https://github.com/apple/swift-nio-http2.git at 1.38.0 (0.00s)
Computed https://github.com/apple/swift-nio.git at 2.86.0 (0.00s)
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (0.00s)
Computed https://github.com/apple/swift-nio-extras.git at 1.26.0 (0.68s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.4.0 (0.60s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.34.0 (0.71s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.1.0 (0.62s)
Computing version for https://github.com/apple/swift-http-structured-headers.git
Computed https://github.com/apple/swift-http-structured-headers.git at 1.4.0 (0.67s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.15.0 (2.24s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.4.0 (0.99s)
Creating working copy for https://github.com/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.1.0
Creating working copy for https://github.com/apple/swift-async-algorithms.git
Working copy of https://github.com/apple/swift-async-algorithms.git resolved at 1.0.1
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.3.0
Creating working copy for https://github.com/apple/swift-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 1.6.1
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.15.0
Creating working copy for https://github.com/apple/swift-nio-extras.git
Working copy of https://github.com/apple/swift-nio-extras.git resolved at 1.26.0
Creating working copy for https://github.com/swift-server/async-http-client.git
Working copy of https://github.com/swift-server/async-http-client.git resolved at 1.28.0
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-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.86.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-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.2.1
Creating working copy for https://github.com/apple/swift-nio-http2.git
Working copy of https://github.com/apple/swift-nio-http2.git resolved at 1.38.0
Creating working copy for https://github.com/apple/swift-http-types.git
Working copy of https://github.com/apple/swift-http-types.git resolved at 1.4.0
Creating working copy for https://github.com/apple/swift-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.2.1
Creating working copy for https://github.com/apple/swift-nio-transport-services.git
Working copy of https://github.com/apple/swift-nio-transport-services.git resolved at 1.25.1
Creating working copy for https://github.com/apple/swift-system
Working copy of https://github.com/apple/swift-system resolved at 1.6.2
Creating working copy for https://github.com/apple/swift-http-structured-headers.git
Working copy of https://github.com/apple/swift-http-structured-headers.git resolved at 1.4.0
Creating working copy for https://github.com/apple/swift-nio-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.34.0
warning: couldn't find pc file for sqlite3
warning: couldn't find pc file for sqlite3
[1/1] Compiling plugin GenerateManual
[2/2] Compiling plugin GenerateDoccReference
Building for debugging...
[2/861] Write sources
[30/861] Compiling _NumericsShims _NumericsShims.c
[31/861] Compiling CNIOWindows WSAStartup.c
[32/861] Compiling _AtomicsShims.c
[33/861] Compiling CNIOWindows shim.c
[34/861] Compiling CNIOWASI CNIOWASI.c
[35/861] Compiling CNIOLinux liburing_shims.c
[36/861] Compiling CNIOPosix event_loop_id.c
[37/861] Compiling CNIOExtrasZlib empty.c
[38/861] Compiling CNIOLLHTTP c_nio_http.c
[39/861] Compiling CNIODarwin shim.c
[40/861] Compiling CSystem shims.c
In file included from /host/spi-builder-workspace/Sources/CProcessSpawnSync/spawner.c:30:
/host/spi-builder-workspace/Sources/CProcessSpawnSync/internal-helpers.h:118:14: error: call to undeclared function 'getdtablesize'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
118 | hi = getdtablesize();
| ^
/host/spi-builder-workspace/Sources/CProcessSpawnSync/internal-helpers.h:118:14: note: did you mean 'getpagesize'?
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/unistd.h:380:5: note: 'getpagesize' declared here
380 | int getpagesize(void) __attribute_const__;
| ^
1 error generated.
[41/861] Compiling CProcessSpawnSync spawner.c
[41/861] Compiling CNIOLLHTTP c_nio_api.c
[41/861] Compiling CNIOLinux shim.c
[41/861] Compiling CNIOLLHTTP c_nio_llhttp.c
[41/861] Compiling CNIOBoringSSLShims shims.c
[41/861] Compiling fiat_p256_adx_sqr.S
[41/861] Compiling fiat_p256_adx_mul.S
[41/861] Write swift-version-24593BA9C3E375BF.txt
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" 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:8106a39f56f5bb7aad9f0d9a94f1e5362f9a40b692f7bc17efe17b7b91dc65fc
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
warning: couldn't find pc file for sqlite3
warning: couldn't find pc file for sqlite3
[0/1] Planning build
[1/1] Compiling plugin GenerateManual
[2/2] Compiling plugin GenerateDoccReference
Building for debugging...
[2/822] Write sources
In file included from /host/spi-builder-workspace/Sources/CProcessSpawnSync/spawner.c:30:
/host/spi-builder-workspace/Sources/CProcessSpawnSync/internal-helpers.h:118:14: error: call to undeclared function 'getdtablesize'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
118 | hi = getdtablesize();
| ^
/host/spi-builder-workspace/Sources/CProcessSpawnSync/internal-helpers.h:118:14: note: did you mean 'getpagesize'?
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/unistd.h:380:5: note: 'getpagesize' declared here
380 | int getpagesize(void) __attribute_const__;
| ^
1 error generated.
[8/822] Compiling CProcessSpawnSync spawner.c
[8/822] Compiling fiat_p256_adx_sqr.S
[8/822] Compiling CNIOLLHTTP c_nio_llhttp.c
[8/822] Compiling CNIOLLHTTP c_nio_api.c
[8/822] Compiling fiat_p256_adx_mul.S
[8/822] Compiling CNIOBoringSSLShims shims.c
[8/822] Compiling CNIOLinux shim.c
[8/822] Write swift-version-24593BA9C3E375BF.txt
BUILD FAILURE 6.1 android