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 ATCommonTools, reference 0.0.14 (b79cc2), with Swift 6.1 for macOS (SPM) on 24 Aug 2025 11:50:31 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.67.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/ATProtoKit/ATCommonTools.git
Reference: 0.0.14
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/ATProtoKit/ATCommonTools
 * tag               0.0.14     -> FETCH_HEAD
HEAD is now at b79cc28 Conform DuplexStreamEndpoint to AsyncSequence
Cloned https://github.com/ATProtoKit/ATCommonTools.git
Revision (git rev-parse @):
b79cc284178dd4a8271e39b6610f96394cd7958c
SUCCESS checkout https://github.com/ATProtoKit/ATCommonTools.git at 0.0.14
Fetching https://github.com/ATProtoKit/MultiformatsKit.git
Fetching https://github.com/MasterJ93/swift-cbor.git
Fetching https://github.com/apple/swift-crypto.git from cache
Fetching https://github.com/apple/swift-asn1.git from cache
[1/127] Fetching swift-cbor
Fetched https://github.com/MasterJ93/swift-cbor.git from cache (0.61s)
[1/579] Fetching multiformatskit
Fetched https://github.com/ATProtoKit/MultiformatsKit.git from cache (1.38s)
Fetched https://github.com/apple/swift-crypto.git from cache (1.41s)
Computing version for https://github.com/apple/swift-crypto.git
Fetched https://github.com/apple/swift-asn1.git from cache (1.41s)
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (5.14s)
Computing version for https://github.com/MasterJ93/swift-cbor.git
Computed https://github.com/MasterJ93/swift-cbor.git at 0.0.8 (0.47s)
Computing version for https://github.com/ATProtoKit/MultiformatsKit.git
Computed https://github.com/ATProtoKit/MultiformatsKit.git at 0.3.0 (0.48s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.4.0 (0.59s)
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.12.3
Creating working copy for https://github.com/ATProtoKit/MultiformatsKit.git
Working copy of https://github.com/ATProtoKit/MultiformatsKit.git resolved at 0.3.0
Creating working copy for https://github.com/MasterJ93/swift-cbor.git
Working copy of https://github.com/MasterJ93/swift-cbor.git resolved at 0.0.8
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
========================================
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": "atcommontools",
      "name": "ATCommonTools",
      "url": "https://github.com/ATProtoKit/ATCommonTools.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/ATCommonTools",
      "dependencies": [
        {
          "identity": "multiformatskit",
          "name": "MultiformatsKit",
          "url": "https://github.com/ATProtoKit/MultiformatsKit.git",
          "version": "0.3.0",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/MultiformatsKit",
          "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": [
                  ]
                }
              ]
            }
          ]
        },
        {
          "identity": "swift-cbor",
          "name": "swift-cbor",
          "url": "https://github.com/MasterJ93/swift-cbor.git",
          "version": "0.0.8",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-cbor",
          "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/ATProtoKit/ATCommonTools.git
[1/351] Fetching atcommontools
Fetched https://github.com/ATProtoKit/ATCommonTools.git from cache (0.73s)
Fetching https://github.com/MasterJ93/swift-cbor.git from cache
Fetching https://github.com/apple/swift-crypto.git from cache
Fetching https://github.com/ATProtoKit/MultiformatsKit.git from cache
Fetched https://github.com/MasterJ93/swift-cbor.git from cache (0.57s)
Fetched https://github.com/ATProtoKit/MultiformatsKit.git from cache (0.57s)
Fetched https://github.com/apple/swift-crypto.git from cache (0.59s)
Computing version for https://github.com/ATProtoKit/MultiformatsKit.git
Computed https://github.com/ATProtoKit/MultiformatsKit.git at 0.3.0 (0.64s)
Computing version for https://github.com/MasterJ93/swift-cbor.git
Computed https://github.com/MasterJ93/swift-cbor.git at 0.0.8 (0.03s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.14.0 (1.04s)
Fetching https://github.com/apple/swift-asn1.git from cache
Fetched https://github.com/apple/swift-asn1.git from cache (0.46s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.4.0 (0.51s)
Creating working copy for https://github.com/ATProtoKit/MultiformatsKit.git
Working copy of https://github.com/ATProtoKit/MultiformatsKit.git resolved at 0.3.0
Creating working copy for https://github.com/MasterJ93/swift-cbor.git
Working copy of https://github.com/MasterJ93/swift-cbor.git resolved at 0.0.8
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
Creating working copy for https://github.com/ATProtoKit/ATCommonTools.git
Working copy of https://github.com/ATProtoKit/ATCommonTools.git resolved at 0.0.14 (b79cc28)
warning: '.resolve-product-dependencies': dependency 'atcommontools' is not used by any target
Found 3 product dependencies
  - MultiformatsKit
  - swift-cbor
  - swift-crypto
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/ATProtoKit/ATCommonTools.git
https://github.com/ATProtoKit/ATCommonTools.git
{
  "dependencies" : [
    {
      "identity" : "multiformatskit",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.3.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/ATProtoKit/MultiformatsKit.git"
    },
    {
      "identity" : "swift-cbor",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.0.1",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/MasterJ93/swift-cbor.git"
    },
    {
      "identity" : "swift-crypto",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "3.12.2",
            "upper_bound" : "4.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-crypto.git"
    }
  ],
  "manifest_display_name" : "ATCommonTools",
  "name" : "ATCommonTools",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "14.0"
    },
    {
      "name" : "macos",
      "version" : "12.0"
    },
    {
      "name" : "tvos",
      "version" : "14.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    },
    {
      "name" : "watchos",
      "version" : "9.0"
    }
  ],
  "products" : [
    {
      "name" : "ATCommonTools",
      "targets" : [
        "ATCommonTools"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "ATCommonWeb",
      "targets" : [
        "ATCommonWeb"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ATCommonWeb",
      "module_type" : "SwiftTarget",
      "name" : "ATCommonWeb",
      "path" : "Sources/ATCommonWeb",
      "product_dependencies" : [
        "MultiformatsKit"
      ],
      "product_memberships" : [
        "ATCommonTools",
        "ATCommonWeb"
      ],
      "sources" : [
        "TypeScript-bound/Async.swift",
        "TypeScript-bound/DIDDocument.swift",
        "TypeScript-bound/IPLD.swift",
        "TypeScript-bound/Models.swift",
        "TypeScript-bound/Retry.swift",
        "TypeScript-bound/TID.swift",
        "TypeScript-bound/Times.swift",
        "TypeScript-bound/Utilities.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "ATCommonToolsTests",
      "module_type" : "SwiftTarget",
      "name" : "ATCommonToolsTests",
      "path" : "Tests/ATCommonToolsTests",
      "sources" : [
        "ATCommonToolsTests.swift"
      ],
      "target_dependencies" : [
        "ATCommonTools",
        "ATCommonWeb"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ATCommonTools",
      "module_type" : "SwiftTarget",
      "name" : "ATCommonTools",
      "path" : "Sources/ATCommonTools",
      "product_dependencies" : [
        "MultiformatsKit",
        "SwiftCbor",
        "Crypto"
      ],
      "product_memberships" : [
        "ATCommonTools"
      ],
      "sources" : [
        "CommonToolsErrors.swift",
        "Swift-bound/ContentDecoder.swift",
        "Swift-bound/DAGCBORValue.swift",
        "Swift-bound/DuplexStream.swift",
        "TypeScript-bound/IPLD-Multi.swift",
        "TypeScript-bound/IPLD.swift"
      ],
      "target_dependencies" : [
        "ATCommonWeb"
      ],
      "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/7] Write sources
[3/7] Copying PrivacyInfo.xcprivacy
[3/7] Write sources
[6/7] Write swift-version-2F0A5646E1D333AE.txt
[8/87] Emitting module Crypto
[9/95] Compiling Crypto RNG_boring.swift
[10/95] Compiling Crypto SafeCompare_boring.swift
[11/95] Compiling Crypto Zeroization_boring.swift
[12/95] Compiling Crypto PrettyBytes.swift
[13/95] Compiling Crypto SafeCompare.swift
[14/95] Compiling Crypto SecureBytes.swift
[15/95] Compiling Crypto Zeroization.swift
[16/95] Compiling Crypto resource_bundle_accessor.swift
[17/95] Compiling Crypto ASN1BitString.swift
[18/95] Compiling Crypto ASN1Boolean.swift
[19/95] Compiling Crypto ASN1Identifier.swift
[20/95] Compiling Crypto ASN1Integer.swift
[21/95] Compiling Crypto ASN1Null.swift
[22/95] Compiling Crypto ASN1OctetString.swift
[23/95] Compiling Crypto ASN1Strings.swift
[24/95] Compiling Crypto ArraySliceBigint.swift
[25/95] Compiling SwiftCbor CborScanner.swift
[26/95] Compiling SwiftCbor CborValue.swift
[27/95] Emitting module SwiftCbor
[28/95] Compiling SwiftCbor CborEncoder.swift
[29/95] Compiling SwiftCbor CborDecoder.swift
[30/95] Compiling SwiftCbor CborCodable.swift
[31/95] Compiling SwiftCbor DataNumber.swift
[32/95] Compiling Crypto HPKE-KexKeyDerivation.swift
[33/95] Compiling Crypto HPKE-LabeledExtract.swift
[34/95] Compiling Crypto HPKE-Utils.swift
[35/95] Compiling Crypto DHKEM.swift
[36/95] Compiling Crypto HPKE-KEM-Curve25519.swift
[37/95] Compiling Crypto HPKE-NIST-EC-KEMs.swift
[38/95] Compiling Crypto HPKE-KEM.swift
[39/95] Compiling Crypto HPKE-Errors.swift
[40/95] Compiling Crypto Curve25519.swift
[41/95] Compiling Crypto Ed25519Keys.swift
[42/95] Compiling Crypto NISTCurvesKeys.swift
[43/95] Compiling Crypto X25519Keys.swift
[44/95] Compiling Crypto SymmetricKeys.swift
[45/95] Compiling Crypto HMAC.swift
[46/95] Compiling Crypto MACFunctions.swift
[47/95] Compiling Crypto MessageAuthenticationCode.swift
[48/95] Compiling Crypto AES-GCM.swift
[49/95] Compiling Crypto AES-GCM_boring.swift
[50/95] Compiling Crypto ChaChaPoly_boring.swift
[51/95] Compiling Crypto ChaChaPoly.swift
[52/95] Compiling Crypto Cipher.swift
[53/95] Compiling Crypto Nonces.swift
[54/95] Compiling Crypto ASN1.swift
[55/95] Compiling Crypto ASN1Any.swift
[56/95] Compiling Crypto Digest_boring.swift
[57/95] Compiling Crypto Digest.swift
[58/95] Compiling Crypto Digests.swift
[59/95] Compiling Crypto HashFunctions.swift
[60/95] Compiling Crypto HashFunctions_SHA2.swift
[61/95] Compiling Crypto HPKE-AEAD.swift
[62/95] Compiling Crypto HPKE-Ciphersuite.swift
[63/95] Compiling Crypto HPKE-KDF.swift
[64/95] Compiling Crypto HPKE.swift
[65/95] Compiling Crypto HPKE-Context.swift
[66/95] Compiling Crypto HPKE-KeySchedule.swift
[67/95] Compiling Crypto HPKE-Modes.swift
[68/95] Compiling Crypto Insecure.swift
[69/95] Compiling Crypto Insecure_HashFunctions.swift
[70/95] Compiling Crypto KEM.swift
[71/95] Compiling Crypto ECDH_boring.swift
[72/95] Compiling Crypto DH.swift
[73/95] Compiling Crypto ECDH.swift
[74/95] Compiling Crypto HKDF.swift
[75/95] Compiling Crypto AESWrap.swift
[76/95] Compiling Crypto AESWrap_boring.swift
[77/95] Compiling Crypto Ed25519_boring.swift
[78/95] Compiling Crypto NISTCurvesKeys_boring.swift
[79/95] Compiling Crypto X25519Keys_boring.swift
[80/95] Compiling Crypto GeneralizedTime.swift
[81/95] Compiling Crypto ObjectIdentifier.swift
[82/95] Compiling Crypto ECDSASignature.swift
[83/95] Compiling Crypto PEMDocument.swift
[84/95] Compiling Crypto PKCS8PrivateKey.swift
[85/95] Compiling Crypto SEC1PrivateKey.swift
[86/95] Compiling Crypto SubjectPublicKeyInfo.swift
[87/95] Compiling Crypto CryptoKitErrors.swift
[88/95] Compiling Crypto AES.swift
[89/95] Compiling Crypto ECDSASignature_boring.swift
[90/95] Compiling Crypto ECDSA_boring.swift
[91/95] Compiling Crypto EdDSA_boring.swift
[92/95] Compiling Crypto ECDSA.swift
[93/95] Compiling Crypto Ed25519.swift
[94/95] Compiling Crypto Signature.swift
[95/95] Compiling Crypto CryptoKitErrors_boring.swift
[96/108] Compiling MultiformatsKit MultihashAlgorithm.swift
[97/109] Compiling MultiformatsKit BasesProtocols.swift
[98/109] Compiling MultiformatsKit Multibase.swift
[99/109] Compiling MultiformatsKit Multicodec.swift
[100/109] Compiling MultiformatsKit RFC4648Codec.swift
[101/109] Compiling MultiformatsKit MultihashFactory.swift
[102/109] Compiling MultiformatsKit Hashers.swift
[103/109] Compiling MultiformatsKit Multihash.swift
[104/109] Compiling MultiformatsKit CID.swift
[105/109] Compiling MultiformatsKit Errors.swift
[106/109] Emitting module MultiformatsKit
[107/109] Compiling MultiformatsKit BaseN.swift
[108/109] Compiling MultiformatsKit BaseNAlphabet.swift
[109/109] Compiling MultiformatsKit Varint.swift
[110/118] Compiling ATCommonWeb Utilities.swift
[111/118] Compiling ATCommonWeb Retry.swift
[112/118] Compiling ATCommonWeb Times.swift
[113/118] Compiling ATCommonWeb TID.swift
[114/118] Compiling ATCommonWeb Models.swift
[115/118] Compiling ATCommonWeb IPLD.swift
[116/118] Compiling ATCommonWeb Async.swift
[117/118] Emitting module ATCommonWeb
[118/118] Compiling ATCommonWeb DIDDocument.swift
[119/125] Compiling ATCommonTools DuplexStream.swift
[120/125] Compiling ATCommonTools IPLD.swift
[121/125] Compiling ATCommonTools CommonToolsErrors.swift
[122/125] Compiling ATCommonTools DAGCBORValue.swift
[123/125] Emitting module ATCommonTools
[124/125] Compiling ATCommonTools ContentDecoder.swift
[125/125] Compiling ATCommonTools IPLD-Multi.swift
Build complete! (15.23s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "multiformatskit",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.3.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/ATProtoKit/MultiformatsKit.git"
    },
    {
      "identity" : "swift-cbor",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.0.1",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/MasterJ93/swift-cbor.git"
    },
    {
      "identity" : "swift-crypto",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "3.12.2",
            "upper_bound" : "4.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-crypto.git"
    }
  ],
  "manifest_display_name" : "ATCommonTools",
  "name" : "ATCommonTools",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "14.0"
    },
    {
      "name" : "macos",
      "version" : "12.0"
    },
    {
      "name" : "tvos",
      "version" : "14.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    },
    {
      "name" : "watchos",
      "version" : "9.0"
    }
  ],
  "products" : [
    {
      "name" : "ATCommonTools",
      "targets" : [
        "ATCommonTools"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "ATCommonWeb",
      "targets" : [
        "ATCommonWeb"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ATCommonWeb",
      "module_type" : "SwiftTarget",
      "name" : "ATCommonWeb",
      "path" : "Sources/ATCommonWeb",
      "product_dependencies" : [
        "MultiformatsKit"
      ],
      "product_memberships" : [
        "ATCommonTools",
        "ATCommonWeb"
      ],
      "sources" : [
        "TypeScript-bound/Async.swift",
        "TypeScript-bound/DIDDocument.swift",
        "TypeScript-bound/IPLD.swift",
        "TypeScript-bound/Models.swift",
        "TypeScript-bound/Retry.swift",
        "TypeScript-bound/TID.swift",
        "TypeScript-bound/Times.swift",
        "TypeScript-bound/Utilities.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "ATCommonToolsTests",
      "module_type" : "SwiftTarget",
      "name" : "ATCommonToolsTests",
      "path" : "Tests/ATCommonToolsTests",
      "sources" : [
        "ATCommonToolsTests.swift"
      ],
      "target_dependencies" : [
        "ATCommonTools",
        "ATCommonWeb"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ATCommonTools",
      "module_type" : "SwiftTarget",
      "name" : "ATCommonTools",
      "path" : "Sources/ATCommonTools",
      "product_dependencies" : [
        "MultiformatsKit",
        "SwiftCbor",
        "Crypto"
      ],
      "product_memberships" : [
        "ATCommonTools"
      ],
      "sources" : [
        "CommonToolsErrors.swift",
        "Swift-bound/ContentDecoder.swift",
        "Swift-bound/DAGCBORValue.swift",
        "Swift-bound/DuplexStream.swift",
        "TypeScript-bound/IPLD-Multi.swift",
        "TypeScript-bound/IPLD.swift"
      ],
      "target_dependencies" : [
        "ATCommonWeb"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Done.