Build Information
Failed to build postgres-nio, reference main (c17db2
), with Swift 6.1 for Wasm on 13 Jun 2025 12:52:36 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/vapor/postgres-nio.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/vapor/postgres-nio
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at c17db2f Fix a `TinyFastSequence` test was modified in #563 (#564)
Cloned https://github.com/vapor/postgres-nio.git
Revision (git rev-parse @):
c17db2f1be8ae94f3e8745a0cd227a437898ede1
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/vapor/postgres-nio.git at main
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.1
Building package at path: $PWD
https://github.com/vapor/postgres-nio.git
https://github.com/vapor/postgres-nio.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "swift-atomics",
"requirement" : {
"range" : [
{
"lower_bound" : "1.2.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-atomics.git"
},
{
"identity" : "swift-collections",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.4",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-collections.git"
},
{
"identity" : "swift-nio",
"requirement" : {
"range" : [
{
"lower_bound" : "2.81.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-nio.git"
},
{
"identity" : "swift-nio-transport-services",
"requirement" : {
"range" : [
{
"lower_bound" : "1.19.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-nio-transport-services.git"
},
{
"identity" : "swift-nio-ssl",
"requirement" : {
"range" : [
{
"lower_bound" : "2.25.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-nio-ssl.git"
},
{
"identity" : "swift-crypto",
"requirement" : {
"range" : [
{
"lower_bound" : "3.9.0",
"upper_bound" : "4.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-crypto.git"
},
{
"identity" : "swift-metrics",
"requirement" : {
"range" : [
{
"lower_bound" : "2.4.1",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-metrics.git"
},
{
"identity" : "swift-log",
"requirement" : {
"range" : [
{
"lower_bound" : "1.5.3",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-log.git"
},
{
"identity" : "swift-service-lifecycle",
"requirement" : {
"range" : [
{
"lower_bound" : "2.5.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swift-server/swift-service-lifecycle.git"
}
],
"manifest_display_name" : "postgres-nio",
"name" : "postgres-nio",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "watchos",
"version" : "6.0"
},
{
"name" : "tvos",
"version" : "13.0"
}
],
"products" : [
{
"name" : "PostgresNIO",
"targets" : [
"PostgresNIO"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "_ConnectionPoolModule",
"targets" : [
"_ConnectionPoolModule"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "_ConnectionPoolTestUtils",
"targets" : [
"_ConnectionPoolTestUtils"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "Birthdays",
"targets" : [
"Birthdays"
],
"type" : {
"snippet" : null
}
},
{
"name" : "PostgresClient",
"targets" : [
"PostgresClient"
],
"type" : {
"snippet" : null
}
}
],
"targets" : [
{
"c99name" : "_ConnectionPoolTestUtils",
"module_type" : "SwiftTarget",
"name" : "_ConnectionPoolTestUtils",
"path" : "Sources/ConnectionPoolTestUtils",
"product_dependencies" : [
"NIOConcurrencyHelpers"
],
"product_memberships" : [
"_ConnectionPoolTestUtils",
"Birthdays",
"PostgresClient"
],
"sources" : [
"MockClock.swift",
"MockConnection.swift",
"MockConnectionFactory.swift",
"MockPingPongBehaviour.swift",
"MockRequest.swift"
],
"target_dependencies" : [
"_ConnectionPoolModule"
],
"type" : "library"
},
{
"c99name" : "_ConnectionPoolModule",
"module_type" : "SwiftTarget",
"name" : "_ConnectionPoolModule",
"path" : "Sources/ConnectionPoolModule",
"product_dependencies" : [
"Atomics",
"DequeModule"
],
"product_memberships" : [
"PostgresNIO",
"_ConnectionPoolModule",
"_ConnectionPoolTestUtils",
"Birthdays",
"PostgresClient"
],
"sources" : [
"ConnectionIDGenerator.swift",
"ConnectionPool.swift",
"ConnectionPoolError.swift",
"ConnectionPoolObservabilityDelegate.swift",
"ConnectionRequest.swift",
"Max2Sequence.swift",
"NIOLock.swift",
"NIOLockedValueBox.swift",
"NoKeepAliveBehavior.swift",
"PoolStateMachine+ConnectionGroup.swift",
"PoolStateMachine+ConnectionState.swift",
"PoolStateMachine+RequestQueue.swift",
"PoolStateMachine.swift",
"TinyFastSequence.swift"
],
"type" : "library"
},
{
"c99name" : "PostgresNIOTests",
"module_type" : "SwiftTarget",
"name" : "PostgresNIOTests",
"path" : "Tests/PostgresNIOTests",
"product_dependencies" : [
"NIOEmbedded",
"NIOTestUtils"
],
"sources" : [
"Data/PostgresData+JSONTests.swift",
"Message/PostgresMessageDecoderTests.swift",
"New/Connection State Machine/AuthenticationStateMachineTests.swift",
"New/Connection State Machine/ConnectionStateMachineTests.swift",
"New/Connection State Machine/ExtendedQueryStateMachineTests.swift",
"New/Connection State Machine/PrepareStatementStateMachineTests.swift",
"New/Connection State Machine/PreparedStatementStateMachineTests.swift",
"New/Data/Array+PSQLCodableTests.swift",
"New/Data/Bool+PSQLCodableTests.swift",
"New/Data/Bytes+PSQLCodableTests.swift",
"New/Data/Date+PSQLCodableTests.swift",
"New/Data/Decimal+PSQLCodableTests.swift",
"New/Data/Float+PSQLCodableTests.swift",
"New/Data/Int+PSQLCodableTests.swift",
"New/Data/JSON+PSQLCodableTests.swift",
"New/Data/Range+PSQLCodableTests.swift",
"New/Data/RawRepresentable+PSQLCodableTests.swift",
"New/Data/String+PSQLCodableTests.swift",
"New/Data/UUID+PSQLCodableTests.swift",
"New/Extensions/ByteBuffer+Utils.swift",
"New/Extensions/ConnectionAction+TestUtils.swift",
"New/Extensions/PSQLBackendMessageEncoder.swift",
"New/Extensions/PSQLFrontendMessageDecoder.swift",
"New/Extensions/PostgresFrontendMessage.swift",
"New/Extensions/ReverseByteToMessageHandler.swift",
"New/Extensions/ReverseMessageToByteHandler.swift",
"New/Messages/AuthenticationTests.swift",
"New/Messages/BackendKeyDataTests.swift",
"New/Messages/BindTests.swift",
"New/Messages/CancelTests.swift",
"New/Messages/CloseTests.swift",
"New/Messages/DataRowTests.swift",
"New/Messages/DescribeTests.swift",
"New/Messages/ErrorResponseTests.swift",
"New/Messages/ExecuteTests.swift",
"New/Messages/NotificationResponseTests.swift",
"New/Messages/ParameterDescriptionTests.swift",
"New/Messages/ParameterStatusTests.swift",
"New/Messages/ParseTests.swift",
"New/Messages/PasswordTests.swift",
"New/Messages/ReadyForQueryTests.swift",
"New/Messages/RowDescriptionTests.swift",
"New/Messages/SASLInitialResponseTests.swift",
"New/Messages/SASLResponseTests.swift",
"New/Messages/SSLRequestTests.swift",
"New/Messages/StartupTests.swift",
"New/PSQLBackendMessageTests.swift",
"New/PSQLFrontendMessageTests.swift",
"New/PSQLMetadataTests.swift",
"New/PSQLRowStreamTests.swift",
"New/PostgresCellTests.swift",
"New/PostgresChannelHandlerTests.swift",
"New/PostgresCodableTests.swift",
"New/PostgresConnectionTests.swift",
"New/PostgresErrorTests.swift",
"New/PostgresQueryTests.swift",
"New/PostgresRowSequenceTests.swift",
"New/PostgresRowTests.swift",
"Utilities.swift",
"Utilities/PostgresJSONCodingTests.swift"
],
"target_dependencies" : [
"PostgresNIO"
],
"type" : "test"
},
{
"c99name" : "PostgresNIO",
"module_type" : "SwiftTarget",
"name" : "PostgresNIO",
"path" : "Sources/PostgresNIO",
"product_dependencies" : [
"Atomics",
"Crypto",
"_CryptoExtras",
"Logging",
"Metrics",
"NIO",
"NIOCore",
"NIOPosix",
"NIOTransportServices",
"NIOTLS",
"NIOSSL",
"NIOFoundationCompat",
"ServiceLifecycle"
],
"product_memberships" : [
"PostgresNIO",
"Birthdays",
"PostgresClient"
],
"sources" : [
"Connection/PostgresConnection+Configuration.swift",
"Connection/PostgresConnection.swift",
"Connection/PostgresDatabase+PreparedQuery.swift",
"Data/PostgresData+Array.swift",
"Data/PostgresData+Bool.swift",
"Data/PostgresData+Bytes.swift",
"Data/PostgresData+Date.swift",
"Data/PostgresData+Decimal.swift",
"Data/PostgresData+Double.swift",
"Data/PostgresData+Float.swift",
"Data/PostgresData+Int.swift",
"Data/PostgresData+JSON.swift",
"Data/PostgresData+JSONB.swift",
"Data/PostgresData+Numeric.swift",
"Data/PostgresData+Optional.swift",
"Data/PostgresData+RawRepresentable.swift",
"Data/PostgresData+Set.swift",
"Data/PostgresData+String.swift",
"Data/PostgresData+UUID.swift",
"Data/PostgresData.swift",
"Data/PostgresDataConvertible.swift",
"Data/PostgresDataType.swift",
"Data/PostgresRow.swift",
"Deprecated/PostgresConnection+Configuration+Deprecated.swift",
"Deprecated/PostgresData+UInt.swift",
"Deprecated/PostgresMessage+Authentication.swift",
"Deprecated/PostgresMessage+Bind.swift",
"Deprecated/PostgresMessage+Close.swift",
"Deprecated/PostgresMessage+CommandComplete.swift",
"Deprecated/PostgresMessage+Describe.swift",
"Deprecated/PostgresMessage+Execute.swift",
"Deprecated/PostgresMessage+ParameterDescription.swift",
"Deprecated/PostgresMessage+ParameterStatus.swift",
"Deprecated/PostgresMessage+Parse.swift",
"Deprecated/PostgresMessage+Password.swift",
"Deprecated/PostgresMessage+ReadyForQuery.swift",
"Deprecated/PostgresMessage+SASLResponse.swift",
"Deprecated/PostgresMessage+SSLRequest.swift",
"Deprecated/PostgresMessage+SimpleQuery.swift",
"Deprecated/PostgresMessage+Startup.swift",
"Deprecated/PostgresMessage+Sync.swift",
"Deprecated/PostgresMessage+Terminate.swift",
"Deprecated/PostgresMessageDecoder.swift",
"Deprecated/PostgresMessageEncoder.swift",
"Message/PostgresMessage+0.swift",
"Message/PostgresMessage+BackendKeyData.swift",
"Message/PostgresMessage+DataRow.swift",
"Message/PostgresMessage+Error.swift",
"Message/PostgresMessage+Identifier.swift",
"Message/PostgresMessage+NotificationResponse.swift",
"Message/PostgresMessage+RowDescription.swift",
"Message/PostgresMessageType.swift",
"New/Connection State Machine/AuthenticationStateMachine.swift",
"New/Connection State Machine/CloseStateMachine.swift",
"New/Connection State Machine/ConnectionStateMachine.swift",
"New/Connection State Machine/ExtendedQueryStateMachine.swift",
"New/Connection State Machine/ListenStateMachine.swift",
"New/Connection State Machine/PreparedStatementStateMachine.swift",
"New/Connection State Machine/RowStreamStateMachine.swift",
"New/Data/Array+PostgresCodable.swift",
"New/Data/Bool+PostgresCodable.swift",
"New/Data/Bytes+PostgresCodable.swift",
"New/Data/Date+PostgresCodable.swift",
"New/Data/Decimal+PostgresCodable.swift",
"New/Data/Float+PostgresCodable.swift",
"New/Data/Int+PostgresCodable.swift",
"New/Data/JSON+PostgresCodable.swift",
"New/Data/Range+PostgresCodable.swift",
"New/Data/RawRepresentable+PostgresCodable.swift",
"New/Data/String+PostgresCodable.swift",
"New/Data/UUID+PostgresCodable.swift",
"New/Extensions/ByteBuffer+PSQL.swift",
"New/Extensions/Logging+PSQL.swift",
"New/Messages/Authentication.swift",
"New/Messages/BackendKeyData.swift",
"New/Messages/DataRow.swift",
"New/Messages/ErrorResponse.swift",
"New/Messages/NotificationResponse.swift",
"New/Messages/ParameterDescription.swift",
"New/Messages/ParameterStatus.swift",
"New/Messages/ReadyForQuery.swift",
"New/Messages/RowDescription.swift",
"New/NotificationListener.swift",
"New/PSQLError.swift",
"New/PSQLEventsHandler.swift",
"New/PSQLPreparedStatement.swift",
"New/PSQLRowStream.swift",
"New/PSQLTask.swift",
"New/PostgresBackendMessage.swift",
"New/PostgresBackendMessageDecoder.swift",
"New/PostgresCell.swift",
"New/PostgresChannelHandler.swift",
"New/PostgresCodable.swift",
"New/PostgresFrontendMessageEncoder.swift",
"New/PostgresNotificationSequence.swift",
"New/PostgresQuery.swift",
"New/PostgresRowSequence.swift",
"New/PostgresTransactionError.swift",
"New/PreparedStatement.swift",
"New/VariadicGenerics.swift",
"Pool/ConnectionFactory.swift",
"Pool/PostgresClient.swift",
"Pool/PostgresClientMetrics.swift",
"Postgres+PSQLCompat.swift",
"PostgresDatabase+Query.swift",
"PostgresDatabase+SimpleQuery.swift",
"PostgresDatabase.swift",
"PostgresRequest.swift",
"Utilities/Exports.swift",
"Utilities/NIOUtils.swift",
"Utilities/PostgresError+Code.swift",
"Utilities/PostgresError.swift",
"Utilities/PostgresJSONDecoder.swift",
"Utilities/PostgresJSONEncoder.swift",
"Utilities/SASLAuthentication+SCRAM-SHA256.swift",
"Utilities/SASLAuthenticationManager.swift"
],
"target_dependencies" : [
"_ConnectionPoolModule"
],
"type" : "library"
},
{
"c99name" : "IntegrationTests",
"module_type" : "SwiftTarget",
"name" : "IntegrationTests",
"path" : "Tests/IntegrationTests",
"product_dependencies" : [
"NIOTestUtils"
],
"sources" : [
"AsyncTests.swift",
"PSQLIntegrationTests.swift",
"PerformanceTests.swift",
"PostgresClientTests.swift",
"PostgresNIOTests.swift",
"Utilities.swift"
],
"target_dependencies" : [
"PostgresNIO"
],
"type" : "test"
},
{
"c99name" : "ConnectionPoolModuleTests",
"module_type" : "SwiftTarget",
"name" : "ConnectionPoolModuleTests",
"path" : "Tests/ConnectionPoolModuleTests",
"product_dependencies" : [
"DequeModule",
"NIOCore",
"NIOConcurrencyHelpers",
"NIOEmbedded"
],
"sources" : [
"ConnectionIDGeneratorTests.swift",
"ConnectionPoolTests.swift",
"ConnectionRequestTests.swift",
"Max2SequenceTests.swift",
"Mocks/MockTimerCancellationToken.swift",
"NoKeepAliveBehaviorTests.swift",
"PoolStateMachine+ConnectionGroupTests.swift",
"PoolStateMachine+ConnectionStateTests.swift",
"PoolStateMachine+RequestQueueTests.swift",
"PoolStateMachineTests.swift",
"TinyFastSequenceTests.swift",
"Utils/Future.swift"
],
"target_dependencies" : [
"_ConnectionPoolModule",
"_ConnectionPoolTestUtils"
],
"type" : "test"
},
{
"c99name" : "Birthdays",
"module_type" : "SwiftTarget",
"name" : "Birthdays",
"path" : "Snippets",
"product_memberships" : [
"Birthdays"
],
"sources" : [
"Birthdays.swift"
],
"target_dependencies" : [
"_ConnectionPoolTestUtils",
"_ConnectionPoolModule",
"PostgresNIO"
],
"type" : "snippet"
},
{
"c99name" : "PostgresClient",
"module_type" : "SwiftTarget",
"name" : "PostgresClient",
"path" : "Snippets",
"product_memberships" : [
"PostgresClient"
],
"sources" : [
"PostgresClient.swift"
],
"target_dependencies" : [
"_ConnectionPoolTestUtils",
"_ConnectionPoolModule",
"PostgresNIO"
],
"type" : "snippet"
}
],
"tools_version" : "5.10"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Fetching https://github.com/apple/swift-crypto.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-nio-ssl.git
Fetching https://github.com/apple/swift-metrics.git
[1/3836] Fetching swift-log
[270/6042] Fetching swift-log, swift-metrics
[6043/8468] Fetching swift-log, swift-metrics, swift-service-lifecycle
Fetched https://github.com/apple/swift-log.git from cache (0.45s)
Fetching https://github.com/apple/swift-nio.git
[1/14849] Fetching swift-nio-ssl
[4753/29700] Fetching swift-nio-ssl, swift-crypto
[12921/105975] Fetching swift-nio-ssl, swift-crypto, swift-nio
Fetched https://github.com/apple/swift-metrics.git from cache (2.21s)
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (2.22s)
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-atomics.git
Fetched https://github.com/apple/swift-nio-ssl.git from cache (2.31s)
[64430/91126] Fetching swift-crypto, swift-nio
[65957/92923] Fetching swift-crypto, swift-nio, swift-atomics
[66551/109529] Fetching swift-crypto, swift-nio, swift-atomics, swift-collections
Fetching https://github.com/apple/swift-nio-transport-services.git
Fetched https://github.com/apple/swift-crypto.git from cache (2.79s)
[55491/94678] Fetching swift-nio, swift-atomics, swift-collections
[60106/97345] Fetching swift-nio, swift-atomics, swift-collections, swift-nio-transport-services
Fetched https://github.com/apple/swift-atomics.git from cache (0.76s)
[62666/95548] Fetching swift-nio, swift-collections, swift-nio-transport-services
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (0.41s)
[65442/92881] Fetching swift-nio, swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.48s)
Fetched https://github.com/apple/swift-nio.git from cache (6.62s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (7.51s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (2.09s)
Fetching https://github.com/apple/swift-system.git
[1/4428] Fetching swift-system
Fetched https://github.com/apple/swift-system.git from cache (0.38s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.5.0 (0.81s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.43s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (0.59s)
Computing version for https://github.com/swift-server/swift-service-lifecycle.git
Computed https://github.com/swift-server/swift-service-lifecycle.git at 2.8.0 (0.47s)
Fetching https://github.com/apple/swift-async-algorithms.git
[1/4985] Fetching swift-async-algorithms
Fetched https://github.com/apple/swift-async-algorithms.git from cache (0.38s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.0.4 (0.92s)
Computing version for https://github.com/apple/swift-nio-transport-services.git
Computed https://github.com/apple/swift-nio-transport-services.git at 1.24.0 (0.44s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.7.0 (0.46s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (1.50s)
Fetching https://github.com/apple/swift-asn1.git
[1/1590] Fetching swift-asn1
Fetched https://github.com/apple/swift-asn1.git from cache (0.34s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (0.83s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.31.0 (0.56s)
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.12.3
Creating working copy for https://github.com/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.3.2
Creating working copy for https://github.com/apple/swift-metrics.git
Working copy of https://github.com/apple/swift-metrics.git resolved at 2.7.0
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.3
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-async-algorithms.git
Working copy of https://github.com/apple/swift-async-algorithms.git resolved at 1.0.4
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.83.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.31.0
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.24.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.5.0
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.2.0
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.8.0
Building for debugging...
[0/836] Compiling a_d2i_fp.cc
[1/836] Compiling a_type.cc
[1/836] Write sources
[7/836] Compiling a_i2d_fp.cc
[8/836] Write sources
[31/836] Compiling CNIOWindows shim.c
[32/836] Compiling _AtomicsShims.c
[33/836] Compiling a_dup.cc
[34/836] Compiling a_gentm.cc
[35/836] Compiling a_bool.cc
[36/836] Compiling CNIOWindows WSAStartup.c
[37/836] Compiling CNIOLinux shim.c
[38/836] Compiling asn1_lib.cc
[39/836] Compiling CNIODarwin shim.c
[39/836] Compiling CNIOWASI CNIOWASI.c
[41/836] Compiling CNIOLinux liburing_shims.c
[42/836] Write swift-version-24593BA9C3E375BF.txt
[43/836] Compiling fiat_p256_adx_sqr.S
[44/836] Compiling fiat_curve25519_adx_mul.S
[45/836] Compiling fiat_curve25519_adx_square.S
[46/836] Compiling fiat_p256_adx_mul.S
[47/836] Compiling a_utctm.cc
[48/878] Compiling CNIOBoringSSLShims shims.c
[50/878] Emitting module _NIOBase64
[51/881] Emitting module _NIODataStructures
[52/881] Emitting module InternalCollectionsUtilities
In file included from /host/spi-builder-workspace/.build/checkouts/swift-nio-ssl/Sources/CNIOBoringSSL/ssl/tls_method.cc:17:
/host/spi-builder-workspace/.build/checkouts/swift-nio-ssl/Sources/CNIOBoringSSL/ssl/../crypto/internal.h:32:10: fatal error: 'pthread.h' file not found
32 | #include <pthread.h>
| ^~~~~~~~~~~
1 error generated.
[52/882] Compiling tls_method.cc
[53/882] Emitting module Logging
In file included from /host/spi-builder-workspace/.build/checkouts/swift-nio-ssl/Sources/CNIOBoringSSL/ssl/tls_record.cc:19:
/host/spi-builder-workspace/.build/checkouts/swift-nio-ssl/Sources/CNIOBoringSSL/ssl/../crypto/internal.h:32:10: fatal error: 'pthread.h' file not found
32 | #include <pthread.h>
| ^~~~~~~~~~~
[53/882] Compiling tls_record.cc
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
[0/1] Planning build
Building for debugging...
In file included from /host/spi-builder-workspace/.build/checkouts/swift-nio-ssl/Sources/CNIOBoringSSL/ssl/ssl_x509.cc:23:
/host/spi-builder-workspace/.build/checkouts/swift-nio-ssl/Sources/CNIOBoringSSL/ssl/../crypto/internal.h:32:10: fatal error: 'pthread.h' file not found
32 | #include <pthread.h>
| ^~~~~~~~~~~
1 error generated.
[0/788] Compiling ssl_x509.cc
In file included from /host/spi-builder-workspace/.build/checkouts/swift-nio-ssl/Sources/CNIOBoringSSL/ssl/tls13_enc.cc:34:
/host/spi-builder-workspace/.build/checkouts/swift-nio-ssl/Sources/CNIOBoringSSL/ssl/../crypto/internal.h:32:10: fatal error: 'pthread.h' file not found
32[0/788] Compiling tls13_enc.cc
In file included from /host/spi-builder-workspace/.build/checkouts/swift-nio-ssl/Sources/CNIOBoringSSL/ssl/t1_enc.cc:28:
/host/spi-builder-workspace/.build/checkouts/swift-nio-ssl/Sources/CNIOBoringSSL/ssl/../crypto/internal.h:32:10: fatal error: 'pthread.h' file not found
32 | #include <pthread.h>
| ^~~~~~~~~~~
In file included from /host/spi-builder-workspace/.build/checkouts/swift-nio-ssl/Sources/CNIOBoringSSL/ssl/tls13_client.cc:30:
/host/spi-builder-workspace/.build/checkouts/swift-nio-ssl/Sources/CNIOBoringSSL/ssl/../crypto/internal.h:32:10: fatal error: 'pthread.h' file not found
32 | #include <pthread.h>
| ^~~~~~~~~~~
[0/788] Compiling tls13_client.cc
[0/788] Compiling t1_enc.cc
[0/788] Compiling tls13_both.cc
[0/788] Compiling tls13_server.cc
In file included from /host/spi-builder-workspace/.build/checkouts/swift-nio-ssl/Sources/CNIOBoringSSL/ssl/tls_method.cc:17:
/host/spi-builder-workspace/.build/checkouts/swift-nio-ssl/Sources/CNIOBoringSSL/ssl/../crypto/internal.h:32:10: fatal error: 'pthread.h' file not found
32 | #include <pthread.h>
| ^~~~~~~~~~~
In file included from /host/spi-builder-workspace/.build/checkouts/swift-nio-ssl/Sources/CNIOBoringSSL/ssl/tls_record.cc:19:
/host/spi-builder-workspace/.build/checkouts/swift-nio-ssl/Sources/CNIOBoringSSL/ssl/../crypto/internal.h:32:10: fatal error: 'pthread.h' file not found
32 | #include <pthread.h>
| ^~~~~~~~~~~
[0/788] Compiling tls_method.cc
[0/788] Compiling tls_record.cc
BUILD FAILURE 6.1 wasm