The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

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: main
Initialized empty Git repository in /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/swift-cloud/MongoDB
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at beaee95 Update README.md
Cloned https://github.com/swift-cloud/MongoDB.git
Revision (git rev-parse @):
beaee95758d6085b9c971365295eb49f681d0a69
SPI manifest file found: $workDir/.spi.yml
SUCCESS checkout https://github.com/swift-cloud/MongoDB.git at main
========================================
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 AESWrap.swift
[7/65] Compiling Crypto AESWrap_boring.swift
[8/65] Compiling Crypto Ed25519_boring.swift
[9/65] Compiling Crypto EllipticCurvePoint_boring.swift
[10/65] Compiling Crypto EllipticCurve_boring.swift
[11/65] Compiling Crypto NISTCurvesKeys_boring.swift
[12/65] Compiling Crypto X25519Keys_boring.swift
[13/65] Compiling Crypto Curve25519.swift
[14/73] Compiling Crypto ECDSASignature.swift
[15/73] Compiling Crypto PEMDocument.swift
[16/73] Compiling Crypto PKCS8PrivateKey.swift
[17/73] Compiling Crypto SEC1PrivateKey.swift
[18/73] Compiling Crypto SubjectPublicKeyInfo.swift
[19/73] Compiling Crypto CryptoKitErrors.swift
[20/73] Compiling Crypto Digest_boring.swift
[21/73] Compiling Crypto Digest.swift
[22/73] Compiling Crypto Digests.swift
[23/73] Compiling Crypto HashFunctions.swift
[24/73] Compiling Crypto HashFunctions_SHA2.swift
[25/73] Compiling Crypto Insecure.swift
[26/73] Compiling Crypto Insecure_HashFunctions.swift
[27/73] Compiling Crypto ECDH_boring.swift
[28/73] Compiling Crypto DH.swift
[29/73] Compiling Crypto ECDH.swift
[30/73] Compiling Crypto HKDF.swift
[31/73] Emitting module Crypto
[32/73] Compiling Crypto Ed25519.swift
[33/73] Compiling Crypto NISTCurvesKeys.swift
[34/73] Compiling Crypto X25519Keys.swift
[35/73] Compiling Crypto SymmetricKeys.swift
[36/73] Compiling Crypto HMAC.swift
[37/73] Compiling Crypto MACFunctions.swift
[38/73] Compiling Crypto MessageAuthenticationCode.swift
[39/73] Compiling Crypto AES.swift
[40/73] Compiling Crypto ECDSASignature_boring.swift
[41/73] Compiling Crypto ECDSA_boring.swift
[42/73] Compiling Crypto EdDSA_boring.swift
[43/73] Compiling Crypto ECDSA.swift
[44/73] Compiling Crypto EdDSA.swift
[45/73] Compiling Crypto Signature.swift
[46/73] Compiling Crypto ArbitraryPrecisionInteger_boring.swift
[47/73] Compiling Crypto CryptoKitErrors_boring.swift
[48/73] Compiling Crypto ASN1Boolean.swift
[49/73] Compiling Crypto ASN1Identifier.swift
[50/73] Compiling Crypto ASN1Integer.swift
[51/73] Compiling Crypto ASN1Null.swift
[52/73] Compiling Crypto ASN1OctetString.swift
[53/73] Compiling Crypto ASN1Strings.swift
[54/73] Compiling Crypto ArraySliceBigint.swift
[55/73] Compiling Crypto GeneralizedTime.swift
[56/73] Compiling Crypto ObjectIdentifier.swift
[57/73] Compiling Crypto AES-GCM.swift
[58/73] Compiling Crypto AES-GCM_boring.swift
[59/73] Compiling Crypto ChaChaPoly_boring.swift
[60/73] Compiling Crypto ChaChaPoly.swift
[61/73] Compiling Crypto Cipher.swift
[62/73] Compiling Crypto Nonces.swift
[63/73] Compiling Crypto ASN1.swift
[64/73] Compiling Crypto ASN1Any.swift
[65/73] Compiling Crypto ASN1BitString.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/3/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/3/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/3/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/3/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/3/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/3/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/3/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/3/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/3/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/3/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/3/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/3/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 Headers.swift
[81/122] Compiling Compute IncomingRequest.swift
[82/122] Compiling Compute JWT.swift
[83/122] Compiling Compute JWTClaim.swift
[84/122] Compiling Compute JWTError.swift
[85/122] Compiling Compute ObjectStore.swift
[86/122] Compiling Compute PathComponent.swift
/Users/builder/builds/UKfvDsi8u/3/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/3/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
                              ^
[87/122] Compiling Compute Routable.swift
/Users/builder/builds/UKfvDsi8u/3/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/3/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
                              ^
[88/122] Compiling Compute Router.swift
/Users/builder/builds/UKfvDsi8u/3/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/3/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
                              ^
[89/122] Compiling Compute TrieRouter.swift
/Users/builder/builds/UKfvDsi8u/3/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/3/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
                              ^
[90/122] Compiling Compute SecretStore.swift
/Users/builder/builds/UKfvDsi8u/3/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/3/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
                              ^
[91/122] Compiling Compute WritableBody.swift
/Users/builder/builds/UKfvDsi8u/3/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/3/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
                              ^
