Build Information
Successful build of Compute, reference 3.1.0 (5d48d2
), with Swift 6.1 for macOS (SPM) on 28 Apr 2025 12:34:16 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 -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
Build Log
========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/swift-cloud/Compute.git
Reference: 3.1.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/swift-cloud/Compute
* tag 3.1.0 -> FETCH_HEAD
HEAD is now at 5d48d24 feat: ja4 digests (#25)
Cloned https://github.com/swift-cloud/Compute.git
Revision (git rev-parse @):
5d48d24c9515f3a0e760fe2837d174fa2a8ffcda
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/swift-cloud/Compute.git at 3.1.0
Fetching https://github.com/apple/swift-crypto from cache
Fetched https://github.com/apple/swift-crypto from cache (0.78s)
Computing version for https://github.com/apple/swift-crypto
Computed https://github.com/apple/swift-crypto at 3.3.0 (1.31s)
Creating working copy for https://github.com/apple/swift-crypto
Working copy of https://github.com/apple/swift-crypto resolved at 3.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 (1.19s)
Fetching https://github.com/apple/swift-crypto from cache
Fetched https://github.com/apple/swift-crypto from cache (0.57s)
Computing version for https://github.com/apple/swift-crypto
Computed https://github.com/apple/swift-crypto at 3.12.3 (1.99s)
Fetching https://github.com/apple/swift-asn1.git from cache
Fetched https://github.com/apple/swift-asn1.git from cache (0.40s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (0.99s)
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
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 3.1.0 (5d48d24)
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" : "3.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
}
}
],
"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.9"
}
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 -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
Building for debugging...
[0/9] Write sources
[1/9] Write ComputeDemo-entitlement.plist
[2/9] Write sources
[4/9] Write swift-version-2F0A5646E1D333AE.txt
[5/85] Compiling ComputeRuntime ComputeRuntime.c
[7/85] Emitting module Crypto
[8/93] Compiling Crypto FiniteFieldArithmeticContext_boring.swift
[9/93] Compiling Crypto RNG_boring.swift
[10/93] Compiling Crypto SafeCompare_boring.swift
[11/93] Compiling Crypto Zeroization_boring.swift
[12/93] Compiling Crypto PrettyBytes.swift
[13/93] Compiling Crypto SafeCompare.swift
[14/93] Compiling Crypto SecureBytes.swift
[15/93] Compiling Crypto Zeroization.swift
[16/93] Compiling Crypto DHKEM.swift
[17/93] Compiling Crypto HPKE-KEM-Curve25519.swift
[18/93] Compiling Crypto HPKE-NIST-EC-KEMs.swift
[19/93] Compiling Crypto HPKE-KEM.swift
[20/93] Compiling Crypto HPKE-Errors.swift
[21/93] Compiling Crypto HPKE.swift
[22/93] Compiling Crypto HPKE-Context.swift
[23/93] Compiling Crypto HPKE-KeySchedule.swift
[24/93] Compiling Crypto HPKE-Modes.swift
[25/93] Compiling Crypto Insecure.swift
[26/93] Compiling Crypto Insecure_HashFunctions.swift
[27/93] Compiling Crypto KEM.swift
[28/93] Compiling Crypto ECDH_boring.swift
[29/93] Compiling Crypto DH.swift
[30/93] Compiling Crypto ECDH.swift
[31/93] Compiling Crypto HKDF.swift
[32/93] Compiling Crypto Ed25519Keys.swift
[33/93] Compiling Crypto NISTCurvesKeys.swift
[34/93] Compiling Crypto X25519Keys.swift
[35/93] Compiling Crypto SymmetricKeys.swift
[36/93] Compiling Crypto HMAC.swift
[37/93] Compiling Crypto MACFunctions.swift
[38/93] Compiling Crypto MessageAuthenticationCode.swift
[39/93] Compiling Crypto AES.swift
[40/93] Compiling Crypto AESWrap.swift
[41/93] Compiling Crypto AESWrap_boring.swift
[42/93] Compiling Crypto Ed25519_boring.swift
[43/93] Compiling Crypto EllipticCurvePoint_boring.swift
[44/93] Compiling Crypto EllipticCurve_boring.swift
[45/93] Compiling Crypto NISTCurvesKeys_boring.swift
[46/93] Compiling Crypto X25519Keys_boring.swift
[47/93] Compiling Crypto Curve25519.swift
[48/93] Compiling Crypto ECDSASignature.swift
[49/93] Compiling Crypto PEMDocument.swift
[50/93] Compiling Crypto PKCS8PrivateKey.swift
[51/93] Compiling Crypto SEC1PrivateKey.swift
[52/93] Compiling Crypto SubjectPublicKeyInfo.swift
[53/93] Compiling Crypto CryptoKitErrors.swift
[54/93] Compiling Crypto Digest_boring.swift
[55/93] Compiling Crypto Digest.swift
[56/93] Compiling Crypto Digests.swift
[57/93] Compiling Crypto HashFunctions.swift
[58/93] Compiling Crypto HashFunctions_SHA2.swift
[59/93] Compiling Crypto HPKE-AEAD.swift
[60/93] Compiling Crypto HPKE-Ciphersuite.swift
[61/93] Compiling Crypto HPKE-KDF.swift
[62/93] Compiling Crypto HPKE-KexKeyDerivation.swift
[63/93] Compiling Crypto HPKE-LabeledExtract.swift
[64/93] Compiling Crypto HPKE-Utils.swift
[65/93] Compiling Crypto ECDSASignature_boring.swift
[66/93] Compiling Crypto ECDSA_boring.swift
[67/93] Compiling Crypto EdDSA_boring.swift
[68/93] Compiling Crypto ECDSA.swift
[69/93] Compiling Crypto Ed25519.swift
[70/93] Compiling Crypto Signature.swift
[71/93] Compiling Crypto ArbitraryPrecisionInteger_boring.swift
[72/93] Compiling Crypto CryptoKitErrors_boring.swift
[73/93] Compiling Crypto AES-GCM.swift
[74/93] Compiling Crypto AES-GCM_boring.swift
[75/93] Compiling Crypto ChaChaPoly_boring.swift
[76/93] Compiling Crypto ChaChaPoly.swift
[77/93] Compiling Crypto Cipher.swift
[78/93] Compiling Crypto Nonces.swift
[79/93] Compiling Crypto ASN1.swift
[80/93] Compiling Crypto ASN1Any.swift
[81/93] Compiling Crypto ASN1BitString.swift
[82/93] Compiling Crypto ASN1Boolean.swift
[83/93] Compiling Crypto ASN1Identifier.swift
[84/93] Compiling Crypto ASN1Integer.swift
[85/93] Compiling Crypto ASN1Null.swift
[86/93] Compiling Crypto ASN1OctetString.swift
[87/93] Compiling Crypto ASN1Strings.swift
[88/93] Compiling Crypto ArraySliceBigint.swift
[89/93] Compiling Crypto GeneralizedTime.swift
[90/93] Compiling Crypto ObjectIdentifier.swift
[91/140] Compiling Compute Cache.swift
[92/140] Compiling Compute Compute.swift
[93/140] Compiling Compute Concurrency.swift
[94/140] Compiling Compute ConfigStore.swift
[95/140] Compiling Compute Console.swift
[96/140] Compiling Compute Crypto.swift
[97/145] Compiling Compute FetchRequest.swift
[98/145] Compiling Compute FetchResponse.swift
[99/145] Compiling Compute Headers.swift
[100/145] Compiling Compute IncomingRequest.swift
[101/145] Compiling Compute JWT.swift
[102/145] Compiling Compute ReadableBody+Data.swift
[103/145] Compiling Compute ReadableBody+Wasi.swift
[104/145] Compiling Compute ReadableBody.swift
[105/145] Compiling Compute Parameters.swift
[106/145] Compiling Compute PathComponent.swift
[107/145] Compiling Compute FanoutClient.swift
[108/145] Compiling Compute FanoutMessage.swift
[109/145] Compiling Compute IncomingRequest+Fanout.swift
[110/145] Compiling Compute OutgoingResponse+Fanout.swift
[111/145] Compiling Compute Fastly.swift
[112/145] Compiling Compute FastlyPendingRequest.swift
[113/145] Compiling Compute FastlyRequest.swift
[114/145] Compiling Compute FastlyResponse.swift
[115/145] Compiling Compute FastlySecretStore.swift
[116/145] Compiling Compute FastlyStubs.swift
[117/145] Emitting module Compute
[118/145] Compiling Compute JWTClaim.swift
[119/145] Compiling Compute JWTError.swift
[120/145] Compiling Compute KVStore.swift
[121/145] Compiling Compute OutgoingResponse.swift
[122/145] Compiling Compute Range.swift
[123/145] Compiling Compute FastlyTypes.swift
[124/145] Compiling Compute FastlyUtils.swift
[125/145] Compiling Compute Fetch+URLSession.swift
[126/145] Compiling Compute Fetch+Wasi.swift
[127/145] Compiling Compute Fetch.swift
[128/145] Compiling Compute FastlyABI.swift
[129/145] Compiling Compute FastlyBody.swift
[130/145] Compiling Compute FastlyCache.swift
[131/145] Compiling Compute FastlyConfigStore.swift
[132/145] Compiling Compute FastlyDevice.swift
[133/145] Compiling Compute FastlyEnvironment.swift
[134/145] Compiling Compute FastlyError.swift
[135/145] Compiling Compute FastlyGeoLocation.swift
[136/145] Compiling Compute FastlyKVStore.swift
[137/145] Compiling Compute FastlyLogger.swift
[138/145] Compiling Compute Routable.swift
[139/145] Compiling Compute Router.swift
[140/145] Compiling Compute TrieRouter.swift
[141/145] Compiling Compute SecretStore.swift
[142/145] Compiling Compute WritableBody.swift
[143/147] Emitting module ComputeDemo
[144/147] Compiling ComputeDemo main.swift
/Users/admin/builder/spi-builder-workspace/Sources/ComputeDemo/main.swift:17:19: warning: sending 'res' risks causing data races; this is an error in the Swift 6 language mode
15 | verified = false
16 | }
17 | try await res.send([
| |- warning: sending 'res' risks causing data races; this is an error in the Swift 6 language mode
| `- note: sending main actor-isolated 'res' to nonisolated callee risks causing data races between nonisolated and main actor-isolated uses
18 | "verified": verified,
19 | "signature": jwt.signature.toHexString(),
[144/147] Write Objects.LinkFileList
[145/147] Linking ComputeDemo
[146/147] Applying ComputeDemo
Build complete! (12.05s)
Build complete.
{
"dependencies" : [
{
"identity" : "swift-crypto",
"requirement" : {
"range" : [
{
"lower_bound" : "3.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
}
}
],
"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.9"
}
✅ Doc result (pending) reported
========================================
GenerateDocs
========================================
Generating docs at path: $PWD/.docs/swift-cloud/compute/3.1.0
Repository: swift-cloud/Compute
Swift version used: 6.1
Target: Compute
Extracting symbol information for 'Compute'...
Finished extracting symbol information for 'Compute'. (5.81s)
Building documentation for 'Compute'...
Finished building documentation for 'Compute' (0.64s)
Generated documentation archive at:
/Users/admin/builder/spi-builder-workspace/.docs/swift-cloud/compute/3.1.0
Fetching https://github.com/swiftlang/swift-docc-plugin from cache
Updating https://github.com/apple/swift-crypto
Fetched https://github.com/swiftlang/swift-docc-plugin from cache (0.47s)
Updated https://github.com/apple/swift-crypto (1.84s)
Computing version for https://github.com/apple/swift-crypto
Computed https://github.com/apple/swift-crypto at 3.3.0 (2.34s)
Computing version for https://github.com/swiftlang/swift-docc-plugin
Computed https://github.com/swiftlang/swift-docc-plugin at 1.4.3 (0.60s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit from cache
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.79s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.45s)
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/7] Write snippet-extract-tool-entitlement.plist
[1/8] Write sources
[4/8] Write swift-version-2F0A5646E1D333AE.txt
[6/53] Emitting module SymbolKit
[7/57] Compiling Snippets Snippet.swift
[8/57] Emitting module Snippets
[9/57] Compiling Snippets SnippetParser.swift
[10/57] Compiling SymbolKit Relationship.swift
[11/57] Compiling SymbolKit RelationshipKind.swift
[12/57] Compiling SymbolKit SourceOrigin.swift
[13/57] Compiling SymbolKit GenericConstraints.swift
[14/57] Compiling SymbolKit Swift.swift
[15/57] Compiling SymbolKit SourceRange.swift
[16/57] Compiling SymbolKit Metadata.swift
[17/57] Compiling SymbolKit Module.swift
[18/57] Compiling SymbolKit OperatingSystem.swift
[19/57] Compiling SymbolKit Platform.swift
[20/57] Compiling SymbolKit Mixin+Equals.swift
[21/57] Compiling SymbolKit Mixin+Hash.swift
[22/57] Compiling SymbolKit Mixin.swift
[23/57] Compiling SymbolKit LineList.swift
[24/57] Compiling SymbolKit Position.swift
[25/57] Compiling SymbolKit Symbol.swift
[26/57] Compiling SymbolKit SymbolKind.swift
[27/57] Compiling SymbolKit SymbolGraph.swift
[28/57] Compiling SymbolKit GraphCollector.swift
[29/57] Compiling SymbolKit GenericConstraint.swift
[30/57] Compiling SymbolKit GenericParameter.swift
[31/57] Compiling SymbolKit Generics.swift
[32/57] Compiling SymbolKit Namespace.swift
[33/57] Compiling SymbolKit DeclarationFragments.swift
[34/57] Compiling SymbolKit Fragment.swift
[35/57] Compiling SymbolKit FragmentKind.swift
[36/57] Compiling SymbolKit FunctionParameter.swift
[37/57] Compiling SymbolKit FunctionSignature.swift
[38/57] Compiling SymbolKit Names.swift
[39/57] Compiling SymbolKit SPI.swift
[40/57] Compiling SymbolKit Snippet.swift
[41/57] Compiling SymbolKit Extension.swift
[42/57] Compiling SymbolKit Identifier.swift
[43/57] Compiling SymbolKit KindIdentifier.swift
[44/57] Compiling SymbolKit Location.swift
[45/57] Compiling SymbolKit Mutability.swift
[46/57] Compiling SymbolKit SemanticVersion.swift
[47/57] Compiling SymbolKit AccessControl.swift
[48/57] Compiling SymbolKit Availability.swift
[49/57] Compiling SymbolKit AvailabilityItem.swift
[50/57] Compiling SymbolKit Domain.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] Emitting module snippet_extract
[58/61] Compiling snippet_extract SnippetBuildCommand.swift
[58/61] Write Objects.LinkFileList
[59/61] Linking snippet-extract-tool
[60/61] Applying snippet-extract-tool
Build of product 'snippet-extract' complete! (5.81s)
Building for debugging...
[0/1] Write swift-version-2F0A5646E1D333AE.txt
[2/77] Compiling Crypto AES-GCM.swift
[3/77] Compiling Crypto AES-GCM_boring.swift
[4/77] Compiling Crypto ChaChaPoly_boring.swift
[5/77] Compiling Crypto ChaChaPoly.swift
[6/77] Compiling Crypto Cipher.swift
[7/77] Compiling Crypto Nonces.swift
[8/77] Compiling Crypto ASN1.swift
[9/77] Compiling Crypto ASN1Any.swift
[10/77] Compiling Crypto ASN1BitString.swift
[11/85] Compiling Crypto ECDSASignature_boring.swift
[12/85] Compiling Crypto ECDSA_boring.swift
[13/85] Compiling Crypto EdDSA_boring.swift
[14/85] Compiling Crypto ECDSA.swift
[15/85] Compiling Crypto Ed25519.swift
[16/85] Compiling Crypto Signature.swift
[17/85] Compiling Crypto ArbitraryPrecisionInteger_boring.swift
[18/85] Compiling Crypto CryptoKitErrors_boring.swift
[19/85] Emitting module Crypto
[20/85] Compiling Crypto HashFunctions.swift
[21/85] Compiling Crypto HashFunctions_SHA2.swift
[22/85] Compiling Crypto HPKE-AEAD.swift
[23/85] Compiling Crypto HPKE-Ciphersuite.swift
[24/85] Compiling Crypto HPKE-KDF.swift
[25/85] Compiling Crypto HPKE-KexKeyDerivation.swift
[26/85] Compiling Crypto HPKE-LabeledExtract.swift
[27/85] Compiling Crypto HPKE-Utils.swift
[28/85] Compiling Crypto ASN1Boolean.swift
[29/85] Compiling Crypto ASN1Identifier.swift
[30/85] Compiling Crypto ASN1Integer.swift
[31/85] Compiling Crypto ASN1Null.swift
[32/85] Compiling Crypto ASN1OctetString.swift
[33/85] Compiling Crypto ASN1Strings.swift
[34/85] Compiling Crypto ArraySliceBigint.swift
[35/85] Compiling Crypto GeneralizedTime.swift
[36/85] Compiling Crypto ObjectIdentifier.swift
[37/85] Compiling Crypto Ed25519Keys.swift
[38/85] Compiling Crypto NISTCurvesKeys.swift
[39/85] Compiling Crypto X25519Keys.swift
[40/85] Compiling Crypto SymmetricKeys.swift
[41/85] Compiling Crypto HMAC.swift
[42/85] Compiling Crypto MACFunctions.swift
[43/85] Compiling Crypto MessageAuthenticationCode.swift
[44/85] Compiling Crypto AES.swift
[45/85] Compiling Crypto HPKE-Modes.swift
[46/85] Compiling Crypto Insecure.swift
[47/85] Compiling Crypto Insecure_HashFunctions.swift
[48/85] Compiling Crypto KEM.swift
[49/85] Compiling Crypto ECDH_boring.swift
[50/85] Compiling Crypto DH.swift
[51/85] Compiling Crypto ECDH.swift
[52/85] Compiling Crypto HKDF.swift
[53/85] Compiling Crypto ECDSASignature.swift
[54/85] Compiling Crypto PEMDocument.swift
[55/85] Compiling Crypto PKCS8PrivateKey.swift
[56/85] Compiling Crypto SEC1PrivateKey.swift
[57/85] Compiling Crypto SubjectPublicKeyInfo.swift
[58/85] Compiling Crypto CryptoKitErrors.swift
[59/85] Compiling Crypto Digest_boring.swift
[60/85] Compiling Crypto Digest.swift
[61/85] Compiling Crypto Digests.swift
[62/85] Compiling Crypto DHKEM.swift
[63/85] Compiling Crypto HPKE-KEM-Curve25519.swift
[64/85] Compiling Crypto HPKE-NIST-EC-KEMs.swift
[65/85] Compiling Crypto HPKE-KEM.swift
[66/85] Compiling Crypto HPKE-Errors.swift
[67/85] Compiling Crypto HPKE.swift
[68/85] Compiling Crypto HPKE-Context.swift
[69/85] Compiling Crypto HPKE-KeySchedule.swift
[70/85] Compiling Crypto AESWrap.swift
[71/85] Compiling Crypto AESWrap_boring.swift
[72/85] Compiling Crypto Ed25519_boring.swift
[73/85] Compiling Crypto EllipticCurvePoint_boring.swift
[74/85] Compiling Crypto EllipticCurve_boring.swift
[75/85] Compiling Crypto NISTCurvesKeys_boring.swift
[76/85] Compiling Crypto X25519Keys_boring.swift
[77/85] Compiling Crypto Curve25519.swift
[78/85] Compiling Crypto FiniteFieldArithmeticContext_boring.swift
[79/85] Compiling Crypto RNG_boring.swift
[80/85] Compiling Crypto SafeCompare_boring.swift
[81/85] Compiling Crypto Zeroization_boring.swift
[82/85] Compiling Crypto PrettyBytes.swift
[83/85] Compiling Crypto SafeCompare.swift
[84/85] Compiling Crypto SecureBytes.swift
[85/85] Compiling Crypto Zeroization.swift
[86/132] Compiling Compute ReadableBody+Data.swift
[87/132] Compiling Compute ReadableBody+Wasi.swift
[88/132] Compiling Compute ReadableBody.swift
[89/132] Compiling Compute Parameters.swift
[90/132] Compiling Compute PathComponent.swift
[91/137] Compiling Compute Cache.swift
[92/137] Compiling Compute Compute.swift
[93/137] Compiling Compute Concurrency.swift
[94/137] Compiling Compute ConfigStore.swift
[95/137] Compiling Compute Console.swift
[96/137] Compiling Compute Crypto.swift
[97/137] Compiling Compute FanoutClient.swift
[98/137] Compiling Compute FanoutMessage.swift
[99/137] Compiling Compute IncomingRequest+Fanout.swift
[100/137] Compiling Compute OutgoingResponse+Fanout.swift
[101/137] Compiling Compute Fastly.swift
[102/137] Compiling Compute JWTClaim.swift
[103/137] Compiling Compute JWTError.swift
[104/137] Compiling Compute KVStore.swift
[105/137] Compiling Compute OutgoingResponse.swift
[106/137] Compiling Compute Range.swift
[107/137] Compiling Compute FetchRequest.swift
[108/137] Compiling Compute FetchResponse.swift
[109/137] Compiling Compute Headers.swift
[110/137] Compiling Compute IncomingRequest.swift
[111/137] Compiling Compute JWT.swift
[112/137] Compiling Compute FastlyPendingRequest.swift
[113/137] Compiling Compute FastlyRequest.swift
[114/137] Compiling Compute FastlyResponse.swift
[115/137] Compiling Compute FastlySecretStore.swift
[116/137] Compiling Compute FastlyStubs.swift
[117/137] Emitting module Compute
[118/137] Compiling Compute FastlyABI.swift
[119/137] Compiling Compute FastlyBody.swift
[120/137] Compiling Compute FastlyCache.swift
[121/137] Compiling Compute FastlyConfigStore.swift
[122/137] Compiling Compute FastlyDevice.swift
[123/137] Compiling Compute FastlyEnvironment.swift
[124/137] Compiling Compute FastlyError.swift
[125/137] Compiling Compute FastlyGeoLocation.swift
[126/137] Compiling Compute FastlyKVStore.swift
[127/137] Compiling Compute FastlyLogger.swift
[128/137] Compiling Compute FastlyTypes.swift
[129/137] Compiling Compute FastlyUtils.swift
[130/137] Compiling Compute Fetch+URLSession.swift
[131/137] Compiling Compute Fetch+Wasi.swift
[132/137] Compiling Compute Fetch.swift
[133/137] Compiling Compute Routable.swift
[134/137] Compiling Compute Router.swift
[135/137] Compiling Compute TrieRouter.swift
[136/137] Compiling Compute SecretStore.swift
[137/137] Compiling Compute WritableBody.swift
Build of target: 'Compute' complete! (3.70s)
2394
13 /Users/admin/builder/spi-builder-workspace/.docs/swift-cloud/compute/3.1.0
✅ Doc result (uploading) reported
========================================
SyncDocs
========================================
Doc archive source directory: $PWD/.docs/swift-cloud/compute/3.1.0
File count: 2394
Doc size: 13.0MB
Preparing doc bundle ...
Uploading prod-swift-cloud-compute-3.1.0-9528bd85.zip to s3://spi-docs-inbox/prod-swift-cloud-compute-3.1.0-9528bd85.zip
Copying... [12%]
Copying... [21%]
Copying... [30%]
Copying... [42%]
Copying... [51%]
Copying... [60%]
Copying... [72%]
Copying... [81%]
Copying... [91%]
Copying... [100%]
Done.