Build Information
Failed to build soto-core, reference main (b75d7f
), with Swift 6.1 for Wasm on 31 May 2025 01:52:07 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/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/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 b75d7f4 Adding Android support (#658)
Cloned https://github.com/soto-project/soto-core.git
Revision (git rev-parse @):
b75d7f4793086a324e5005399182dc1c7e845f63
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-4609320-1":/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:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/apple/swift-nio-transport-services.git
Fetching https://github.com/apple/swift-nio-ssl.git
Fetching https://github.com/apple/swift-metrics.git
Fetching https://github.com/adam-fowler/jmespath.swift.git
Fetching https://github.com/swift-server/async-http-client.git
[1/658] Fetching jmespath.swift
[659/2864] Fetching jmespath.swift, swift-metrics
[1189/6700] Fetching jmespath.swift, swift-metrics, swift-log
[4937/9367] Fetching jmespath.swift, swift-metrics, swift-log, swift-nio-transport-services
[7527/23381] Fetching jmespath.swift, swift-metrics, swift-log, swift-nio-transport-services, async-http-client
[22121/38224] Fetching jmespath.swift, swift-metrics, swift-log, swift-nio-transport-services, async-http-client, swift-nio-ssl
Fetched https://github.com/apple/swift-metrics.git from cache (0.83s)
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (0.83s)
Fetched https://github.com/apple/swift-log.git from cache (0.83s)
Fetching https://github.com/apple/swift-crypto.git
Fetching https://github.com/apple/swift-distributed-tracing.git
[18829/29515] Fetching jmespath.swift, async-http-client, swift-nio-ssl
Fetched https://github.com/swift-server/async-http-client.git from cache (0.85s)
Fetching https://github.com/apple/swift-nio.git
[5111/15501] Fetching jmespath.swift, swift-nio-ssl
[14018/20475] Fetching jmespath.swift, swift-nio-ssl, swift-distributed-tracing
[19631/34411] Fetching jmespath.swift, swift-nio-ssl, swift-distributed-tracing, swift-crypto
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (0.88s)
[20379/29437] Fetching jmespath.swift, swift-nio-ssl, swift-crypto
[23864/105560] Fetching jmespath.swift, swift-nio-ssl, swift-crypto, swift-nio
Fetched https://github.com/adam-fowler/jmespath.swift.git from cache (1.86s)
[24803/104902] Fetching swift-nio-ssl, swift-crypto, swift-nio
Fetched https://github.com/apple/swift-nio-ssl.git from cache (1.89s)
[11557/90059] Fetching swift-crypto, swift-nio
Fetching https://github.com/apple/swift-atomics.git
Fetched https://github.com/apple/swift-crypto.git from cache (1.52s)
[31972/76123] Fetching swift-nio
[47198/77840] Fetching swift-nio, swift-atomics
Fetched https://github.com/apple/swift-atomics.git from cache (0.45s)
[50242/76123] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (5.44s)
Computing version for https://github.com/adam-fowler/jmespath.swift.git
Computed https://github.com/adam-fowler/jmespath.swift.git at 1.0.3 (8.74s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (0.61s)
Computing version for https://github.com/apple/swift-distributed-tracing.git
Computed https://github.com/apple/swift-distributed-tracing.git at 1.2.0 (0.63s)
Fetching https://github.com/apple/swift-service-context.git
[1/1063] Fetching swift-service-context
Fetched https://github.com/apple/swift-service-context.git from cache (0.27s)
Computing version for https://github.com/apple/swift-service-context.git
Computed https://github.com/apple/swift-service-context.git at 1.2.0 (0.72s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (0.73s)
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-system.git
[1/4391] Fetching swift-system
[748/20982] Fetching swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (0.46s)
[4480/16591] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.04s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.5.0 (1.51s)
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/swift-server/async-http-client.git
Computed https://github.com/swift-server/async-http-client.git at 1.26.1 (0.53s)
Fetching https://github.com/apple/swift-nio-http2.git
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/apple/swift-nio-extras.git
[1/5923] Fetching swift-nio-extras
[120/11882] Fetching swift-nio-extras, swift-algorithms
[714/23409] Fetching swift-nio-extras, swift-algorithms, swift-nio-http2
Fetched https://github.com/apple/swift-nio-extras.git from cache (0.49s)
[10340/17486] Fetching swift-algorithms, swift-nio-http2
Fetched https://github.com/apple/swift-algorithms.git from cache (1.07s)
Fetched https://github.com/apple/swift-nio-http2.git from cache (1.08s)
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 (1.67s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.36.0 (1.70s)
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.57s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.27.1 (0.72s)
Fetching https://github.com/apple/swift-http-structured-headers.git
Fetching https://github.com/apple/swift-asn1.git
Fetching https://github.com/swift-server/swift-service-lifecycle.git
Fetching https://github.com/apple/swift-certificates.git
Fetching https://github.com/apple/swift-async-algorithms.git
Fetching https://github.com/apple/swift-http-types.git
[1/1141] Fetching swift-http-structured-headers
[389/2731] Fetching swift-http-structured-headers, swift-asn1
[1922/7716] Fetching swift-http-structured-headers, swift-asn1, swift-async-algorithms
[1972/8620] Fetching swift-http-structured-headers, swift-asn1, swift-async-algorithms, swift-http-types
[3365/11046] Fetching swift-http-structured-headers, swift-asn1, swift-async-algorithms, swift-http-types, swift-service-lifecycle
[5506/17201] Fetching swift-http-structured-headers, swift-asn1, swift-async-algorithms, swift-http-types, swift-service-lifecycle, swift-certificates
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (1.19s)
Fetched https://github.com/apple/swift-http-types.git from cache (1.19s)
Fetched https://github.com/apple/swift-asn1.git from cache (1.19s)
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (1.19s)
Fetched https://github.com/apple/swift-async-algorithms.git from cache (1.19s)
Fetched https://github.com/apple/swift-certificates.git from cache (1.19s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (2.12s)
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.55s)
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.94s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.10.0 (0.63s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (1.59s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (0.49s)
Fetching https://github.com/apple/swift-numerics.git
[1/5706] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.39s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (0.90s)
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.45s)
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.44s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (0.55s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.7.0 (0.48s)
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
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/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/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-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-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-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-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-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-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-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-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-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-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-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-nio-extras.git
Working copy of https://github.com/apple/swift-nio-extras.git resolved at 1.27.1
Creating working copy for https://github.com/apple/swift-distributed-tracing.git
Working copy of https://github.com/apple/swift-distributed-tracing.git resolved at 1.2.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-service-context.git
Working copy of https://github.com/apple/swift-service-context.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
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-async-algorithms.git
Working copy of https://github.com/apple/swift-async-algorithms.git resolved at 1.0.4
Building for debugging...
[0/818] Write sources
[10/818] Compiling CSotoExpat xmltok_impl.c
[11/818] Write sources
[35/818] Compiling _AtomicsShims.c
[36/818] Compiling _NumericsShims _NumericsShims.c
[37/818] Compiling CNIOWindows shim.c
[38/818] Compiling CNIOWindows WSAStartup.c
[39/818] Compiling CNIOWASI CNIOWASI.c
[40/818] Compiling CNIOLinux liburing_shims.c
[41/818] Compiling CSotoExpat xmlrole.c
[42/818] Compiling CNIOLinux shim.c
[43/818] Compiling CNIOExtrasZlib empty.c
[44/818] Compiling CNIOLLHTTP c_nio_http.c
[45/818] Compiling CNIODarwin shim.c
[46/818] Compiling CNIOLLHTTP c_nio_api.c
[47/818] Compiling fiat_p256_adx_sqr.S
[48/818] Compiling fiat_p256_adx_mul.S
[49/818] Compiling fiat_curve25519_adx_square.S
[50/818] Compiling CSotoExpat xmltok_ns.c
[51/818] Write swift-version-24593BA9C3E375BF.txt
[52/818] Compiling fiat_curve25519_adx_mul.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.
[53/818] Compiling CSotoExpat xmlparse.c
[54/818] Compiling CSotoExpat xmltok.c
[55/824] Compiling CNIOBoringSSLShims shims.c
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.
[56/832] 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>
| ^~~~~~~~~~~
[56/832] 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>
| ^~~~~~~~~~~
[56/832] Compiling tls_record.cc
[57/832] Emitting module _NIOBase64
[57/832] Compiling CNIOLLHTTP c_nio_llhttp.c
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/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...
[0/763] Compiling md5-x86_64-linux.S
[1/763] Compiling fiat_curve25519_adx_square.S
[2/763] Compiling fiat_p256_adx_sqr.S
[3/763] Compiling fiat_curve25519_adx_mul.S
[4/763] Compiling fiat_p256_adx_mul.S
[5/763] Write swift-version-24593BA9C3E375BF.txt
[6/763] Compiling CCryptoBoringSSLShims shims.c
[8/767] Emitting module _NIODataStructures
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.
[8/767] 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>
| ^~~~~~~~~~~
[8/767] Compiling tls_method.cc
[8/767] Compiling CNIOLLHTTP c_nio_llhttp.c
[8/767] Compiling c-nioatomics.c
[8/767] Compiling c-atomics.c
[8/767] Compiling tls13_enc.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>
| ^~~~~~~~~~~
[8/767] Compiling tls13_server.cc
BUILD FAILURE 6.1 wasm