Build Information
Failed to build soto-core, reference main (87e79a
), with Swift 6.1 for Wasm on 23 Jun 2025 09:55:07 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/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.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/soto-project/soto-core.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/soto-project/soto-core
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 87e79a7 Add new regions apeast2 and euscdeeast1 (#660)
Cloned https://github.com/soto-project/soto-core.git
Revision (git rev-parse @):
87e79a75dbfb6867bc7c0d04a48791336a6682ea
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/soto-project/soto-core.git at main
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.1
Building package at path: $PWD
https://github.com/soto-project/soto-core.git
https://github.com/soto-project/soto-core.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "swift-nio",
"requirement" : {
"range" : [
{
"lower_bound" : "2.77.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-nio.git"
},
{
"identity" : "swift-atomics",
"requirement" : {
"range" : [
{
"lower_bound" : "1.1.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-atomics.git"
},
{
"identity" : "swift-crypto",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "4.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-crypto.git"
},
{
"identity" : "swift-distributed-tracing",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.1",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-distributed-tracing.git"
},
{
"identity" : "swift-log",
"requirement" : {
"range" : [
{
"lower_bound" : "1.4.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-log.git"
},
{
"identity" : "swift-metrics",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-metrics.git"
},
{
"identity" : "swift-nio-ssl",
"requirement" : {
"range" : [
{
"lower_bound" : "2.7.2",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-nio-ssl.git"
},
{
"identity" : "swift-nio-transport-services",
"requirement" : {
"range" : [
{
"lower_bound" : "1.13.1",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-nio-transport-services.git"
},
{
"identity" : "async-http-client",
"requirement" : {
"range" : [
{
"lower_bound" : "1.23.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swift-server/async-http-client.git"
},
{
"identity" : "jmespath.swift",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.2",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/adam-fowler/jmespath.swift.git"
}
],
"manifest_display_name" : "soto-core",
"name" : "soto-core",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "tvos",
"version" : "13.0"
},
{
"name" : "watchos",
"version" : "6.0"
}
],
"products" : [
{
"name" : "SotoCore",
"targets" : [
"SotoCore"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "SotoTestUtils",
"targets" : [
"SotoTestUtils"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "SotoSignerV4",
"targets" : [
"SotoSignerV4"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"swift_languages_versions" : [
"5",
"6"
],
"targets" : [
{
"c99name" : "SotoXMLTests",
"module_type" : "SwiftTarget",
"name" : "SotoXMLTests",
"path" : "Tests/SotoXMLTests",
"sources" : [
"XMLCoderTests.swift",
"XMLTests.swift"
],
"target_dependencies" : [
"SotoXML",
"SotoCore"
],
"type" : "test"
},
{
"c99name" : "SotoXML",
"module_type" : "SwiftTarget",
"name" : "SotoXML",
"path" : "Sources/SotoXML",
"product_memberships" : [
"SotoCore",
"SotoTestUtils"
],
"sources" : [
"Expat.swift",
"XML.swift",
"XMLDecoder.swift",
"XMLEncoder.swift"
],
"target_dependencies" : [
"CSotoExpat"
],
"type" : "library"
},
{
"c99name" : "SotoTestUtils",
"module_type" : "SwiftTarget",
"name" : "SotoTestUtils",
"path" : "Sources/SotoTestUtils",
"product_dependencies" : [
"Logging",
"NIO",
"NIOFoundationCompat",
"NIOHTTP1",
"NIOPosix",
"NIOTestUtils"
],
"product_memberships" : [
"SotoTestUtils"
],
"sources" : [
"Environment.swift",
"TestServer.swift",
"TestUtils.swift"
],
"target_dependencies" : [
"SotoCore",
"SotoXML"
],
"type" : "library"
},
{
"c99name" : "SotoSignerV4Tests",
"module_type" : "SwiftTarget",
"name" : "SotoSignerV4Tests",
"path" : "Tests/SotoSignerV4Tests",
"sources" : [
"AWSSignerTests.swift",
"SigV4aTests.swift"
],
"target_dependencies" : [
"SotoSignerV4"
],
"type" : "test"
},
{
"c99name" : "SotoSignerV4",
"module_type" : "SwiftTarget",
"name" : "SotoSignerV4",
"path" : "Sources/SotoSignerV4",
"product_dependencies" : [
"Crypto",
"NIOCore",
"NIOHTTP1"
],
"product_memberships" : [
"SotoCore",
"SotoTestUtils",
"SotoSignerV4"
],
"sources" : [
"HexEncoding.swift",
"SigV4a.swift",
"credentials.swift",
"exports.swift",
"signer.swift"
],
"type" : "library"
},
{
"c99name" : "SotoCoreTests",
"module_type" : "SwiftTarget",
"name" : "SotoCoreTests",
"path" : "Tests/SotoCoreTests",
"product_dependencies" : [
"NIOPosix"
],
"sources" : [
"AWSClientTests.swift",
"AWSRequestTests.swift",
"AWSResponseTests.swift",
"AWSServiceTests.swift",
"CRCTests.swift",
"Concurrency/AsyncSequenceTests.swift",
"Concurrency/Count.swift",
"Concurrency/ExpiringValueTests.swift",
"Concurrency/Sequence+concurrentMapTests.swift",
"Credential/ConfigFileCredentialProviderTests.swift",
"Credential/ConfigFileLoaderTests.swift",
"Credential/CredentialProviderTests.swift",
"Credential/MetaDataCredentialProviderTests.swift",
"Credential/RotatingCredentialProviderTests.swift",
"Credential/RuntimeSelectorCredentialProviderTests.swift",
"Credential/STSAssumeRoleTests.swift",
"Credential/StaticCredential+EnvironmentTests.swift",
"Doc/ARNTests.swift",
"Doc/EnvironmentTests.swift",
"Doc/RegionTests.swift",
"EndpointDiscoveryTests.swift",
"LoggingTests.swift",
"MiddlewareTests.swift",
"PaginateTests.swift",
"PayloadTests.swift",
"QueryEncoderTests.swift",
"TestTracer.swift",
"TimeStampTests.swift",
"TracingTests.swift",
"ValidationTests.swift",
"WaiterTests.swift"
],
"target_dependencies" : [
"SotoCore",
"SotoTestUtils"
],
"type" : "test"
},
{
"c99name" : "SotoCore",
"module_type" : "SwiftTarget",
"name" : "SotoCore",
"path" : "Sources/SotoCore",
"product_dependencies" : [
"Logging",
"AsyncHTTPClient",
"Atomics",
"Metrics",
"NIOCore",
"NIOHTTP1",
"NIOPosix",
"NIOSSL",
"NIOTransportServices",
"NIOFoundationCompat",
"JMESPath",
"Tracing"
],
"product_memberships" : [
"SotoCore",
"SotoTestUtils"
],
"sources" : [
"AWSClient+Paginate.swift",
"AWSClient.swift",
"AWSEndpointDiscovery.swift",
"AWSService.swift",
"AWSServiceConfig.swift",
"AWSShapes/Base64Data.swift",
"AWSShapes/Document.swift",
"AWSShapes/EventPayload.swift",
"Concurrency/AnyAsyncSequence.swift",
"Concurrency/ByteBufferSequence.swift",
"Concurrency/EventStream.swift",
"Concurrency/ExpiringValue.swift",
"Concurrency/FixedSizeByteBufferAsyncSequence.swift",
"Concurrency/Sequence+concurrentMap.swift",
"Credential/ConfigFileCredentialProvider.swift",
"Credential/ConfigFileLoader.swift",
"Credential/Credential+IsEmpty.swift",
"Credential/CredentialProvider.swift",
"Credential/CredentialProviderError.swift",
"Credential/CredentialProviderSelector.swift",
"Credential/DeferredCredentialProvider.swift",
"Credential/EmptyCredential.swift",
"Credential/ExpiringCredential.swift",
"Credential/MetaDataCredentialProvider.swift",
"Credential/NullCredentialProvider.swift",
"Credential/RotatingCredentialProvider.swift",
"Credential/RuntimeSelectorCredentialProvider.swift",
"Credential/STSAssumeRole.swift",
"Credential/StaticCredential+CredentialProvider.swift",
"Credential/StaticCredential+Environment.swift",
"Doc/ARN.swift",
"Doc/AWSShape.swift",
"Doc/EndpointVariant.swift",
"Doc/Environment.swift",
"Doc/Region.swift",
"Doc/ServiceProtocol.swift",
"Encoder/CodableProperties/CodableProperties.swift",
"Encoder/CodableProperties/CollectionCoders.swift",
"Encoder/CodableProperties/DateCoders.swift",
"Encoder/CodableProperties/EC2ArrayCoder.swift",
"Encoder/EventStreamDecoder.swift",
"Encoder/QueryEncoder.swift",
"Encoder/RequestContainer.swift",
"Encoder/ResponseContainer.swift",
"Errors/ClientErrors.swift",
"Errors/Error.swift",
"Errors/ServerErrors.swift",
"Exports.swift",
"HTTP/AWSHTTPBody.swift",
"HTTP/AWSHTTPClient.swift",
"HTTP/AWSHTTPRequest.swift",
"HTTP/AWSHTTPResponse+HAL.swift",
"HTTP/AWSHTTPResponse.swift",
"HTTP/AsyncHTTPClient.swift",
"HTTP/S3SignedAsyncSequence.swift",
"Middleware/Middleware.swift",
"Middleware/Middleware/EditHeadersMiddleware.swift",
"Middleware/Middleware/EndpointDiscoveryMiddleware.swift",
"Middleware/Middleware/ErrorHandlingMiddleware.swift",
"Middleware/Middleware/LoggingMiddleware.swift",
"Middleware/Middleware/RetryMiddleware.swift",
"Middleware/Middleware/S3Middleware.swift",
"Middleware/Middleware/SigningMiddleware.swift",
"Middleware/Middleware/TracingMiddleware.swift",
"Middleware/Middleware/TreeHashMiddleware.swift",
"Middleware/MiddlewareStack.swift",
"RetryPolicy.swift",
"Utils/UnsafeTransfer.swift",
"Utils/base64.swift",
"Utils/crc32.swift",
"Waiters/AWSClient+Waiter.swift",
"Waiters/Matcher.swift"
],
"target_dependencies" : [
"SotoSignerV4",
"SotoXML",
"INIParser"
],
"type" : "library"
},
{
"c99name" : "INIParserTests",
"module_type" : "SwiftTarget",
"name" : "INIParserTests",
"path" : "Tests/INIParserTests",
"sources" : [
"INIParserTests.swift"
],
"target_dependencies" : [
"INIParser"
],
"type" : "test"
},
{
"c99name" : "INIParser",
"module_type" : "SwiftTarget",
"name" : "INIParser",
"path" : "Sources/INIParser",
"product_memberships" : [
"SotoCore",
"SotoTestUtils"
],
"sources" : [
"INIParser.swift"
],
"type" : "library"
},
{
"c99name" : "CSotoExpat",
"module_type" : "ClangTarget",
"name" : "CSotoExpat",
"path" : "Sources/CSotoExpat",
"product_memberships" : [
"SotoCore",
"SotoTestUtils"
],
"sources" : [
"xmlparse.c",
"xmlrole.c",
"xmltok.c",
"xmltok_impl.c",
"xmltok_ns.c"
],
"type" : "library"
}
],
"tools_version" : "5.10"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/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 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:8f9255989265d824b88e7d572b1a334a0dc9b701075ede1970390db95d315c35
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Fetching https://github.com/swift-server/async-http-client.git
Fetching https://github.com/apple/swift-metrics.git
Fetching https://github.com/apple/swift-nio-ssl.git
Fetching https://github.com/adam-fowler/jmespath.swift.git
Fetching https://github.com/apple/swift-nio-transport-services.git
Fetching https://github.com/apple/swift-log.git
[1/2667] Fetching swift-nio-transport-services
[2/3325] Fetching swift-nio-transport-services, jmespath.swift
[3/5531] Fetching swift-nio-transport-services, jmespath.swift, swift-metrics
[912/9367] Fetching swift-nio-transport-services, jmespath.swift, swift-metrics, swift-log
[9368/23381] Fetching swift-nio-transport-services, jmespath.swift, swift-metrics, swift-log, async-http-client
Fetched https://github.com/adam-fowler/jmespath.swift.git from cache (0.47s)
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (0.47s)
[6183/20056] Fetching swift-metrics, swift-log, async-http-client
Fetching https://github.com/apple/swift-crypto.git
Fetching https://github.com/apple/swift-distributed-tracing.git
[16694/34946] Fetching swift-metrics, swift-log, async-http-client, swift-nio-ssl
Fetched https://github.com/apple/swift-log.git from cache (1.02s)
[21879/31110] Fetching swift-metrics, async-http-client, swift-nio-ssl
Fetching https://github.com/apple/swift-atomics.git
[26198/36103] Fetching swift-metrics, async-http-client, swift-nio-ssl, swift-distributed-tracing
[29742/37900] Fetching swift-metrics, async-http-client, swift-nio-ssl, swift-distributed-tracing, swift-atomics
[31971/53319] Fetching swift-metrics, async-http-client, swift-nio-ssl, swift-distributed-tracing, swift-atomics, swift-crypto
Fetched https://github.com/apple/swift-atomics.git from cache (0.49s)
[38725/51522] Fetching swift-metrics, async-http-client, swift-nio-ssl, swift-distributed-tracing, swift-crypto
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (1.08s)
Fetching https://github.com/apple/swift-nio.git
[33886/46529] Fetching swift-metrics, async-http-client, swift-nio-ssl, swift-crypto
[38513/122868] Fetching swift-metrics, async-http-client, swift-nio-ssl, swift-crypto, swift-nio
Fetched https://github.com/apple/swift-metrics.git from cache (2.25s)
[41981/120662] Fetching async-http-client, swift-nio-ssl, swift-crypto, swift-nio
Fetched https://github.com/swift-server/async-http-client.git from cache (2.26s)
[28730/106648] Fetching swift-nio-ssl, swift-crypto, swift-nio
Fetched https://github.com/apple/swift-nio-ssl.git from cache (2.28s)
[13994/91758] Fetching swift-crypto, swift-nio
Fetched https://github.com/apple/swift-crypto.git from cache (2.55s)
[46567/76339] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (5.77s)
Computing version for https://github.com/adam-fowler/jmespath.swift.git
Computed https://github.com/adam-fowler/jmespath.swift.git at 1.0.3 (9.61s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (0.57s)
Computing version for https://github.com/apple/swift-distributed-tracing.git
Computed https://github.com/apple/swift-distributed-tracing.git at 1.2.1 (0.78s)
Fetching https://github.com/apple/swift-service-context.git
[1/1081] Fetching swift-service-context
Fetched https://github.com/apple/swift-service-context.git from cache (0.24s)
Computing version for https://github.com/apple/swift-service-context.git
Computed https://github.com/apple/swift-service-context.git at 1.2.1 (0.78s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (0.88s)
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-collections.git
[1/4436] Fetching swift-system
[179/21076] Fetching swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (1.22s)
Fetched https://github.com/apple/swift-collections.git from cache (1.25s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.5.0 (1.86s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (0.72s)
Computing version for https://github.com/swift-server/async-http-client.git
Computed https://github.com/swift-server/async-http-client.git at 1.26.1 (0.84s)
Fetching https://github.com/apple/swift-nio-extras.git
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/apple/swift-nio-http2.git
[1/5942] Fetching swift-nio-extras
[3507/17474] Fetching swift-nio-extras, swift-nio-http2
[5969/23433] Fetching swift-nio-extras, swift-nio-http2, swift-algorithms
Fetched https://github.com/apple/swift-nio-extras.git from cache (0.84s)
[9534/17491] Fetching swift-nio-http2, swift-algorithms
Fetched https://github.com/apple/swift-algorithms.git from cache (1.62s)
Fetched https://github.com/apple/swift-nio-http2.git from cache (1.63s)
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 (3.05s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.36.0 (0.65s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.32.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.60s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (0.87s)
Fetching https://github.com/apple/swift-numerics.git
[1/5757] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.82s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.28.0 (1.52s)
Fetching https://github.com/swift-server/swift-service-lifecycle.git
Fetching https://github.com/apple/swift-asn1.git
Fetching https://github.com/apple/swift-certificates.git
Fetching https://github.com/apple/swift-http-structured-headers.git
Fetching https://github.com/apple/swift-async-algorithms.git
Fetching https://github.com/apple/swift-http-types.git
[1/4985] Fetching swift-async-algorithms
[4986/6601] Fetching swift-async-algorithms, swift-asn1
[5859/7770] Fetching swift-async-algorithms, swift-asn1, swift-http-structured-headers
[6229/10196] Fetching swift-async-algorithms, swift-asn1, swift-http-structured-headers, swift-service-lifecycle
[7724/11100] Fetching swift-async-algorithms, swift-asn1, swift-http-structured-headers, swift-service-lifecycle, swift-http-types
[10109/17284] Fetching swift-async-algorithms, swift-asn1, swift-http-structured-headers, swift-service-lifecycle, swift-http-types, swift-certificates
Fetched https://github.com/apple/swift-async-algorithms.git from cache (0.71s)
[5684/12299] Fetching swift-asn1, swift-http-structured-headers, swift-service-lifecycle, swift-http-types, swift-certificates
[7513/11130] Fetching swift-asn1, swift-service-lifecycle, swift-http-types, swift-certificates
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.77s)
Fetched https://github.com/apple/swift-http-types.git from cache (0.77s)
[6949/10226] Fetching swift-asn1, swift-service-lifecycle, swift-certificates
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (0.88s)
Fetched https://github.com/apple/swift-asn1.git from cache (0.92s)
Fetched https://github.com/apple/swift-certificates.git from cache (0.93s)
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 (2.83s)
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.73s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.10.0 (0.99s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (2.05s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (0.68s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.4.0 (0.73s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (0.91s)
Computing version for https://github.com/apple/swift-http-structured-headers.git
Computed https://github.com/apple/swift-http-structured-headers.git at 1.3.0 (0.62s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.7.0 (0.59s)
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/adam-fowler/jmespath.swift.git
Working copy of https://github.com/adam-fowler/jmespath.swift.git resolved at 1.0.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-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-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.2.1
Creating working copy for https://github.com/apple/swift-http-structured-headers.git
Working copy of https://github.com/apple/swift-http-structured-headers.git resolved at 1.3.0
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.36.0
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.3.0
Creating working copy for https://github.com/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.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-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.0.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.2.0
Creating working copy for https://github.com/apple/swift-http-types.git
Working copy of https://github.com/apple/swift-http-types.git resolved at 1.4.0
Creating working copy for https://github.com/apple/swift-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-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-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-certificates.git
Working copy of https://github.com/apple/swift-certificates.git resolved at 1.10.0
Creating working copy for https://github.com/apple/swift-distributed-tracing.git
Working copy of https://github.com/apple/swift-distributed-tracing.git resolved at 1.2.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.26.1
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.3
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.28.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.32.0
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.2.1
Building for debugging...
[0/818] Write sources
[34/818] Compiling CSotoExpat xmltok_ns.c
[35/818] Compiling _NumericsShims _NumericsShims.c
[35/818] Compiling _AtomicsShims.c
[37/818] Compiling CNIOWindows shim.c
[37/818] Compiling CSotoExpat xmltok_impl.c
[39/818] Compiling CNIOWindows WSAStartup.c
[40/818] Compiling CNIOWASI CNIOWASI.c
[40/818] Compiling CSotoExpat xmlrole.c
[42/818] Compiling CNIOLinux shim.c
[43/818] Compiling CNIOLinux liburing_shims.c
[44/818] Compiling CNIODarwin shim.c
[45/818] Compiling CNIOExtrasZlib empty.c
[45/818] Compiling CNIOLLHTTP c_nio_http.c
[47/818] Compiling fiat_p256_adx_mul.S
[48/818] Compiling CNIOLLHTTP c_nio_api.c
[49/818] Write swift-version-24593BA9C3E375BF.txt
[50/818] Compiling fiat_p256_adx_sqr.S
/host/spi-builder-workspace/Sources/CSotoExpat/xmlparse.c:847:37: warning: 'getpid' is deprecated: WASI lacks process identifiers; to enable emulation of the `getpid` function using a placeholder value, which doesn't reflect the host PID of the program, compile with -D_WASI_EMULATED_GETPID and link with -lwasi-emulated-getpid [-Wdeprecated-declarations]
847 | entropy = gather_time_entropy() ^ getpid();
| ^
/root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/WASI.sdk/include/wasm32-wasi/unistd.h:155:16: note: 'getpid' has been explicitly marked deprecated here
155 | __attribute__((__deprecated__(
| ^
1 warning generated.
[51/818] Compiling CSotoExpat xmlparse.c
[52/818] Compiling CSotoExpat xmltok.c
[53/818] Compiling fiat_curve25519_adx_square.S
[54/818] Compiling fiat_curve25519_adx_mul.S
[55/840] Compiling CNIOBoringSSLShims shims.c
[56/847] Compiling CNIOLLHTTP c_nio_llhttp.c
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>
| ^~~~~~~~~~~
1 error generated.
[57/858] Compiling tls_record.cc
[58/858] Emitting module _NIOBase64
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/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:8f9255989265d824b88e7d572b1a334a0dc9b701075ede1970390db95d315c35
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
[0/1] Planning build
Building for debugging...
[0/761] Write sources
[1/762] Compiling fiat_p256_adx_mul.S
[2/762] Compiling fiat_curve25519_adx_mul.S
[3/762] Compiling fiat_curve25519_adx_square.S
[3/762] Compiling fiat_p256_adx_sqr.S
[5/762] Compiling CCryptoBoringSSLShims shims.c
[6/762] Write swift-version-24593BA9C3E375BF.txt
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.
[7/762] Compiling tls13_client.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>
| ^~~~~~~~~~~
[7/762] Compiling tls_method.cc
[7/762] Compiling c-nioatomics.c
[7/762] Compiling c-atomics.c
[7/762] Compiling tls13_both.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>
| ^~~~~~~~~~~
[7/762] Compiling tls13_server.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>
| ^~~~~~~~~~~
[7/762] Compiling tls_record.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>
| ^~~~~~~~~~~
[7/762] Compiling tls13_enc.cc
BUILD FAILURE 6.1 wasm