Build Information
Failed to build oracle-nio, reference v1.0.0-beta.3 (e9f843
), with Swift 6.1 for Wasm on 29 May 2025 22:59:06 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/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/lovetodream/oracle-nio.git
Reference: v1.0.0-beta.3
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/lovetodream/oracle-nio
* tag v1.0.0-beta.3 -> FETCH_HEAD
HEAD is now at e9f8439 Fix decoding issue when reading a huge amount of rows with a lot of data in each one (#75)
Cloned https://github.com/lovetodream/oracle-nio.git
Revision (git rev-parse @):
e9f8439de572779c0fc103c72d7d3f80424bfabf
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/lovetodream/oracle-nio.git at v1.0.0-beta.3
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.1
Building package at path: $PWD
https://github.com/lovetodream/oracle-nio.git
https://github.com/lovetodream/oracle-nio.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "swift-log",
"requirement" : {
"range" : [
{
"lower_bound" : "1.5.4",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-log.git"
},
{
"identity" : "swift-nio",
"requirement" : {
"range" : [
{
"lower_bound" : "2.67.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.21.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.27.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" : "5.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-crypto.git"
},
{
"identity" : "swift-collections",
"requirement" : {
"range" : [
{
"lower_bound" : "1.1.3",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-collections.git"
},
{
"identity" : "swift-atomics",
"requirement" : {
"range" : [
{
"lower_bound" : "1.2.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-atomics.git"
},
{
"identity" : "swift-service-lifecycle",
"requirement" : {
"range" : [
{
"lower_bound" : "2.6.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swift-server/swift-service-lifecycle.git"
},
{
"identity" : "swift-syntax",
"requirement" : {
"range" : [
{
"lower_bound" : "509.0.0-latest",
"upper_bound" : "600.0.1-latest"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swiftlang/swift-syntax.git"
}
],
"manifest_display_name" : "oracle-nio",
"name" : "oracle-nio",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "13.0"
},
{
"name" : "ios",
"version" : "16.0"
},
{
"name" : "tvos",
"version" : "16.0"
},
{
"name" : "watchos",
"version" : "9.0"
},
{
"name" : "visionos",
"version" : "1.0"
}
],
"products" : [
{
"name" : "OracleNIO",
"targets" : [
"OracleNIO"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "OracleNIOMacros",
"targets" : [
"OracleNIOMacros"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "OracleClient",
"targets" : [
"OracleClient"
],
"type" : {
"snippet" : null
}
},
{
"name" : "OracleConnection",
"targets" : [
"OracleConnection"
],
"type" : {
"snippet" : null
}
},
{
"name" : "OracleNIOMacrosPlugin",
"targets" : [
"OracleNIOMacrosPlugin"
],
"type" : {
"macro" : null
}
}
],
"targets" : [
{
"c99name" : "_ConnectionPoolModule",
"module_type" : "SwiftTarget",
"name" : "_ConnectionPoolModule",
"path" : "Sources/VendoredConnectionPoolModule",
"product_dependencies" : [
"Atomics",
"DequeModule"
],
"product_memberships" : [
"OracleNIO",
"OracleNIOMacros",
"OracleClient",
"OracleConnection"
],
"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" : "OracleNIOTests",
"module_type" : "SwiftTarget",
"name" : "OracleNIOTests",
"path" : "Tests/OracleNIOTests",
"product_dependencies" : [
"NIOTestUtils"
],
"sources" : [
"CapabilitiesTests.swift",
"ConnectionStateMachine/AuthenticationStateMachineTests.swift",
"ConnectionStateMachine/ConnectionStateMachineTests.swift",
"ConnectionStateMachine/StatementStateMachineTests.swift",
"Data/ArrayKeyTests.swift",
"Data/OracleJSONDecoderTests.swift",
"Data/OracleJSONEncoderTests.swift",
"Data/OracleJSONParserTests.swift",
"Data/OracleJSONWriterTests.swift",
"Data/OracleVectorTests.swift",
"Data/RowIDTests.swift",
"Extensions/ByteBufferExtensionTests.swift",
"Helper/TinySequenceTests.swift",
"Messages/AcceptMessageTests.swift",
"Messages/AuthenticationPhaseTwoMessageTests.swift",
"Messages/ControlTests.swift",
"Messages/DataRowTests.swift",
"Messages/OracleFrontendMessageEncoderTests.swift",
"Messages/RowDataTests.swift",
"OracleCodableTests.swift",
"OracleConnectionTests.swift",
"OracleRowStreamTests.swift",
"OracleSQLErrorTests.swift",
"OracleStatementTests.swift",
"StatementContextTests.swift",
"TestUtils/ConnectionAction+TestUtils.swift",
"TestUtils/Data+Hex.swift",
"TestUtils/ExtendedQueryContext+TestUtils.swift",
"TestUtils/OracleBackendMessageDecoder+TestUtils.swift",
"TestUtils/OracleBackendMessageEncoder.swift",
"TestUtils/OracleFrontendMessage.swift",
"TestUtils/OracleFrontendMessageDecoder.swift",
"TestUtils/OraclePartialDecodingError+TestUtils.swift",
"TestUtils/OracleRowStream+TestUtils.swift",
"TestUtils/QueryResult+TestUtils.swift",
"TestUtils/ReverseByteToMessageHandler.swift",
"TestUtils/ReverseMessageToByteHandler.swift",
"Utilities/OracleHexDumpTests.swift",
"Utilities/OracleTraceHandlerTests.swift"
],
"target_dependencies" : [
"OracleNIO"
],
"type" : "test"
},
{
"c99name" : "OracleNIOMacrosTests",
"module_type" : "SwiftTarget",
"name" : "OracleNIOMacrosTests",
"path" : "Tests/OracleNIOMacrosTests",
"product_dependencies" : [
"SwiftSyntaxMacrosTestSupport"
],
"sources" : [
"OracleStatementMacroTests.swift"
],
"target_dependencies" : [
"OracleNIOMacrosPlugin"
],
"type" : "test"
},
{
"c99name" : "OracleNIOMacrosPlugin",
"module_type" : "SwiftTarget",
"name" : "OracleNIOMacrosPlugin",
"path" : "Sources/OracleNIOMacrosPlugin",
"product_dependencies" : [
"SwiftSyntaxMacros",
"SwiftCompilerPlugin"
],
"product_memberships" : [
"OracleNIOMacros",
"OracleClient",
"OracleConnection",
"OracleNIOMacrosPlugin"
],
"sources" : [
"OracleNIOMacrosPlugin.swift",
"StatementMacro.swift"
],
"type" : "macro"
},
{
"c99name" : "OracleNIOMacros",
"module_type" : "SwiftTarget",
"name" : "OracleNIOMacros",
"path" : "Sources/OracleNIOMacros",
"product_memberships" : [
"OracleNIOMacros",
"OracleClient",
"OracleConnection"
],
"sources" : [
"Statement.swift"
],
"target_dependencies" : [
"OracleNIO",
"OracleNIOMacrosPlugin"
],
"type" : "library"
},
{
"c99name" : "OracleNIO",
"module_type" : "SwiftTarget",
"name" : "OracleNIO",
"path" : "Sources/OracleNIO",
"product_dependencies" : [
"Logging",
"NIO",
"NIOCore",
"NIOPosix",
"NIOTransportServices",
"NIOSSL",
"NIOTLS",
"Crypto",
"_CryptoExtras",
"ServiceLifecycle"
],
"product_memberships" : [
"OracleNIO",
"OracleNIOMacros",
"OracleClient",
"OracleConnection"
],
"sources" : [
"AuthenticationMode.swift",
"Capabilities.swift",
"Connection/OracleConnection+BatchExecution.swift",
"Connection/OracleConnection+Configuration.swift",
"Connection/OracleConnection.swift",
"ConnectionParameters.swift",
"ConnectionStateMachine/AuthenticationStateMachine.swift",
"ConnectionStateMachine/ConnectionStateMachine.swift",
"ConnectionStateMachine/RowStreamStateMachine.swift",
"ConnectionStateMachine/StatementStateMachine.swift",
"Constants.swift",
"DBType.swift",
"Data/Bool+OracleCodable.swift",
"Data/ByteBuffer+OracleCodable.swift",
"Data/Bytes+OracleCodable.swift",
"Data/Cursor.swift",
"Data/Data+OracleCodable.swift",
"Data/Date+OracleCodable.swift",
"Data/Double+OracleCodable.swift",
"Data/Float+OracleCodable.swift",
"Data/Int+OracleCodable.swift",
"Data/IntervalDS+OracleCodable.swift",
"Data/JSON/OracleJSON+Decoding.swift",
"Data/JSON/OracleJSON+Encoding.swift",
"Data/JSON/OracleJSON.swift",
"Data/JSON/OracleJSONParser.swift",
"Data/JSON/OracleJSONStorage.swift",
"Data/JSON/OracleJSONWriter.swift",
"Data/LOB.swift",
"Data/OracleNumber.swift",
"Data/OracleNumeric.swift",
"Data/OracleRef.swift",
"Data/OracleVector.swift",
"Data/RowID.swift",
"Data/String+OracleCodable.swift",
"Data/UUID+OracleCodable.swift",
"DataType.swift",
"Deprecations.swift",
"Extensions/Array+Random.swift",
"Extensions/ByteBuffer/ByteBuffer+EmptyOracleData.swift",
"Extensions/ByteBuffer/ByteBuffer+OSON.swift",
"Extensions/ByteBuffer/ByteBuffer+OracleBackendMessageID.swift",
"Extensions/ByteBuffer/ByteBuffer+PrepareSend.swift",
"Extensions/ByteBuffer/ByteBuffer+QLocator.swift",
"Extensions/ByteBuffer/ByteBuffer+ReadOracleBytes.swift",
"Extensions/ByteBuffer/ByteBuffer+ReadStringWithFormat.swift",
"Extensions/ByteBuffer/ByteBuffer+SB.swift",
"Extensions/ByteBuffer/ByteBuffer+ThrowingMoveReaderIndex.swift",
"Extensions/ByteBuffer/ByteBuffer+ThrowingReadBytes.swift",
"Extensions/ByteBuffer/ByteBuffer+ThrowingReadInteger.swift",
"Extensions/ByteBuffer/ByteBuffer+ThrowingReadString.swift",
"Extensions/ByteBuffer/ByteBuffer+UB.swift",
"Extensions/Data+hexString.swift",
"Extensions/Logging+Oracle.swift",
"Extensions/Optional+ValueOrError.swift",
"Helper/Crypto.swift",
"Helper/TinySequence.swift",
"MessageType.swift",
"Messages/Coding/MissingDataDecodingError.swift",
"Messages/Coding/OracleBackendMessageDecoder.swift",
"Messages/Coding/OracleFrontendMessageEncoder.swift",
"Messages/Coding/OracleFrontendMessagePostProcessor.swift",
"Messages/Coding/OracleMessageDecodingError.swift",
"Messages/Coding/OraclePartialDecodingError.swift",
"Messages/DataRow.swift",
"Messages/DescribeInfo.swift",
"Messages/OracleBackendMessage+Accept.swift",
"Messages/OracleBackendMessage+BackendError.swift",
"Messages/OracleBackendMessage+BitVector.swift",
"Messages/OracleBackendMessage+DataTypes.swift",
"Messages/OracleBackendMessage+InOutVector.swift",
"Messages/OracleBackendMessage+LOBData.swift",
"Messages/OracleBackendMessage+Parameter.swift",
"Messages/OracleBackendMessage+Protocol.swift",
"Messages/OracleBackendMessage+RowData.swift",
"Messages/OracleBackendMessage+RowHeader.swift",
"Messages/OracleBackendMessage+ServerSidePiggyback.swift",
"Messages/OracleBackendMessage+Status.swift",
"Messages/OracleBackendMessage.swift",
"Messages/OracleColumn.swift",
"OracleCell.swift",
"OracleChannelHandler.swift",
"OracleCodable.swift",
"OracleDecodingError.swift",
"OracleErrorInfo.swift",
"OracleEventsHandler.swift",
"OracleRow.swift",
"OracleRowSequence.swift",
"OracleRowStream.swift",
"OracleSQLError.swift",
"OracleTask.swift",
"OracleVersion.swift",
"PacketType.swift",
"Pool/ConnectionFactory.swift",
"Pool/OracleClient.swift",
"Pool/OracleClientMetrics.swift",
"Purity.swift",
"Statements/OracleBindings.swift",
"Statements/OraclePreparedStatement.swift",
"Statements/OracleStatement.swift",
"TLSConfiguration+Oracle.swift",
"Utilities/OracleHexDump.swift",
"Utilities/OracleTraceHandler.swift",
"VariadicGenerics.swift",
"_TNSDataType.swift"
],
"target_dependencies" : [
"_ConnectionPoolModule"
],
"type" : "library"
},
{
"c99name" : "IntegrationTests",
"module_type" : "SwiftTarget",
"name" : "IntegrationTests",
"path" : "Tests/IntegrationTests",
"resources" : [
{
"path" : "/host/spi-builder-workspace/Tests/IntegrationTests/Data/Isaac_Newton-Opticks.txt",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Tests/IntegrationTests/Data/ewallet.pem",
"rule" : {
"process" : {
}
}
}
],
"sources" : [
"BatchExecutionTests.swift",
"BugReportTests.swift",
"CustomTypeTests.swift",
"IntegrationTest.swift",
"JSONTests.swift",
"LOBTests.swift",
"OracleClientTests.swift",
"OracleNIOTests.swift",
"OracleTLSConfigurationTests.swift",
"PreparedStatementTests.swift",
"Utility.swift",
"VectorTests.swift",
"XCTIntegrationTest.swift",
"XMLTests.swift"
],
"target_dependencies" : [
"OracleNIO",
"OracleNIOMacros"
],
"type" : "test"
},
{
"c99name" : "OracleClient",
"module_type" : "SwiftTarget",
"name" : "OracleClient",
"path" : "Snippets",
"product_memberships" : [
"OracleClient"
],
"sources" : [
"OracleClient.swift"
],
"target_dependencies" : [
"OracleNIOMacros",
"OracleNIO"
],
"type" : "snippet"
},
{
"c99name" : "OracleConnection",
"module_type" : "SwiftTarget",
"name" : "OracleConnection",
"path" : "Snippets",
"product_memberships" : [
"OracleConnection"
],
"sources" : [
"OracleConnection.swift"
],
"target_dependencies" : [
"OracleNIOMacros",
"OracleNIO"
],
"type" : "snippet"
}
],
"tools_version" : "5.9"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/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-collections.git
Fetching https://github.com/apple/swift-nio-ssl.git
Fetching https://github.com/apple/swift-crypto.git
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/swift-server/swift-service-lifecycle.git
Fetching https://github.com/swiftlang/swift-syntax.git
[1/2426] Fetching swift-service-lifecycle
[2355/19017] Fetching swift-service-lifecycle, swift-collections
[3091/32953] Fetching swift-service-lifecycle, swift-collections, swift-crypto
[3231/34663] Fetching swift-service-lifecycle, swift-collections, swift-crypto, swift-atomics
[4646/49506] Fetching swift-service-lifecycle, swift-collections, swift-crypto, swift-atomics, swift-nio-ssl
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (0.62s)
[6677/47080] Fetching swift-collections, swift-crypto, swift-atomics, swift-nio-ssl
Fetching https://github.com/apple/swift-nio-transport-services.git
[11921/49747] Fetching swift-collections, swift-crypto, swift-atomics, swift-nio-ssl, swift-nio-transport-services
[14335/120199] Fetching swift-collections, swift-crypto, swift-atomics, swift-nio-ssl, swift-nio-transport-services, swift-syntax
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (0.68s)
[20794/117532] Fetching swift-collections, swift-crypto, swift-atomics, swift-nio-ssl, swift-syntax
Fetching https://github.com/apple/swift-nio.git
[46262/193640] Fetching swift-collections, swift-crypto, swift-atomics, swift-nio-ssl, swift-syntax, swift-nio
Fetched https://github.com/apple/swift-crypto.git from cache (3.84s)
Fetching https://github.com/apple/swift-log.git
[119502/179704] Fetching swift-collections, swift-atomics, swift-nio-ssl, swift-syntax, swift-nio
[128240/183540] Fetching swift-collections, swift-atomics, swift-nio-ssl, swift-syntax, swift-nio, swift-log
Fetched https://github.com/apple/swift-collections.git from cache (4.35s)
[123588/166949] Fetching swift-atomics, swift-nio-ssl, swift-syntax, swift-nio, swift-log
Fetched https://github.com/apple/swift-nio-ssl.git from cache (4.36s)
[108822/152106] Fetching swift-atomics, swift-syntax, swift-nio, swift-log
Fetched https://github.com/apple/swift-log.git from cache (0.74s)
[108896/148270] Fetching swift-atomics, swift-syntax, swift-nio
Fetched https://github.com/apple/swift-atomics.git from cache (9.62s)
Fetched https://github.com/swiftlang/swift-syntax.git from cache (9.69s)
Fetched https://github.com/apple/swift-nio.git from cache (8.53s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (11.48s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (0.62s)
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.52s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (2.36s)
Fetching https://github.com/apple/swift-system.git
[1/4391] Fetching swift-system
Fetched https://github.com/apple/swift-system.git from cache (0.59s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.5.0 (1.12s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (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.8.0 (0.50s)
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 (1.17s)
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.97s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (2.68s)
Fetching https://github.com/apple/swift-asn1.git
[1/1590] Fetching swift-asn1
Fetched https://github.com/apple/swift-asn1.git from cache (0.43s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (1.51s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 600.0.0 (1.12s)
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-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-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.3
Creating working copy for https://github.com/swiftlang/swift-syntax.git
Working copy of https://github.com/swiftlang/swift-syntax.git resolved at 600.0.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-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-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.2.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-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.12.3
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
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-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.2.0
warning: 'spi-builder-workspace': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
/host/spi-builder-workspace/Sources/VendoredConnectionPoolModule/LICENSE
Building for debugging...
[0/1661] Compiling a_d2i_fp.cc
[1/1661] Compiling _SwiftSyntaxCShims dummy.c
[2/1661] Write sources
[6/1661] Compiling _AtomicsShims.c
[7/1661] Write sources
[43/1661] Compiling CNIOWindows shim.c
[44/1661] Compiling CNIOWindows WSAStartup.c
[45/1661] Compiling CNIOWASI CNIOWASI.c
[46/1661] Compiling CNIOLinux shim.c
[47/1661] Compiling CNIOLinux liburing_shims.c
[48/1661] Compiling a_dup.cc
[49/1661] Compiling CNIODarwin shim.c
[50/1661] Compiling a_bool.cc
[51/1661] Compiling a_bitstr.cc
[52/1661] Compiling fiat_p256_adx_sqr.S
[53/1661] Compiling fiat_curve25519_adx_square.S
[54/1661] Compiling fiat_p256_adx_mul.S
[55/1661] Compiling a_d2i_fp.cc
[56/1661] Compiling a_bitstr.cc
[57/1661] Compiling fiat_curve25519_adx_mul.S
[58/1661] Compiling a_dup.cc
[59/1661] Compiling a_bool.cc
[60/1661] Compiling CNIOBoringSSLShims shims.c
[61/1661] Compiling tls_record.cc
[62/1661] Compiling tls_method.cc
[63/1661] Compiling tls13_enc.cc
[64/1661] Compiling ssl_x509.cc
[65/1661] Compiling tls13_server.cc
[66/1661] Compiling tls13_both.cc
[67/1661] Compiling tls13_client.cc
[68/1661] Compiling t1_enc.cc
[69/1661] Compiling ssl_versions.cc
[70/1661] Compiling ssl_transcript.cc
[71/1661] Compiling ssl_stat.cc
[72/1661] Compiling ssl_session.cc
[73/1661] Compiling ssl_file.cc
[74/1661] Compiling ssl_key_share.cc
[75/1661] Compiling ssl_privkey.cc
[76/1661] Compiling ssl_aead_ctx.cc
[77/1661] Compiling ssl_asn1.cc
[78/1661] Compiling ssl_credential.cc
[79/1661] Compiling ssl_lib.cc
[80/1661] Compiling ssl_cipher.cc
[81/1661] Compiling s3_pkt.cc
[82/1661] Compiling ssl_buffer.cc
[83/1661] Compiling s3_lib.cc
[84/1661] Compiling ssl_cert.cc
[85/1661] Compiling s3_both.cc
[86/1661] Compiling handshake_server.cc
[87/1661] Compiling handshake_client.cc
[88/1661] Compiling handshake.cc
[89/1661] Compiling handoff.cc
[90/1661] Compiling extensions.cc
[91/1661] Compiling dtls_record.cc
[92/1661] Compiling dtls_method.cc
[93/1661] Compiling md5-x86_64-linux.S
[94/1661] Compiling md5-x86_64-apple.S
[95/1661] Compiling md5-586-linux.S
[96/1661] Compiling encrypted_client_hello.cc
[97/1661] Compiling md5-586-apple.S
[98/1661] Compiling chacha20_poly1305_x86_64-apple.S
[99/1661] Compiling chacha20_poly1305_x86_64-linux.S
[100/1661] Compiling chacha20_poly1305_armv8-win.S
[101/1661] Compiling chacha20_poly1305_armv8-linux.S
[102/1661] Compiling chacha20_poly1305_armv8-apple.S
[103/1661] Compiling chacha-x86_64-apple.S
[104/1661] Compiling chacha-x86_64-linux.S
[105/1661] Compiling chacha-x86-apple.S
[106/1661] Compiling chacha-x86-linux.S
[107/1661] Compiling chacha-armv8-win.S
[108/1661] Compiling chacha-armv8-linux.S
[109/1661] Compiling err_data.cc
[110/1661] Compiling chacha-armv8-apple.S
[111/1661] Compiling chacha-armv4-linux.S
[112/1661] Compiling aes128gcmsiv-x86_64-linux.S
[113/1661] Compiling aes128gcmsiv-x86_64-apple.S
[114/1661] Compiling x86_64-mont5-linux.S
[115/1661] Compiling x86_64-mont5-apple.S
[116/1661] Compiling x86_64-mont-linux.S
[117/1661] Compiling x86_64-mont-apple.S
[118/1661] Compiling x86-mont-linux.S
[119/1661] Compiling x86-mont-apple.S
[120/1661] Compiling vpaes-x86_64-linux.S
[121/1661] Compiling vpaes-x86-linux.S
[122/1661] Compiling vpaes-x86_64-apple.S
[123/1661] Compiling vpaes-x86-apple.S
[124/1661] Compiling vpaes-armv8-linux.S
[125/1661] Compiling vpaes-armv8-win.S
[126/1661] Compiling vpaes-armv8-apple.S
[127/1661] Compiling vpaes-armv7-linux.S
[128/1661] Compiling sha512-x86_64-apple.S
[129/1661] Compiling sha512-x86_64-linux.S
[130/1661] Compiling sha512-armv8-win.S
[131/1661] Compiling sha512-armv8-linux.S
[132/1661] Compiling sha512-armv8-apple.S
[133/1661] Compiling sha512-armv4-linux.S
[134/1661] Compiling sha512-586-linux.S
[135/1661] Compiling sha512-586-apple.S
[136/1661] Compiling sha256-x86_64-apple.S
[137/1661] Compiling sha256-x86_64-linux.S
[138/1661] Compiling sha256-armv8-win.S
[139/1661] Compiling sha256-armv8-linux.S
[140/1661] Compiling d1_srtp.cc
[141/1661] Compiling sha256-armv8-apple.S
[142/1661] Compiling sha256-armv4-linux.S
[143/1661] Compiling sha256-586-linux.S
[144/1661] Compiling sha256-586-apple.S
[145/1661] Compiling bio_ssl.cc
[146/1661] Compiling sha1-x86_64-apple.S
[147/1661] Compiling sha1-armv8-win.S
[148/1661] Compiling d1_pkt.cc
[149/1661] Compiling sha1-armv8-linux.S
[150/1661] Compiling sha1-armv4-large-linux.S
[151/1661] Compiling sha1-x86_64-linux.S
[151/1661] Compiling sha1-armv8-apple.S
[153/1661] Compiling sha1-586-linux.S
[154/1661] Compiling sha1-586-apple.S
[155/1661] Compiling rsaz-avx2-linux.S
[156/1661] Compiling rdrand-x86_64-apple.S
[157/1661] Compiling rsaz-avx2-apple.S
[158/1661] Compiling rdrand-x86_64-linux.S
[159/1661] Compiling p256_beeu-x86_64-asm-linux.S
[160/1661] Compiling p256_beeu-armv8-asm-win.S
[161/1661] Compiling p256_beeu-armv8-asm-apple.S
[161/1661] Compiling p256_beeu-x86_64-asm-apple.S
[163/1661] Compiling p256_beeu-armv8-asm-linux.S
[164/1661] Compiling p256-x86_64-asm-linux.S
[165/1661] Compiling p256-x86_64-asm-apple.S
[166/1661] Compiling p256-armv8-asm-linux.S
[167/1661] Compiling p256-armv8-asm-apple.S
[168/1661] Compiling p256-armv8-asm-win.S
[169/1661] Compiling ghashv8-armv8-win.S
[170/1661] Compiling ghashv8-armv8-linux.S
[171/1661] Compiling ghashv8-armv8-apple.S
[172/1661] Compiling ghash-x86_64-apple.S
[173/1661] Compiling ghashv8-armv7-linux.S
[174/1661] Compiling ghash-x86_64-linux.S
[175/1661] Compiling ghash-x86-linux.S
[176/1661] Compiling ghash-x86-apple.S
[177/1661] Compiling ghash-ssse3-x86-linux.S
[178/1661] Compiling ghash-ssse3-x86_64-apple.S
[179/1661] Compiling ghash-ssse3-x86_64-linux.S
[180/1661] Compiling ghash-ssse3-x86-apple.S
[181/1661] Compiling d1_lib.cc
[182/1661] Compiling ghash-neon-armv8-win.S
[183/1661] Compiling ghash-neon-armv8-linux.S
[184/1661] Compiling co-586-linux.S
[185/1661] Compiling ghash-armv4-linux.S
[186/1661] Compiling ghash-neon-armv8-apple.S
[187/1661] Compiling co-586-apple.S
[188/1661] Compiling bn-armv8-win.S
[189/1661] Compiling bsaes-armv7-linux.S
[190/1661] Compiling bn-armv8-apple.S
[191/1661] Compiling bn-armv8-linux.S
[192/1661] Compiling bn-586-linux.S
[193/1661] Compiling bn-586-apple.S
[194/1661] Compiling armv8-mont-win.S
[195/1661] Compiling armv8-mont-linux.S
[196/1661] Compiling armv8-mont-apple.S
[197/1661] Compiling armv4-mont-linux.S
[198/1661] Compiling aesv8-gcm-armv8-linux.S
[199/1661] Compiling aesv8-gcm-armv8-win.S
[200/1661] Compiling aesv8-gcm-armv8-apple.S
[201/1661] Compiling d1_both.cc
[202/1661] Compiling aesv8-armv8-apple.S
[203/1661] Compiling aesv8-armv8-win.S
[203/1661] Compiling aesv8-armv8-linux.S
[205/1661] Compiling aesv8-armv7-linux.S
[206/1661] Compiling aesni-x86_64-linux.S
[207/1661] Compiling aesni-x86_64-apple.S
[208/1661] Compiling aesni-x86-linux.S
[209/1661] Compiling aesni-x86-apple.S
[210/1661] Compiling aesni-gcm-x86_64-apple.S
[211/1661] Compiling aesni-gcm-x86_64-linux.S
[212/1661] Compiling aes-gcm-avx2-x86_64-apple.S
[213/1661] Compiling aes-gcm-avx10-x86_64-linux.S
[214/1661] Compiling aes-gcm-avx2-x86_64-linux.S
[214/1661] Compiling aes-gcm-avx10-x86_64-apple.S
[216/1661] Compiling x_name.cc
[217/1661] Compiling x_sig.cc
[218/1661] Compiling x_x509.cc
[219/1661] Compiling x_val.cc
[220/1661] Compiling x_spki.cc
[221/1661] Compiling x_req.cc
[222/1661] Compiling x_x509a.cc
[223/1661] Compiling x_pubkey.cc
[224/1661] Compiling x_exten.cc
[225/1661] Compiling x_all.cc
[226/1661] Compiling x509rset.cc
[227/1661] Compiling x_algor.cc
[228/1661] Compiling x_attrib.cc
[229/1661] Compiling x_crl.cc
[230/1661] Compiling x509spki.cc
[231/1661] Compiling x509_vpm.cc
[232/1661] Compiling x509name.cc
[233/1661] Compiling x509cset.cc
[234/1661] Compiling x509_txt.cc
[235/1661] Compiling x509_vfy.cc
[236/1661] Compiling x509_v3.cc
[237/1661] Compiling x509_trs.cc
[238/1661] Compiling x509_set.cc
[239/1661] Compiling x509_req.cc
[240/1661] Compiling x509_def.cc
[241/1661] Compiling x509_obj.cc
[242/1661] Compiling x509_lu.cc
[243/1661] Compiling x509_ext.cc
[244/1661] Compiling x509_att.cc
[245/1661] Compiling v3_purp.cc
[246/1661] Compiling x509_d2.cc
[247/1661] Compiling x509_cmp.cc
[248/1661] Compiling x509.cc
[249/1661] Compiling v3_skey.cc
[250/1661] Compiling v3_pcons.cc
[251/1661] Compiling v3_prn.cc
[252/1661] Compiling v3_utl.cc
[253/1661] Compiling v3_pmaps.cc
[254/1661] Compiling v3_ocsp.cc
[255/1661] Compiling v3_ia5.cc
[256/1661] Compiling v3_info.cc
[257/1661] Compiling v3_ncons.cc
[258/1661] Compiling v3_lib.cc
[259/1661] Compiling v3_int.cc
[260/1661] Compiling v3_genn.cc
[261/1661] Compiling v3_extku.cc
[262/1661] Compiling v3_enum.cc
[263/1661] Compiling v3_crld.cc
[264/1661] Compiling v3_cpols.cc
[265/1661] Compiling v3_conf.cc
[266/1661] Compiling v3_bitst.cc
[267/1661] Compiling v3_bcons.cc
[268/1661] Compiling v3_alt.cc
[269/1661] Compiling v3_akeya.cc
[270/1661] Compiling v3_akey.cc
[271/1661] Compiling t_x509a.cc
[272/1661] Compiling t_x509.cc
[273/1661] Compiling t_req.cc
[274/1661] Compiling t_crl.cc
[275/1661] Compiling rsa_pss.cc
[276/1661] Compiling i2d_pr.cc
[277/1661] Compiling name_print.cc
[278/1661] Compiling policy.cc
[279/1661] Compiling by_file.cc
[280/1661] Compiling by_dir.cc
[281/1661] Compiling asn1_gen.cc
[282/1661] Compiling algorithm.cc
[283/1661] Compiling voprf.cc
[284/1661] Compiling a_verify.cc
[285/1661] Compiling a_sign.cc
[286/1661] Compiling a_digest.cc
[287/1661] Compiling thread_win.cc
[288/1661] Compiling stack.cc
[289/1661] Compiling thread_pthread.cc
[290/1661] Compiling thread.cc
[291/1661] Compiling thread_none.cc
[292/1661] Compiling siphash.cc
[293/1661] Compiling sha512.cc
[293/1661] Compiling trust_token.cc
[295/1661] Compiling rsa_print.cc
[296/1661] Compiling rsa_extra.cc
[297/1661] Compiling pmbtoken.cc
[298/1661] Compiling sha256.cc
[299/1661] Compiling sha1.cc
[300/1661] Compiling refcount.cc
[301/1661] Compiling slhdsa.cc
[302/1661] Compiling spake2plus.cc
[303/1661] Compiling rc4.cc
[304/1661] Compiling rsa_crypt.cc
[305/1661] Compiling trusty.cc
[306/1661] Compiling windows.cc
[307/1661] Compiling ios.cc
[308/1661] Compiling rand.cc
[309/1661] Compiling urandom.cc
[310/1661] Compiling rsa_asn1.cc
[311/1661] Compiling forkunsafe.cc
[312/1661] Compiling poly1305_arm_asm.S
[313/1661] Compiling getentropy.cc
[314/1661] Compiling passive.cc
[315/1661] Compiling deterministic.cc
[316/1661] Compiling fork_detect.cc
[317/1661] Compiling pool.cc
[318/1661] Compiling poly1305_arm.cc
[319/1661] Compiling poly1305.cc
[320/1661] Compiling poly1305_vec.cc
[321/1661] Compiling pkcs8.cc
[322/1661] Compiling pkcs7.cc
[323/1661] Compiling pkcs7_x509.cc
[324/1661] Compiling pkcs8_x509.cc
[325/1661] Compiling p5_pbev2.cc
[326/1661] Compiling pem_xaux.cc
[327/1661] Compiling pem_pkey.cc
[328/1661] Compiling pem_x509.cc
[329/1661] Compiling pem_pk8.cc
[330/1661] Compiling mlkem.cc
[331/1661] Compiling pem_oth.cc
[332/1661] Compiling obj_xref.cc
[333/1661] Compiling mem.cc
[334/1661] Compiling obj.cc
[335/1661] Compiling mldsa.cc
[336/1661] Compiling pem_info.cc
[337/1661] Compiling pem_lib.cc
[338/1661] Compiling md5.cc
[339/1661] Compiling poly_rq_mul.S
[340/1661] Compiling fips_shared_support.cc
[341/1661] Compiling pem_all.cc
[342/1661] Compiling lhash.cc
[343/1661] Compiling md4.cc
[344/1661] Compiling sign.cc
[345/1661] Compiling scrypt.cc
[346/1661] Compiling hrss.cc
[347/1661] Compiling ex_data.cc
[348/1661] Compiling kyber.cc
[349/1661] Compiling hpke.cc
[350/1661] Compiling pbkdf.cc
[351/1661] Compiling print.cc
[352/1661] Compiling p_x25519_asn1.cc
[353/1661] Compiling p_x25519.cc
[354/1661] Compiling p_rsa_asn1.cc
[355/1661] Compiling p_ed25519.cc
[356/1661] Compiling p_dh_asn1.cc
[357/1661] Compiling p_rsa.cc
[358/1661] Compiling p_hkdf.cc
[359/1661] Compiling p_dh.cc
[360/1661] Compiling p_ec.cc
[361/1661] Compiling p_ed25519_asn1.cc
[362/1661] Compiling evp.cc
[363/1661] Compiling p_ec_asn1.cc
[364/1661] Compiling evp_ctx.cc
[365/1661] Compiling err.cc
[366/1661] Compiling p_dsa_asn1.cc
[367/1661] Compiling engine.cc
[368/1661] Compiling ecdh.cc
[369/1661] Compiling evp_asn1.cc
[370/1661] Compiling hash_to_curve.cc
[371/1661] Compiling ec_derive.cc
[372/1661] Compiling ecdsa_asn1.cc
[373/1661] Compiling dsa.cc
[374/1661] Compiling dsa_asn1.cc
[375/1661] Compiling ec_asn1.cc
[376/1661] Compiling params.cc
[377/1661] Compiling x25519-asm-arm.S
[378/1661] Compiling des.cc
[379/1661] Compiling digest_extra.cc
[380/1661] Compiling dh_asn1.cc
[381/1661] Compiling cpu_intel.cc
[382/1661] Compiling crypto.cc
[383/1661] Compiling spake25519.cc
[384/1661] Compiling cpu_aarch64_win.cc
[385/1661] Compiling curve25519.cc
[386/1661] Compiling cpu_arm_linux.cc
[387/1661] Compiling cpu_arm_freebsd.cc
[388/1661] Compiling cpu_aarch64_linux.cc
[389/1661] Compiling cpu_aarch64_openbsd.cc
[390/1661] Compiling cpu_aarch64_sysreg.cc
[391/1661] Compiling cpu_aarch64_apple.cc
[392/1661] Compiling cpu_aarch64_fuchsia.cc
[393/1661] Compiling curve25519_64_adx.cc
[394/1661] Compiling tls_cbc.cc
[395/1661] Compiling conf.cc
[396/1661] Compiling get_cipher.cc
[397/1661] Compiling bcm.cc
[398/1661] Compiling e_tls.cc
[399/1661] Compiling e_null.cc
[400/1661] Compiling e_rc2.cc
[401/1661] Compiling e_rc4.cc
[402/1661] Compiling e_des.cc
[403/1661] Compiling e_chacha20poly1305.cc
[404/1661] Compiling derive_key.cc
[405/1661] Compiling e_aesctrhmac.cc
[406/1661] Compiling e_aesgcmsiv.cc
[407/1661] Compiling chacha.cc
[408/1661] Compiling unicode.cc
[409/1661] Compiling ber.cc
[410/1661] Compiling buf.cc
[411/1661] Compiling cbb.cc
[412/1661] Compiling cbs.cc
[413/1661] Compiling asn1_compat.cc
[414/1661] Compiling printf.cc
[415/1661] Compiling bn_asn1.cc
[416/1661] Compiling blake2.cc
[417/1661] Compiling convert.cc
[418/1661] Compiling socket.cc
[419/1661] Compiling socket_helper.cc
[420/1661] Compiling connect.cc
[421/1661] Compiling pair.cc
[422/1661] Compiling hexdump.cc
[423/1661] Compiling file.cc
[424/1661] Compiling errno.cc
[425/1661] Compiling bio_mem.cc
[426/1661] Compiling fd.cc
[427/1661] Compiling tasn_utl.cc
[428/1661] Compiling base64.cc
[429/1661] Compiling bio.cc
[430/1661] Compiling tasn_typ.cc
[431/1661] Compiling tasn_fre.cc
[432/1661] Compiling tasn_enc.cc
[433/1661] Compiling tasn_new.cc
[434/1661] Compiling f_int.cc
[435/1661] Compiling posix_time.cc
[436/1661] Compiling f_string.cc
[437/1661] Compiling asn_pack.cc
[438/1661] Compiling tasn_dec.cc
[439/1661] Compiling asn1_par.cc
[440/1661] Compiling asn1_lib.cc
[441/1661] Compiling a_octet.cc
[442/1661] Compiling a_utctm.cc
[443/1661] Compiling a_type.cc
[444/1661] Compiling a_strex.cc
[445/1661] Compiling a_time.cc
[446/1661] Compiling a_strnid.cc
[447/1661] Compiling a_i2d_fp.cc
[448/1661] Compiling a_object.cc
[449/1661] Compiling a_dup.cc
[450/1661] Compiling a_d2i_fp.cc
[451/1661] Compiling a_mbstr.cc
[452/1661] Compiling fiat_p256_adx_sqr.S
[453/1661] Compiling fiat_p256_adx_mul.S
[454/1661] Compiling a_gentm.cc
[455/1661] Compiling fiat_curve25519_adx_mul.S
[456/1661] Compiling fiat_curve25519_adx_square.S
[457/1661] Compiling a_int.cc
[458/1661] Compiling a_bool.cc
[459/1661] Compiling a_bitstr.cc
[460/1661] Compiling md5-x86_64-linux.S
[461/1661] Compiling md5-x86_64-apple.S
[462/1661] Compiling md5-586-apple.S
[463/1661] Compiling md5-586-linux.S
[464/1661] Compiling chacha20_poly1305_armv8-win.S
[465/1661] Compiling chacha20_poly1305_x86_64-linux.S
[466/1661] Compiling chacha20_poly1305_x86_64-apple.S
[466/1661] Compiling chacha20_poly1305_armv8-linux.S
[468/1661] Compiling chacha20_poly1305_armv8-apple.S
[469/1661] Compiling chacha-x86-linux.S
[470/1661] Compiling chacha-x86_64-apple.S
[471/1661] Compiling chacha-x86-apple.S
[472/1661] Compiling chacha-x86_64-linux.S
[473/1661] Compiling CCryptoBoringSSLShims shims.c
[474/1661] Compiling chacha-armv8-apple.S
[475/1661] Compiling chacha-armv8-win.S
[476/1661] Compiling chacha-armv8-linux.S
[477/1661] Compiling chacha-armv4-linux.S
[478/1661] Compiling aes128gcmsiv-x86_64-apple.S
[478/1661] Compiling x86_64-mont5-linux.S
[480/1661] Compiling aes128gcmsiv-x86_64-linux.S
[481/1661] Compiling x86_64-mont5-apple.S
[482/1661] Compiling x86_64-mont-linux.S
[483/1661] Compiling x86_64-mont-apple.S
[484/1661] Compiling x86-mont-apple.S
[485/1661] Compiling x86-mont-linux.S
[486/1661] Compiling vpaes-x86_64-linux.S
[487/1661] Compiling vpaes-x86-apple.S
[488/1661] Compiling vpaes-x86-linux.S
[489/1661] Compiling vpaes-x86_64-apple.S
[490/1661] Compiling err_data.cc
[491/1661] Compiling vpaes-armv8-linux.S
[492/1661] Compiling vpaes-armv8-win.S
[493/1661] Compiling vpaes-armv8-apple.S
[494/1661] Compiling vpaes-armv7-linux.S
[495/1661] Compiling sha512-x86_64-apple.S
[496/1661] Compiling sha512-x86_64-linux.S
[497/1661] Compiling sha512-armv8-linux.S
[498/1661] Compiling sha512-armv8-win.S
[499/1661] Compiling sha512-armv4-linux.S
[500/1661] Compiling sha512-armv8-apple.S
[501/1661] Compiling sha512-586-linux.S
[502/1661] Compiling sha256-x86_64-apple.S
[503/1661] Compiling sha256-armv8-win.S
[504/1661] Compiling sha512-586-apple.S
[505/1661] Compiling sha256-armv8-apple.S
[506/1661] Compiling sha256-armv8-linux.S
[507/1661] Compiling sha256-x86_64-linux.S
[508/1661] Compiling sha256-armv4-linux.S
[509/1661] Compiling sha256-586-apple.S
[510/1661] Compiling sha256-586-linux.S
[511/1661] Compiling sha1-armv8-win.S
[512/1661] Compiling sha1-armv8-linux.S
[513/1661] Compiling sha1-x86_64-apple.S
[514/1661] Compiling sha1-x86_64-linux.S
[515/1661] Compiling sha1-armv8-apple.S
[516/1661] Compiling sha1-586-apple.S
[517/1661] Compiling sha1-armv4-large-linux.S
[518/1661] Compiling sha1-586-linux.S
[519/1661] Compiling rsaz-avx2-linux.S
[520/1661] Compiling rdrand-x86_64-linux.S
[521/1661] Compiling rsaz-avx2-apple.S
[522/1661] Compiling p256_beeu-x86_64-asm-apple.S
[523/1661] Compiling rdrand-x86_64-apple.S
[524/1661] Compiling p256_beeu-x86_64-asm-linux.S
[525/1661] Compiling p256_beeu-armv8-asm-win.S
[526/1661] Compiling p256_beeu-armv8-asm-linux.S
[527/1661] Compiling p256-x86_64-asm-apple.S
[528/1661] Compiling p256_beeu-armv8-asm-apple.S
[529/1661] Compiling p256-armv8-asm-win.S
[530/1661] Compiling p256-armv8-asm-linux.S
[531/1661] Compiling p256-x86_64-asm-linux.S
[532/1661] Compiling p256-armv8-asm-apple.S
[533/1661] Compiling ghashv8-armv8-linux.S
[534/1661] Compiling ghashv8-armv8-win.S
[535/1661] Compiling ghash-x86_64-linux.S
[536/1661] Compiling ghashv8-armv8-apple.S
[537/1661] Compiling ghashv8-armv7-linux.S
[538/1661] Compiling ghash-x86_64-apple.S
[539/1661] Compiling ghash-x86-linux.S
[540/1661] Compiling ghash-x86-apple.S
[541/1661] Compiling ghash-ssse3-x86_64-linux.S
[542/1661] Compiling ghash-ssse3-x86_64-apple.S
[543/1661] Compiling ghash-ssse3-x86-linux.S
[544/1661] Compiling ghash-ssse3-x86-apple.S
[545/1661] Compiling ghash-neon-armv8-win.S
[546/1661] Compiling ghash-neon-armv8-apple.S
[547/1661] Compiling ghash-neon-armv8-linux.S
[548/1661] Compiling ghash-armv4-linux.S
[549/1661] Compiling bn-armv8-win.S
[550/1661] Compiling co-586-linux.S
[551/1661] Compiling co-586-apple.S
[552/1661] Compiling bsaes-armv7-linux.S
[553/1661] Compiling bn-armv8-linux.S
[554/1661] Compiling bn-armv8-apple.S
[555/1661] Compiling bn-586-apple.S
[556/1661] Compiling bn-586-linux.S
[557/1661] Compiling armv8-mont-win.S
[558/1661] Compiling armv8-mont-linux.S
[559/1661] Compiling armv8-mont-apple.S
[560/1661] Compiling armv4-mont-linux.S
[561/1661] Compiling aesv8-gcm-armv8-win.S
[562/1661] Compiling aesv8-gcm-armv8-apple.S
[563/1661] Compiling aesv8-armv8-win.S
[564/1661] Compiling aesv8-gcm-armv8-linux.S
[565/1661] Compiling aesv8-armv8-linux.S
[566/1661] Compiling aesv8-armv7-linux.S
[567/1661] Compiling aesv8-armv8-apple.S
[568/1661] Compiling aesni-x86-apple.S
[569/1661] Compiling aesni-x86_64-apple.S
[570/1661] Compiling aesni-x86-linux.S
[571/1661] Compiling aesni-x86_64-linux.S
[572/1661] Compiling aesni-gcm-x86_64-linux.S
[573/1661] Compiling aesni-gcm-x86_64-apple.S
[574/1661] Compiling aes-gcm-avx10-x86_64-apple.S
[575/1661] Compiling aes-gcm-avx10-x86_64-linux.S
[576/1661] Compiling x_x509a.cc
[577/1661] Compiling x_pubkey.cc
[578/1661] Compiling x_sig.cc
[579/1661] Compiling x_val.cc
[580/1661] Compiling x_req.cc
[581/1661] Compiling x_spki.cc
[582/1661] Compiling x_x509.cc
[583/1661] Compiling x_name.cc
[584/1661] Compiling c-nioatomics.c
[585/1661] Compiling x509rset.cc
[586/1661] Compiling x_algor.cc
[587/1661] Compiling x_exten.cc
[588/1661] Compiling x_attrib.cc
[589/1661] Compiling x_crl.cc
[590/1661] Compiling x509spki.cc
[591/1661] Compiling x_all.cc
[592/1661] Compiling x509_v3.cc
[593/1661] Compiling x509cset.cc
[594/1661] Compiling x509name.cc
[595/1661] Compiling x509_vpm.cc
[596/1661] Compiling x509_txt.cc
[597/1661] Compiling x509_vfy.cc
[598/1661] Compiling c-atomics.c
[599/1661] Compiling x509_trs.cc
[600/1661] Compiling x509_set.cc
[601/1661] Compiling x509_req.cc
[602/1661] Compiling x509_obj.cc
[603/1661] Compiling x509_lu.cc
[604/1661] Compiling x509_def.cc
[605/1661] Compiling x509_d2.cc
[606/1661] Compiling x509_ext.cc
[607/1661] Compiling x509_cmp.cc
[608/1661] Compiling x509_att.cc
[609/1661] Compiling x509.cc
[610/1661] Compiling v3_pmaps.cc
[611/1661] Compiling v3_utl.cc
[612/1661] Compiling v3_skey.cc
[613/1661] Compiling v3_prn.cc
[614/1661] Compiling v3_purp.cc
[615/1661] Compiling v3_pcons.cc
[616/1661] Compiling v3_ocsp.cc
[617/1661] Compiling v3_ncons.cc
[618/1661] Compiling v3_lib.cc
[619/1661] Compiling v3_int.cc
[620/1661] Compiling v3_ia5.cc
[621/1661] Compiling v3_info.cc
[622/1661] Compiling v3_extku.cc
[623/1661] Compiling v3_genn.cc
[624/1661] Compiling v3_enum.cc
[625/1661] Compiling v3_crld.cc
[626/1661] Compiling v3_bcons.cc
[627/1661] Compiling v3_cpols.cc
[628/1661] Compiling v3_bitst.cc
[628/1661] Compiling v3_conf.cc
[630/1661] Compiling v3_akeya.cc
[631/1661] Compiling v3_akey.cc
[632/1661] Compiling v3_alt.cc
[633/1661] Compiling t_x509a.cc
[634/1661] Compiling name_print.cc
[635/1661] Compiling t_x509.cc
[636/1661] Compiling i2d_pr.cc
[637/1661] Compiling t_crl.cc
[638/1661] Compiling t_req.cc
[639/1661] Compiling rsa_pss.cc
[640/1661] Compiling policy.cc
[641/1661] Compiling a_verify.cc
[642/1661] Compiling by_file.cc
[643/1661] Compiling a_sign.cc
[644/1661] Compiling trust_token.cc
[645/1661] Compiling by_dir.cc
[646/1661] Compiling asn1_gen.cc
[647/1661] Compiling voprf.cc
[648/1661] Compiling thread_pthread.cc
[649/1661] Compiling thread_win.cc
[650/1661] Compiling algorithm.cc
[651/1661] Compiling a_digest.cc
[652/1661] Compiling thread_none.cc
[653/1661] Compiling thread.cc
[654/1661] Compiling pmbtoken.cc
[655/1661] Compiling wots.cc
[656/1661] Compiling thash.cc
[657/1661] Compiling stack.cc
[658/1661] Compiling slhdsa.cc
[659/1661] Compiling merkle.cc
[660/1661] Compiling siphash.cc
[661/1661] Compiling fors.cc
[662/1661] Compiling sha512.cc
[663/1661] Compiling sha1.cc
[664/1661] Compiling rsa_asn1.cc
[665/1661] Compiling sha256.cc
[666/1661] Compiling rsa_print.cc
[667/1661] Compiling rsa_extra.cc
[668/1661] Compiling refcount.cc
[669/1661] Compiling urandom.cc
[670/1661] Compiling rc4.cc
[671/1661] Compiling rsa_crypt.cc
[672/1661] Compiling getentropy.cc
[673/1661] Compiling trusty.cc
[674/1661] Compiling rand_extra.cc
[675/1661] Compiling windows.cc
[676/1661] Compiling poly1305_arm_asm.S
[677/1661] Compiling passive.cc
[678/1661] Compiling ios.cc
[679/1661] Compiling poly1305_arm.cc
[680/1661] Compiling deterministic.cc
[681/1661] Compiling fork_detect.cc
[682/1661] Compiling forkunsafe.cc
[683/1661] Compiling poly1305.cc
[684/1661] Compiling pool.cc
[685/1661] Compiling poly1305_vec.cc
[686/1661] Compiling pkcs7.cc
[687/1661] Compiling pkcs8.cc
[688/1661] Compiling p5_pbev2.cc
[689/1661] Compiling pem_pk8.cc
[690/1661] Compiling pkcs8_x509.cc
[691/1661] Compiling pem_xaux.cc
[692/1661] Compiling pkcs7_x509.cc
[693/1661] Compiling pem_x509.cc
[694/1661] Compiling pem_pkey.cc
[695/1661] Compiling pem_oth.cc
[696/1661] Compiling obj_xref.cc
[697/1661] Compiling mldsa.cc
[698/1661] Compiling mlkem.cc
[699/1661] Compiling pem_info.cc
[700/1661] Compiling obj.cc
[701/1661] Compiling pem_lib.cc
[702/1661] Compiling md4.cc
[703/1661] Compiling poly_rq_mul.S
[704/1661] Compiling pem_all.cc
[705/1661] Compiling fips_shared_support.cc
[706/1661] Compiling md5.cc
[707/1661] Compiling mem.cc
[708/1661] Compiling kyber.cc
[709/1661] Compiling lhash.cc
[710/1661] Compiling sign.cc
[711/1661] Compiling hpke.cc
[712/1661] Compiling ex_data.cc
[713/1661] Compiling hrss.cc
[714/1661] Compiling scrypt.cc
[715/1661] Compiling pbkdf.cc
[716/1661] Compiling print.cc
[717/1661] Compiling p_x25519.cc
[718/1661] Compiling p_rsa_asn1.cc
[719/1661] Compiling p_x25519_asn1.cc
[720/1661] Compiling p_hkdf.cc
[721/1661] Compiling p_rsa.cc
[722/1661] Compiling p_ed25519.cc
[723/1661] Compiling p_ed25519_asn1.cc
[724/1661] Compiling p_ec_asn1.cc
[725/1661] Compiling p_ec.cc
[726/1661] Compiling p_dsa_asn1.cc
[727/1661] Compiling p_dh.cc
[728/1661] Compiling evp_ctx.cc
[729/1661] Compiling p_dh_asn1.cc
[730/1661] Compiling evp_asn1.cc
[731/1661] Compiling evp.cc
[732/1661] Compiling err.cc
[733/1661] Compiling ecdh_extra.cc
[734/1661] Compiling engine.cc
[735/1661] Compiling ecdsa_asn1.cc
[736/1661] Compiling hash_to_curve.cc
[737/1661] Compiling ec_asn1.cc
[738/1661] Compiling params.cc
[739/1661] Compiling ec_derive.cc
[740/1661] Compiling dsa.cc
[741/1661] Compiling digest_extra.cc
[742/1661] Compiling dsa_asn1.cc
[743/1661] Compiling x25519-asm-arm.S
[744/1661] Compiling dh_asn1.cc
[745/1661] Compiling des.cc
[746/1661] Compiling spake25519.cc
[747/1661] Compiling cpu_intel.cc
[748/1661] Compiling crypto.cc
[749/1661] Compiling cpu_arm_linux.cc
[750/1661] Compiling cpu_arm_freebsd.cc
[751/1661] Compiling curve25519.cc
[752/1661] Compiling cpu_aarch64_win.cc
[753/1661] Compiling cpu_aarch64_sysreg.cc
[754/1661] Compiling cpu_aarch64_openbsd.cc
[755/1661] Compiling cpu_aarch64_linux.cc
[756/1661] Compiling cpu_aarch64_fuchsia.cc
[757/1661] Compiling cpu_aarch64_apple.cc
[758/1661] Compiling tls_cbc.cc
[759/1661] Compiling e_tls.cc
[760/1661] Compiling curve25519_64_adx.cc
[761/1661] Compiling bcm.cc
[762/1661] Compiling e_null.cc
[763/1661] Compiling conf.cc
[764/1661] Compiling e_rc4.cc
[765/1661] Compiling e_des.cc
[766/1661] Compiling derive_key.cc
[767/1661] Compiling cipher_extra.cc
[767/1661] Compiling e_rc2.cc
[769/1661] Compiling e_chacha20poly1305.cc
[770/1661] Compiling e_aesgcmsiv.cc
[771/1661] Compiling e_aesctrhmac.cc
[772/1661] Compiling chacha.cc
[773/1661] Compiling cbs.cc
[774/1661] Compiling unicode.cc
[775/1661] Compiling ber.cc
[776/1661] Compiling buf.cc
[777/1661] Compiling asn1_compat.cc
[778/1661] Compiling cbb.cc
[779/1661] Compiling bn_asn1.cc
[780/1661] Compiling convert.cc
[781/1661] Compiling blake2.cc
[782/1661] Compiling printf.cc
[783/1661] Compiling pair.cc
[784/1661] Compiling hexdump.cc
[785/1661] Compiling file.cc
[786/1661] Compiling fd.cc
[787/1661] Compiling errno.cc
[788/1661] Compiling bio_mem.cc
[789/1661] Compiling base64.cc
[790/1661] Compiling tasn_fre.cc
[791/1661] Compiling bio.cc
[792/1661] Compiling tasn_typ.cc
[793/1661] Compiling tasn_utl.cc
[794/1661] Compiling tasn_new.cc
[795/1661] Compiling tasn_enc.cc
[796/1661] Compiling posix_time.cc
[797/1661] Compiling f_string.cc
[798/1661] Compiling f_int.cc
[799/1661] Compiling tasn_dec.cc
[800/1661] Compiling asn1_par.cc
[801/1661] Compiling asn_pack.cc
[802/1661] Compiling a_utctm.cc
[803/1661] Compiling asn1_lib.cc
[804/1661] Compiling a_type.cc
[805/1661] Compiling a_time.cc
[806/1661] Compiling a_octet.cc
[806/1661] Write sources
[809/1661] Compiling a_strnid.cc
[809/1661] Write sources
[814/1661] Compiling _AtomicsShims.c
[815/1661] Write sources
[838/1661] Compiling a_strex.cc
[839/1661] Compiling CNIOWindows shim.c
[840/1661] Compiling CNIOWindows WSAStartup.c
[841/1661] Compiling CNIOLinux shim.c
[842/1661] Compiling CNIOWASI CNIOWASI.c
[843/1661] Compiling CNIOLinux liburing_shims.c
[844/1661] Compiling CNIODarwin shim.c
[845/1661] Compiling a_object.cc
[846/1661] Compiling fiat_p256_adx_sqr.S
[847/1661] Compiling fiat_p256_adx_mul.S
[848/1661] Compiling a_mbstr.cc
[849/1661] Compiling fiat_curve25519_adx_square.S
[850/1661] Compiling fiat_curve25519_adx_mul.S
[851/1661] Compiling a_i2d_fp.cc
[852/1661] Compiling a_int.cc
[853/1661] Write swift-version-24593BA9C3E375BF.txt
[854/1661] Compiling a_gentm.cc
[855/1661] Compiling CNIOBoringSSLShims shims.c
In file included from /host/spi-builder-workspace/.build/checkouts/swift-nio-ssl/Sources/CNIOBoringSSL/ssl/tls13_both.cc:29:
/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.
[856/1669] Compiling tls13_both.cc
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>
| ^~~~~~~~~~~
[856/1669] Compiling tls_record.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>
| ^~~~~~~~~~~
[856/1669] Compiling tls_method.cc
In file included from /host/spi-builder-workspace/.build/checkouts/swift-nio-ssl/Sources/CNIOBoringSSL/ssl/tls13_server.cc:32:
/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>
| ^~~~~~~~~~~
[856/1669] Compiling tls13_server.cc
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>
| ^~~~~~~~~~~
[856/1669] Compiling tls13_client.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 | #include <pthread.h>
| ^~~~~~~~~~~
[856/1669] Compiling tls13_enc.cc
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/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
warning: 'spi-builder-workspace': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
/host/spi-builder-workspace/Sources/VendoredConnectionPoolModule/LICENSE
[0/1] Planning build
Building for debugging...
[0/805] Write sources
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>
| ^~~~~~~~~~~
1 error generated.
[2/806] Compiling tls13_client.cc
[2/806] Compiling tls_record.cc
[2/806] Compiling tls_method.cc
[2/806] Compiling tls13_enc.cc
[2/806] Compiling tls13_both.cc
[2/806] Compiling tls13_server.cc
[2/806] Compiling ssl_x509.cc
[2/806] Compiling t1_enc.cc
BUILD FAILURE 6.1 wasm