Build Information
Failed to build MongoDB with Swift 5.10 for macOS (SPM).
Build Command
env DEVELOPER_DIR=/Applications/Xcode-15.3.0-Beta.2.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.29.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/swift-cloud/MongoDB.git
Reference: 1.0.0
Initialized empty Git repository in /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/swift-cloud/MongoDB
* tag 1.0.0 -> FETCH_HEAD
HEAD is now at 0d5b903 Readme updates
Cloned https://github.com/swift-cloud/MongoDB.git
Revision (git rev-parse @):
0d5b903bcc7ee46252bb106f26915063029a75c5
SPI manifest file found: $workDir/.spi.yml
SUCCESS checkout https://github.com/swift-cloud/MongoDB.git at 1.0.0
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 5.10
Building package at path: $workDir
https://github.com/swift-cloud/MongoDB.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.3.0-Beta.2.app xcrun swift build --arch arm64
Building for debugging...
[0/5] Write sources
[3/5] Write swift-version--423B1241ED78D482.txt
[4/65] Compiling ComputeRuntime ComputeRuntime.c
[6/65] Compiling Crypto AES-GCM.swift
[7/65] Compiling Crypto AES-GCM_boring.swift
[8/65] Compiling Crypto ChaChaPoly_boring.swift
[9/65] Compiling Crypto ChaChaPoly.swift
[10/65] Compiling Crypto Cipher.swift
[11/65] Compiling Crypto Nonces.swift
[12/65] Compiling Crypto ASN1.swift
[13/65] Compiling Crypto ASN1Any.swift
[14/65] Compiling Crypto ASN1BitString.swift
[15/73] Emitting module Crypto
[16/73] Compiling Crypto ASN1Boolean.swift
[17/73] Compiling Crypto ASN1Identifier.swift
[18/73] Compiling Crypto ASN1Integer.swift
[19/73] Compiling Crypto ASN1Null.swift
[20/73] Compiling Crypto ASN1OctetString.swift
[21/73] Compiling Crypto ASN1Strings.swift
[22/73] Compiling Crypto ArraySliceBigint.swift
[23/73] Compiling Crypto GeneralizedTime.swift
[24/73] Compiling Crypto ObjectIdentifier.swift
[25/73] Compiling Crypto HashFunctions.swift
[26/73] Compiling Crypto HashFunctions_SHA2.swift
[27/73] Compiling Crypto Insecure.swift
[28/73] Compiling Crypto Insecure_HashFunctions.swift
[29/73] Compiling Crypto ECDH_boring.swift
[30/73] Compiling Crypto DH.swift
[31/73] Compiling Crypto ECDH.swift
[32/73] Compiling Crypto HKDF.swift
[33/73] Compiling Crypto AESWrap.swift
[34/73] Compiling Crypto AESWrap_boring.swift
[35/73] Compiling Crypto Ed25519_boring.swift
[36/73] Compiling Crypto EllipticCurvePoint_boring.swift
[37/73] Compiling Crypto EllipticCurve_boring.swift
[38/73] Compiling Crypto NISTCurvesKeys_boring.swift
[39/73] Compiling Crypto X25519Keys_boring.swift
[40/73] Compiling Crypto Curve25519.swift
[41/73] Compiling Crypto Ed25519.swift
[42/73] Compiling Crypto NISTCurvesKeys.swift
[43/73] Compiling Crypto X25519Keys.swift
[44/73] Compiling Crypto SymmetricKeys.swift
[45/73] Compiling Crypto HMAC.swift
[46/73] Compiling Crypto MACFunctions.swift
[47/73] Compiling Crypto MessageAuthenticationCode.swift
[48/73] Compiling Crypto AES.swift
[49/73] Compiling Crypto ECDSASignature.swift
[50/73] Compiling Crypto PEMDocument.swift
[51/73] Compiling Crypto PKCS8PrivateKey.swift
[52/73] Compiling Crypto SEC1PrivateKey.swift
[53/73] Compiling Crypto SubjectPublicKeyInfo.swift
[54/73] Compiling Crypto CryptoKitErrors.swift
[55/73] Compiling Crypto Digest_boring.swift
[56/73] Compiling Crypto Digest.swift
[57/73] Compiling Crypto Digests.swift
[58/73] Compiling Crypto ECDSASignature_boring.swift
[59/73] Compiling Crypto ECDSA_boring.swift
[60/73] Compiling Crypto EdDSA_boring.swift
[61/73] Compiling Crypto ECDSA.swift
[62/73] Compiling Crypto EdDSA.swift
[63/73] Compiling Crypto Signature.swift
[64/73] Compiling Crypto ArbitraryPrecisionInteger_boring.swift
[65/73] Compiling Crypto CryptoKitErrors_boring.swift
[66/73] Compiling Crypto FiniteFieldArithmeticContext_boring.swift
[67/73] Compiling Crypto RNG_boring.swift
[68/73] Compiling Crypto SafeCompare_boring.swift
[69/73] Compiling Crypto Zeroization_boring.swift
[70/73] Compiling Crypto PrettyBytes.swift
[71/73] Compiling Crypto SafeCompare.swift
[72/73] Compiling Crypto SecureBytes.swift
[73/73] Compiling Crypto Zeroization.swift
[74/116] Compiling Compute OutgoingResponse.swift
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Compute/Sources/Compute/ReadableBody/ReadableBody+Wasi.swift:35:13: error: actor-isolated property 'body' can not be mutated on a non-isolated actor instance
try body.read {
^
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Compute/Sources/Compute/ReadableBody/ReadableBody+Wasi.swift:14:22: note: mutation of this property is only permitted within the actor
private(set) var body: Fastly.Body
^
[75/116] Compiling Compute Range.swift
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Compute/Sources/Compute/ReadableBody/ReadableBody+Wasi.swift:35:13: error: actor-isolated property 'body' can not be mutated on a non-isolated actor instance
try body.read {
^
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Compute/Sources/Compute/ReadableBody/ReadableBody+Wasi.swift:14:22: note: mutation of this property is only permitted within the actor
private(set) var body: Fastly.Body
^
[76/116] Compiling Compute ReadableBody+Data.swift
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Compute/Sources/Compute/ReadableBody/ReadableBody+Wasi.swift:35:13: error: actor-isolated property 'body' can not be mutated on a non-isolated actor instance
try body.read {
^
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Compute/Sources/Compute/ReadableBody/ReadableBody+Wasi.swift:14:22: note: mutation of this property is only permitted within the actor
private(set) var body: Fastly.Body
^
[77/116] Compiling Compute ReadableBody+Wasi.swift
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Compute/Sources/Compute/ReadableBody/ReadableBody+Wasi.swift:35:13: error: actor-isolated property 'body' can not be mutated on a non-isolated actor instance
try body.read {
^
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Compute/Sources/Compute/ReadableBody/ReadableBody+Wasi.swift:14:22: note: mutation of this property is only permitted within the actor
private(set) var body: Fastly.Body
^
[78/116] Compiling Compute ReadableBody.swift
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Compute/Sources/Compute/ReadableBody/ReadableBody+Wasi.swift:35:13: error: actor-isolated property 'body' can not be mutated on a non-isolated actor instance
try body.read {
^
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Compute/Sources/Compute/ReadableBody/ReadableBody+Wasi.swift:14:22: note: mutation of this property is only permitted within the actor
private(set) var body: Fastly.Body
^
[79/116] Compiling Compute Parameters.swift
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Compute/Sources/Compute/ReadableBody/ReadableBody+Wasi.swift:35:13: error: actor-isolated property 'body' can not be mutated on a non-isolated actor instance
try body.read {
^
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Compute/Sources/Compute/ReadableBody/ReadableBody+Wasi.swift:14:22: note: mutation of this property is only permitted within the actor
private(set) var body: Fastly.Body
^
[80/122] Compiling Compute PathComponent.swift
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Compute/Sources/Compute/WritableBody.swift:38:13: error: actor-isolated property 'body' can not be mutated on a non-isolated actor instance
try body.append(source.body)
^
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Compute/Sources/Compute/WritableBody.swift:14:31: note: mutation of this property is only permitted within the actor
internal private(set) var body: Fastly.Body
^
[81/122] Compiling Compute Routable.swift
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Compute/Sources/Compute/WritableBody.swift:38:13: error: actor-isolated property 'body' can not be mutated on a non-isolated actor instance
try body.append(source.body)
^
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Compute/Sources/Compute/WritableBody.swift:14:31: note: mutation of this property is only permitted within the actor
internal private(set) var body: Fastly.Body
^
[82/122] Compiling Compute Router.swift
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Compute/Sources/Compute/WritableBody.swift:38:13: error: actor-isolated property 'body' can not be mutated on a non-isolated actor instance
try body.append(source.body)
^
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Compute/Sources/Compute/WritableBody.swift:14:31: note: mutation of this property is only permitted within the actor
internal private(set) var body: Fastly.Body
^
[83/122] Compiling Compute TrieRouter.swift
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Compute/Sources/Compute/WritableBody.swift:38:13: error: actor-isolated property 'body' can not be mutated on a non-isolated actor instance
try body.append(source.body)
^
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Compute/Sources/Compute/WritableBody.swift:14:31: note: mutation of this property is only permitted within the actor
internal private(set) var body: Fastly.Body
^
[84/122] Compiling Compute SecretStore.swift
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Compute/Sources/Compute/WritableBody.swift:38:13: error: actor-isolated property 'body' can not be mutated on a non-isolated actor instance
try body.append(source.body)
^
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Compute/Sources/Compute/WritableBody.swift:14:31: note: mutation of this property is only permitted within the actor
internal private(set) var body: Fastly.Body
^
[85/122] Compiling Compute WritableBody.swift
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Compute/Sources/Compute/WritableBody.swift:38:13: error: actor-isolated property 'body' can not be mutated on a non-isolated actor instance
try body.append(source.body)
^
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Compute/Sources/Compute/WritableBody.swift:14:31: note: mutation of this property is only permitted within the actor
internal private(set) var body: Fastly.Body
^
[86/122] Compiling Compute Compute.swift
[87/122] Compiling Compute Concurrency.swift
[88/122] Compiling Compute ConfigStore.swift
[89/122] Compiling Compute Console.swift
[90/122] Compiling Compute Crypto.swift
[91/122] Compiling Compute FanoutClient.swift
[92/122] Compiling Compute Headers.swift
[93/122] Compiling Compute IncomingRequest.swift
[94/122] Compiling Compute JWT.swift
[95/122] Compiling Compute JWTClaim.swift
[96/122] Compiling Compute JWTError.swift
[97/122] Compiling Compute ObjectStore.swift
[98/122] Compiling Compute FanoutMessage.swift
[99/122] Compiling Compute IncomingRequest+Fanout.swift
[100/122] Compiling Compute OutgoingResponse+Fanout.swift
[101/122] Compiling Compute Fastly.swift
[102/122] Compiling Compute FastlyABI.swift
[103/122] Compiling Compute FastlyBody.swift
[104/122] Compiling Compute FastlyConfigStore.swift
[105/122] Compiling Compute FastlyEnvironment.swift
[106/122] Compiling Compute FastlyError.swift
[107/122] Compiling Compute FastlyGeoLocation.swift
[108/122] Compiling Compute FastlyLogger.swift
[109/122] Compiling Compute FastlyObjectStore.swift
[110/122] Emitting module Compute
[111/122] Compiling Compute FastlyUtils.swift
[112/122] Compiling Compute Fetch+URLSession.swift
[113/122] Compiling Compute Fetch+Wasi.swift
[114/122] Compiling Compute Fetch.swift
[115/122] Compiling Compute FetchRequest.swift
[116/122] Compiling Compute FetchResponse.swift
[117/122] Compiling Compute FastlyPendingRequest.swift
[118/122] Compiling Compute FastlyRequest.swift
[119/122] Compiling Compute FastlyResponse.swift
[120/122] Compiling Compute FastlySecretStore.swift
[121/122] Compiling Compute FastlyStubs.swift
[122/122] Compiling Compute FastlyTypes.swift
error: fatalError
Fetching https://github.com/swift-cloud/Compute
Fetching https://github.com/swift-cloud/swift-crypto
[1/16837] Fetching compute
[2/20972] Fetching compute, swift-crypto
Fetched https://github.com/swift-cloud/swift-crypto from cache (1.08s)
Fetched https://github.com/swift-cloud/Compute from cache (1.08s)
Computing version for https://github.com/swift-cloud/Compute
Computed https://github.com/swift-cloud/Compute at 2.12.0 (0.48s)
Computing version for https://github.com/swift-cloud/swift-crypto
Computed https://github.com/swift-cloud/swift-crypto at 2.2.4 (0.56s)
Creating working copy for https://github.com/swift-cloud/swift-crypto
Working copy of https://github.com/swift-cloud/swift-crypto resolved at 2.2.4
Creating working copy for https://github.com/swift-cloud/Compute
Working copy of https://github.com/swift-cloud/Compute resolved at 2.12.0
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version--423B1241ED78D482.txt
[2/13] Compiling Compute Router.swift
[3/13] Compiling Compute ReadableBody.swift
[4/13] Compiling Compute Parameters.swift
[5/13] Compiling Compute SecretStore.swift
[6/14] Compiling Compute TrieRouter.swift
[7/14] Compiling Compute ReadableBody+Data.swift
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Compute/Sources/Compute/ReadableBody/ReadableBody+Wasi.swift:35:13: error: actor-isolated property 'body' can not be mutated on a non-isolated actor instance
try body.read {
^
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Compute/Sources/Compute/ReadableBody/ReadableBody+Wasi.swift:14:22: note: mutation of this property is only permitted within the actor
private(set) var body: Fastly.Body
^
[8/14] Compiling Compute ReadableBody+Wasi.swift
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Compute/Sources/Compute/ReadableBody/ReadableBody+Wasi.swift:35:13: error: actor-isolated property 'body' can not be mutated on a non-isolated actor instance
try body.read {
^
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Compute/Sources/Compute/ReadableBody/ReadableBody+Wasi.swift:14:22: note: mutation of this property is only permitted within the actor
private(set) var body: Fastly.Body
^
[9/14] Compiling Compute PathComponent.swift
[10/14] Compiling Compute Routable.swift
[11/22] Compiling Compute WritableBody.swift
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Compute/Sources/Compute/WritableBody.swift:38:13: error: actor-isolated property 'body' can not be mutated on a non-isolated actor instance
try body.append(source.body)
^
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Compute/Sources/Compute/WritableBody.swift:14:31: note: mutation of this property is only permitted within the actor
internal private(set) var body: Fastly.Body
^
[12/23] Compiling Compute IncomingRequest+Fanout.swift
[13/23] Compiling Compute OutgoingResponse+Fanout.swift
[14/24] Compiling Compute OutgoingResponse.swift
[15/24] Compiling Compute Range.swift
[16/25] Compiling Compute Compute.swift
[17/25] Compiling Compute FanoutClient.swift
[18/25] Compiling Compute Fetch.swift
[19/25] Compiling Compute FetchRequest.swift
[20/25] Compiling Compute Fetch+URLSession.swift
[21/25] Compiling Compute Fetch+Wasi.swift
[22/35] Compiling Compute FetchResponse.swift
[23/37] Compiling Compute IncomingRequest.swift
[24/39] Compiling Compute ObjectStore.swift
[25/41] Emitting module Compute
[26/43] Compiling Compute FastlyObjectStore.swift
[27/43] Compiling Compute FastlyPendingRequest.swift
[28/43] Compiling Compute FastlyBody.swift
[29/43] Compiling Compute FastlyConfigStore.swift
[30/43] Compiling Compute FastlyError.swift
[31/45] Compiling Compute FastlyGeoLocation.swift
[32/45] Compiling Compute FastlyLogger.swift
[33/46] Compiling Compute FastlyABI.swift
[34/46] Compiling Compute ConfigStore.swift
[35/48] Compiling Compute Console.swift
[36/48] Compiling Compute Crypto.swift
[37/48] Compiling Compute FanoutMessage.swift
[38/48] Compiling Compute FastlyUtils.swift
[39/48] Compiling Compute Headers.swift
[40/48] Compiling Compute FastlyRequest.swift
[41/48] Compiling Compute FastlyResponse.swift
[42/48] Compiling Compute FastlyEnvironment.swift
[43/48] Compiling Compute JWT.swift
[44/48] Compiling Compute JWTClaim.swift
[45/48] Compiling Compute JWTError.swift
[46/48] Compiling Compute FastlyStubs.swift
[47/48] Compiling Compute FastlySecretStore.swift
[48/48] Compiling Compute FastlyTypes.swift
error: fatalError
BUILD FAILURE 5.10 macosSpm