[92/122] Compiling Compute Compute.swift
[93/122] Compiling Compute Concurrency.swift
[94/122] Compiling Compute ConfigStore.swift
[95/122] Compiling Compute Console.swift
[96/122] Compiling Compute Crypto.swift
[97/122] Compiling Compute FanoutClient.swift
[98/122] Compiling Compute FastlyConfigStore.swift
[99/122] Compiling Compute FastlyEnvironment.swift
[100/122] Compiling Compute FastlyError.swift
[101/122] Compiling Compute FastlyGeoLocation.swift
[102/122] Compiling Compute FastlyLogger.swift
[103/122] Compiling Compute FastlyObjectStore.swift
[104/122] Emitting module Compute
[105/122] Compiling Compute FastlyPendingRequest.swift
[106/122] Compiling Compute FastlyRequest.swift
[107/122] Compiling Compute FastlyResponse.swift
[108/122] Compiling Compute FastlySecretStore.swift
[109/122] Compiling Compute FastlyStubs.swift
[110/122] Compiling Compute FastlyTypes.swift
[111/122] Compiling Compute FanoutMessage.swift
[112/122] Compiling Compute IncomingRequest+Fanout.swift
[113/122] Compiling Compute OutgoingResponse+Fanout.swift
[114/122] Compiling Compute Fastly.swift
[115/122] Compiling Compute FastlyABI.swift
[116/122] Compiling Compute FastlyBody.swift
[117/122] Compiling Compute FastlyUtils.swift
[118/122] Compiling Compute Fetch+URLSession.swift
[119/122] Compiling Compute Fetch+Wasi.swift
[120/122] Compiling Compute Fetch.swift
[121/122] Compiling Compute FetchRequest.swift
[122/122] Compiling Compute FetchResponse.swift
error: fatalError
Fetching https://github.com/swift-cloud/swift-crypto from cache
Fetching https://github.com/swift-cloud/Compute from cache
Fetched https://github.com/swift-cloud/Compute from cache (0.16s)
Fetched https://github.com/swift-cloud/swift-crypto from cache (0.16s)
Computing version for https://github.com/swift-cloud/Compute
Computed https://github.com/swift-cloud/Compute at 2.12.0 (0.32s)
Computing version for https://github.com/swift-cloud/swift-crypto
Computed https://github.com/swift-cloud/swift-crypto at 2.2.4 (0.34s)
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 SecretStore.swift
[3/13] Compiling Compute PathComponent.swift
[4/13] Compiling Compute Routable.swift
[5/14] Compiling Compute Router.swift
[6/14] Compiling Compute ReadableBody.swift
[7/14] Compiling Compute Parameters.swift
[8/14] Compiling Compute TrieRouter.swift
[9/32] Compiling Compute WritableBody.swift
/Users/builder/builds/UKfvDsi8u/3/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/3/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
                              ^
[10/36] Compiling Compute OutgoingResponse.swift
[11/36] Compiling Compute Range.swift
[12/36] Compiling Compute ReadableBody+Data.swift
/Users/builder/builds/UKfvDsi8u/3/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/3/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
                     ^
[13/36] Compiling Compute ReadableBody+Wasi.swift
/Users/builder/builds/UKfvDsi8u/3/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/3/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
                     ^
[14/44] Emitting module Compute
[15/48] Compiling Compute FanoutMessage.swift
[16/48] Compiling Compute IncomingRequest+Fanout.swift
[17/48] Compiling Compute OutgoingResponse+Fanout.swift
[18/48] Compiling Compute FastlyABI.swift
[19/48] Compiling Compute FastlyBody.swift
[20/48] Compiling Compute FastlyConfigStore.swift
[21/48] Compiling Compute FastlyEnvironment.swift
[22/48] Compiling Compute FastlyError.swift
[23/48] Compiling Compute FastlyGeoLocation.swift
[24/48] Compiling Compute Compute.swift
[25/48] Compiling Compute ConfigStore.swift
[26/48] Compiling Compute Console.swift
[27/48] Compiling Compute Crypto.swift
[28/48] Compiling Compute FanoutClient.swift
[29/48] Compiling Compute FastlyLogger.swift
[30/48] Compiling Compute FastlyObjectStore.swift
[31/48] Compiling Compute FastlyPendingRequest.swift
[32/48] Compiling Compute FastlyRequest.swift
[33/48] Compiling Compute FetchRequest.swift
[34/48] Compiling Compute FetchResponse.swift
[35/48] Compiling Compute Headers.swift
[36/48] Compiling Compute IncomingRequest.swift
[37/48] Compiling Compute FastlyUtils.swift
[38/48] Compiling Compute Fetch+URLSession.swift
[39/48] Compiling Compute Fetch+Wasi.swift
[40/48] Compiling Compute Fetch.swift
[41/48] Compiling Compute JWT.swift
[42/48] Compiling Compute JWTClaim.swift
[43/48] Compiling Compute JWTError.swift
[44/48] Compiling Compute ObjectStore.swift
[45/48] Compiling Compute FastlyResponse.swift
[46/48] Compiling Compute FastlySecretStore.swift
[47/48] Compiling Compute FastlyStubs.swift
[48/48] Compiling Compute FastlyTypes.swift
error: fatalError
BUILD FAILURE 5.10 macosSpm