Build Information
Failed to build Sockit, reference main (ac83af), with Swift 6.1 for Android on 27 Mar 2026 11:05:44 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.69.2
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/sufiyanyusuf/sockit.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/sufiyanyusuf/sockit
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at ac83af5 docs: fix README mismatches — remove dead defaultTimeout claim, update test count
Cloned https://github.com/sufiyanyusuf/sockit.git
Revision (git rev-parse @):
ac83af575078fc4b1e4bb2def6bf629a6f45ab29
SUCCESS checkout https://github.com/sufiyanyusuf/sockit.git at main
========================================
Build
========================================
Selected platform: android
Swift version: 6.1
Building package at path: $PWD
https://github.com/sufiyanyusuf/sockit.git
https://github.com/sufiyanyusuf/sockit.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "vapor",
"requirement" : {
"range" : [
{
"lower_bound" : "4.99.0",
"upper_bound" : "5.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/vapor/vapor.git"
},
{
"identity" : "websocket-kit",
"requirement" : {
"range" : [
{
"lower_bound" : "2.16.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/vapor/websocket-kit.git"
}
],
"manifest_display_name" : "Sockit",
"name" : "Sockit",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "17.0"
},
{
"name" : "macos",
"version" : "14.0"
}
],
"products" : [
{
"name" : "SockitCore",
"targets" : [
"SockitCore"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "SockitClient",
"targets" : [
"SockitClient"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "SockitServer",
"targets" : [
"SockitServer"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"swift_languages_versions" : [
"6"
],
"targets" : [
{
"c99name" : "SockitServerTests",
"module_type" : "SwiftTarget",
"name" : "SockitServerTests",
"path" : "Tests/SockitServerTests",
"sources" : [
"ChannelRegistryTests.swift",
"CodeReviewFindingsServerTests.swift",
"ConnectionManagerTests.swift",
"ConnectionReducerTests.swift",
"TypedRouterTests.swift"
],
"target_dependencies" : [
"SockitServer",
"SockitClient"
],
"type" : "test"
},
{
"c99name" : "SockitServer",
"module_type" : "SwiftTarget",
"name" : "SockitServer",
"path" : "Sources/SockitServer",
"product_dependencies" : [
"Vapor"
],
"product_memberships" : [
"SockitServer"
],
"sources" : [
"Internal/Action/ServerAction.swift",
"Internal/Effect/ServerEffect.swift",
"Internal/Reducer/ConnectionReducer.swift",
"Internal/State/ConnectionState.swift",
"Public/ChannelRegistry.swift",
"Public/Connection.swift",
"Public/ConnectionManager.swift",
"Public/SockitHandler.swift",
"Public/TypedRouter.swift",
"SockitServer.swift",
"Vapor/VaporIntegration.swift"
],
"target_dependencies" : [
"SockitCore"
],
"type" : "library"
},
{
"c99name" : "SockitNIOTransportTests",
"module_type" : "SwiftTarget",
"name" : "SockitNIOTransportTests",
"path" : "Tests/SockitNIOTransportTests",
"sources" : [
"NIOWebSocketTransportTests.swift"
],
"target_dependencies" : [
"SockitNIOTransport",
"SockitCore"
],
"type" : "test"
},
{
"c99name" : "SockitNIOTransport",
"module_type" : "SwiftTarget",
"name" : "SockitNIOTransport",
"path" : "Sources/SockitNIOTransport",
"product_dependencies" : [
"WebSocketKit"
],
"product_memberships" : [
"SockitClient"
],
"sources" : [
"NIOWebSocketTransport.swift"
],
"target_dependencies" : [
"SockitCore"
],
"type" : "library"
},
{
"c99name" : "SockitIntegrationTests",
"module_type" : "SwiftTarget",
"name" : "SockitIntegrationTests",
"path" : "Tests/SockitIntegrationTests",
"sources" : [
"IntegrationTests.swift"
],
"target_dependencies" : [
"SockitClient",
"SockitNIOTransport"
],
"type" : "test"
},
{
"c99name" : "SockitCoreTests",
"module_type" : "SwiftTarget",
"name" : "SockitCoreTests",
"path" : "Tests/SockitCoreTests",
"sources" : [
"MessageEncodingTests.swift",
"PerformanceTests.swift",
"RequestResponseTests.swift"
],
"target_dependencies" : [
"SockitCore"
],
"type" : "test"
},
{
"c99name" : "SockitCore",
"module_type" : "SwiftTarget",
"name" : "SockitCore",
"path" : "Sources/SockitCore",
"product_memberships" : [
"SockitCore",
"SockitClient",
"SockitServer"
],
"sources" : [
"Protocol/SockitMessage.swift",
"SockitCore.swift",
"Transport/TransportProtocol.swift",
"Types/PushEvent.swift",
"Types/RawPayload.swift",
"Types/RawPushEvent.swift",
"Types/RawRequest.swift",
"Types/RawResponse.swift",
"Types/Request.swift",
"Types/Response.swift"
],
"type" : "library"
},
{
"c99name" : "SockitClientTests",
"module_type" : "SwiftTarget",
"name" : "SockitClientTests",
"path" : "Tests/SockitClientTests",
"sources" : [
"ClientReducerTests.swift",
"CodeReviewFindingsTests.swift"
],
"target_dependencies" : [
"SockitClient"
],
"type" : "test"
},
{
"c99name" : "SockitClient",
"module_type" : "SwiftTarget",
"name" : "SockitClient",
"path" : "Sources/SockitClient",
"product_memberships" : [
"SockitClient"
],
"sources" : [
"Internal/Action/ClientAction.swift",
"Internal/Effect/ClientEffect.swift",
"Internal/Reducer/ClientReducer.swift",
"Internal/State/ClientState.swift",
"Internal/Transport/WebSocketTransport.swift",
"Public/Client.swift",
"Public/ClientConfig.swift",
"Public/PushEventRegistry.swift",
"Public/SockitCommand.swift",
"Public/SockitPushEvent.swift",
"SockitClient.swift"
],
"target_dependencies" : [
"SockitCore",
"SockitNIOTransport"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/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 swiftpackageindex/spi-images
Digest: sha256:8d42880410d691f231f1a6445d3941a4c9d6c7af65062a9750a54d2059944963
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:android-6.1-latest
Fetching https://github.com/vapor/vapor.git
Fetching https://github.com/vapor/websocket-kit.git
[1/2652] Fetching websocket-kit
Fetched https://github.com/vapor/websocket-kit.git from cache (0.29s)
[1/77141] Fetching vapor
Fetched https://github.com/vapor/vapor.git from cache (2.06s)
Computing version for https://github.com/vapor/websocket-kit.git
Computed https://github.com/vapor/websocket-kit.git at 2.16.1 (2.66s)
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/apple/swift-nio-ssl.git
Fetching https://github.com/apple/swift-nio-extras.git
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-nio-transport-services.git
[1/1820] Fetching swift-atomics
[111/4641] Fetching swift-atomics, swift-nio-transport-services
[1822/11132] Fetching swift-atomics, swift-nio-transport-services, swift-nio-extras
[11069/26492] Fetching swift-atomics, swift-nio-transport-services, swift-nio-extras, swift-nio-ssl
[12516/109439] Fetching swift-atomics, swift-nio-transport-services, swift-nio-extras, swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-nio-extras.git from cache (0.80s)
[9895/102948] Fetching swift-atomics, swift-nio-transport-services, swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-atomics.git from cache (6.28s)
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (6.28s)
Fetched https://github.com/apple/swift-nio-ssl.git from cache (6.30s)
Fetched https://github.com/apple/swift-nio.git from cache (6.40s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (6.98s)
Computing version for https://github.com/apple/swift-nio-transport-services.git
Computed https://github.com/apple/swift-nio-transport-services.git at 1.26.0 (0.58s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.36.1 (0.68s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.97.1 (1.19s)
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-system.git
[1/22970] Fetching swift-collections
[461/28571] Fetching swift-collections, swift-system
Fetched https://github.com/apple/swift-system.git from cache (1.95s)
Fetched https://github.com/apple/swift-collections.git from cache (1.99s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.6.4 (2.60s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.4.1 (0.74s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.33.0 (0.64s)
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/apple/swift-asn1.git
Fetching https://github.com/swift-server/swift-service-lifecycle.git
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/apple/swift-certificates.git
Fetching https://github.com/apple/swift-async-algorithms.git
[1/6228] Fetching swift-async-algorithms
[2/8904] Fetching swift-async-algorithms, swift-service-lifecycle
[456/10673] Fetching swift-async-algorithms, swift-service-lifecycle, swift-asn1
[4593/17798] Fetching swift-async-algorithms, swift-service-lifecycle, swift-asn1, swift-certificates
[10792/24066] Fetching swift-async-algorithms, swift-service-lifecycle, swift-asn1, swift-certificates, swift-log
[12032/30124] Fetching swift-async-algorithms, swift-service-lifecycle, swift-asn1, swift-certificates, swift-log, swift-algorithms
Fetched https://github.com/apple/swift-algorithms.git from cache (0.63s)
Fetching https://github.com/apple/swift-http-structured-headers.git
Fetched https://github.com/apple/swift-asn1.git from cache (0.68s)
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (0.68s)
Fetched https://github.com/apple/swift-async-algorithms.git from cache (0.68s)
Fetched https://github.com/apple/swift-log.git from cache (0.68s)
Fetched https://github.com/apple/swift-certificates.git from cache (0.68s)
Fetching https://github.com/apple/swift-http-types.git
Fetching https://github.com/apple/swift-nio-http2.git
[1/1219] Fetching swift-http-structured-headers
[1220/2170] Fetching swift-http-structured-headers, swift-http-types
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.28s)
Fetched https://github.com/apple/swift-http-types.git from cache (0.23s)
[1/12070] Fetching swift-nio-http2
Fetched https://github.com/apple/swift-nio-http2.git from cache (1.25s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (5.96s)
Fetching https://github.com/apple/swift-numerics.git
[1/6416] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.73s)
Computing version for https://github.com/swift-server/swift-service-lifecycle.git
Computed https://github.com/swift-server/swift-service-lifecycle.git at 2.10.1 (1.72s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.1.3 (1.07s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.5.1 (1.01s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.6.0 (3.17s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.1.1 (0.74s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.18.0 (1.12s)
Fetching https://github.com/apple/swift-crypto.git
[1/17276] Fetching swift-crypto
Fetched https://github.com/apple/swift-crypto.git from cache (3.12s)
Computing version for https://github.com/apple/swift-http-structured-headers.git
Computed https://github.com/apple/swift-http-structured-headers.git at 1.6.0 (4.07s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.10.1 (0.90s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 4.3.0 (4.71s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.42.0 (1.07s)
Computing version for https://github.com/vapor/vapor.git
Computed https://github.com/vapor/vapor.git at 4.121.3 (1.08s)
Fetching https://github.com/vapor/multipart-kit.git
Fetching https://github.com/apple/swift-service-context.git
Fetching https://github.com/vapor/console-kit.git
Fetching https://github.com/apple/swift-distributed-tracing.git
[1/3616] Fetching multipart-kit
[833/10183] Fetching multipart-kit, console-kit
[834/11393] Fetching multipart-kit, console-kit, swift-service-context
[2477/17084] Fetching multipart-kit, console-kit, swift-service-context, swift-distributed-tracing
Fetched https://github.com/vapor/console-kit.git from cache (0.87s)
Fetching https://github.com/vapor/async-kit.git
Fetched https://github.com/apple/swift-service-context.git from cache (1.00s)
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (1.00s)
Fetching https://github.com/swift-server/async-http-client.git
[1629/6112] Fetching multipart-kit, async-kit
Fetched https://github.com/vapor/async-kit.git from cache (0.60s)
[1650/19283] Fetching multipart-kit, async-http-client
Fetched https://github.com/swift-server/async-http-client.git from cache (1.84s)
[1664/3616] Fetching multipart-kit
Fetching https://github.com/vapor/routing-kit.git
Fetching https://github.com/apple/swift-metrics.git
Fetched https://github.com/vapor/multipart-kit.git from cache (3.56s)
[1/21402] Fetching routing-kit
[3241/24376] Fetching routing-kit, swift-metrics
Fetched https://github.com/apple/swift-metrics.git from cache (1.65s)
Fetched https://github.com/vapor/routing-kit.git from cache (1.69s)
Computing version for https://github.com/vapor/routing-kit.git
Computed https://github.com/vapor/routing-kit.git at 4.9.3 (6.02s)
Computing version for https://github.com/apple/swift-service-context.git
Computed https://github.com/apple/swift-service-context.git at 1.3.0 (0.94s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.8.0 (1.02s)
Computing version for https://github.com/vapor/console-kit.git
Computed https://github.com/vapor/console-kit.git at 4.15.2 (1.11s)
Computing version for https://github.com/vapor/async-kit.git
Computed https://github.com/vapor/async-kit.git at 1.22.0 (1.08s)
Computing version for https://github.com/apple/swift-distributed-tracing.git
Computed https://github.com/apple/swift-distributed-tracing.git at 1.4.1 (1.03s)
Computing version for https://github.com/vapor/multipart-kit.git
Computed https://github.com/vapor/multipart-kit.git at 4.7.1 (1.04s)
Computing version for https://github.com/swift-server/async-http-client.git
Computed https://github.com/swift-server/async-http-client.git at 1.33.1 (1.12s)
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 4.3.0
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.1
Creating working copy for https://github.com/vapor/routing-kit.git
Working copy of https://github.com/vapor/routing-kit.git resolved at 4.9.3
Creating working copy for https://github.com/apple/swift-service-context.git
Working copy of https://github.com/apple/swift-service-context.git resolved at 1.3.0
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.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.18.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-http-types.git
Working copy of https://github.com/apple/swift-http-types.git resolved at 1.5.1
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.33.1
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.10.1
Creating working copy for https://github.com/vapor/async-kit.git
Working copy of https://github.com/vapor/async-kit.git resolved at 1.22.0
Creating working copy for https://github.com/vapor/vapor.git
Working copy of https://github.com/vapor/vapor.git resolved at 4.121.3
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.42.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.4.1
Creating working copy for https://github.com/vapor/websocket-kit.git
Working copy of https://github.com/vapor/websocket-kit.git resolved at 2.16.1
Creating working copy for https://github.com/apple/swift-metrics.git
Working copy of https://github.com/apple/swift-metrics.git resolved at 2.8.0
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.6.0
Creating working copy for https://github.com/vapor/console-kit.git
Working copy of https://github.com/vapor/console-kit.git resolved at 4.15.2
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.33.0
Creating working copy for https://github.com/apple/swift-distributed-tracing.git
Working copy of https://github.com/apple/swift-distributed-tracing.git resolved at 1.4.1
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.1.3
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.36.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.26.0
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-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.6.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.97.1
Creating working copy for https://github.com/swift-server/swift-service-lifecycle.git
Working copy of https://github.com/swift-server/swift-service-lifecycle.git resolved at 2.10.1
Creating working copy for https://github.com/vapor/multipart-kit.git
Working copy of https://github.com/vapor/multipart-kit.git resolved at 4.7.1
Building for debugging...
[0/860] Write sources
[56/860] Compiling _NumericsShims _NumericsShims.c
[57/860] Compiling CVaporBcrypt bcrypt.c
[58/860] Compiling _AtomicsShims.c
[59/860] Compiling CVaporBcrypt blf.c
[60/860] Compiling CXKCPShims shims.c
[61/860] Compiling KeccakHash.c
[62/860] Compiling SimpleFIPS202.c
[63/860] Compiling KeccakSponge.c
[64/860] Compiling CNIOWindows shim.c
[65/860] Compiling CNIOWindows WSAStartup.c
[66/860] Compiling CNIOWASI CNIOWASI.c
[67/860] Compiling CNIOPosix event_loop_id.c
[68/860] Compiling CNIOOpenBSD shim.c
[69/860] Compiling CNIOLinux liburing_shims.c
[70/860] Compiling CSystem shims.c
[71/860] Compiling CNIOSHA1 c_nio_sha1.c
[72/860] Compiling CNIOLLHTTP c_nio_http.c
[73/860] Compiling CNIOLinux shim.c
[74/860] Compiling CNIOExtrasZlib zutil.c
[75/860] Compiling CNIOLLHTTP c_nio_api.c
[76/860] Compiling CNIOExtrasZlib inftrees.c
[77/860] Compiling CNIOExtrasZlib inffast.c
[78/860] Write swift-version-24593BA9C3E375BF.txt
[79/860] Compiling CNIOExtrasZlib trees.c
[80/860] Compiling CNIODarwin shim.c
[81/860] Compiling CNIOExtrasZlib inflate.c
[82/860] Compiling CNIOExtrasZlib adler32.c
[83/860] Compiling CNIOExtrasZlib crc32.c
[84/860] Compiling CNIOExtrasZlib deflate.c
[85/868] Compiling CNIOLLHTTP c_nio_llhttp.c
[86/926] Compiling KeccakP-1600-opt64.c
[88/939] Emitting module _CertificateInternals
[89/940] Emitting module ServiceContextModule
[90/940] Emitting module RealModule
[91/941] Emitting module _NIODataStructures
[92/941] Compiling RealModule RelaxedArithmetic.swift
[93/941] Compiling RealModule Real.swift
[94/941] Compiling ServiceContextModule ServiceContextKey.swift
[95/941] Compiling RealModule RealFunctions.swift
[96/941] Emitting module _NIOBase64
[97/941] Compiling _NIOBase64 Base64.swift
[98/941] Compiling RealModule Float80+Real.swift
[99/942] Compiling RealModule Float16+Real.swift
[100/942] Compiling _NIODataStructures _TinyArray.swift
[101/942] Compiling _NIODataStructures PriorityQueue.swift
[102/942] Compiling ServiceContextModule ServiceContext.swift
[103/943] Compiling RealModule ElementaryFunctions.swift
[104/943] Compiling RealModule Float+Real.swift
[105/943] Compiling RealModule AlgebraicField.swift
[106/943] Compiling RealModule ApproximateEquality.swift
[107/943] Compiling RealModule AugmentedArithmetic.swift
[108/943] Compiling RealModule Double+Real.swift
[109/944] Compiling _CertificateInternals _TinyArray.swift
[110/945] Emitting module SystemPackage
[111/949] Compiling _NIODataStructures Heap.swift
[117/950] Compiling SystemPackage FilePathWindows.swift
[118/950] Compiling SystemPackage FilePermissions.swift
[119/950] Compiling SystemPackage IOCompletion.swift
[120/950] Compiling SystemPackage IORequest.swift
[127/950] Compiling SystemPackage FilePathTemp.swift
[128/950] Compiling SystemPackage FilePathTempPosix.swift
[129/950] Compiling SystemPackage FilePathTempWindows.swift
[130/950] Compiling SystemPackage Errno.swift
[131/950] Compiling SystemPackage ErrnoWindows.swift
[132/950] Compiling SystemPackage FileDescriptor.swift
[133/950] Compiling SystemPackage FileHelpers.swift
[134/950] Compiling SystemPackage FileOperations.swift
[135/950] Emitting module SockitCore
[138/985] Emitting module Instrumentation
[139/985] Compiling Instrumentation NoOpInstrument.swift
[140/985] Compiling InternalCollectionsUtilities LifetimeOverride.swift
[141/985] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[142/985] Compiling InternalCollectionsUtilities Span+Extras.swift
[143/987] Compiling Instrumentation MultiplexInstrument.swift
[144/987] Compiling InternalCollectionsUtilities UnsafeMutableRawBufferPointer+Extras.swift
[145/987] Compiling InternalCollectionsUtilities UnsafeRawBufferPointer+Extras.swift
[146/987] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[148/987] Compiling InternalCollectionsUtilities _SortedCollection.swift
[149/987] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[149/987] Compiling CNIOBoringSSLShims shims.c
[150/987] Compiling fiat_p256_adx_sqr.S
[152/987] Compiling InternalCollectionsUtilities String+Padding.swift
[153/987] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[154/987] Compiling InternalCollectionsUtilities Debugging.swift
[155/987] Compiling InternalCollectionsUtilities Descriptions.swift
[156/987] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[157/987] Compiling InternalCollectionsUtilities Integer rank.swift
[158/987] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[158/987] Compiling fiat_p256_adx_mul.S
[165/987] Compiling InternalCollectionsUtilities UInt+reversed.swift
[166/987] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[167/987] Compiling fiat_curve25519_adx_square.S
[171/987] Compiling fiat_curve25519_adx_mul.S
[173/987] Compiling SystemPackage SystemString.swift
[174/987] Compiling SystemPackage Util+StringArray.swift
[175/987] Compiling SystemPackage Util.swift
[176/987] Compiling SystemPackage UtilConsumers.swift
[179/987] Emitting module InternalCollectionsUtilities
[180/987] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[181/987] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[182/988] Compiling Instrumentation InstrumentationSystem.swift
[183/988] Compiling Instrumentation Instrument.swift
[184/988] Compiling Instrumentation Locks.swift
[185/989] Compiling Logging MetadataProvider.swift
[186/989] Emitting module CoreMetrics
[187/989] Emitting module Logging
[188/989] Compiling SystemPackage Syscalls.swift
[189/989] Compiling SystemPackage WindowsSyscallAdapters.swift
[190/989] Compiling SystemPackage MachPort.swift
[191/989] Compiling SystemPackage PlatformString.swift
[193/989] Compiling SystemPackage RawIORequest.swift
[194/989] Compiling SystemPackage Backcompat.swift
[195/989] Compiling SystemPackage CInterop.swift
[196/989] Compiling SystemPackage Constants.swift
[197/989] Compiling SystemPackage Exports.swift
[198/989] Compiling SystemPackage Mocking.swift
[199/989] Compiling SystemPackage RawBuffer.swift
[206/990] Compiling Logging LogHandler.swift
[207/990] Compiling CoreMetrics Locks.swift
[208/990] Compiling Logging Logging.swift
[209/990] Compiling Logging Locks.swift
[210/990] Compiling CoreMetrics Metrics.swift
[214/992] Emitting module SwiftASN1
[215/993] Compiling SockitCore Request.swift
[218/993] Compiling SockitCore RawPayload.swift
[219/993] Compiling SockitCore RawPushEvent.swift
[220/993] Compiling SockitCore RawResponse.swift
[221/993] Compiling SockitCore RawRequest.swift
[222/993] Compiling SockitCore Response.swift
[227/1142] Compiling Tracing NoOpTracer.swift
[228/1142] Compiling Tracing InstrumentationSystem+Tracing.swift
[229/1142] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[230/1142] Compiling OrderedCollections OrderedDictionary+Elements.swift
[231/1142] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[232/1142] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[233/1142] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[234/1142] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[235/1142] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[236/1142] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[237/1142] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[238/1142] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[239/1142] Compiling _RopeModule BigString+Builder.swift
[240/1142] Compiling _RopeModule BigString+Contents.swift
[241/1142] Compiling _RopeModule BigString+Debugging.swift
[242/1142] Compiling _RopeModule BigString+Index.swift
[243/1142] Compiling _RopeModule BigString+Ingester.swift
[244/1142] Compiling _RopeModule BigString+Invariants.swift
[245/1142] Compiling _RopeModule BigString+Metrics.swift
[246/1142] Compiling _RopeModule BigString+Summary.swift
[247/1142] Compiling _RopeModule BigString.swift
[248/1142] Compiling _RopeModule BigString+Chunk+Append and Insert.swift
[249/1151] Compiling Tracing TracingTime.swift
[250/1151] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[251/1151] Compiling HeapModule Heap+Invariants.swift
[252/1151] Compiling Metrics Metrics.swift
[253/1151] Emitting module Metrics
[254/1152] Compiling HeapModule Heap+Descriptions.swift
[255/1152] Compiling Tracing TracerProtocol.swift
[257/1152] Compiling Tracing Tracer.swift
[258/1152] Compiling Tracing TracerProtocol+Legacy.swift
[259/1152] Compiling HeapModule _HeapNode.swift
[260/1152] Compiling HeapModule Heap.swift
[261/1152] Compiling HeapModule Heap+UnsafeHandle.swift
[262/1152] Emitting module HeapModule
[263/1164] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[264/1164] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[265/1164] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[266/1164] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[267/1164] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[268/1164] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[269/1164] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[271/1171] Emitting module Tracing
[272/1171] Compiling Tracing SpanProtocol.swift
[272/1172] Compiling tls_record.cc
[274/1172] Compiling OrderedCollections OrderedDictionary.swift
[275/1172] Compiling OrderedCollections OrderedSet+Codable.swift
[276/1172] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[277/1172] Compiling OrderedCollections OrderedSet+Descriptions.swift
[278/1172] Compiling OrderedCollections OrderedSet+Diffing.swift
[279/1172] Compiling OrderedCollections OrderedSet+Equatable.swift
[280/1172] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[281/1172] Compiling OrderedCollections OrderedSet+Hashable.swift
[282/1172] Compiling SockitClient SockitPushEvent.swift
/host/spi-builder-workspace/Sources/SockitClient/Public/Client.swift:5:8: error: no such module 'SockitNIOTransport'
3 | // NIO transport is the default on all non-Apple platforms (Linux, etc.)
4 | #if !canImport(Darwin)
5 | import SockitNIOTransport
| `- error: no such module 'SockitNIOTransport'
6 | #endif
7 |
[283/1172] Compiling SockitClient SockitCommand.swift
/host/spi-builder-workspace/Sources/SockitClient/Public/Client.swift:5:8: error: no such module 'SockitNIOTransport'
3 | // NIO transport is the default on all non-Apple platforms (Linux, etc.)
4 | #if !canImport(Darwin)
5 | import SockitNIOTransport
| `- error: no such module 'SockitNIOTransport'
6 | #endif
7 |
[284/1173] Compiling SockitClient PushEventRegistry.swift
/host/spi-builder-workspace/Sources/SockitClient/Public/Client.swift:5:8: error: no such module 'SockitNIOTransport'
3 | // NIO transport is the default on all non-Apple platforms (Linux, etc.)
4 | #if !canImport(Darwin)
5 | import SockitNIOTransport
| `- error: no such module 'SockitNIOTransport'
6 | #endif
7 |
[286/1173] Compiling SockitClient ClientConfig.swift
/host/spi-builder-workspace/Sources/SockitClient/Public/Client.swift:5:8: error: no such module 'SockitNIOTransport'
3 | // NIO transport is the default on all non-Apple platforms (Linux, etc.)
4 | #if !canImport(Darwin)
5 | import SockitNIOTransport
| `- error: no such module 'SockitNIOTransport'
6 | #endif
7 |
[289/1173] Compiling _RopeModule BigString+Sequence.swift
[290/1173] Compiling _RopeModule BigString+TextOutputStream.swift
[291/1173] Compiling _RopeModule BigString+Append.swift
[292/1173] Compiling _RopeModule BigString+Initializers.swift
[293/1173] Compiling _RopeModule BigString+Insert.swift
[294/1173] Compiling _RopeModule BigString+Managing Breaks.swift
[301/1173] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[302/1173] Compiling OrderedCollections OrderedDictionary+Codable.swift
[303/1173] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[304/1173] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[305/1173] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[310/1173] Compiling OrderedCollections OrderedSet+Initializers.swift
[311/1173] Compiling OrderedCollections OrderedSet+Insertions.swift
[312/1173] Compiling OrderedCollections OrderedSet+Invariants.swift
[313/1173] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[314/1173] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[315/1173] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[316/1173] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[317/1173] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[318/1206] Compiling SockitClient SockitClient.swift
/host/spi-builder-workspace/Sources/SockitClient/Public/Client.swift:5:8: error: no such module 'SockitNIOTransport'
3 | // NIO transport is the default on all non-Apple platforms (Linux, etc.)
4 | #if !canImport(Darwin)
5 | import SockitNIOTransport
| `- error: no such module 'SockitNIOTransport'
6 | #endif
7 |
[319/1206] Compiling ContainersPreview BorrowingSequence+Standard Conformances.swift
/host/spi-builder-workspace/Sources/SockitClient/Public/Client.swift:5:8: error: no such module 'SockitNIOTransport'
3 | // NIO transport is the default on all non-Apple platforms (Linux, etc.)
4 | #if !canImport(Darwin)
5 | import SockitNIOTransport
| `- error: no such module 'SockitNIOTransport'
6 | #endif
7 |
[320/1206] Compiling ContainersPreview OutputSpan+Extras.swift
/host/spi-builder-workspace/Sources/SockitClient/Public/Client.swift:5:8: error: no such module 'SockitNIOTransport'
3 | // NIO transport is the default on all non-Apple platforms (Linux, etc.)
4 | #if !canImport(Darwin)
5 | import SockitNIOTransport
| `- error: no such module 'SockitNIOTransport'
6 | #endif
7 |
[321/1237] Compiling HashTreeCollections _HashNode+Primitive Removals.swift
/host/spi-builder-workspace/Sources/SockitClient/Public/Client.swift:5:8: error: no such module 'SockitNIOTransport'
3 | // NIO transport is the default on all non-Apple platforms (Linux, etc.)
4 | #if !canImport(Darwin)
5 | import SockitNIOTransport
| `- error: no such module 'SockitNIOTransport'
6 | #endif
7 |
[322/1237] Compiling HashTreeCollections _HashNode+Primitive Replacement.swift
/host/spi-builder-workspace/Sources/SockitClient/Public/Client.swift:5:8: error: no such module 'SockitNIOTransport'
3 | // NIO transport is the default on all non-Apple platforms (Linux, etc.)
4 | #if !canImport(Darwin)
5 | import SockitNIOTransport
| `- error: no such module 'SockitNIOTransport'
6 | #endif
7 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[323/1237] Emitting module SockitClient
/host/spi-builder-workspace/Sources/SockitClient/Public/Client.swift:5:8: error: no such module 'SockitNIOTransport'
3 | // NIO transport is the default on all non-Apple platforms (Linux, etc.)
4 | #if !canImport(Darwin)
5 | import SockitNIOTransport
| `- error: no such module 'SockitNIOTransport'
6 | #endif
7 |
[324/1237] Compiling HashTreeCollections _HashNode+Storage.swift
/host/spi-builder-workspace/Sources/SockitClient/Public/Client.swift:5:8: error: no such module 'SockitNIOTransport'
3 | // NIO transport is the default on all non-Apple platforms (Linux, etc.)
4 | #if !canImport(Darwin)
5 | import SockitNIOTransport
| `- error: no such module 'SockitNIOTransport'
6 | #endif
7 |
[325/1237] Compiling HashTreeCollections _HashNode+Structural compactMapValues.swift
/host/spi-builder-workspace/Sources/SockitClient/Public/Client.swift:5:8: error: no such module 'SockitNIOTransport'
3 | // NIO transport is the default on all non-Apple platforms (Linux, etc.)
4 | #if !canImport(Darwin)
5 | import SockitNIOTransport
| `- error: no such module 'SockitNIOTransport'
6 | #endif
7 |
[325/1244] Compiling tls13_server.cc
[325/1253] Compiling tls_method.cc
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
android-6.1-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:8d42880410d691f231f1a6445d3941a4c9d6c7af65062a9750a54d2059944963
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:android-6.1-latest
[0/1] Planning build
Building for debugging...
[0/768] Compiling md5-x86_64-apple.S
[1/768] Compiling fiat_p256_adx_mul.S
[2/768] Compiling fiat_p256_adx_sqr.S
[3/768] Compiling md5-586-linux.S
[4/768] Compiling md5-x86_64-linux.S
[5/768] Compiling fiat_curve25519_adx_mul.S
[6/768] Compiling fiat_curve25519_adx_square.S
[7/768] Compiling CCryptoBoringSSLShims shims.c
[8/768] Compiling ssl_x509.cc
[9/768] Compiling tls13_enc.cc
[10/768] Compiling tls_method.cc
[11/768] Write swift-version-24593BA9C3E375BF.txt
[12/768] Compiling tls13_server.cc
[13/768] Compiling t1_enc.cc
[14/768] Compiling tls13_both.cc
[15/768] Compiling tls13_client.cc
[17/774] Compiling _NIODataStructures Heap.swift
[18/807] Emitting module _CertificateInternals
[18/807] Compiling ssl_versions.cc
[20/807] Compiling SystemPackage FilePathWindows.swift
[21/807] Compiling SystemPackage FilePermissions.swift
[22/807] Compiling SystemPackage IOCompletion.swift
[23/807] Compiling SystemPackage IORequest.swift
[24/811] Compiling _NIOBase64 Base64.swift
[25/811] Emitting module _NIOBase64
[26/812] Emitting module _NIODataStructures
[28/812] Compiling _NIODataStructures _TinyArray.swift
[29/812] Compiling _NIODataStructures PriorityQueue.swift
[30/813] Compiling SystemPackage Syscalls.swift
[31/813] Compiling SystemPackage WindowsSyscallAdapters.swift
[32/813] Compiling SystemPackage MachPort.swift
[33/813] Compiling SystemPackage PlatformString.swift
[34/830] Compiling SystemPackage IORing.swift
[35/830] Compiling SystemPackage RawIORequest.swift
[36/830] Compiling SystemPackage Backcompat.swift
[37/830] Compiling SystemPackage CInterop.swift
[38/830] Compiling SystemPackage Constants.swift
[39/830] Compiling SystemPackage Exports.swift
[40/830] Compiling SystemPackage Mocking.swift
[41/830] Compiling SystemPackage RawBuffer.swift
[42/830] Compiling _CertificateInternals _TinyArray.swift
[44/841] Compiling ssl_stat.cc
[46/844] Emitting module SystemPackage
[47/844] Compiling SwiftASN1 ASN1Identifier.swift
[48/844] Compiling SwiftASN1 ArraySliceBigint.swift
[49/844] Compiling SwiftASN1 GeneralizedTime.swift
[50/844] Compiling SwiftASN1 ASN1Integer.swift
[51/855] Compiling ServiceContextModule ServiceContextKey.swift
[51/860] Compiling ssl_session.cc
[52/860] Compiling ssl_transcript.cc
[54/860] Compiling SockitCore RawRequest.swift
[55/861] Compiling SockitCore RawPayload.swift
[56/861] Compiling SockitCore RawPushEvent.swift
[57/861] Compiling RealModule AlgebraicField.swift
[58/861] Compiling RealModule ApproximateEquality.swift
[59/861] Compiling RealModule Float16+Real.swift
[60/861] Compiling RealModule Float80+Real.swift
[61/862] Compiling RealModule Real.swift
[62/862] Compiling RealModule RealFunctions.swift
[63/862] Emitting module ServiceContextModule
[64/862] Compiling ServiceContextModule ServiceContext.swift
[65/863] Compiling SockitCore Request.swift
[66/863] Compiling SockitCore RawResponse.swift
[68/881] Compiling RealModule RelaxedArithmetic.swift
[69/881] Compiling Logging MetadataProvider.swift
[70/884] Compiling InternalCollectionsUtilities String+Padding.swift
[71/884] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[72/884] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[73/884] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[74/884] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[75/884] Compiling InternalCollectionsUtilities Integer rank.swift
[76/884] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[77/884] Compiling InternalCollectionsUtilities UInt+reversed.swift
[78/884] Compiling InternalCollectionsUtilities Debugging.swift
[79/884] Compiling InternalCollectionsUtilities Descriptions.swift
[81/884] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[84/884] Emitting module RealModule
[87/885] Emitting module SockitCore
[90/885] Compiling InternalCollectionsUtilities UnsafeMutableRawBufferPointer+Extras.swift
[91/885] Compiling InternalCollectionsUtilities UnsafeRawBufferPointer+Extras.swift
[92/887] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[95/889] Compiling SockitCore Response.swift
[96/890] Emitting module Logging
[97/890] Compiling Logging Locks.swift
[98/890] Compiling SystemPackage SystemString.swift
[99/890] Compiling SystemPackage Util+StringArray.swift
[100/890] Compiling SystemPackage Util.swift
[101/890] Compiling SystemPackage UtilConsumers.swift
[102/891] Compiling SwiftASN1 Errors.swift
[103/891] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[109/891] Emitting module CoreMetrics
[118/897] Compiling InternalCollectionsUtilities Span+Extras.swift
[120/897] Compiling InternalCollectionsUtilities LifetimeOverride.swift
[121/897] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[126/906] Compiling Instrumentation NoOpInstrument.swift
[127/908] Emitting module Instrumentation
[128/908] Compiling Instrumentation MultiplexInstrument.swift
[129/908] Compiling Instrumentation Locks.swift
[130/908] Compiling Instrumentation InstrumentationSystem.swift
[131/908] Compiling Instrumentation Instrument.swift
[132/909] Compiling SockitClient SockitPushEvent.swift
/host/spi-builder-workspace/Sources/SockitClient/Public/Client.swift:5:8: error: no such module 'SockitNIOTransport'
3 | // NIO transport is the default on all non-Apple platforms (Linux, etc.)
4 | #if !canImport(Darwin)
5 | import SockitNIOTransport
| `- error: no such module 'SockitNIOTransport'
6 | #endif
7 |
[133/910] Compiling SockitClient SockitCommand.swift
/host/spi-builder-workspace/Sources/SockitClient/Public/Client.swift:5:8: error: no such module 'SockitNIOTransport'
3 | // NIO transport is the default on all non-Apple platforms (Linux, etc.)
4 | #if !canImport(Darwin)
5 | import SockitNIOTransport
| `- error: no such module 'SockitNIOTransport'
6 | #endif
7 |
[141/910] Compiling SockitClient ClientConfig.swift
/host/spi-builder-workspace/Sources/SockitClient/Public/Client.swift:5:8: error: no such module 'SockitNIOTransport'
3 | // NIO transport is the default on all non-Apple platforms (Linux, etc.)
4 | #if !canImport(Darwin)
5 | import SockitNIOTransport
| `- error: no such module 'SockitNIOTransport'
6 | #endif
7 |
[142/910] Compiling SockitClient PushEventRegistry.swift
/host/spi-builder-workspace/Sources/SockitClient/Public/Client.swift:5:8: error: no such module 'SockitNIOTransport'
3 | // NIO transport is the default on all non-Apple platforms (Linux, etc.)
4 | #if !canImport(Darwin)
5 | import SockitNIOTransport
| `- error: no such module 'SockitNIOTransport'
6 | #endif
7 |
[143/910] Compiling SockitClient ClientAction.swift
[144/910] Compiling SockitClient ClientEffect.swift
[145/910] Compiling SockitClient ClientReducer.swift
[146/910] Compiling SwiftASN1 DER.swift
[148/910] Emitting module InternalCollectionsUtilities
[150/911] Compiling Logging LogHandler.swift
[151/911] Compiling Logging Logging.swift
/host/spi-builder-workspace/Sources/SockitClient/Public/Client.swift:5:8: error: no such module 'SockitNIOTransport'
3 | // NIO transport is the default on all non-Apple platforms (Linux, etc.)
4 | #if !canImport(Darwin)
5 | import SockitNIOTransport
| `- error: no such module 'SockitNIOTransport'
6 | #endif
7 |
/host/spi-builder-workspace/Sources/SockitClient/Public/Client.swift:5:8: error: no such module 'SockitNIOTransport'
3 | // NIO transport is the default on all non-Apple platforms (Linux, etc.)
4 | #if !canImport(Darwin)
5 | import SockitNIOTransport
| `- error: no such module 'SockitNIOTransport'
6 | #endif
7 |
[155/912] Compiling SockitClient WebSocketTransport.swift
/host/spi-builder-workspace/Sources/SockitClient/Public/Client.swift:5:8: error: no such module 'SockitNIOTransport'
3 | // NIO transport is the default on all non-Apple platforms (Linux, etc.)
4 | #if !canImport(Darwin)
5 | import SockitNIOTransport
| `- error: no such module 'SockitNIOTransport'
6 | #endif
7 |
[156/912] Compiling SockitClient Client.swift
/host/spi-builder-workspace/Sources/SockitClient/Public/Client.swift:5:8: error: no such module 'SockitNIOTransport'
3 | // NIO transport is the default on all non-Apple platforms (Linux, etc.)
4 | #if !canImport(Darwin)
5 | import SockitNIOTransport
| `- error: no such module 'SockitNIOTransport'
6 | #endif
7 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[157/912] Emitting module SockitClient
/host/spi-builder-workspace/Sources/SockitClient/Public/Client.swift:5:8: error: no such module 'SockitNIOTransport'
3 | // NIO transport is the default on all non-Apple platforms (Linux, etc.)
4 | #if !canImport(Darwin)
5 | import SockitNIOTransport
| `- error: no such module 'SockitNIOTransport'
6 | #endif
7 |
/host/spi-builder-workspace/Sources/SockitClient/Public/Client.swift:5:8: error: no such module 'SockitNIOTransport'
3 | // NIO transport is the default on all non-Apple platforms (Linux, etc.)
4 | #if !canImport(Darwin)
5 | import SockitNIOTransport
| `- error: no such module 'SockitNIOTransport'
6 | #endif
7 |
[159/912] Compiling SockitClient ClientState.swift
/host/spi-builder-workspace/Sources/SockitClient/Public/Client.swift:5:8: error: no such module 'SockitNIOTransport'
3 | // NIO transport is the default on all non-Apple platforms (Linux, etc.)
4 | #if !canImport(Darwin)
5 | import SockitNIOTransport
| `- error: no such module 'SockitNIOTransport'
6 | #endif
7 |
[160/912] Compiling SockitClient SockitClient.swift
/host/spi-builder-workspace/Sources/SockitClient/Public/Client.swift:5:8: error: no such module 'SockitNIOTransport'
3 | // NIO transport is the default on all non-Apple platforms (Linux, etc.)
4 | #if !canImport(Darwin)
5 | import SockitNIOTransport
| `- error: no such module 'SockitNIOTransport'
6 | #endif
7 |
[160/912] Compiling ssl_key_share.cc
[160/912] Compiling ssl_privkey.cc
[161/912] Compiling CoreMetrics Locks.swift
[161/912] Compiling ssl_lib.cc
BUILD FAILURE 6.1 android