Build Information
Failed to build AppStoreServerLibrary, reference v5.0.0 (179b80), with Swift 6.1 for Wasm on 13 Mar 2026 04:56:41 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/apple/app-store-server-library-swift.git
Reference: v5.0.0
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/apple/app-store-server-library-swift
* tag v5.0.0 -> FETCH_HEAD
HEAD is now at 179b802 Merge pull request #117 from alexanderjordanbaker/Release5.0.0
Cloned https://github.com/apple/app-store-server-library-swift.git
Revision (git rev-parse @):
179b802f36219b5fab11a4457fe22e347da34dbe
SUCCESS checkout https://github.com/apple/app-store-server-library-swift.git at v5.0.0
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.1
Building package at path: $PWD
https://github.com/apple/app-store-server-library-swift.git
https://github.com/apple/app-store-server-library-swift.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "swift-certificates",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-certificates.git"
},
{
"identity" : "swift-asn1",
"requirement" : {
"range" : [
{
"lower_bound" : "1.1.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-asn1.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" : "jwt-kit",
"requirement" : {
"range" : [
{
"lower_bound" : "5.0.0",
"upper_bound" : "6.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/vapor/jwt-kit.git"
},
{
"identity" : "swift-docc-plugin",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-docc-plugin"
},
{
"identity" : "swift-nio",
"requirement" : {
"range" : [
{
"lower_bound" : "2.0.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-nio"
},
{
"identity" : "async-http-client",
"requirement" : {
"range" : [
{
"lower_bound" : "1.9.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swift-server/async-http-client.git"
}
],
"manifest_display_name" : "AppStoreServerLibrary",
"name" : "AppStoreServerLibrary",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "13.0"
}
],
"products" : [
{
"name" : "AppStoreServerLibrary",
"targets" : [
"AppStoreServerLibrary"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "AppStoreServerLibraryTests",
"module_type" : "SwiftTarget",
"name" : "AppStoreServerLibraryTests",
"path" : "Tests/AppStoreServerLibraryTests",
"resources" : [
{
"path" : "/host/spi-builder-workspace/Tests/AppStoreServerLibraryTests/resources",
"rule" : {
"copy" : {
}
}
}
],
"sources" : [
"AppStoreServerAPIClientTests.swift",
"JWSSignatureCreatorTests.swift",
"PromotionalOfferSignatureCreatorTests.swift",
"RealtimeResponseBodyTests.swift",
"ReceiptUtilityTests.swift",
"SignedDataVerifierTests.swift",
"SignedModelTests.swift",
"TestingUtility.swift",
"XcodeSignedDataVerifierTests.swift"
],
"target_dependencies" : [
"AppStoreServerLibrary"
],
"type" : "test"
},
{
"c99name" : "AppStoreServerLibrary",
"module_type" : "SwiftTarget",
"name" : "AppStoreServerLibrary",
"path" : "Sources/AppStoreServerLibrary",
"product_dependencies" : [
"X509",
"Crypto",
"SwiftASN1",
"JWTKit",
"AsyncHTTPClient",
"NIOFoundationCompat",
"NIOHTTP1"
],
"product_memberships" : [
"AppStoreServerLibrary"
],
"sources" : [
"AppStoreServerAPIClient.swift",
"ChainVerifier.swift",
"JWSSignatureCreator.swift",
"Models/AccountTenure.swift",
"Models/AlternateProduct.swift",
"Models/AppData.swift",
"Models/AppStoreEnvironment.swift",
"Models/AppTransaction.swift",
"Models/AppTransactionInfoResponse.swift",
"Models/AutoRenewStatus.swift",
"Models/CheckTestNotificationResponse.swift",
"Models/ConsumptionRequest.swift",
"Models/ConsumptionRequestReason.swift",
"Models/ConsumptionRequestV1.swift",
"Models/ConsumptionStatus.swift",
"Models/DecodedRealtimeRequestBody.swift",
"Models/DecodedSignedData.swift",
"Models/DefaultConfigurationRequest.swift",
"Models/DeliveryStatus.swift",
"Models/DeliveryStatusV1.swift",
"Models/ErrorPayload.swift",
"Models/ExpirationIntent.swift",
"Models/ExtendReasonCode.swift",
"Models/ExtendRenewalDateRequest.swift",
"Models/ExtendRenewalDateResponse.swift",
"Models/ExternalPurchaseToken.swift",
"Models/GetImageListResponse.swift",
"Models/GetImageListResponseItem.swift",
"Models/GetMessageListResponse.swift",
"Models/GetMessageListResponseItem.swift",
"Models/HistoryResponse.swift",
"Models/ImageState.swift",
"Models/InAppOwnershipType.swift",
"Models/JWSRenewalInfoDecodedPayload.swift",
"Models/JWSTransactionDecodedPayload.swift",
"Models/LastTransactionsItem.swift",
"Models/LifetimeDollarsPurchased.swift",
"Models/LifetimeDollarsRefunded.swift",
"Models/MassExtendRenewalDateRequest.swift",
"Models/MassExtendRenewalDateResponse.swift",
"Models/MassExtendRenewalDateStatusResponse.swift",
"Models/Message.swift",
"Models/MessageState.swift",
"Models/NotificationData.swift",
"Models/NotificationHistoryRequest.swift",
"Models/NotificationHistoryResponse.swift",
"Models/NotificationHistoryResponseItem.swift",
"Models/NotificationTypeV2.swift",
"Models/OfferDiscountType.swift",
"Models/OfferType.swift",
"Models/OrderLookupResponse.swift",
"Models/OrderLookupStatus.swift",
"Models/Platform.swift",
"Models/PlayTime.swift",
"Models/PriceIncreaseStatus.swift",
"Models/ProductType.swift",
"Models/PromotionalOffer.swift",
"Models/PromotionalOfferSignatureV1.swift",
"Models/PurchasePlatform.swift",
"Models/RealtimeRequestBody.swift",
"Models/RealtimeResponseBody.swift",
"Models/RefundHistoryResponse.swift",
"Models/RefundPreference.swift",
"Models/RefundPreferenceV1.swift",
"Models/ResponseBodyV2.swift",
"Models/ResponseBodyV2DecodedPayload.swift",
"Models/RevocationReason.swift",
"Models/RevocationType.swift",
"Models/SendAttemptItem.swift",
"Models/SendAttemptResult.swift",
"Models/SendTestNotificationResponse.swift",
"Models/Status.swift",
"Models/StatusResponse.swift",
"Models/SubscriptionGroupIdentifierItem.swift",
"Models/Subtype.swift",
"Models/Summary.swift",
"Models/TransactionHistoryRequest.swift",
"Models/TransactionInfoResponse.swift",
"Models/TransactionReason.swift",
"Models/UpdateAppAccountTokenRequest.swift",
"Models/UploadMessageImage.swift",
"Models/UploadMessageRequestBody.swift",
"Models/UserStatus.swift",
"PromotionalOfferSignatureCreator.swift",
"ReceiptUtility.swift",
"SignedDataVerifier.swift",
"Utility.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" 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:58b971189c4d3c564696bb40c86e07506670ed096ab7351a005c7c449525017a
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Fetching https://github.com/apple/swift-nio
Fetching https://github.com/apple/swift-asn1.git
Fetching https://github.com/apple/swift-crypto.git
Fetching https://github.com/vapor/jwt-kit.git
Fetching https://github.com/swift-server/async-http-client.git
[1/1769] Fetching swift-asn1
[886/19015] Fetching swift-asn1, swift-crypto
[2115/28548] Fetching swift-asn1, swift-crypto, jwt-kit
[2860/44115] Fetching swift-asn1, swift-crypto, jwt-kit, async-http-client
[5109/126923] Fetching swift-asn1, swift-crypto, jwt-kit, async-http-client, swift-nio
Fetched https://github.com/apple/swift-asn1.git from cache (2.40s)
[61639/125154] Fetching swift-crypto, jwt-kit, async-http-client, swift-nio
Fetching https://github.com/apple/swift-certificates.git
Fetched https://github.com/swift-server/async-http-client.git from cache (2.42s)
[48073/109587] Fetching swift-crypto, jwt-kit, swift-nio
[49971/116712] Fetching swift-crypto, jwt-kit, swift-nio, swift-certificates
Fetched https://github.com/apple/swift-certificates.git from cache (6.00s)
Fetched https://github.com/vapor/jwt-kit.git from cache (8.42s)
Fetched https://github.com/apple/swift-crypto.git from cache (8.52s)
Fetching https://github.com/apple/swift-docc-plugin
Fetched https://github.com/apple/swift-nio from cache (10.26s)
[1/2171] Fetching swift-docc-plugin
Fetched https://github.com/apple/swift-docc-plugin from cache (1.85s)
Computing version for https://github.com/vapor/jwt-kit.git
Computed https://github.com/vapor/jwt-kit.git at 5.2.0 (1.00s)
Fetching https://github.com/apple/swift-log.git
[1/6191] Fetching swift-log
Fetched https://github.com/apple/swift-log.git from cache (0.81s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.5.1 (4.48s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.6 (4.13s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3669] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.62s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.78s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.18.0 (1.13s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.15.1 (3.13s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.10.1 (1.00s)
Computing version for https://github.com/swift-server/async-http-client.git
Computed https://github.com/swift-server/async-http-client.git at 1.32.0 (1.10s)
Fetching https://github.com/apple/swift-distributed-tracing.git
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-nio-transport-services.git
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/apple/swift-nio-extras.git
[1/2821] Fetching swift-nio-transport-services
[650/8512] Fetching swift-nio-transport-services, swift-distributed-tracing
[1076/10332] Fetching swift-nio-transport-services, swift-distributed-tracing, swift-atomics
[1131/16823] Fetching swift-nio-transport-services, swift-distributed-tracing, swift-atomics, swift-nio-extras
[3507/22881] Fetching swift-nio-transport-services, swift-distributed-tracing, swift-atomics, swift-nio-extras, swift-algorithms
Fetched https://github.com/apple/swift-algorithms.git from cache (1.10s)
Fetching https://github.com/apple/swift-nio-ssl.git
Fetched https://github.com/apple/swift-atomics.git from cache (1.18s)
Fetching https://github.com/apple/swift-nio-http2.git
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (1.24s)
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (1.29s)
Fetched https://github.com/apple/swift-nio-extras.git from cache (1.32s)
[1/12057] Fetching swift-nio-http2
[2051/27417] Fetching swift-nio-http2, swift-nio-ssl
Fetched https://github.com/apple/swift-nio-http2.git from cache (2.20s)
[11520/15360] Fetching swift-nio-ssl
Fetched https://github.com/apple/swift-nio-ssl.git from cache (3.68s)
Computing version for https://github.com/apple/swift-distributed-tracing.git
Computed https://github.com/apple/swift-distributed-tracing.git at 1.4.1 (5.82s)
Fetching https://github.com/apple/swift-service-context.git
[1/1210] Fetching swift-service-context
Fetched https://github.com/apple/swift-service-context.git from cache (0.42s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (1.36s)
Fetching https://github.com/apple/swift-numerics.git
[1/6416] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.61s)
Computing version for https://github.com/apple/swift-service-context.git
Computed https://github.com/apple/swift-service-context.git at 1.3.0 (1.55s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (5.15s)
Computing version for https://github.com/apple/swift-nio-transport-services.git
Computed https://github.com/apple/swift-nio-transport-services.git at 1.26.0 (1.28s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.40.0 (2.81s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.1.1 (1.05s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.36.0 (1.16s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.32.1 (1.23s)
Fetching https://github.com/swift-server/swift-service-lifecycle.git
Fetching https://github.com/apple/swift-http-structured-headers.git
Fetching https://github.com/apple/swift-http-types.git
Fetching https://github.com/apple/swift-async-algorithms.git
[1/1219] Fetching swift-http-structured-headers
[1013/3881] Fetching swift-http-structured-headers, swift-service-lifecycle
[1300/4832] Fetching swift-http-structured-headers, swift-service-lifecycle, swift-http-types
[1618/11060] Fetching swift-http-structured-headers, swift-service-lifecycle, swift-http-types, swift-async-algorithms
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.96s)
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (0.96s)
Fetched https://github.com/apple/swift-http-types.git from cache (0.96s)
Fetched https://github.com/apple/swift-async-algorithms.git from cache (0.98s)
Computing version for https://github.com/apple/swift-nio
Computed https://github.com/apple/swift-nio at 2.96.0 (2.72s)
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-collections.git
[1/22299] Fetching swift-collections
[1785/27900] Fetching swift-collections, swift-system
Fetched https://github.com/apple/swift-system.git from cache (2.23s)
Fetched https://github.com/apple/swift-collections.git from cache (2.29s)
Computing version for https://github.com/swift-server/swift-service-lifecycle.git
Computed https://github.com/swift-server/swift-service-lifecycle.git at 2.10.1 (3.32s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.1.3 (4.26s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.5.1 (1.01s)
Computing version for https://github.com/apple/swift-http-structured-headers.git
Computed https://github.com/apple/swift-http-structured-headers.git at 1.6.0 (1.21s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.6.4 (1.32s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.4.0 (1.37s)
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.40.0
Creating working copy for https://github.com/apple/swift-nio
Working copy of https://github.com/apple/swift-nio resolved at 2.96.0
Creating working copy for https://github.com/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.1.1
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.10.1
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
Creating working copy for https://github.com/apple/swift-certificates.git
Working copy of https://github.com/apple/swift-certificates.git resolved at 1.18.0
Creating working copy for https://github.com/apple/swift-async-algorithms.git
Working copy of https://github.com/apple/swift-async-algorithms.git resolved at 1.1.3
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.3.0
Creating working copy for https://github.com/apple/swift-nio-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.36.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.4.0
Creating working copy for https://github.com/vapor/jwt-kit.git
Working copy of https://github.com/vapor/jwt-kit.git resolved at 5.2.0
Creating working copy for https://github.com/apple/swift-docc-plugin
Working copy of https://github.com/apple/swift-docc-plugin resolved at 1.4.6
Creating working copy for https://github.com/swift-server/swift-service-lifecycle.git
Working copy of https://github.com/swift-server/swift-service-lifecycle.git resolved at 2.10.1
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.6.4
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.15.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.6.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.5.1
Creating working copy for https://github.com/apple/swift-distributed-tracing.git
Working copy of https://github.com/apple/swift-distributed-tracing.git resolved at 1.4.1
Creating working copy for https://github.com/apple/swift-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-types.git
Working copy of https://github.com/apple/swift-http-types.git resolved at 1.5.1
Creating working copy for https://github.com/apple/swift-nio-transport-services.git
Working copy of https://github.com/apple/swift-nio-transport-services.git resolved at 1.26.0
Creating working copy for https://github.com/swift-server/async-http-client.git
Working copy of https://github.com/swift-server/async-http-client.git resolved at 1.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.3.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.32.1
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/823] Write sources
[10/823] Compiling file.cc
[11/823] Write swift-version-24593BA9C3E375BF.txt
[12/823] Write sources
[13/823] Compiling errno.cc
[15/823] Compiling fd.cc
[16/823] Compiling bio_mem.cc
[17/823] Compiling _CWASI _CWASI.c
[18/823] Compiling _NumericsShims _NumericsShims.c
[19/823] Compiling _AtomicsShims.c
[19/823] Write sources
[41/823] Compiling base64.cc
[42/823] Compiling CNIOWindows shim.c
[43/823] Compiling bio.cc
[45/867] Emitting module _CertificateInternals
[46/867] Emitting module Logging
[46/867] Compiling t_x509a.cc
[48/885] Emitting module InternalCollectionsUtilities
[49/885] Compiling RealModule RealFunctions.swift
[50/888] Compiling InternalCollectionsUtilities Debugging.swift
[51/888] Compiling InternalCollectionsUtilities Descriptions.swift
[52/888] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[53/888] Compiling InternalCollectionsUtilities Integer rank.swift
[54/888] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[55/888] Compiling InternalCollectionsUtilities UInt+reversed.swift
[58/888] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[59/888] Compiling InternalCollectionsUtilities UnsafeMutableRawBufferPointer+Extras.swift
[62/888] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[63/888] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[64/890] Compiling RealModule Float16+Real.swift
[65/890] Compiling RealModule Float80+Real.swift
[66/890] Compiling RealModule Real.swift
[68/890] Compiling SwiftASN1 DER.swift
[69/890] Compiling SwiftASN1 Errors.swift
[70/890] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[71/890] Compiling InternalCollectionsUtilities LifetimeOverride.swift
[72/890] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[73/890] Compiling InternalCollectionsUtilities Span+Extras.swift
[74/890] Emitting module _NIOBase64
[75/890] Compiling _NIOBase64 Base64.swift
[76/890] Compiling ServiceContextModule ServiceContextKey.swift
[77/891] Emitting module RealModule
[80/891] Compiling InternalCollectionsUtilities String+Padding.swift
[81/891] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[82/891] Compiling Logging LogHandler.swift
[83/891] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[88/892] Compiling _CertificateInternals _TinyArray.swift
[91/893] Compiling _NIODataStructures PriorityQueue.swift
[92/893] Compiling _NIODataStructures _TinyArray.swift
[95/893] Emitting module ServiceContextModule
[96/893] Compiling ServiceContextModule ServiceContext.swift
[97/894] Compiling RealModule RelaxedArithmetic.swift
[102/895] Compiling CNIOWindows WSAStartup.c
[106/895] Compiling CNIOWASI CNIOWASI.c
[107/895] Compiling CNIOPosix event_loop_id.c
[108/895] Compiling CNIOLinux shim.c
[109/895] Compiling CNIOOpenBSD shim.c
[110/895] Compiling CNIOLinux liburing_shims.c
[111/910] Compiling CNIOLLHTTP c_nio_http.c
[112/910] Compiling CNIOExtrasZlib empty.c
[113/910] Compiling CNIODarwin shim.c
[114/910] Compiling CNIOLLHTTP c_nio_api.c
[116/910] Emitting module SwiftASN1
[117/910] Compiling ContainersPreview BorrowingSequence+Utilities.swift
[118/910] Compiling ContainersPreview BorrowingSequence.swift
[119/910] Compiling ContainersPreview Inout.swift
[120/910] Compiling ContainersPreview InputSpan.swift
[121/914] Compiling ContainersPreview OutputSpan+Extras.swift
[122/914] Compiling ContainersPreview TemporaryAllocation.swift
[123/914] Compiling ContainersPreview BorrowingIteratorProtocol.swift
[124/914] Compiling ContainersPreview BorrowingSequence+Standard Conformances.swift
[125/916] Compiling ContainersPreview Container.swift
[126/916] Compiling ContainersPreview ContainerAlgorithms.swift
[127/917] Emitting module ContainersPreview
[128/917] Compiling Logging Locks.swift
[128/917] Compiling fiat_p256_adx_sqr.S
[130/917] Compiling ContainersPreview Drain.swift
[131/917] Compiling ContainersPreview Producer.swift
[132/917] Compiling ContainersPreview Borrow.swift
[133/917] Compiling ContainersPreview Box.swift
[133/917] Compiling fiat_p256_adx_mul.S
[135/917] Emitting module _NIODataStructures
[136/917] Compiling _NIODataStructures Heap.swift
[141/918] Compiling Logging MetadataProvider.swift
[142/918] Compiling Logging Logging.swift
[143/919] Compiling Instrumentation NoOpInstrument.swift
[143/919] Compiling fiat_curve25519_adx_square.S
[145/919] Compiling ContainersPreview Shared.swift
[146/920] Compiling Instrumentation MultiplexInstrument.swift
[148/920] Compiling Instrumentation Locks.swift
[149/920] Compiling Instrumentation InstrumentationSystem.swift
[150/920] Compiling Instrumentation Instrument.swift
[151/920] Emitting module Instrumentation
[152/921] Compiling fiat_curve25519_adx_mul.S
[155/921] Compiling CNIOBoringSSLShims shims.c
[160/930] Compiling Tracing InstrumentationSystem+Tracing.swift
[161/930] Compiling Tracing NoOpTracer.swift
[162/956] Emitting module Tracing
[163/962] Compiling Tracing TracingTime.swift
[164/970] Compiling Tracing TracerProtocol.swift
[165/970] Compiling DequeModule UniqueDeque+Consumption.swift
[166/970] Compiling DequeModule UniqueDeque+Container.swift
[167/970] Compiling DequeModule UniqueDeque+Descriptions.swift
[168/970] Compiling DequeModule UniqueDeque+Equatable.swift
[169/970] Compiling DequeModule UniqueDeque+Experimental.swift
[170/970] Compiling DequeModule UniqueDeque+Hashable.swift
[171/970] Compiling DequeModule UniqueDeque+Initializers.swift
[172/970] Compiling DequeModule UniqueDeque+Insertions.swift
[173/970] Compiling DequeModule UniqueDeque+Prepend.swift
[174/970] Compiling DequeModule UniqueDeque+Removals.swift
[175/975] Compiling DequeModule RigidDeque+Removals.swift
[176/975] Compiling DequeModule RigidDeque+Replacements.swift
[177/975] Compiling DequeModule RigidDeque+Testing.swift
[178/975] Compiling DequeModule RigidDeque.swift
[179/975] Compiling DequeModule UniqueDeque+Append.swift
[180/975] Compiling DequeModule RigidDeque+Equatable.swift
[181/975] Compiling DequeModule RigidDeque+Experimental.swift
[182/975] Compiling DequeModule RigidDeque+Hashable.swift
[183/975] Compiling DequeModule RigidDeque+Initializers.swift
[184/975] Compiling DequeModule RigidDeque+Insertions.swift
[185/975] Compiling DequeModule RigidDeque+Prepend.swift
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.
[185/975] 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>
| ^~~~~~~~~~~
[185/975] 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>
| ^~~~~~~~~~~
[185/975] Compiling tls_record.cc
[185/975] 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>
| ^~~~~~~~~~~
[185/975] Compiling tls13_enc.cc
[185/975] Compiling CNIOLLHTTP c_nio_llhttp.c
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" 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:58b971189c4d3c564696bb40c86e07506670ed096ab7351a005c7c449525017a
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
[0/1] Planning build
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
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.
[2/766] Compiling tls_record.cc
[2/766] Compiling tls13_client.cc
In file included from /host/spi-builder-workspace/.build/checkouts/swift-nio-ssl/Sources/CNIOBoringSSL/ssl/t1_enc.cc:28:
/host/spi-builder-workspace/.build/checkouts/swift-nio-ssl/Sources/CNIOBoringSSL/ssl/../crypto/internal.h:32:10: fatal error: 'pthread.h' file not found
32 | #include <pthread.h>
| ^~~~~~~~~~~
[2/766] Compiling t1_enc.cc
[2/766] Compiling tls13_enc.cc
[2/766] Compiling ssl_x509.cc
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>
| ^~~~~~~~~~~
[2/766] Compiling tls13_both.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>
| ^~~~~~~~~~~
[2/766] Compiling tls_method.cc
[2/766] Compiling tls13_server.cc
BUILD FAILURE 6.1 wasm