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

Successful build of Compute, reference main (d1f53f), with Swift 6.1 for macOS (SPM) on 28 Apr 2025 12:33:53 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats

Build Log

========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/swift-cloud/Compute.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/swift-cloud/Compute
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at d1f53f8 Swift SDK Support (#26)
Cloned https://github.com/swift-cloud/Compute.git
Revision (git rev-parse @):
d1f53f8dab07da779de5cbdd88b3c0176032eb75
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/swift-cloud/Compute.git at main
Fetching https://github.com/apple/swift-crypto from cache
Fetching https://github.com/apple/swift-asn1.git from cache
Fetched https://github.com/apple/swift-asn1.git from cache (0.69s)
Fetched https://github.com/apple/swift-crypto from cache (0.69s)
Computing version for https://github.com/apple/swift-crypto
Computed https://github.com/apple/swift-crypto at 3.10.0 (1.69s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.0 (1.05s)
Creating working copy for https://github.com/apple/swift-crypto
Working copy of https://github.com/apple/swift-crypto resolved at 3.10.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.0
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "compute",
      "name": "Compute",
      "url": "https://github.com/swift-cloud/Compute.git",
      "version": "unspecified",
      "path": "/Users/admin/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": "3.12.3",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-crypto",
          "dependencies": [
            {
              "identity": "swift-asn1",
              "name": "swift-asn1",
              "url": "https://github.com/apple/swift-asn1.git",
              "version": "1.3.2",
              "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-asn1",
              "dependencies": [
              ]
            }
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/swift-cloud/Compute.git
[1/17048] Fetching compute
Fetched https://github.com/swift-cloud/Compute.git from cache (3.09s)
Fetching https://github.com/apple/swift-crypto from cache
Fetched https://github.com/apple/swift-crypto from cache (0.58s)
Computing version for https://github.com/apple/swift-crypto
Computed https://github.com/apple/swift-crypto at 3.12.3 (1.64s)
Fetching https://github.com/apple/swift-asn1.git from cache
Fetched https://github.com/apple/swift-asn1.git from cache (0.49s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (1.08s)
Creating working copy for https://github.com/apple/swift-crypto
Working copy of https://github.com/apple/swift-crypto resolved at 3.12.3
Creating working copy for https://github.com/swift-cloud/Compute.git
Working copy of https://github.com/swift-cloud/Compute.git resolved at main (d1f53f8)
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
warning: '.resolve-product-dependencies': dependency 'compute' is not used by any target
Found 1 product dependencies
  - swift-crypto
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/swift-cloud/Compute.git
https://github.com/swift-cloud/Compute.git
{
  "dependencies" : [
    {
      "identity" : "swift-crypto",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "4.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-crypto"
    }
  ],
  "manifest_display_name" : "Compute",
  "name" : "Compute",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "11.0"
    },
    {
      "name" : "ios",
      "version" : "14.0"
    },
    {
      "name" : "tvos",
      "version" : "14.0"
    },
    {
      "name" : "watchos",
      "version" : "7.0"
    }
  ],
  "products" : [
    {
      "name" : "Compute",
      "targets" : [
        "Compute"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "ComputeDemo",
      "targets" : [
        "ComputeDemo"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "swift_languages_versions" : [
    "6",
    "5"
  ],
  "targets" : [
    {
      "c99name" : "ComputeTests",
      "module_type" : "SwiftTarget",
      "name" : "ComputeTests",
      "path" : "Tests/ComputeTests",
      "sources" : [
        "FetchTests.swift",
        "JWTTests.swift"
      ],
      "target_dependencies" : [
        "Compute"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ComputeRuntime",
      "module_type" : "ClangTarget",
      "name" : "ComputeRuntime",
      "path" : "Sources/ComputeRuntime",
      "product_memberships" : [
        "Compute",
        "ComputeDemo"
      ],
      "sources" : [
        "ComputeRuntime.c"
      ],
      "type" : "library"
    },
    {
      "c99name" : "ComputeDemo",
      "module_type" : "SwiftTarget",
      "name" : "ComputeDemo",
      "path" : "Sources/ComputeDemo",
      "product_memberships" : [
        "ComputeDemo"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "Compute"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "Compute",
      "module_type" : "SwiftTarget",
      "name" : "Compute",
      "path" : "Sources/Compute",
      "product_dependencies" : [
        "Crypto"
      ],
      "product_memberships" : [
        "Compute",
        "ComputeDemo"
      ],
      "sources" : [
        "Cache.swift",
        "Compute.swift",
        "Concurrency.swift",
        "ConfigStore.swift",
        "Console.swift",
        "Crypto.swift",
        "Fanout/FanoutClient.swift",
        "Fanout/FanoutMessage.swift",
        "Fanout/IncomingRequest+Fanout.swift",
        "Fanout/OutgoingResponse+Fanout.swift",
        "Fastly/Fastly.swift",
        "Fastly/FastlyABI.swift",
        "Fastly/FastlyBody.swift",
        "Fastly/FastlyCache.swift",
        "Fastly/FastlyConfigStore.swift",
        "Fastly/FastlyDevice.swift",
        "Fastly/FastlyEnvironment.swift",
        "Fastly/FastlyError.swift",
        "Fastly/FastlyGeoLocation.swift",
        "Fastly/FastlyKVStore.swift",
        "Fastly/FastlyLogger.swift",
        "Fastly/FastlyPendingRequest.swift",
        "Fastly/FastlyRequest.swift",
        "Fastly/FastlyResponse.swift",
        "Fastly/FastlySecretStore.swift",
        "Fastly/FastlyStubs.swift",
        "Fastly/FastlyTypes.swift",
        "Fastly/FastlyUtils.swift",
        "Fetch/Fetch+URLSession.swift",
        "Fetch/Fetch+Wasi.swift",
        "Fetch/Fetch.swift",
        "Fetch/FetchRequest.swift",
        "Fetch/FetchResponse.swift",
        "Headers.swift",
        "IncomingRequest.swift",
        "JWT/JWT.swift",
        "JWT/JWTClaim.swift",
        "JWT/JWTError.swift",
        "KVStore.swift",
        "OutgoingResponse.swift",
        "Range.swift",
        "ReadableBody/ReadableBody+Data.swift",
        "ReadableBody/ReadableBody+Wasi.swift",
        "ReadableBody/ReadableBody.swift",
        "Router/Parameters.swift",
        "Router/PathComponent.swift",
        "Router/Routable.swift",
        "Router/Router.swift",
        "Router/TrieRouter.swift",
        "SecretStore.swift",
        "WritableBody.swift"
      ],
      "target_dependencies" : [
        "ComputeRuntime"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.10"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats
Building for debugging...
[0/10] Write sources
[0/10] Copying PrivacyInfo.xcprivacy
[3/10] Write sources
[3/10] Write ComputeDemo-entitlement.plist
[5/10] Write swift-version-2F0A5646E1D333AE.txt
[6/83] Compiling ComputeRuntime ComputeRuntime.c
[8/83] Compiling Crypto Digest_boring.swift
[9/83] Compiling Crypto Digest.swift
[10/83] Compiling Crypto Digests.swift
[11/83] Compiling Crypto HashFunctions.swift
[12/83] Compiling Crypto HashFunctions_SHA2.swift
[13/83] Compiling Crypto HPKE-AEAD.swift
[14/83] Compiling Crypto HPKE-Ciphersuite.swift
[15/83] Compiling Crypto HPKE-KDF.swift
[16/91] Compiling Crypto AES.swift
[17/91] Compiling Crypto ECDSASignature_boring.swift
[18/91] Compiling Crypto ECDSA_boring.swift
[19/91] Compiling Crypto EdDSA_boring.swift
[20/91] Compiling Crypto ECDSA.swift
[21/91] Compiling Crypto Ed25519.swift
[22/91] Compiling Crypto Signature.swift
[23/91] Compiling Crypto CryptoKitErrors_boring.swift
[24/91] Compiling Crypto Curve25519.swift
[25/91] Compiling Crypto Ed25519Keys.swift
[26/91] Compiling Crypto NISTCurvesKeys.swift
[27/91] Compiling Crypto X25519Keys.swift
[28/91] Compiling Crypto SymmetricKeys.swift
[29/91] Compiling Crypto HMAC.swift
[30/91] Compiling Crypto MACFunctions.swift
[31/91] Compiling Crypto MessageAuthenticationCode.swift
[32/91] Compiling Crypto GeneralizedTime.swift
[33/91] Compiling Crypto ObjectIdentifier.swift
[34/91] Compiling Crypto ECDSASignature.swift
[35/91] Compiling Crypto PEMDocument.swift
[36/91] Compiling Crypto PKCS8PrivateKey.swift
[37/91] Compiling Crypto SEC1PrivateKey.swift
[38/91] Compiling Crypto SubjectPublicKeyInfo.swift
[39/91] Compiling Crypto CryptoKitErrors.swift
[40/91] Compiling Crypto HPKE.swift
[41/91] Compiling Crypto HPKE-Context.swift
[42/91] Compiling Crypto HPKE-KeySchedule.swift
[43/91] Compiling Crypto HPKE-Modes.swift
[44/91] Compiling Crypto Insecure.swift
[45/91] Compiling Crypto Insecure_HashFunctions.swift
[46/91] Compiling Crypto KEM.swift
[47/91] Compiling Crypto ECDH_boring.swift
[48/91] Compiling Crypto AES-GCM.swift
[49/91] Compiling Crypto AES-GCM_boring.swift
[50/91] Compiling Crypto ChaChaPoly_boring.swift
[51/91] Compiling Crypto ChaChaPoly.swift
[52/91] Compiling Crypto Cipher.swift
[53/91] Compiling Crypto Nonces.swift
[54/91] Compiling Crypto ASN1.swift
[55/91] Compiling Crypto ASN1Any.swift
[56/91] Compiling Crypto HPKE-KexKeyDerivation.swift
[57/91] Compiling Crypto HPKE-LabeledExtract.swift
[58/91] Compiling Crypto HPKE-Utils.swift
[59/91] Compiling Crypto DHKEM.swift
[60/91] Compiling Crypto HPKE-KEM-Curve25519.swift
[61/91] Compiling Crypto HPKE-NIST-EC-KEMs.swift
[62/91] Compiling Crypto HPKE-KEM.swift
[63/91] Compiling Crypto HPKE-Errors.swift
[64/91] Emitting module Crypto
[65/91] Compiling Crypto ASN1BitString.swift
[66/91] Compiling Crypto ASN1Boolean.swift
[67/91] Compiling Crypto ASN1Identifier.swift
[68/91] Compiling Crypto ASN1Integer.swift
[69/91] Compiling Crypto ASN1Null.swift
[70/91] Compiling Crypto ASN1OctetString.swift
[71/91] Compiling Crypto ASN1Strings.swift
[72/91] Compiling Crypto ArraySliceBigint.swift
[73/91] Compiling Crypto DH.swift
[74/91] Compiling Crypto ECDH.swift
[75/91] Compiling Crypto HKDF.swift
[76/91] Compiling Crypto AESWrap.swift
[77/91] Compiling Crypto AESWrap_boring.swift
[78/91] Compiling Crypto Ed25519_boring.swift
[79/91] Compiling Crypto NISTCurvesKeys_boring.swift
[80/91] Compiling Crypto X25519Keys_boring.swift
[81/91] Compiling Crypto RNG_boring.swift
[82/91] Compiling Crypto SafeCompare_boring.swift
[83/91] Compiling Crypto Zeroization_boring.swift
[84/91] Compiling Crypto PrettyBytes.swift
[85/91] Compiling Crypto SafeCompare.swift
[86/91] Compiling Crypto SecureBytes.swift
[87/91] Compiling Crypto Zeroization.swift
[88/91] Compiling Crypto resource_bundle_accessor.swift
[89/138] Emitting module Compute
[90/143] Compiling Compute Cache.swift
[91/143] Compiling Compute Compute.swift
[92/143] Compiling Compute Concurrency.swift
[93/143] Compiling Compute ConfigStore.swift
[94/143] Compiling Compute Console.swift
[95/143] Compiling Compute Crypto.swift
[96/143] Compiling Compute ReadableBody+Data.swift
[97/143] Compiling Compute ReadableBody+Wasi.swift
[98/143] Compiling Compute ReadableBody.swift
[99/143] Compiling Compute Parameters.swift
[100/143] Compiling Compute PathComponent.swift
[101/143] Compiling Compute FetchRequest.swift
[102/143] Compiling Compute FetchResponse.swift
[103/143] Compiling Compute Headers.swift
[104/143] Compiling Compute IncomingRequest.swift
[105/143] Compiling Compute JWT.swift
[106/143] Compiling Compute FastlyABI.swift
[107/143] Compiling Compute FastlyBody.swift
[108/143] Compiling Compute FastlyCache.swift
[109/143] Compiling Compute FastlyConfigStore.swift
[110/143] Compiling Compute FastlyDevice.swift
[111/143] Compiling Compute FanoutClient.swift
[112/143] Compiling Compute FanoutMessage.swift
[113/143] Compiling Compute IncomingRequest+Fanout.swift
[114/143] Compiling Compute OutgoingResponse+Fanout.swift
[115/143] Compiling Compute Fastly.swift
[116/143] Compiling Compute FastlyEnvironment.swift
[117/143] Compiling Compute FastlyError.swift
[118/143] Compiling Compute FastlyGeoLocation.swift
[119/143] Compiling Compute FastlyKVStore.swift
[120/143] Compiling Compute FastlyLogger.swift
[121/143] Compiling Compute FastlyPendingRequest.swift
[122/143] Compiling Compute FastlyRequest.swift
[123/143] Compiling Compute FastlyResponse.swift
[124/143] Compiling Compute FastlySecretStore.swift
[125/143] Compiling Compute FastlyStubs.swift
[126/143] Compiling Compute JWTClaim.swift
[127/143] Compiling Compute JWTError.swift
[128/143] Compiling Compute KVStore.swift
[129/143] Compiling Compute OutgoingResponse.swift
[130/143] Compiling Compute Range.swift
[131/143] Compiling Compute FastlyTypes.swift
[132/143] Compiling Compute FastlyUtils.swift
[133/143] Compiling Compute Fetch+URLSession.swift
[134/143] Compiling Compute Fetch+Wasi.swift
[135/143] Compiling Compute Fetch.swift
[136/143] Compiling Compute Routable.swift
[137/143] Compiling Compute Router.swift
[138/143] Compiling Compute TrieRouter.swift
[139/143] Compiling Compute SecretStore.swift
[140/143] Compiling Compute WritableBody.swift
[141/145] Compiling ComputeDemo main.swift
[142/145] Emitting module ComputeDemo
[142/145] Write Objects.LinkFileList
[143/145] Linking ComputeDemo
[144/145] Applying ComputeDemo
Build complete! (13.04s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-crypto",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "4.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-crypto"
    }
  ],
  "manifest_display_name" : "Compute",
  "name" : "Compute",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "11.0"
    },
    {
      "name" : "ios",
      "version" : "14.0"
    },
    {
      "name" : "tvos",
      "version" : "14.0"
    },
    {
      "name" : "watchos",
      "version" : "7.0"
    }
  ],
  "products" : [
    {
      "name" : "Compute",
      "targets" : [
        "Compute"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "ComputeDemo",
      "targets" : [
        "ComputeDemo"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "swift_languages_versions" : [
    "6",
    "5"
  ],
  "targets" : [
    {
      "c99name" : "ComputeTests",
      "module_type" : "SwiftTarget",
      "name" : "ComputeTests",
      "path" : "Tests/ComputeTests",
      "sources" : [
        "FetchTests.swift",
        "JWTTests.swift"
      ],
      "target_dependencies" : [
        "Compute"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ComputeRuntime",
      "module_type" : "ClangTarget",
      "name" : "ComputeRuntime",
      "path" : "Sources/ComputeRuntime",
      "product_memberships" : [
        "Compute",
        "ComputeDemo"
      ],
      "sources" : [
        "ComputeRuntime.c"
      ],
      "type" : "library"
    },
    {
      "c99name" : "ComputeDemo",
      "module_type" : "SwiftTarget",
      "name" : "ComputeDemo",
      "path" : "Sources/ComputeDemo",
      "product_memberships" : [
        "ComputeDemo"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "Compute"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "Compute",
      "module_type" : "SwiftTarget",
      "name" : "Compute",
      "path" : "Sources/Compute",
      "product_dependencies" : [
        "Crypto"
      ],
      "product_memberships" : [
        "Compute",
        "ComputeDemo"
      ],
      "sources" : [
        "Cache.swift",
        "Compute.swift",
        "Concurrency.swift",
        "ConfigStore.swift",
        "Console.swift",
        "Crypto.swift",
        "Fanout/FanoutClient.swift",
        "Fanout/FanoutMessage.swift",
        "Fanout/IncomingRequest+Fanout.swift",
        "Fanout/OutgoingResponse+Fanout.swift",
        "Fastly/Fastly.swift",
        "Fastly/FastlyABI.swift",
        "Fastly/FastlyBody.swift",
        "Fastly/FastlyCache.swift",
        "Fastly/FastlyConfigStore.swift",
        "Fastly/FastlyDevice.swift",
        "Fastly/FastlyEnvironment.swift",
        "Fastly/FastlyError.swift",
        "Fastly/FastlyGeoLocation.swift",
        "Fastly/FastlyKVStore.swift",
        "Fastly/FastlyLogger.swift",
        "Fastly/FastlyPendingRequest.swift",
        "Fastly/FastlyRequest.swift",
        "Fastly/FastlyResponse.swift",
        "Fastly/FastlySecretStore.swift",
        "Fastly/FastlyStubs.swift",
        "Fastly/FastlyTypes.swift",
        "Fastly/FastlyUtils.swift",
        "Fetch/Fetch+URLSession.swift",
        "Fetch/Fetch+Wasi.swift",
        "Fetch/Fetch.swift",
        "Fetch/FetchRequest.swift",
        "Fetch/FetchResponse.swift",
        "Headers.swift",
        "IncomingRequest.swift",
        "JWT/JWT.swift",
        "JWT/JWTClaim.swift",
        "JWT/JWTError.swift",
        "KVStore.swift",
        "OutgoingResponse.swift",
        "Range.swift",
        "ReadableBody/ReadableBody+Data.swift",
        "ReadableBody/ReadableBody+Wasi.swift",
        "ReadableBody/ReadableBody.swift",
        "Router/Parameters.swift",
        "Router/PathComponent.swift",
        "Router/Routable.swift",
        "Router/Router.swift",
        "Router/TrieRouter.swift",
        "SecretStore.swift",
        "WritableBody.swift"
      ],
      "target_dependencies" : [
        "ComputeRuntime"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.10"
}
✅  Doc result (pending) reported
========================================
GenerateDocs
========================================
Generating docs at path:  $PWD/.docs/swift-cloud/compute/main
Repository:               swift-cloud/Compute
Swift version used:       6.1
Target:                   Compute
Extracting symbol information for 'Compute'...
Finished extracting symbol information for 'Compute'. (6.76s)
Building documentation for 'Compute'...
Finished building documentation for 'Compute' (0.69s)
Generated documentation archive at:
  /Users/admin/builder/spi-builder-workspace/.docs/swift-cloud/compute/main
Fetching https://github.com/swiftlang/swift-docc-plugin from cache
Updating https://github.com/apple/swift-crypto
Updating https://github.com/apple/swift-asn1.git
Fetched https://github.com/swiftlang/swift-docc-plugin from cache (0.45s)
Updated https://github.com/apple/swift-crypto (0.53s)
Computing version for https://github.com/apple/swift-crypto
Updated https://github.com/apple/swift-asn1.git (0.44s)
Computed https://github.com/apple/swift-crypto at 3.10.0 (1.46s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.0 (0.57s)
Computing version for https://github.com/swiftlang/swift-docc-plugin
Computed https://github.com/swiftlang/swift-docc-plugin at 1.4.3 (0.56s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit from cache
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.77s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.40s)
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/swiftlang/swift-docc-plugin
Working copy of https://github.com/swiftlang/swift-docc-plugin resolved at 1.4.3
Building for debugging...
[0/8] Write snippet-extract-tool-entitlement.plist
[1/8] Write sources
[4/8] Write swift-version-2F0A5646E1D333AE.txt
[6/53] Compiling Snippets SnippetParser.swift
[7/53] Compiling Snippets Snippet.swift
[8/53] Emitting module SymbolKit
[9/57] Compiling SymbolKit GenericConstraint.swift
[10/57] Compiling SymbolKit GenericParameter.swift
[11/57] Compiling SymbolKit Generics.swift
[12/57] Compiling SymbolKit Namespace.swift
[13/57] Compiling SymbolKit SemanticVersion.swift
[14/57] Compiling SymbolKit AccessControl.swift
[15/57] Compiling SymbolKit Availability.swift
[16/57] Compiling SymbolKit AvailabilityItem.swift
[17/57] Compiling SymbolKit Domain.swift
[18/57] Emitting module Snippets
[19/57] Compiling SymbolKit Symbol.swift
[20/57] Compiling SymbolKit SymbolKind.swift
[21/57] Compiling SymbolKit SymbolGraph.swift
[22/57] Compiling SymbolKit GraphCollector.swift
[23/57] Compiling SymbolKit Names.swift
[24/57] Compiling SymbolKit SPI.swift
[25/57] Compiling SymbolKit Snippet.swift
[26/57] Compiling SymbolKit Extension.swift
[27/57] Compiling SymbolKit Mixin+Equals.swift
[28/57] Compiling SymbolKit Mixin+Hash.swift
[29/57] Compiling SymbolKit Mixin.swift
[30/57] Compiling SymbolKit LineList.swift
[31/57] Compiling SymbolKit Position.swift
[32/57] Compiling SymbolKit DeclarationFragments.swift
[33/57] Compiling SymbolKit Fragment.swift
[34/57] Compiling SymbolKit FragmentKind.swift
[35/57] Compiling SymbolKit FunctionParameter.swift
[36/57] Compiling SymbolKit FunctionSignature.swift
[37/57] Compiling SymbolKit Relationship.swift
[38/57] Compiling SymbolKit RelationshipKind.swift
[39/57] Compiling SymbolKit SourceOrigin.swift
[40/57] Compiling SymbolKit GenericConstraints.swift
[41/57] Compiling SymbolKit Swift.swift
[42/57] Compiling SymbolKit SourceRange.swift
[43/57] Compiling SymbolKit Metadata.swift
[44/57] Compiling SymbolKit Module.swift
[45/57] Compiling SymbolKit OperatingSystem.swift
[46/57] Compiling SymbolKit Platform.swift
[47/57] Compiling SymbolKit Identifier.swift
[48/57] Compiling SymbolKit KindIdentifier.swift
[49/57] Compiling SymbolKit Location.swift
[50/57] Compiling SymbolKit Mutability.swift
[51/57] Compiling SymbolKit UnifiedSymbol+Encodable.swift
[52/57] Compiling SymbolKit UnifiedSymbol.swift
[53/57] Compiling SymbolKit UnifiedSymbolGraph+Encodable.swift
[54/57] Compiling SymbolKit UnifiedSymbolGraph.swift
[55/61] Compiling snippet_extract URL+Status.swift
[56/61] Compiling snippet_extract SymbolGraph+Snippet.swift
[57/61] Compiling snippet_extract SnippetBuildCommand.swift
[58/61] Emitting module snippet_extract
[58/61] Write Objects.LinkFileList
[59/61] Linking snippet-extract-tool
[60/61] Applying snippet-extract-tool
Build of product 'snippet-extract' complete! (5.33s)
Building for debugging...
[0/1] Write swift-version-2F0A5646E1D333AE.txt
[2/74] Emitting module Crypto
[3/82] Compiling Crypto HPKE.swift
[4/82] Compiling Crypto HPKE-Context.swift
[5/82] Compiling Crypto HPKE-KeySchedule.swift
[6/82] Compiling Crypto HPKE-Modes.swift
[7/82] Compiling Crypto Insecure.swift
[8/82] Compiling Crypto Insecure_HashFunctions.swift
[9/82] Compiling Crypto KEM.swift
[10/82] Compiling Crypto ECDH_boring.swift
[11/82] Compiling Crypto ASN1BitString.swift
[12/82] Compiling Crypto ASN1Boolean.swift
[13/82] Compiling Crypto ASN1Identifier.swift
[14/82] Compiling Crypto ASN1Integer.swift
[15/82] Compiling Crypto ASN1Null.swift
[16/82] Compiling Crypto ASN1OctetString.swift
[17/82] Compiling Crypto ASN1Strings.swift
[18/82] Compiling Crypto ArraySliceBigint.swift
[19/82] Compiling Crypto AES-GCM.swift
[20/82] Compiling Crypto AES-GCM_boring.swift
[21/82] Compiling Crypto ChaChaPoly_boring.swift
[22/82] Compiling Crypto ChaChaPoly.swift
[23/82] Compiling Crypto Cipher.swift
[24/82] Compiling Crypto Nonces.swift
[25/82] Compiling Crypto ASN1.swift
[26/82] Compiling Crypto ASN1Any.swift
[27/82] Compiling Crypto Curve25519.swift
[28/82] Compiling Crypto Ed25519Keys.swift
[29/82] Compiling Crypto NISTCurvesKeys.swift
[30/82] Compiling Crypto X25519Keys.swift
[31/82] Compiling Crypto SymmetricKeys.swift
[32/82] Compiling Crypto HMAC.swift
[33/82] Compiling Crypto MACFunctions.swift
[34/82] Compiling Crypto MessageAuthenticationCode.swift
[35/82] Compiling Crypto DH.swift
[36/82] Compiling Crypto ECDH.swift
[37/82] Compiling Crypto HKDF.swift
[38/82] Compiling Crypto AESWrap.swift
[39/82] Compiling Crypto AESWrap_boring.swift
[40/82] Compiling Crypto Ed25519_boring.swift
[41/82] Compiling Crypto NISTCurvesKeys_boring.swift
[42/82] Compiling Crypto X25519Keys_boring.swift
[43/82] Compiling Crypto Digest_boring.swift
[44/82] Compiling Crypto Digest.swift
[45/82] Compiling Crypto Digests.swift
[46/82] Compiling Crypto HashFunctions.swift
[47/82] Compiling Crypto HashFunctions_SHA2.swift
[48/82] Compiling Crypto HPKE-AEAD.swift
[49/82] Compiling Crypto HPKE-Ciphersuite.swift
[50/82] Compiling Crypto HPKE-KDF.swift
[51/82] Compiling Crypto GeneralizedTime.swift
[52/82] Compiling Crypto ObjectIdentifier.swift
[53/82] Compiling Crypto ECDSASignature.swift
[54/82] Compiling Crypto PEMDocument.swift
[55/82] Compiling Crypto PKCS8PrivateKey.swift
[56/82] Compiling Crypto SEC1PrivateKey.swift
[57/82] Compiling Crypto SubjectPublicKeyInfo.swift
[58/82] Compiling Crypto CryptoKitErrors.swift
[59/82] Compiling Crypto HPKE-KexKeyDerivation.swift
[60/82] Compiling Crypto HPKE-LabeledExtract.swift
[61/82] Compiling Crypto HPKE-Utils.swift
[62/82] Compiling Crypto DHKEM.swift
[63/82] Compiling Crypto HPKE-KEM-Curve25519.swift
[64/82] Compiling Crypto HPKE-NIST-EC-KEMs.swift
[65/82] Compiling Crypto HPKE-KEM.swift
[66/82] Compiling Crypto HPKE-Errors.swift
[67/82] Compiling Crypto AES.swift
[68/82] Compiling Crypto ECDSASignature_boring.swift
[69/82] Compiling Crypto ECDSA_boring.swift
[70/82] Compiling Crypto EdDSA_boring.swift
[71/82] Compiling Crypto ECDSA.swift
[72/82] Compiling Crypto Ed25519.swift
[73/82] Compiling Crypto Signature.swift
[74/82] Compiling Crypto CryptoKitErrors_boring.swift
[75/82] Compiling Crypto RNG_boring.swift
[76/82] Compiling Crypto SafeCompare_boring.swift
[77/82] Compiling Crypto Zeroization_boring.swift
[78/82] Compiling Crypto PrettyBytes.swift
[79/82] Compiling Crypto SafeCompare.swift
[80/82] Compiling Crypto SecureBytes.swift
[81/82] Compiling Crypto Zeroization.swift
[82/82] Compiling Crypto resource_bundle_accessor.swift
[83/129] Emitting module Compute
[84/134] Compiling Compute Cache.swift
[85/134] Compiling Compute Compute.swift
[86/134] Compiling Compute Concurrency.swift
[87/134] Compiling Compute ConfigStore.swift
[88/134] Compiling Compute Console.swift
[89/134] Compiling Compute Crypto.swift
[90/134] Compiling Compute FastlyABI.swift
[91/134] Compiling Compute FastlyBody.swift
[92/134] Compiling Compute FastlyCache.swift
[93/134] Compiling Compute FastlyConfigStore.swift
[94/134] Compiling Compute FastlyDevice.swift
[95/134] Compiling Compute FastlyPendingRequest.swift
[96/134] Compiling Compute FastlyRequest.swift
[97/134] Compiling Compute FastlyResponse.swift
[98/134] Compiling Compute FastlySecretStore.swift
[99/134] Compiling Compute FastlyStubs.swift
[100/134] Compiling Compute FastlyEnvironment.swift
[101/134] Compiling Compute FastlyError.swift
[102/134] Compiling Compute FastlyGeoLocation.swift
[103/134] Compiling Compute FastlyKVStore.swift
[104/134] Compiling Compute FastlyLogger.swift
[105/134] Compiling Compute ReadableBody+Data.swift
[106/134] Compiling Compute ReadableBody+Wasi.swift
[107/134] Compiling Compute ReadableBody.swift
[108/134] Compiling Compute Parameters.swift
[109/134] Compiling Compute PathComponent.swift
[110/134] Compiling Compute JWTClaim.swift
[111/134] Compiling Compute JWTError.swift
[112/134] Compiling Compute KVStore.swift
[113/134] Compiling Compute OutgoingResponse.swift
[114/134] Compiling Compute Range.swift
[115/134] Compiling Compute FetchRequest.swift
[116/134] Compiling Compute FetchResponse.swift
[117/134] Compiling Compute Headers.swift
[118/134] Compiling Compute IncomingRequest.swift
[119/134] Compiling Compute JWT.swift
[120/134] Compiling Compute Routable.swift
[121/134] Compiling Compute Router.swift
[122/134] Compiling Compute TrieRouter.swift
[123/134] Compiling Compute SecretStore.swift
[124/134] Compiling Compute WritableBody.swift
[125/134] Compiling Compute FastlyTypes.swift
[126/134] Compiling Compute FastlyUtils.swift
[127/134] Compiling Compute Fetch+URLSession.swift
[128/134] Compiling Compute Fetch+Wasi.swift
[129/134] Compiling Compute Fetch.swift
[130/134] Compiling Compute FanoutClient.swift
[131/134] Compiling Compute FanoutMessage.swift
[132/134] Compiling Compute IncomingRequest+Fanout.swift
[133/134] Compiling Compute OutgoingResponse+Fanout.swift
[134/134] Compiling Compute Fastly.swift
Build of target: 'Compute' complete! (4.54s)
    2402
13	/Users/admin/builder/spi-builder-workspace/.docs/swift-cloud/compute/main
✅  Doc result (uploading) reported
========================================
SyncDocs
========================================
Doc archive source directory: $PWD/.docs/swift-cloud/compute/main
File count: 2402
Doc size:   13.0MB
Preparing doc bundle ...
Uploading prod-swift-cloud-compute-main-23b2ae27.zip to s3://spi-docs-inbox/prod-swift-cloud-compute-main-23b2ae27.zip
Copying... [12%]
Copying... [21%]
Copying... [30%]
Copying... [42%]
Copying... [51%]
Copying... [60%]
Copying... [72%]
Copying... [81%]
Copying... [90%]
Copying... [100%]
Done.