Build Information
Failed to build Sockit, reference 1.0.1 (6e860f), with Swift 6.1 for Android on 27 Mar 2026 05:01:15 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: 1.0.1
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
* tag 1.0.1 -> FETCH_HEAD
HEAD is now at 6e860f9 fix: address code review findings — 7 bugs across client and server
Cloned https://github.com/sufiyanyusuf/sockit.git
Revision (git rev-parse @):
6e860f9665953657477aac7bae7347a5fcb193af
SUCCESS checkout https://github.com/sufiyanyusuf/sockit.git at 1.0.1
========================================
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
[2653/79793] Fetching websocket-kit, vapor
Fetched https://github.com/vapor/websocket-kit.git from cache (0.88s)
[5400/77141] Fetching vapor
Fetched https://github.com/vapor/vapor.git from cache (3.93s)
Computing version for https://github.com/vapor/websocket-kit.git
Computed https://github.com/vapor/websocket-kit.git at 2.16.1 (4.96s)
Fetching https://github.com/apple/swift-nio-transport-services.git
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/apple/swift-nio-extras.git
Fetching https://github.com/apple/swift-nio-ssl.git
[1/2821] Fetching swift-nio-transport-services
[2681/4641] Fetching swift-nio-transport-services, swift-atomics
[3259/11132] Fetching swift-nio-transport-services, swift-atomics, swift-nio-extras
[11069/26492] Fetching swift-nio-transport-services, swift-atomics, swift-nio-extras, swift-nio-ssl
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (0.50s)
[8465/23671] Fetching swift-atomics, swift-nio-extras, swift-nio-ssl
Fetched https://github.com/apple/swift-atomics.git from cache (0.60s)
[8181/21851] Fetching swift-nio-extras, swift-nio-ssl
[8182/104798] Fetching swift-nio-extras, swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-nio-extras.git from cache (2.23s)
Fetched https://github.com/apple/swift-nio-ssl.git from cache (2.26s)
[36497/82947] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (6.74s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (7.61s)
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 (1.44s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.36.1 (1.04s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.97.1 (1.65s)
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-collections.git
[1/22970] Fetching swift-collections
[2/28571] Fetching swift-collections, swift-system
Fetched https://github.com/apple/swift-system.git from cache (2.23s)
Fetched https://github.com/apple/swift-collections.git from cache (2.28s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.6.4 (3.32s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.4.1 (1.16s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.33.0 (2.17s)
Fetching https://github.com/apple/swift-asn1.git
Fetching https://github.com/apple/swift-certificates.git
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/swift-server/swift-service-lifecycle.git
Fetching https://github.com/apple/swift-async-algorithms.git
Fetching https://github.com/apple/swift-algorithms.git
[1/2676] Fetching swift-service-lifecycle
[28/4445] Fetching swift-service-lifecycle, swift-asn1
[4446/10503] Fetching swift-service-lifecycle, swift-asn1, swift-algorithms
[5476/16763] Fetching swift-service-lifecycle, swift-asn1, swift-algorithms, swift-log
[16764/23888] Fetching swift-service-lifecycle, swift-asn1, swift-algorithms, swift-log, swift-certificates
[16907/30116] Fetching swift-service-lifecycle, swift-asn1, swift-algorithms, swift-log, swift-certificates, swift-async-algorithms
Fetched https://github.com/apple/swift-algorithms.git from cache (1.39s)
[22420/24058] Fetching swift-service-lifecycle, swift-asn1, swift-log, swift-certificates, swift-async-algorithms
Fetching https://github.com/apple/swift-http-structured-headers.git
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (1.69s)
Fetched https://github.com/apple/swift-asn1.git from cache (1.69s)
Fetched https://github.com/apple/swift-log.git from cache (1.69s)
Fetched https://github.com/apple/swift-async-algorithms.git from cache (1.69s)
Fetching https://github.com/apple/swift-nio-http2.git
Fetched https://github.com/apple/swift-certificates.git from cache (1.70s)
Fetching https://github.com/apple/swift-http-types.git
[1/1219] Fetching swift-http-structured-headers
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.44s)
[1/951] Fetching swift-http-types
Fetched https://github.com/apple/swift-http-types.git from cache (0.29s)
[1/12070] Fetching swift-nio-http2
Fetched https://github.com/apple/swift-nio-http2.git from cache (1.68s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (6.54s)
Fetching https://github.com/apple/swift-numerics.git
[1/6416] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.57s)
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.24s)
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.41s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.5.1 (0.79s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.6.0 (2.44s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.1.1 (0.51s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.18.0 (0.64s)
Fetching https://github.com/apple/swift-crypto.git
[1/17276] Fetching swift-crypto
Fetched https://github.com/apple/swift-crypto.git from cache (2.11s)
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 (2.73s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.10.1 (1.19s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 4.3.0 (2.00s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.42.0 (0.58s)
Computing version for https://github.com/vapor/vapor.git
Computed https://github.com/vapor/vapor.git at 4.121.3 (0.82s)
Fetching https://github.com/vapor/routing-kit.git
Fetching https://github.com/vapor/console-kit.git
Fetching https://github.com/vapor/multipart-kit.git
Fetching https://github.com/apple/swift-metrics.git
Fetching https://github.com/apple/swift-service-context.git
Fetching https://github.com/apple/swift-distributed-tracing.git
[1/3616] Fetching multipart-kit
[616/10183] Fetching multipart-kit, console-kit
[1228/11393] Fetching multipart-kit, console-kit, swift-service-context
[2324/14367] Fetching multipart-kit, console-kit, swift-service-context, swift-metrics
[6561/20058] Fetching multipart-kit, console-kit, swift-service-context, swift-metrics, swift-distributed-tracing
[16876/41460] Fetching multipart-kit, console-kit, swift-service-context, swift-metrics, swift-distributed-tracing, routing-kit
Fetched https://github.com/apple/swift-metrics.git from cache (0.45s)
[17665/38486] Fetching multipart-kit, console-kit, swift-service-context, swift-distributed-tracing, routing-kit
Fetched https://github.com/vapor/console-kit.git from cache (0.46s)
[11740/31919] Fetching multipart-kit, swift-service-context, swift-distributed-tracing, routing-kit
Fetching https://github.com/vapor/async-kit.git
[24582/34415] Fetching multipart-kit, swift-service-context, swift-distributed-tracing, routing-kit, async-kit
Fetching https://github.com/swift-server/async-http-client.git
Fetched https://github.com/vapor/async-kit.git from cache (1.01s)
Fetched https://github.com/apple/swift-service-context.git from cache (1.48s)
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (1.49s)
Fetched https://github.com/vapor/routing-kit.git from cache (1.54s)
Fetched https://github.com/vapor/multipart-kit.git from cache (1.59s)
[1/15667] Fetching async-http-client
Fetched https://github.com/swift-server/async-http-client.git from cache (1.06s)
Computing version for https://github.com/vapor/routing-kit.git
Computed https://github.com/vapor/routing-kit.git at 4.9.3 (3.56s)
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.57s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.8.0 (10.08s)
Computing version for https://github.com/vapor/console-kit.git
Computed https://github.com/vapor/console-kit.git at 4.15.2 (0.58s)
Computing version for https://github.com/vapor/async-kit.git
Computed https://github.com/vapor/async-kit.git at 1.22.0 (0.54s)
Computing version for https://github.com/apple/swift-distributed-tracing.git
Computed https://github.com/apple/swift-distributed-tracing.git at 1.4.1 (0.53s)
Computing version for https://github.com/vapor/multipart-kit.git
Computed https://github.com/vapor/multipart-kit.git at 4.7.1 (0.49s)
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 (0.55s)
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/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/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-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.2.1
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-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-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-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-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/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-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-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.1.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/vapor/vapor.git
Working copy of https://github.com/vapor/vapor.git resolved at 4.121.3
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/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/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-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/vapor/multipart-kit.git
Working copy of https://github.com/vapor/multipart-kit.git resolved at 4.7.1
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-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-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-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.4.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/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-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-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-nio-extras.git
Working copy of https://github.com/apple/swift-nio-extras.git resolved at 1.33.0
Building for debugging...
[0/860] Write sources
[54/860] Compiling _NumericsShims _NumericsShims.c
[55/860] Compiling _AtomicsShims.c
[56/860] Compiling CXKCPShims shims.c
[57/860] Compiling KeccakSponge.c
[58/860] Compiling SimpleFIPS202.c
[59/860] Compiling KeccakHash.c
[60/860] Compiling CVaporBcrypt bcrypt.c
[61/860] Compiling CNIOWindows WSAStartup.c
[62/860] Compiling CNIOWASI CNIOWASI.c
[63/860] Compiling CNIOWindows shim.c
[64/860] Compiling CNIOOpenBSD shim.c
[65/860] Compiling CSystem shims.c
[66/860] Compiling CNIOPosix event_loop_id.c
[67/860] Compiling CVaporBcrypt blf.c
[68/860] Compiling CNIOLinux liburing_shims.c
[69/860] Compiling CNIOSHA1 c_nio_sha1.c
[70/860] Compiling CNIOLinux shim.c
[71/860] Write swift-version-24593BA9C3E375BF.txt
[72/860] Compiling CNIOLLHTTP c_nio_http.c
[73/860] Compiling CNIOLLHTTP c_nio_api.c
[74/860] Compiling CNIOExtrasZlib zutil.c
[75/860] Compiling CNIOExtrasZlib inftrees.c
[76/860] Compiling CNIOExtrasZlib trees.c
[77/860] Compiling CNIOExtrasZlib inflate.c
[78/866] Compiling CNIOLLHTTP c_nio_llhttp.c
[79/868] Compiling KeccakP-1600-opt64.c
[81/940] Emitting module RealModule
[82/940] Compiling RealModule AlgebraicField.swift
[83/940] Compiling RealModule ApproximateEquality.swift
[84/941] Compiling SystemPackage FilePathWindows.swift
[85/941] Compiling SystemPackage FilePermissions.swift
[86/941] Compiling SystemPackage IOCompletion.swift
[87/941] Compiling SystemPackage IORequest.swift
[88/941] Compiling ServiceContextModule ServiceContextKey.swift
[89/941] Compiling RealModule Float16+Real.swift
[90/945] Compiling _NIODataStructures PriorityQueue.swift
[91/945] Compiling _NIODataStructures _TinyArray.swift
[92/945] Emitting module ServiceContextModule
[93/945] Compiling ServiceContextModule ServiceContext.swift
[94/946] Compiling _NIOBase64 Base64.swift
[95/946] Emitting module _NIOBase64
[96/946] Compiling RealModule Real.swift
[97/946] Compiling RealModule Float80+Real.swift
[98/946] Compiling RealModule RealFunctions.swift
[99/947] Compiling _CertificateInternals _TinyArray.swift
[100/947] Emitting module _CertificateInternals
[101/948] Emitting module _NIODataStructures
[102/948] Compiling RealModule ElementaryFunctions.swift
[103/948] Compiling RealModule Float+Real.swift
[104/948] Compiling RealModule AugmentedArithmetic.swift
[105/948] Compiling RealModule Double+Real.swift
[106/948] Compiling _NIODataStructures Heap.swift
[107/949] Compiling RealModule RelaxedArithmetic.swift
[112/950] Compiling SystemPackage FilePathSyntax.swift
[113/950] Compiling SystemPackage FilePathTemp.swift
[114/950] Compiling SystemPackage FilePathTempPosix.swift
[115/950] Compiling SystemPackage FilePathTempWindows.swift
[116/950] Compiling CNIOExtrasZlib inffast.c
[117/982] Compiling CNIOExtrasZlib deflate.c
[119/982] Compiling InternalCollectionsUtilities Integer rank.swift
[120/982] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[121/982] Compiling InternalCollectionsUtilities UInt+reversed.swift
[122/982] Compiling InternalCollectionsUtilities LifetimeOverride.swift
[123/982] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[124/982] Emitting module SystemPackage
[127/982] Compiling InternalCollectionsUtilities Span+Extras.swift
[128/984] Compiling InternalCollectionsUtilities UnsafeMutableRawBufferPointer+Extras.swift
[129/984] Compiling InternalCollectionsUtilities UnsafeRawBufferPointer+Extras.swift
[130/984] Compiling Instrumentation NoOpInstrument.swift
[130/984] Compiling CNIOExtrasZlib crc32.c
[132/984] Compiling Logging LogHandler.swift
[133/984] Compiling Instrumentation Instrument.swift
[134/984] Emitting module Instrumentation
[135/984] Compiling InternalCollectionsUtilities _SortedCollection.swift
[136/984] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[137/984] Compiling Instrumentation MultiplexInstrument.swift
[137/984] Compiling CNIOExtrasZlib adler32.c
[138/984] Compiling CNIODarwin shim.c
[143/984] Compiling InternalCollectionsUtilities Debugging.swift
[144/984] Compiling InternalCollectionsUtilities Descriptions.swift
[145/984] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[146/984] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[147/984] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[148/984] Compiling SystemPackage SystemString.swift
[149/984] Compiling SystemPackage Util+StringArray.swift
[150/984] Compiling SystemPackage Util.swift
[151/984] Compiling SystemPackage UtilConsumers.swift
[156/986] Compiling CNIOBoringSSLShims shims.c
[164/986] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[164/986] Compiling fiat_p256_adx_sqr.S
[166/986] Emitting module InternalCollectionsUtilities
[166/986] Compiling fiat_p256_adx_mul.S
[168/986] Compiling InternalCollectionsUtilities String+Padding.swift
[169/986] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[169/986] Compiling fiat_curve25519_adx_square.S
[172/986] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[173/987] Compiling CoreMetrics Metrics.swift
[173/987] Compiling fiat_curve25519_adx_mul.S
[179/987] Compiling Logging Locks.swift
[180/987] Emitting module Logging
[181/987] Compiling SwiftASN1 DER.swift
[182/987] Compiling SwiftASN1 Errors.swift
[183/987] Emitting module CoreMetrics
[184/987] Compiling CoreMetrics Locks.swift
[185/988] Compiling Instrumentation InstrumentationSystem.swift
[186/988] Compiling Instrumentation Locks.swift
[187/989] Compiling Logging MetadataProvider.swift
[188/989] Compiling Logging Logging.swift
[199/990] Compiling SystemPackage WindowsSyscallAdapters.swift
[200/990] Compiling SystemPackage MachPort.swift
[201/990] Compiling SystemPackage PlatformString.swift
[202/990] Compiling SystemPackage IORing.swift
[203/990] Compiling SystemPackage RawIORequest.swift
[204/990] Compiling SystemPackage Backcompat.swift
[205/990] Compiling SystemPackage CInterop.swift
[206/990] Compiling SystemPackage Constants.swift
[207/990] Compiling SystemPackage Exports.swift
[208/990] Compiling SystemPackage Mocking.swift
[209/990] Compiling SystemPackage RawBuffer.swift
[210/991] Compiling SockitCore Request.swift
[211/992] Compiling SockitCore RawResponse.swift
[213/992] Emitting module SockitCore
[216/992] Compiling SockitCore RawRequest.swift
[217/992] Compiling SockitCore RawPushEvent.swift
[220/992] Compiling SockitCore RawPayload.swift
[221/1125] Emitting module SwiftASN1
[222/1126] Compiling OrderedCollections OrderedDictionary+Codable.swift
[223/1126] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[224/1126] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[225/1126] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[226/1126] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[227/1126] Compiling OrderedCollections OrderedDictionary+Elements.swift
[228/1126] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[229/1126] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[230/1126] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[231/1126] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[233/1135] Compiling OrderedCollections _HashTable+Testing.swift
[234/1135] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[235/1135] Compiling OrderedCollections _HashTable.swift
[236/1135] Compiling OrderedCollections _Hashtable+Header.swift
[237/1135] Compiling OrderedCollections OrderedSet+Initializers.swift
[238/1135] Compiling OrderedCollections OrderedSet+Insertions.swift
[239/1135] Compiling OrderedCollections OrderedSet+Invariants.swift
[240/1135] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[241/1135] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[242/1135] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[243/1135] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[244/1135] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[245/1135] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[246/1135] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[247/1135] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[248/1135] Compiling OrderedCollections OrderedDictionary+Values.swift
[249/1135] Compiling OrderedCollections _HashTable+Bucket.swift
[250/1135] Compiling OrderedCollections _HashTable+BucketIterator.swift
[251/1135] Compiling OrderedCollections _HashTable+Constants.swift
[252/1135] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[252/1141] Compiling tls_record.cc
[254/1141] Compiling Tracing NoOpTracer.swift
[255/1141] Compiling Tracing InstrumentationSystem+Tracing.swift
[256/1143] Emitting module Tracing
[257/1143] Compiling SockitCore Response.swift
[258/1144] Compiling Metrics Metrics.swift
[259/1151] Compiling Tracing TracerProtocol.swift
[260/1151] Compiling Tracing TracingTime.swift
[261/1151] Compiling tls_method.cc
[263/1151] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[264/1151] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[265/1151] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[266/1151] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[267/1151] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[268/1151] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[269/1151] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[270/1151] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[271/1158] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[272/1158] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[273/1158] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[274/1158] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[275/1158] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[276/1158] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[277/1158] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[278/1158] Emitting module Metrics
[279/1158] Compiling Tracing Tracer.swift
[280/1159] Compiling Tracing TracerProtocol+Legacy.swift
[282/1168] Compiling HeapModule Heap+Descriptions.swift
[283/1170] Compiling HeapModule _HeapNode.swift
[284/1238] Compiling HeapModule Heap.swift
[285/1246] Compiling HeapModule Heap+Invariants.swift
[286/1246] Compiling HeapModule Heap+UnsafeHandle.swift
[287/1246] 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 |
[288/1247] 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/1247] Compiling Tracing SpanProtocol.swift
[290/1259] 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 |
[291/1269] 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 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[293/1277] 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 |
[294/1281] 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 |
[295/1281] Emitting module HeapModule
[296/1282] Compiling ContainersPreview OutputSpan+Extras.swift
[297/1282] Compiling ContainersPreview TemporaryAllocation.swift
[298/1282] Compiling ContainersPreview BorrowingIteratorProtocol+Copy.swift
[299/1282] Compiling ContainersPreview BorrowingIteratorProtocol+ElementsEqual.swift
[300/1282] Compiling ContainersPreview BorrowingIteratorProtocol+Filter.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 |
[302/1286] Compiling ContainersPreview BorrowingIteratorProtocol+Map.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 |
/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 |
/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 |
[307/1286] Emitting module ContainersPreview
[308/1286] Compiling ContainersPreview BorrowingSequence+Utilities.swift
[309/1286] Compiling ContainersPreview BorrowingSequence.swift
[310/1286] Compiling ContainersPreview BidirectionalContainer.swift
[311/1286] Compiling ContainersPreview Container+Filter.swift
[312/1286] Compiling ContainersPreview Container+SpanwiseZip.swift
[314/1286] Compiling ContainersPreview BorrowingIteratorProtocol+Reduce.swift
[315/1286] Compiling ContainersPreview BorrowingIteratorProtocol+SpanwiseZip.swift
[316/1286] Compiling ContainersPreview BorrowingIteratorProtocol.swift
[317/1286] Compiling ContainersPreview BorrowingSequence+Standard Conformances.swift
[318/1286] Compiling ContainersPreview Container.swift
[319/1286] Compiling ContainersPreview ContainerIterator.swift
[320/1286] Compiling ContainersPreview DynamicContainer.swift
[321/1286] Compiling ContainersPreview MutableContainer.swift
[322/1286] Compiling ContainersPreview PermutableContainer.swift
[322/1286] Compiling tls13_server.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] Write sources
[3/769] Compiling fiat_p256_adx_mul.S
[4/769] Compiling fiat_curve25519_adx_square.S
[5/769] Compiling fiat_curve25519_adx_mul.S
[6/769] Compiling fiat_p256_adx_sqr.S
[7/769] Compiling CCryptoBoringSSLShims shims.c
[8/769] Write swift-version-24593BA9C3E375BF.txt
[9/769] Compiling tls13_both.cc
[10/769] Compiling ssl_x509.cc
[11/769] Compiling tls13_client.cc
[12/769] Compiling t1_enc.cc
[13/769] Compiling tls13_enc.cc
[14/773] Compiling tls13_server.cc
[15/775] Compiling ssl_versions.cc
[16/775] Compiling ssl_transcript.cc
[18/838] Emitting module _CertificateInternals
[19/849] Emitting module _NIODataStructures
[20/849] Compiling _NIODataStructures Heap.swift
[21/849] Compiling ServiceContextModule ServiceContextKey.swift
[22/849] Compiling RealModule RealFunctions.swift
[23/850] Compiling SockitCore RawPayload.swift
[24/850] Compiling SockitCore RawPushEvent.swift
[25/850] Emitting module ServiceContextModule
[26/850] Compiling ServiceContextModule ServiceContext.swift
[27/852] Compiling RealModule AlgebraicField.swift
[28/852] Compiling RealModule ApproximateEquality.swift
[29/852] Compiling SockitCore Request.swift
[30/852] Compiling RealModule RelaxedArithmetic.swift
[31/852] Emitting module _NIOBase64
[32/852] Compiling _NIOBase64 Base64.swift
[33/853] Compiling RealModule Float80+Real.swift
[34/853] Compiling RealModule Real.swift
[36/853] Compiling _NIODataStructures _TinyArray.swift
[37/853] Compiling _NIODataStructures PriorityQueue.swift
[38/854] Compiling SockitCore Response.swift
[39/854] Compiling SystemPackage Syscalls.swift
[40/854] Compiling SystemPackage WindowsSyscallAdapters.swift
[41/854] Compiling SystemPackage MachPort.swift
[42/854] Compiling SystemPackage PlatformString.swift
[43/858] Compiling SystemPackage FileHelpers.swift
[44/858] Compiling SystemPackage FileOperations.swift
[45/860] Compiling SockitCore RawResponse.swift
[46/860] Compiling SockitCore RawRequest.swift
[48/860] Compiling _CertificateInternals _TinyArray.swift
[49/861] Compiling RealModule ElementaryFunctions.swift
[50/861] Compiling RealModule Float+Real.swift
[52/861] Compiling RealModule Float16+Real.swift
[54/884] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[55/884] Compiling InternalCollectionsUtilities Integer rank.swift
[56/884] Emitting module SockitCore
[57/884] Compiling InternalCollectionsUtilities Debugging.swift
[58/884] Compiling InternalCollectionsUtilities Descriptions.swift
[61/885] Emitting module RealModule
[62/886] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[63/886] Compiling InternalCollectionsUtilities UnsafeMutableRawBufferPointer+Extras.swift
[64/886] Compiling SystemPackage IORing.swift
[65/886] Compiling SystemPackage RawIORequest.swift
[66/886] Compiling SystemPackage Backcompat.swift
[67/886] Compiling SystemPackage CInterop.swift
[68/886] Compiling SystemPackage Constants.swift
[69/886] Compiling SystemPackage Exports.swift
[70/886] Compiling SystemPackage Mocking.swift
[71/886] Compiling SystemPackage RawBuffer.swift
[74/886] Compiling InternalCollectionsUtilities UnsafeRawBufferPointer+Extras.swift
[75/886] Compiling SwiftASN1 Errors.swift
[76/889] Compiling InternalCollectionsUtilities Span+Extras.swift
[77/889] Compiling InternalCollectionsUtilities String+Padding.swift
[80/892] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[81/892] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[83/892] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[84/892] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[86/892] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[87/892] Compiling InternalCollectionsUtilities UInt+reversed.swift
[91/892] Emitting module Logging
[92/894] Compiling Logging MetadataProvider.swift
[93/896] Compiling Instrumentation NoOpInstrument.swift
[94/897] Emitting module Instrumentation
[97/897] Compiling InternalCollectionsUtilities _SortedCollection.swift
[98/897] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[99/897] Compiling Logging Locks.swift
[100/897] Compiling Instrumentation MultiplexInstrument.swift
[101/907] Compiling Atomics OptionalRawRepresentable.swift
[102/907] Compiling Atomics RawRepresentable.swift
[103/907] Compiling Atomics AtomicBool.swift
[104/907] Compiling Atomics IntegerConformances.swift
[105/907] Compiling Atomics PointerConformances.swift
[106/907] Compiling Atomics Primitives.native.swift
[107/926] Compiling Instrumentation Instrument.swift
[108/926] Compiling Instrumentation InstrumentationSystem.swift
[109/926] Compiling Instrumentation Locks.swift
[110/927] Compiling Atomics ManagedAtomicLazyReference.swift
[113/927] Compiling Atomics UnsafeAtomic.swift
[114/927] Compiling Atomics UnsafeAtomicLazyReference.swift
[115/927] 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 |
[118/930] 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 |
[119/930] 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 |
[120/930] 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 |
[121/930] Compiling Atomics ManagedAtomic.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[123/930] 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 |
[124/930] Compiling SockitClient ClientAction.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 |
[125/930] Compiling SockitClient ClientEffect.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 |
[126/930] Compiling Atomics AtomicStorage.swift
[127/930] Compiling Atomics AtomicValue.swift
[128/930] Compiling Atomics AtomicMemoryOrderings.swift
[129/930] Compiling Atomics DoubleWord.swift
[130/949] 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 |
[131/955] Compiling Algorithms AdjacentPairs.swift
[132/955] Compiling Algorithms Chain.swift
[133/955] Compiling Algorithms Chunked.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 |
[135/955] Compiling Algorithms Combinations.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 |
[136/955] Compiling Algorithms Compacted.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 |
[137/955] Compiling Algorithms Cycle.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 |
[138/955] Compiling SystemPackage SystemString.swift
[139/955] Compiling SystemPackage Util+StringArray.swift
[140/955] Compiling SystemPackage Util.swift
[141/955] Compiling SystemPackage UtilConsumers.swift
[142/955] Compiling Algorithms FlattenCollection.swift
[143/955] Compiling Algorithms Grouped.swift
[144/955] Compiling Algorithms Indexed.swift
[145/955] Compiling Algorithms Intersperse.swift
[146/955] Compiling Algorithms Partition.swift
[148/955] Compiling Algorithms EitherSequence.swift
[149/955] Compiling Algorithms FirstNonNil.swift
[152/955] Compiling Logging LogHandler.swift
[153/955] Compiling CoreMetrics Locks.swift
BUILD FAILURE 6.1 android