The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of SwiftBlake3, reference main (2126a9), with Swift 6.1 for macOS (SPM) on 11 Aug 2025 13:20:41 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.65.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/thecoolwinter/SwiftBlake3.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/thecoolwinter/SwiftBlake3
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 2126a9f Add Quick Benchmarks Script
Submodule path 'lib/blake3': checked out 'df610ddc3b93841ffc59a87e3da659a15910eb46'
Submodule 'lib/blake3' (https://github.com/BLAKE3-team/BLAKE3) registered for path 'lib/blake3'
Cloning into '/Users/admin/builder/spi-builder-workspace/lib/blake3'...
Cloned https://github.com/thecoolwinter/SwiftBlake3.git
Revision (git rev-parse @):
2126a9fb2831f93e4ddc03ec536ed21f07c2ddb4
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/thecoolwinter/SwiftBlake3.git at main
Fetching https://github.com/apple/swift-crypto.git from cache
Fetching https://github.com/apple/swift-asn1.git from cache
Fetched https://github.com/apple/swift-crypto.git from cache (2.59s)
Computing version for https://github.com/apple/swift-crypto.git
Fetched https://github.com/apple/swift-asn1.git from cache (2.59s)
Computed https://github.com/apple/swift-crypto.git at 3.14.0 (6.30s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.4.0 (0.57s)
Creating working copy for https://github.com/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.4.0
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.14.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": "swiftblake3",
      "name": "SwiftBlake3",
      "url": "https://github.com/thecoolwinter/SwiftBlake3.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SwiftBlake3",
      "dependencies": [
        {
          "identity": "swift-crypto",
          "name": "swift-crypto",
          "url": "https://github.com/apple/swift-crypto.git",
          "version": "3.14.0",
          "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.4.0",
              "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-asn1",
              "dependencies": [
              ]
            }
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/thecoolwinter/SwiftBlake3.git
[1/124] Fetching swiftblake3
Fetched https://github.com/thecoolwinter/SwiftBlake3.git from cache (0.66s)
Fetching https://github.com/apple/swift-crypto.git from cache
Fetched https://github.com/apple/swift-crypto.git from cache (0.72s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.14.0 (0.78s)
Fetching https://github.com/apple/swift-asn1.git from cache
Fetched https://github.com/apple/swift-asn1.git from cache (0.44s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.4.0 (0.49s)
Creating working copy for https://github.com/thecoolwinter/SwiftBlake3.git
Working copy of https://github.com/thecoolwinter/SwiftBlake3.git resolved at main (2126a9f)
Creating working copy for https://github.com/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.4.0
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.14.0
warning: '.resolve-product-dependencies': dependency 'swiftblake3' 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/thecoolwinter/SwiftBlake3.git
https://github.com/thecoolwinter/SwiftBlake3.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.git"
    }
  ],
  "manifest_display_name" : "SwiftBlake3",
  "name" : "SwiftBlake3",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "maccatalyst",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    }
  ],
  "products" : [
    {
      "name" : "Blake3",
      "targets" : [
        "Blake3"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "Benchmarks",
      "targets" : [
        "Benchmarks"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "blake3_c",
      "module_type" : "ClangTarget",
      "name" : "blake3-c",
      "path" : "Sources/blake3-c",
      "product_memberships" : [
        "Blake3",
        "Benchmarks"
      ],
      "sources" : [
        "blake3.c",
        "blake3_avx2.c",
        "blake3_avx512.c",
        "blake3_neon.c",
        "blake3_sse2.c",
        "blake3_sse41.c"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Blake3Tests",
      "module_type" : "SwiftTarget",
      "name" : "Blake3Tests",
      "path" : "Tests/Blake3Tests",
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/Blake3Tests/test_vectors.json",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "CoWTests.swift",
        "PrettyBytes.swift",
        "TestVectors.swift"
      ],
      "target_dependencies" : [
        "Blake3"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Blake3",
      "module_type" : "SwiftTarget",
      "name" : "Blake3",
      "path" : "Sources/Blake3",
      "product_dependencies" : [
        "Crypto"
      ],
      "product_memberships" : [
        "Blake3",
        "Benchmarks"
      ],
      "sources" : [
        "Blake3.swift",
        "Blake3Digest.swift",
        "DigestContext.swift"
      ],
      "target_dependencies" : [
        "blake3-c"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Benchmarks",
      "module_type" : "SwiftTarget",
      "name" : "Benchmarks",
      "path" : "Sources/Benchmarks",
      "product_memberships" : [
        "Benchmarks"
      ],
      "sources" : [
        "Benchmarks.swift"
      ],
      "target_dependencies" : [
        "Blake3"
      ],
      "type" : "executable"
    }
  ],
  "tools_version" : "6.1"
}
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/15] Write sources
[1/15] Copying PrivacyInfo.xcprivacy
[1/15] Write Benchmarks-entitlement.plist
[3/15] Write sources
[5/15] Compiling blake3-c blake3_avx2.c
[5/15] Compiling blake3-c blake3_avx512.c
[6/15] Compiling blake3-c blake3_sse41.c
[8/15] Compiling blake3-c blake3_sse2.c
[9/15] Write swift-version-2F0A5646E1D333AE.txt
[10/89] Compiling blake3-c blake3.c
[11/89] Compiling blake3-c blake3_neon.c
[13/89] Emitting module Crypto
[14/97] Compiling Crypto RNG_boring.swift
[15/97] Compiling Crypto SafeCompare_boring.swift
[16/97] Compiling Crypto Zeroization_boring.swift
[17/97] Compiling Crypto PrettyBytes.swift
[18/97] Compiling Crypto SafeCompare.swift
[19/97] Compiling Crypto SecureBytes.swift
[20/97] Compiling Crypto Zeroization.swift
[21/97] Compiling Crypto resource_bundle_accessor.swift
[22/97] Compiling Crypto HPKE-KexKeyDerivation.swift
[23/97] Compiling Crypto HPKE-LabeledExtract.swift
[24/97] Compiling Crypto HPKE-Utils.swift
[25/97] Compiling Crypto DHKEM.swift
[26/97] Compiling Crypto HPKE-KEM-Curve25519.swift
[27/97] Compiling Crypto HPKE-NIST-EC-KEMs.swift
[28/97] Compiling Crypto HPKE-KEM.swift
[29/97] Compiling Crypto HPKE-Errors.swift
[30/97] Compiling Crypto Digest_boring.swift
[31/97] Compiling Crypto Digest.swift
[32/97] Compiling Crypto Digests.swift
[33/97] Compiling Crypto HashFunctions.swift
[34/97] Compiling Crypto HashFunctions_SHA2.swift
[35/97] Compiling Crypto HPKE-AEAD.swift
[36/97] Compiling Crypto HPKE-Ciphersuite.swift
[37/97] Compiling Crypto HPKE-KDF.swift
[38/97] Compiling Crypto AES.swift
[39/97] Compiling Crypto ECDSASignature_boring.swift
[40/97] Compiling Crypto ECDSA_boring.swift
[41/97] Compiling Crypto EdDSA_boring.swift
[42/97] Compiling Crypto ECDSA.swift
[43/97] Compiling Crypto Ed25519.swift
[44/97] Compiling Crypto Signature.swift
[45/97] Compiling Crypto CryptoKitErrors_boring.swift
[46/97] Compiling Crypto ASN1Boolean.swift
[47/97] Compiling Crypto ASN1Identifier.swift
[48/97] Compiling Crypto ASN1Integer.swift
[49/97] Compiling Crypto ASN1Null.swift
[50/97] Compiling Crypto ASN1OctetString.swift
[51/97] Compiling Crypto ASN1Strings.swift
[52/97] Compiling Crypto ArraySliceBigint.swift
[53/97] Compiling Crypto GeneralizedTime.swift
[54/97] Compiling Crypto DH.swift
[55/97] Compiling Crypto ECDH.swift
[56/97] Compiling Crypto HKDF.swift
[57/97] Compiling Crypto AESWrap.swift
[58/97] Compiling Crypto AESWrap_boring.swift
[59/97] Compiling Crypto Ed25519_boring.swift
[60/97] Compiling Crypto NISTCurvesKeys_boring.swift
[61/97] Compiling Crypto X25519Keys_boring.swift
[62/97] Compiling Crypto ObjectIdentifier.swift
[63/97] Compiling Crypto ECDSASignature.swift
[64/97] Compiling Crypto PEMDocument.swift
[65/97] Compiling Crypto PKCS8PrivateKey.swift
[66/97] Compiling Crypto SEC1PrivateKey.swift
[67/97] Compiling Crypto SubjectPublicKeyInfo.swift
[68/97] Compiling Crypto CryptoError_boring.swift
[69/97] Compiling Crypto CryptoKitErrors.swift
[70/97] Compiling Crypto AES-GCM.swift
[71/97] Compiling Crypto AES-GCM_boring.swift
[72/97] Compiling Crypto ChaChaPoly_boring.swift
[73/97] Compiling Crypto ChaChaPoly.swift
[74/97] Compiling Crypto Cipher.swift
[75/97] Compiling Crypto Nonces.swift
[76/97] Compiling Crypto ASN1.swift
[77/97] Compiling Crypto ASN1Any.swift
[78/97] Compiling Crypto ASN1BitString.swift
[79/97] Compiling Crypto Curve25519.swift
[80/97] Compiling Crypto Ed25519Keys.swift
[81/97] Compiling Crypto NISTCurvesKeys.swift
[82/97] Compiling Crypto X25519Keys.swift
[83/97] Compiling Crypto SymmetricKeys.swift
[84/97] Compiling Crypto HMAC.swift
[85/97] Compiling Crypto MACFunctions.swift
[86/97] Compiling Crypto MessageAuthenticationCode.swift
[87/97] Compiling Crypto HPKE.swift
[88/97] Compiling Crypto HPKE-Context.swift
[89/97] Compiling Crypto HPKE-KeySchedule.swift
[90/97] Compiling Crypto HPKE-Modes.swift
[91/97] Compiling Crypto Insecure.swift
[92/97] Compiling Crypto Insecure_HashFunctions.swift
[93/97] Compiling Crypto KEM.swift
[94/97] Compiling Crypto ECDH_boring.swift
[95/101] Compiling Blake3 Blake3Digest.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[96/101] Compiling Blake3 Blake3.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[97/101] Compiling Blake3 DigestContext.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[98/101] Emitting module Blake3
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[99/103] Emitting module Benchmarks
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[100/103] Compiling Benchmarks Benchmarks.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[100/103] Write Objects.LinkFileList
[101/103] Linking Benchmarks
[102/103] Applying Benchmarks
Build complete! (12.14s)
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.git"
    }
  ],
  "manifest_display_name" : "SwiftBlake3",
  "name" : "SwiftBlake3",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "maccatalyst",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    }
  ],
  "products" : [
    {
      "name" : "Blake3",
      "targets" : [
        "Blake3"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "Benchmarks",
      "targets" : [
        "Benchmarks"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "blake3_c",
      "module_type" : "ClangTarget",
      "name" : "blake3-c",
      "path" : "Sources/blake3-c",
      "product_memberships" : [
        "Blake3",
        "Benchmarks"
      ],
      "sources" : [
        "blake3.c",
        "blake3_avx2.c",
        "blake3_avx512.c",
        "blake3_neon.c",
        "blake3_sse2.c",
        "blake3_sse41.c"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Blake3Tests",
      "module_type" : "SwiftTarget",
      "name" : "Blake3Tests",
      "path" : "Tests/Blake3Tests",
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/Blake3Tests/test_vectors.json",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "CoWTests.swift",
        "PrettyBytes.swift",
        "TestVectors.swift"
      ],
      "target_dependencies" : [
        "Blake3"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Blake3",
      "module_type" : "SwiftTarget",
      "name" : "Blake3",
      "path" : "Sources/Blake3",
      "product_dependencies" : [
        "Crypto"
      ],
      "product_memberships" : [
        "Blake3",
        "Benchmarks"
      ],
      "sources" : [
        "Blake3.swift",
        "Blake3Digest.swift",
        "DigestContext.swift"
      ],
      "target_dependencies" : [
        "blake3-c"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Benchmarks",
      "module_type" : "SwiftTarget",
      "name" : "Benchmarks",
      "path" : "Sources/Benchmarks",
      "product_memberships" : [
        "Benchmarks"
      ],
      "sources" : [
        "Benchmarks.swift"
      ],
      "target_dependencies" : [
        "Blake3"
      ],
      "type" : "executable"
    }
  ],
  "tools_version" : "6.1"
}
✅  Doc result (pending) reported
========================================
GenerateDocs
========================================
Generating docs at path:  $PWD/.docs/thecoolwinter/swiftblake3/main
Repository:               thecoolwinter/SwiftBlake3
Swift version used:       6.1
Target:                   BLAKE3
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/swift-docc-render-artifact/.git/
From https://github.com/swiftlang/swift-docc-render-artifact
 * branch            4633b45fc732d8c55568be09dd852f9dc1582c25 -> FETCH_HEAD
HEAD is now at 4633b45 Update the artifact
Cloned https://github.com/swiftlang/swift-docc-render-artifact
Fetching https://github.com/swiftlang/swift-docc-plugin from cache
Updating https://github.com/apple/swift-crypto.git
Updated https://github.com/apple/swift-crypto.git (0.55s)
Updating https://github.com/apple/swift-asn1.git
Fetched https://github.com/swiftlang/swift-docc-plugin from cache (0.61s)
Computing version for https://github.com/apple/swift-crypto.git
Updated https://github.com/apple/swift-asn1.git (0.42s)
Computed https://github.com/apple/swift-crypto.git at 3.14.0 (1.65s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.4.0 (0.58s)
Computing version for https://github.com/swiftlang/swift-docc-plugin
Computed https://github.com/swiftlang/swift-docc-plugin at 1.4.5 (0.58s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit from cache
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.85s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.50s)
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.5
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 SymbolKit Mixin+Equals.swift
[7/53] Compiling SymbolKit Mixin+Hash.swift
[8/53] Compiling SymbolKit Mixin.swift
[9/53] Compiling SymbolKit LineList.swift
[10/53] Compiling SymbolKit Position.swift
[11/57] Emitting module SymbolKit
[12/57] Compiling SymbolKit DeclarationFragments.swift
[13/57] Compiling SymbolKit Fragment.swift
[14/57] Compiling SymbolKit FragmentKind.swift
[15/57] Compiling SymbolKit FunctionParameter.swift
[16/57] Compiling SymbolKit FunctionSignature.swift
[17/57] Compiling SymbolKit Identifier.swift
[18/57] Compiling SymbolKit KindIdentifier.swift
[19/57] Compiling SymbolKit Location.swift
[20/57] Compiling SymbolKit Mutability.swift
[21/57] Compiling SymbolKit Names.swift
[22/57] Compiling SymbolKit SPI.swift
[23/57] Compiling SymbolKit Snippet.swift
[24/57] Compiling SymbolKit Extension.swift
[25/57] Compiling SymbolKit GenericConstraint.swift
[26/57] Compiling SymbolKit GenericParameter.swift
[27/57] Compiling SymbolKit Generics.swift
[28/57] Compiling SymbolKit Namespace.swift
[29/57] Compiling SymbolKit SourceRange.swift
[30/57] Compiling SymbolKit Metadata.swift
[31/57] Compiling SymbolKit Module.swift
[32/57] Compiling SymbolKit OperatingSystem.swift
[33/57] Compiling SymbolKit Platform.swift
[34/57] Compiling SymbolKit Relationship.swift
[35/57] Compiling SymbolKit RelationshipKind.swift
[36/57] Compiling SymbolKit SourceOrigin.swift
[37/57] Compiling SymbolKit GenericConstraints.swift
[38/57] Compiling SymbolKit Swift.swift
[39/57] Compiling SymbolKit SemanticVersion.swift
[40/57] Compiling SymbolKit AccessControl.swift
[41/57] Compiling SymbolKit Availability.swift
[42/57] Compiling SymbolKit AvailabilityItem.swift
[43/57] Compiling SymbolKit Domain.swift
[44/57] Compiling SymbolKit Symbol.swift
[45/57] Compiling SymbolKit SymbolKind.swift
[46/57] Compiling SymbolKit SymbolGraph.swift
[47/57] Compiling SymbolKit GraphCollector.swift
[48/57] Compiling SymbolKit UnifiedSymbol+Encodable.swift
[49/57] Compiling SymbolKit UnifiedSymbol.swift
[50/57] Compiling SymbolKit UnifiedSymbolGraph+Encodable.swift
[51/57] Compiling SymbolKit UnifiedSymbolGraph.swift
[52/57] Compiling Snippets SnippetParser.swift
[53/57] Compiling Snippets Snippet.swift
[54/57] Emitting module Snippets
[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.34s)
error: no target named 'BLAKE3'
compatible targets: 'Blake3', 'Benchmarks', 'blake3-c', 'Crypto'
       1
0	/Users/admin/builder/spi-builder-workspace/.docs/thecoolwinter/swiftblake3/main
✅  Doc result (uploading) reported
Error while generating docs: Error Domain=NSCocoaErrorDomain Code=260 "The folder “documentation” doesn’t exist." UserInfo={NSUserStringVariant=(
    Folder
), NSFilePath=/Users/admin/builder/spi-builder-workspace/.docs/thecoolwinter/swiftblake3/main/documentation, NSURL=file:///Users/admin/builder/spi-builder-workspace/.docs/thecoolwinter/swiftblake3/main/documentation, NSUnderlyingError=0x600003989740 {Error Domain=NSOSStatusErrorDomain Code=-43 "fnfErr: File not found"}}
✅  Doc result (failed) reported
Done.