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 main (b79cc2), with Swift 6.1 for macOS (SPM) on 24 Aug 2025 11:50:29 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: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/ATProtoKit/ATCommonTools
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
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 main
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
[128/706] Fetching swift-cbor, multiformatskit
Fetched https://github.com/ATProtoKit/MultiformatsKit.git from cache (0.90s)
Fetched https://github.com/MasterJ93/swift-cbor.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.17s)
Computing version for https://github.com/MasterJ93/swift-cbor.git
Computed https://github.com/MasterJ93/swift-cbor.git at 0.0.8 (0.50s)
Computing version for https://github.com/ATProtoKit/MultiformatsKit.git
Computed https://github.com/ATProtoKit/MultiformatsKit.git at 0.3.0 (0.51s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.4.0 (0.61s)
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/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-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.12.3
========================================
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.69s)
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.52s)
Fetched https://github.com/ATProtoKit/MultiformatsKit.git from cache (0.52s)
Fetched https://github.com/apple/swift-crypto.git from cache (0.54s)
Computing version for https://github.com/ATProtoKit/MultiformatsKit.git
Computed https://github.com/ATProtoKit/MultiformatsKit.git at 0.3.0 (0.60s)
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.06s)
Fetching https://github.com/apple/swift-asn1.git from cache
Fetched https://github.com/apple/swift-asn1.git from cache (0.51s)
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/ATProtoKit/ATCommonTools.git
Working copy of https://github.com/ATProtoKit/ATCommonTools.git resolved at main (b79cc28)
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/ATProtoKit/MultiformatsKit.git
Working copy of https://github.com/ATProtoKit/MultiformatsKit.git resolved at 0.3.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 '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
[2/7] Copying PrivacyInfo.xcprivacy
[2/7] Write sources
[6/7] Write swift-version-2F0A5646E1D333AE.txt
[8/87] Emitting module Crypto
[9/95] Compiling SwiftCbor DataNumber.swift
[10/95] Compiling SwiftCbor CborValue.swift
[11/95] Compiling SwiftCbor CborEncoder.swift
[12/95] Compiling SwiftCbor CborDecoder.swift
[13/95] Emitting module SwiftCbor
[14/95] Compiling SwiftCbor CborCodable.swift
[15/95] Compiling SwiftCbor CborScanner.swift
[16/95] Compiling Crypto RNG_boring.swift
[17/95] Compiling Crypto SafeCompare_boring.swift
[18/95] Compiling Crypto Zeroization_boring.swift
[19/95] Compiling Crypto PrettyBytes.swift
[20/95] Compiling Crypto SafeCompare.swift
[21/95] Compiling Crypto SecureBytes.swift
[22/95] Compiling Crypto Zeroization.swift
[23/95] Compiling Crypto resource_bundle_accessor.swift
[24/95] Compiling Crypto DH.swift
[25/95] Compiling Crypto ECDH.swift
[26/95] Compiling Crypto HKDF.swift
[27/95] Compiling Crypto AESWrap.swift
[28/95] Compiling Crypto AESWrap_boring.swift
[29/95] Compiling Crypto Ed25519_boring.swift
[30/95] Compiling Crypto NISTCurvesKeys_boring.swift
[31/95] Compiling Crypto X25519Keys_boring.swift
[32/95] Compiling Crypto AES-GCM.swift
[33/95] Compiling Crypto AES-GCM_boring.swift
[34/95] Compiling Crypto ChaChaPoly_boring.swift
[35/95] Compiling Crypto ChaChaPoly.swift
[36/95] Compiling Crypto Cipher.swift
[37/95] Compiling Crypto Nonces.swift
[38/95] Compiling Crypto ASN1.swift
[39/95] Compiling Crypto ASN1Any.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.swift
[49/95] Compiling Crypto ECDSASignature_boring.swift
[50/95] Compiling Crypto ECDSA_boring.swift
[51/95] Compiling Crypto EdDSA_boring.swift
[52/95] Compiling Crypto ECDSA.swift
[53/95] Compiling Crypto Ed25519.swift
[54/95] Compiling Crypto Signature.swift
[55/95] Compiling Crypto CryptoKitErrors_boring.swift
[56/95] Compiling Crypto HPKE-KexKeyDerivation.swift
[57/95] Compiling Crypto HPKE-LabeledExtract.swift
[58/95] Compiling Crypto HPKE-Utils.swift
[59/95] Compiling Crypto DHKEM.swift
[60/95] Compiling Crypto HPKE-KEM-Curve25519.swift
[61/95] Compiling Crypto HPKE-NIST-EC-KEMs.swift
[62/95] Compiling Crypto HPKE-KEM.swift
[63/95] Compiling Crypto HPKE-Errors.swift
[64/95] Compiling Crypto Digest_boring.swift
[65/95] Compiling Crypto Digest.swift
[66/95] Compiling Crypto Digests.swift
[67/95] Compiling Crypto HashFunctions.swift
[68/95] Compiling Crypto HashFunctions_SHA2.swift
[69/95] Compiling Crypto HPKE-AEAD.swift
[70/95] Compiling Crypto HPKE-Ciphersuite.swift
[71/95] Compiling Crypto HPKE-KDF.swift
[72/95] Compiling Crypto GeneralizedTime.swift
[73/95] Compiling Crypto ObjectIdentifier.swift
[74/95] Compiling Crypto ECDSASignature.swift
[75/95] Compiling Crypto PEMDocument.swift
[76/95] Compiling Crypto PKCS8PrivateKey.swift
[77/95] Compiling Crypto SEC1PrivateKey.swift
[78/95] Compiling Crypto SubjectPublicKeyInfo.swift
[79/95] Compiling Crypto CryptoKitErrors.swift
[80/95] Compiling Crypto ASN1BitString.swift
[81/95] Compiling Crypto ASN1Boolean.swift
[82/95] Compiling Crypto ASN1Identifier.swift
[83/95] Compiling Crypto ASN1Integer.swift
[84/95] Compiling Crypto ASN1Null.swift
[85/95] Compiling Crypto ASN1OctetString.swift
[86/95] Compiling Crypto ASN1Strings.swift
[87/95] Compiling Crypto ArraySliceBigint.swift
[88/95] Compiling Crypto HPKE.swift
[89/95] Compiling Crypto HPKE-Context.swift
[90/95] Compiling Crypto HPKE-KeySchedule.swift
[91/95] Compiling Crypto HPKE-Modes.swift
[92/95] Compiling Crypto Insecure.swift
[93/95] Compiling Crypto Insecure_HashFunctions.swift
[94/95] Compiling Crypto KEM.swift
[95/95] Compiling Crypto ECDH_boring.swift
[96/108] Compiling MultiformatsKit Multihash.swift
[97/108] Compiling MultiformatsKit RFC4648Codec.swift
[98/108] Compiling MultiformatsKit Multicodec.swift
[99/109] Compiling MultiformatsKit MultihashFactory.swift
[100/109] Compiling MultiformatsKit MultihashAlgorithm.swift
[101/109] Compiling MultiformatsKit Hashers.swift
[102/109] Compiling MultiformatsKit BasesProtocols.swift
[103/109] Compiling MultiformatsKit Multibase.swift
[104/109] Compiling MultiformatsKit CID.swift
[105/109] Compiling MultiformatsKit Errors.swift
[106/109] Compiling MultiformatsKit BaseN.swift
[107/109] Compiling MultiformatsKit BaseNAlphabet.swift
[108/109] Emitting module MultiformatsKit
[109/109] Compiling MultiformatsKit Varint.swift
[110/118] Compiling ATCommonWeb Utilities.swift
[111/118] Compiling ATCommonWeb Times.swift
[112/118] Compiling ATCommonWeb Retry.swift
[113/118] Compiling ATCommonWeb TID.swift
[114/118] Compiling ATCommonWeb Models.swift
[115/118] Compiling ATCommonWeb DIDDocument.swift
[116/118] Compiling ATCommonWeb Async.swift
[117/118] Compiling ATCommonWeb IPLD.swift
[118/118] Emitting module ATCommonWeb
[119/125] Compiling ATCommonTools DuplexStream.swift
[120/125] Compiling ATCommonTools IPLD-Multi.swift
[121/125] Compiling ATCommonTools ContentDecoder.swift
[122/125] Compiling ATCommonTools DAGCBORValue.swift
[123/125] Compiling ATCommonTools CommonToolsErrors.swift
[124/125] Compiling ATCommonTools IPLD.swift
[125/125] Emitting module ATCommonTools
Build complete! (14.41s)
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.