The Swift Package Index logo.Swift Package Index

Build Information

Failed to build PlanetScale with Swift 5.9 for macOS (SPM).

Build Command

Build command unavailable

Build Log

========================================
RunAll
========================================
Builder version: 4.27.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/swift-cloud/Planetscale.git
Reference: main
Initialized empty Git repository in /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/swift-cloud/Planetscale
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 413a285 Merge pull request #2 from swift-cloud/add-license-1
Cloned https://github.com/swift-cloud/Planetscale.git
Revision (git rev-parse @):
413a2851133974a6b0b41fdd1bffc701a69a38a8
SPI manifest file found: $PWD/checkout/.spi.yml
SUCCESS checkout https://github.com/swift-cloud/Planetscale.git at main
Fetching https://github.com/krzyzanowskim/CryptoSwift.git from cache
Fetching https://github.com/swift-cloud/Compute from cache
Fetched https://github.com/krzyzanowskim/CryptoSwift.git (0.21s)
Fetched https://github.com/swift-cloud/Compute (0.21s)
Computing version for https://github.com/swift-cloud/Compute
Computed https://github.com/swift-cloud/Compute at 2.7.0 (0.64s)
Computing version for https://github.com/krzyzanowskim/CryptoSwift.git
Computed https://github.com/krzyzanowskim/CryptoSwift.git at 1.6.0 (0.62s)
Creating working copy for https://github.com/swift-cloud/Compute
Working copy of https://github.com/swift-cloud/Compute resolved at 2.7.0
Creating working copy for https://github.com/krzyzanowskim/CryptoSwift.git
Working copy of https://github.com/krzyzanowskim/CryptoSwift.git resolved at 1.6.0
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "planetscale",
      "name": "PlanetScale",
      "url": "https://github.com/swift-cloud/Planetscale.git",
      "version": "unspecified",
      "path": "/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Planetscale",
      "dependencies": [
        {
          "identity": "compute",
          "name": "Compute",
          "url": "https://github.com/swift-cloud/Compute",
          "version": "2.18.0",
          "path": "/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Compute",
          "dependencies": [
            {
              "identity": "swift-crypto",
              "name": "swift-crypto",
              "url": "https://github.com/apple/swift-crypto",
              "version": "2.6.0",
              "path": "/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-crypto",
              "dependencies": [
              ]
            }
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/swift-cloud/Planetscale.git
[1/125] Fetching planetscale
Fetched https://github.com/swift-cloud/Planetscale.git (0.24s)
Fetching https://github.com/swift-cloud/Compute from cache
Fetched https://github.com/swift-cloud/Compute (0.23s)
Computing version for https://github.com/swift-cloud/Compute
Computed https://github.com/swift-cloud/Compute at 2.18.0 (0.56s)
Fetching https://github.com/apple/swift-crypto from cache
Fetched https://github.com/apple/swift-crypto (0.24s)
Computing version for https://github.com/apple/swift-crypto
Computed https://github.com/apple/swift-crypto at 2.6.0 (0.03s)
Creating working copy for https://github.com/swift-cloud/Compute
Working copy of https://github.com/swift-cloud/Compute resolved at 2.18.0
Creating working copy for https://github.com/swift-cloud/Planetscale.git
Working copy of https://github.com/swift-cloud/Planetscale.git resolved at main
Creating working copy for https://github.com/apple/swift-crypto
Working copy of https://github.com/apple/swift-crypto resolved at 2.6.0
warning: '.resolve-product-dependencies': dependency 'planetscale' is not used by any target
Found 1 product dependencies
  - Compute
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.9
Building package at path:  $PWD/checkout
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.0.0.app xcrun swift build --arch arm64
Building for debugging...
[0/99] Compiling ComputeRuntime ComputeRuntime.c
[2/99] Compiling CryptoSwift Collection+Extension.swift
[3/99] Compiling CryptoSwift CompactMap.swift
[4/99] Compiling CryptoSwift Cryptor.swift
[5/99] Compiling CryptoSwift Cryptors.swift
[6/99] Compiling CryptoSwift Digest.swift
[7/99] Compiling CryptoSwift DigestType.swift
[8/99] Compiling CryptoSwift AES+Foundation.swift
[9/99] Compiling CryptoSwift Array+Foundation.swift
[10/99] Compiling CryptoSwift Blowfish+Foundation.swift
[11/99] Compiling CryptoSwift ChaCha20+Foundation.swift
[12/99] Compiling CryptoSwift Data+Extension.swift
[13/99] Compiling CryptoSwift HMAC+Foundation.swift
[14/99] Compiling CryptoSwift Rabbit+Foundation.swift
[15/99] Compiling CryptoSwift String+FoundationExtension.swift
[16/112] Compiling CryptoSwift Utils+Foundation.swift
[17/112] Compiling CryptoSwift Generics.swift
[18/112] Compiling CryptoSwift HKDF.swift
[19/112] Compiling CryptoSwift HMAC.swift
[20/112] Compiling CryptoSwift ISO10126Padding.swift
[21/112] Compiling CryptoSwift ISO78164Padding.swift
[22/112] Compiling CryptoSwift Int+Extension.swift
[23/112] Compiling CryptoSwift MD5.swift
[24/112] Compiling CryptoSwift NoPadding.swift
[25/112] Compiling CryptoSwift Operators.swift
[26/112] Compiling CryptoSwift DER.swift
[27/112] Compiling CryptoSwift PBKDF1.swift
[28/112] Compiling CryptoSwift PBKDF2.swift
[29/112] Compiling CryptoSwift PKCS1v15.swift
[30/112] Emitting module CryptoSwift
[31/112] Compiling CryptoSwift CBCMAC.swift
[32/112] Compiling CryptoSwift CMAC.swift
[33/112] Compiling CryptoSwift Addition.swift
[34/112] Compiling CryptoSwift BigInt.swift
[35/112] Compiling CryptoSwift BigUInt.swift
[36/112] Compiling CryptoSwift Bitwise Ops.swift
[37/112] Compiling CryptoSwift CS.swift
[38/112] Compiling CryptoSwift Codable.swift
[39/112] Compiling CryptoSwift Comparable.swift
[40/112] Compiling CryptoSwift Data Conversion.swift
[41/112] Compiling CryptoSwift Division.swift
[42/112] Compiling CryptoSwift Exponentiation.swift
[43/112] Compiling CryptoSwift Floating Point Conversion.swift
[44/112] Compiling CryptoSwift GCD.swift
[45/112] Compiling CryptoSwift BlockEncryptor.swift
[46/112] Compiling CryptoSwift BlockMode.swift
[47/112] Compiling CryptoSwift BlockModeOptions.swift
[48/112] Compiling CryptoSwift CBC.swift
[49/112] Compiling CryptoSwift CCM.swift
[50/112] Compiling CryptoSwift CFB.swift
[51/112] Compiling CryptoSwift CTR.swift
[52/112] Compiling CryptoSwift CipherModeWorker.swift
[53/112] Compiling CryptoSwift ECB.swift
[54/112] Compiling CryptoSwift GCM.swift
[55/112] Compiling CryptoSwift OCB.swift
[56/112] Compiling CryptoSwift OFB.swift
[57/112] Compiling CryptoSwift PCBC.swift
[58/112] Compiling CryptoSwift Blowfish.swift
[59/112] Compiling CryptoSwift AEAD.swift
[60/112] Compiling CryptoSwift AEADChaCha20Poly1305.swift
[61/112] Compiling CryptoSwift AES.Cryptors.swift
[62/112] Compiling CryptoSwift AES.swift
[63/112] Compiling CryptoSwift ASN1.swift
[64/112] Compiling CryptoSwift ASN1Decoder.swift
[65/112] Compiling CryptoSwift ASN1Encoder.swift
[66/112] Compiling CryptoSwift ASN1Scanner.swift
[67/112] Compiling CryptoSwift Array+Extension.swift
[68/112] Compiling CryptoSwift Authenticator.swift
[69/112] Compiling CryptoSwift BatchedCollection.swift
[70/112] Compiling CryptoSwift Bit.swift
[71/112] Compiling CryptoSwift BlockCipher.swift
[72/112] Compiling CryptoSwift BlockDecryptor.swift
[73/112] Compiling CryptoSwift SecureBytes.swift
[74/112] Compiling CryptoSwift Signature.swift
[75/112] Compiling CryptoSwift StreamDecryptor.swift
[76/112] Compiling CryptoSwift StreamEncryptor.swift
[77/112] Compiling CryptoSwift String+Extension.swift
[78/112] Compiling CryptoSwift UInt128.swift
[79/112] Compiling CryptoSwift UInt16+Extension.swift
[80/112] Compiling CryptoSwift UInt32+Extension.swift
[81/112] Compiling CryptoSwift UInt64+Extension.swift
[82/112] Compiling CryptoSwift UInt8+Extension.swift
[83/112] Compiling CryptoSwift Updatable.swift
[84/112] Compiling CryptoSwift Utils.swift
[85/112] Compiling CryptoSwift ZeroPadding.swift
[86/112] Compiling CryptoSwift PKCS5.swift
[87/112] Compiling CryptoSwift PKCS7.swift
[88/112] Compiling CryptoSwift PKCS7Padding.swift
[89/112] Compiling CryptoSwift Padding.swift
[90/112] Compiling CryptoSwift Poly1305.swift
[91/112] Compiling CryptoSwift RSA+Cipher.swift
[92/112] Compiling CryptoSwift RSA+Signature.swift
[93/112] Compiling CryptoSwift RSA.swift
[94/112] Compiling CryptoSwift Rabbit.swift
[95/112] Compiling CryptoSwift SHA1.swift
[96/112] Compiling CryptoSwift SHA2.swift
[97/112] Compiling CryptoSwift SHA3.swift
[98/112] Compiling CryptoSwift Scrypt.swift
[99/112] Compiling CryptoSwift Hashable.swift
[100/112] Compiling CryptoSwift Integer Conversion.swift
[101/112] Compiling CryptoSwift Multiplication.swift
[102/112] Compiling CryptoSwift Prime Test.swift
[103/112] Compiling CryptoSwift Random.swift
[104/112] Compiling CryptoSwift Shifts.swift
[105/112] Compiling CryptoSwift Square Root.swift
[106/112] Compiling CryptoSwift Strideable.swift
[107/112] Compiling CryptoSwift String Conversion.swift
[108/112] Compiling CryptoSwift Subtraction.swift
[109/112] Compiling CryptoSwift Words and Bits.swift
[110/112] Compiling CryptoSwift ChaCha20.swift
[111/112] Compiling CryptoSwift Checksum.swift
[112/112] Compiling CryptoSwift Cipher.swift
[113/147] Compiling Compute ReadableBody+Wasi.swift
/Users/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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
                     ^
[114/147] Compiling Compute ReadableBody.swift
/Users/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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
                     ^
[115/147] Compiling Compute Parameters.swift
/Users/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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
                     ^
[116/147] Compiling Compute PathComponent.swift
/Users/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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
                     ^
[117/147] Compiling Compute FastlyABI.swift
[118/147] Compiling Compute FastlyBody.swift
[119/147] Compiling Compute FastlyConfigStore.swift
[120/147] Compiling Compute FastlyEnvironment.swift
[121/147] Compiling Compute FastlyGeoLocation.swift
[122/151] Emitting module Compute
[123/151] Compiling Compute FastlyLogger.swift
[124/151] Compiling Compute FastlyObjectStore.swift
[125/151] Compiling Compute FastlyPendingRequest.swift
[126/151] Compiling Compute FastlyRequest.swift
[127/151] Compiling Compute FastlyResponse.swift
[128/151] Compiling Compute Routable.swift
/Users/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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
                              ^
[129/151] Compiling Compute Router.swift
/Users/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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
                              ^
[130/151] Compiling Compute TrieRouter.swift
/Users/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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
                              ^
[131/151] Compiling Compute WritableBody.swift
/Users/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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
                              ^
[132/151] Compiling Compute Fetch.swift
[133/151] Compiling Compute FetchRequest.swift
[134/151] Compiling Compute FetchResponse.swift
[135/151] Compiling Compute Headers.swift
[136/151] Compiling Compute IncomingRequest.swift
[137/151] Compiling Compute JWT.swift
[138/151] Compiling Compute ObjectStore.swift
[139/151] Compiling Compute OutgoingResponse.swift
[140/151] Compiling Compute Range.swift
[141/151] Compiling Compute ReadableBody+Data.swift
[142/151] Compiling Compute Compute.swift
[143/151] Compiling Compute Concurrency.swift
[144/151] Compiling Compute ConfigStore.swift
[145/151] Compiling Compute Console.swift
[146/151] Compiling Compute Fastly.swift
[147/151] Compiling Compute FastlyStubs.swift
[148/151] Compiling Compute FastlyTypes.swift
[149/151] Compiling Compute FastlyUtils.swift
[150/151] Compiling Compute Fetch+URLSession.swift
[151/151] Compiling Compute Fetch+Wasi.swift
error: fatalError
[0/1] Planning build
Building for debugging...
[1/8] Compiling Compute ReadableBody.swift
[2/8] Compiling Compute PathComponent.swift
[3/8] Compiling Compute TrieRouter.swift
[4/13] Compiling Compute Routable.swift
[5/13] Compiling Compute Router.swift
[6/15] Compiling Compute Parameters.swift
[7/15] Emitting module Compute
[8/15] Compiling Compute ReadableBody+Wasi.swift
/Users/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/18] Compiling Compute WritableBody.swift
/Users/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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
                              ^
[10/19] Compiling Compute FetchResponse.swift
[11/19] Compiling Compute FetchRequest.swift
[12/25] Compiling Compute Compute.swift
[13/25] Compiling Compute Fetch+URLSession.swift
[14/25] Compiling Compute Fetch+Wasi.swift
[15/25] Compiling Compute Fetch.swift
[16/29] Compiling Compute ObjectStore.swift
[17/29] Compiling Compute IncomingRequest.swift
[18/29] Compiling Compute OutgoingResponse.swift
[19/35] Compiling Compute ReadableBody+Data.swift
[20/37] Compiling Compute FastlyBody.swift
[21/37] Compiling Compute FastlyConfigStore.swift
[22/37] Compiling Compute FastlyEnvironment.swift
[23/37] Compiling Compute ConfigStore.swift
[24/37] Compiling Compute Console.swift
[25/37] Compiling Compute FastlyABI.swift
[26/37] Compiling Compute FastlyObjectStore.swift
[27/37] Compiling Compute FastlyPendingRequest.swift
[28/37] Compiling Compute FastlyGeoLocation.swift
[29/37] Compiling Compute FastlyLogger.swift
[30/37] Compiling Compute FastlyUtils.swift
[31/37] Compiling Compute Headers.swift
[32/37] Compiling Compute JWT.swift
[33/37] Compiling Compute Range.swift
[34/37] Compiling Compute FastlyRequest.swift
[35/37] Compiling Compute FastlyResponse.swift
[36/37] Compiling Compute FastlyStubs.swift
[37/37] Compiling Compute FastlyTypes.swift
error: fatalError
BUILD FAILURE 5.9 macosSpm