The Swift Package Index logo.Swift Package Index

Build Information

Successful build of ATIdentityTools, reference main (066d09), with Swift 6.1 for macOS (SPM) on 3 Apr 2026 19:32:56 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.69.2
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/ATProtoKit/ATIdentityTools.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/ATProtoKit/ATIdentityTools
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 066d097 Bump copyright year
Cloned https://github.com/ATProtoKit/ATIdentityTools.git
Revision (git rev-parse @):
066d097a13b0a8c9e197ad4dcdcae626b6b98dc8
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/ATProtoKit/ATIdentityTools.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/ATProtoKit/ATIdentityTools.git
https://github.com/ATProtoKit/ATIdentityTools.git
{
  "dependencies" : [
    {
      "identity" : "atcommontools",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.0.1",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/ATProtoKit/ATCommonTools.git"
    },
    {
      "identity" : "atcryptography",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.1.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/ATProtoKit/ATCryptography.git"
    },
    {
      "identity" : "swift-async-dns-resolver",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.1.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-async-dns-resolver"
    }
  ],
  "manifest_display_name" : "ATIdentityTools",
  "name" : "ATIdentityTools",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "14.0"
    },
    {
      "name" : "macos",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "14.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    },
    {
      "name" : "watchos",
      "version" : "9.0"
    }
  ],
  "products" : [
    {
      "name" : "ATIdentityTools",
      "targets" : [
        "ATIdentityTools"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "DIDCore",
      "targets" : [
        "DIDCore"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "DIDCore",
      "module_type" : "SwiftTarget",
      "name" : "DIDCore",
      "path" : "Sources/DIDCore",
      "product_memberships" : [
        "DIDCore"
      ],
      "sources" : [
        "DID.swift",
        "DIDDocument.swift",
        "DIDMethod.swift",
        "DIDMethods/DIDPLCIdentifier.swift",
        "DIDMethods/DIDWebIdentifier.swift",
        "DIDProtocol.swift",
        "Errors.swift",
        "URIFragmentValidator.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "ATIdentityToolsTests",
      "module_type" : "SwiftTarget",
      "name" : "ATIdentityToolsTests",
      "path" : "Tests/ATIdentityToolsTests",
      "sources" : [
        "ATIdentityToolsTests.swift",
        "DIDCore-specific/DIDPlcTests.swift",
        "DIDCore-specific/DIDWebTests.swift"
      ],
      "target_dependencies" : [
        "ATIdentityTools",
        "DIDCore"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ATIdentityTools",
      "module_type" : "SwiftTarget",
      "name" : "ATIdentityTools",
      "path" : "Sources/ATIdentityTools",
      "product_dependencies" : [
        "ATCommonTools",
        "ATCommonWeb",
        "ATCryptography",
        "AsyncDNSResolver"
      ],
      "product_memberships" : [
        "ATIdentityTools"
      ],
      "sources" : [
        "DID/ATProtocolDataUtilities.swift",
        "DID/DIDDocumentResolverProtocol.swift",
        "DID/DIDPLCResolver.swift",
        "DID/DIDResolver.swift",
        "DID/DIDUtilities.swift",
        "DID/DIDWebResolver.swift",
        "DID/MemoryCache.swift",
        "Errors.swift",
        "Handle/HandleResolver.swift",
        "Models.swift",
        "Utilities.swift"
      ],
      "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/77] Write sources
[1/77] Copying PrivacyInfo.xcprivacy
[2/77] Write sources
[7/77] Write swift-version-2F0A5646E1D333AE.txt
[8/77] Compiling precomputed_ecmult_gen.c
[9/77] Compiling Utility.c
[10/93] Compiling secp256k1.c
[11/167] Compiling ares_writev.c
[12/167] Compiling ares_timeout.c
[13/167] Compiling ares_version.c
[14/167] Compiling ares_strsplit.c
[15/167] Compiling ares_strerror.c
[16/167] Compiling windows_port.c
[17/167] Compiling inet_net_pton.c
[18/167] Compiling bitncmp.c
[19/167] Compiling ares_strcasecmp.c
[20/167] Compiling ares_strdup.c
[21/167] Compiling ares_send.c
[22/167] Compiling inet_ntop.c
[23/167] Compiling ares_search.c
[24/167] Compiling ares_rand.c
[25/167] Compiling ares_query.c
[26/167] Compiling ares_process.c
[27/167] Compiling ares_platform.c
[28/167] Compiling ares_parse_uri_reply.c
[29/167] Compiling ares_parse_txt_reply.c
[30/167] Compiling ares_parse_srv_reply.c
[31/167] Compiling ares_parse_soa_reply.c
[32/167] Compiling ares_parse_ns_reply.c
[33/167] Compiling ares_parse_ptr_reply.c
[34/167] Compiling ares_parse_naptr_reply.c
[35/167] Compiling ares_parse_mx_reply.c
[36/167] Compiling ares_parse_caa_reply.c
[37/167] Compiling ares_parse_aaaa_reply.c
[38/167] Compiling ares_parse_a_reply.c
[39/167] Compiling ares_nowarn.c
[40/167] Compiling ares_mkquery.c
[41/167] Compiling ares_options.c
[42/167] Compiling precomputed_ecmult.c
[43/167] Compiling ares_llist.c
[44/167] Compiling ares_library_init.c
[45/167] Compiling ares_getsock.c
[46/167] Compiling ares_gethostbyname.c
[47/167] Compiling ares_getenv.c
[47/167] Compiling ares_getnameinfo.c
[49/167] Compiling ares_init.c
[50/167] Compiling ares_gethostbyaddr.c
[51/167] Compiling ares_getaddrinfo.c
[52/167] Compiling ares_free_string.c
[53/167] Compiling ares_free_hostent.c
[54/167] Compiling ares_freeaddrinfo.c
[55/167] Compiling ares_fds.c
[56/167] Compiling ares_expand_string.c
[57/195] Compiling ares_android.c
[58/207] Compiling ares_create_query.c
[59/207] Compiling ares_expand_name.c
[60/207] Compiling ares_destroy.c
[61/207] Compiling ares_data.c
[62/207] Compiling ares_cancel.c
[63/207] Compiling ares__parse_into_addrinfo.c
[64/207] Compiling ares__readaddrinfo.c
[65/207] Compiling ares__timeval.c
[66/207] Compiling ares__sortaddrinfo.c
[67/207] Write sources
[69/207] Compiling ares__get_hostent.c
[70/207] Write sources
[73/207] Compiling ares__read_line.c
[74/207] Compiling ares__close_sockets.c
[75/207] Compiling ares__addrinfo_localhost.c
[76/207] Compiling ares__addrinfo2hostent.c
[78/237] Emitting module BigInt
[79/239] Compiling BigInt GCD.swift
[80/239] Compiling BigInt Hashable.swift
[81/239] Compiling BigInt Prime Test.swift
[82/239] Compiling BigInt Random.swift
[83/239] Compiling BigInt Subtraction.swift
[84/239] Compiling BigInt Words and Bits.swift
[85/239] Compiling AsyncDNSResolver Errors_dnssd.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
[86/239] Compiling AsyncDNSResolver DNSResolver_dnssd.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
[87/239] Compiling AsyncDNSResolver Errors_c-ares.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
[88/239] Compiling secp256k1 SafeCompare.swift
[89/239] Compiling secp256k1 Schnorr.swift
[90/239] Compiling secp256k1 SecureBytes.swift
[91/239] Compiling secp256k1 Signature.swift
[92/243] Compiling BigInt Addition.swift
[93/243] Compiling BigInt BigInt.swift
[94/243] Compiling BigInt BigUInt.swift
[95/243] Compiling BigInt Strideable.swift
[96/243] Compiling BigInt String Conversion.swift
[97/243] Compiling BigInt Integer Conversion.swift
[98/243] Compiling BigInt Multiplication.swift
[99/243] Compiling BigInt Data Conversion.swift
[100/243] Compiling BigInt Division.swift
[101/243] Compiling secp256k1 Exports.swift
[102/243] Compiling secp256k1 HashDigest.swift
[103/243] Compiling secp256k1 MuSig.swift
[104/243] Compiling secp256k1 Nonces.swift
[108/243] Compiling secp256k1 Errors.swift
[109/243] Compiling secp256k1 SEC1PrivateKey.swift
[110/243] Compiling secp256k1 SubjectPublicKeyInfo.swift
[111/243] Compiling secp256k1 Asymmetric.swift
[112/243] Compiling secp256k1 Combine.swift
[113/243] Compiling BigInt Shifts.swift
[114/243] Compiling BigInt Square Root.swift
[115/243] Compiling BigInt Exponentiation.swift
[116/243] Compiling BigInt Floating Point Conversion.swift
[126/243] Emitting module secp256k1
[131/243] Compiling BigInt Bitwise Ops.swift
[132/243] Compiling BigInt Codable.swift
[133/243] Compiling BigInt Comparable.swift
[137/243] Compiling secp256k1 PrettyBytes.swift
[138/243] Compiling secp256k1 RNG_boring.swift
[139/243] Compiling secp256k1 Recovery.swift
[140/243] Compiling secp256k1 SHA256.swift
[144/243] Compiling DIDCore Errors.swift
[145/243] Compiling DIDCore DIDProtocol.swift
[146/243] Compiling DIDCore DIDWebIdentifier.swift
[147/243] Compiling DIDCore URIFragmentValidator.swift
[148/243] Compiling DIDCore DIDMethod.swift
[149/243] Compiling DIDCore DID.swift
[150/243] Compiling DIDCore DIDDocument.swift
[151/243] Emitting module DIDCore
[152/243] Compiling DIDCore DIDPLCIdentifier.swift
[153/243] Compiling SwiftCbor CborDecoder.swift
[154/243] Compiling SwiftCbor CborCodable.swift
[155/243] Compiling SwiftCbor DataNumber.swift
[156/243] Compiling SwiftCbor CborEncoder.swift
[157/243] Emitting module SwiftCbor
[158/243] Compiling SwiftCbor CborValue.swift
[159/243] Compiling SwiftCbor CborScanner.swift
[160/243] Compiling Crypto HPKE.swift
[161/243] Compiling Crypto HPKE-Context.swift
[162/243] Compiling Crypto HPKE-KeySchedule.swift
[163/243] Compiling Crypto HPKE-Modes.swift
[164/243] Compiling Crypto Insecure.swift
[165/243] Compiling Crypto Insecure_HashFunctions.swift
[166/243] Compiling Crypto KEM.swift
[167/243] Compiling Crypto ECDH_boring.swift
[168/243] Compiling Crypto AES-GCM.swift
[169/243] Compiling Crypto AES-GCM_boring.swift
[170/243] Compiling Crypto ChaChaPoly_boring.swift
[171/243] Compiling Crypto ChaChaPoly.swift
[172/243] Compiling Crypto Cipher.swift
[173/243] Compiling Crypto Nonces.swift
[174/243] Compiling Crypto ASN1.swift
[175/243] Compiling Crypto ASN1Any.swift
[176/243] Compiling Crypto ASN1BitString.swift
[177/243] Emitting module Crypto
[178/243] Compiling Crypto AES.swift
[179/243] Compiling Crypto ECDSASignature_boring.swift
[180/243] Compiling Crypto ECDSA_boring.swift
[181/243] Compiling Crypto EdDSA_boring.swift
[182/243] Compiling Crypto ECDSA.swift
[183/243] Compiling Crypto Ed25519.swift
[184/243] Compiling Crypto Signature.swift
[185/243] Compiling Crypto CryptoKitErrors_boring.swift
[189/251] Compiling AsyncDNSResolver AresOptions.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
[195/251] Compiling AsyncDNSResolver Errors.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
[196/251] Compiling AsyncDNSResolver AresChannel.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
[197/251] Compiling secp256k1 Utility.swift
[198/251] Compiling secp256k1 Zeroization.swift
[199/251] Compiling AsyncDNSResolver AsyncDNSResolver.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
[200/251] Compiling secp256k1 secp256k1.swift
[201/251] Compiling Crypto PKCS8PrivateKey.swift
[202/251] Compiling Crypto SEC1PrivateKey.swift
[203/251] Compiling Crypto SubjectPublicKeyInfo.swift
[204/251] Compiling AsyncDNSResolver DNSResolver_c-ares.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
[205/251] Compiling Crypto CryptoError_boring.swift
[206/251] Compiling Crypto CryptoKitErrors.swift
[207/251] Emitting module AsyncDNSResolver
<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
[215/251] Compiling secp256k1 Tweak.swift
[244/251] Compiling Crypto RNG_boring.swift
[245/251] Compiling Crypto SafeCompare_boring.swift
[246/251] Compiling Crypto Zeroization_boring.swift
[247/251] Compiling Crypto PrettyBytes.swift
[248/251] Compiling Crypto SafeCompare.swift
[249/251] Compiling Crypto SecureBytes.swift
[250/251] Compiling Crypto Zeroization.swift
[251/251] Compiling Crypto resource_bundle_accessor.swift
[252/291] Compiling ATCryptography P256Encoding.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
[253/291] Compiling ATCryptography P256Keypair.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
[254/293] Compiling MultiformatsKit Multihash.swift
[255/293] Compiling MultiformatsKit MultihashAlgorithm.swift
[256/293] Compiling MultiformatsKit MultihashFactory.swift
[257/293] Emitting module MultiformatsKit
[258/293] Compiling MultiformatsKit Multicodec.swift
[259/294] Emitting module ATCryptography
<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
[260/294] Compiling ATCryptography K256Keypair.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
[261/294] Compiling ATCryptography K256Operations.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
[262/294] Compiling ATCryptography K256Plugin.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
[263/294] Compiling ATCryptography StringExtensions.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
[264/294] Compiling ATCryptography Models.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
[265/294] Compiling ATCryptography Multibase.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
[266/294] Compiling ATCryptography DIDKey.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
[267/294] Compiling ATCryptography Errors.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
[268/294] Compiling ATCryptography BigIntExtensions.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
[269/294] Compiling ATCryptography DataExtensions.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
[270/294] Compiling ATCryptography ECDSASignatureExtensions.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
[271/294] Compiling ATCryptography P256Extensions.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
[272/294] Compiling MultiformatsKit Hashers.swift
[273/294] Compiling ATCryptography Base58.swift
[274/294] Compiling ATCryptography Base64URL.swift
[275/294] Compiling MultiformatsKit RFC4648Codec.swift
[276/294] Compiling ATCryptography ATCryptography.swift
[277/294] Compiling ATCryptography ATCryptographyTools.swift
[278/294] Compiling ATCryptography Base16.swift
[279/294] Compiling ATCryptography Base32.swift
[280/294] Compiling ATCryptography Plugins.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
[281/294] Compiling ATCryptography SHA256Hasher.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
[282/294] Compiling ATCryptography SecureRandom.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
[283/294] Compiling ATCryptography SessionToken.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
[284/294] Compiling ATCryptography SignatureVerifier.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
[285/294] Compiling ATCryptography K256Encoding.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
[286/294] Compiling ATCryptography P256Operations.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
[287/294] Compiling ATCryptography P256Plugin.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
[288/294] Compiling MultiformatsKit Varint.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
<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
<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
<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
<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
<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
[295/303] Compiling ATCommonWeb Models.swift
[296/303] Compiling ATCommonWeb TID.swift
[297/303] Compiling ATCommonWeb Utilities.swift
[298/303] Compiling ATCommonWeb Times.swift
[299/303] Compiling ATCommonWeb Retry.swift
[300/303] Compiling ATCommonWeb Async.swift
[301/303] Compiling ATCommonWeb IPLD.swift
[302/303] Emitting module ATCommonWeb
[303/303] Compiling ATCommonWeb DIDDocument.swift
[304/310] Compiling ATCommonTools IPLD-Multi.swift
[305/310] Compiling ATCommonTools DuplexStream.swift
[306/310] Compiling ATCommonTools DAGCBORValue.swift
[307/310] Compiling ATCommonTools CommonToolsErrors.swift
[308/310] Compiling ATCommonTools ContentDecoder.swift
[309/310] Emitting module ATCommonTools
[310/310] Compiling ATCommonTools IPLD.swift
[311/321] Compiling ATIdentityTools Errors.swift
[312/321] Compiling ATIdentityTools DIDPLCResolver.swift
[313/321] Compiling ATIdentityTools Models.swift
[314/321] Compiling ATIdentityTools MemoryCache.swift
[315/321] Compiling ATIdentityTools DIDResolver.swift
[316/321] Compiling ATIdentityTools DIDWebResolver.swift
[317/321] Compiling ATIdentityTools DIDUtilities.swift
[318/321] Compiling ATIdentityTools ATProtocolDataUtilities.swift
[319/321] Compiling ATIdentityTools DIDDocumentResolverProtocol.swift
[320/321] Emitting module ATIdentityTools
[321/321] Compiling ATIdentityTools HandleResolver.swift
[322/322] Compiling ATIdentityTools Utilities.swift
Build complete! (52.46s)
Fetching https://github.com/ATProtoKit/ATCommonTools.git
Fetching https://github.com/apple/swift-async-dns-resolver
Fetching https://github.com/ATProtoKit/ATCryptography.git
[1/364] Fetching atcommontools
[56/1299] Fetching atcommontools, swift-async-dns-resolver
[1300/2345] Fetching atcommontools, swift-async-dns-resolver, atcryptography
Fetched https://github.com/ATProtoKit/ATCryptography.git from cache (4.57s)
Fetched https://github.com/ATProtoKit/ATCommonTools.git from cache (4.57s)
Fetched https://github.com/apple/swift-async-dns-resolver from cache (4.57s)
Computing version for https://github.com/apple/swift-async-dns-resolver
Computed https://github.com/apple/swift-async-dns-resolver at 0.5.0 (8.02s)
Computing version for https://github.com/ATProtoKit/ATCryptography.git
Computed https://github.com/ATProtoKit/ATCryptography.git at 0.2.1 (0.47s)
Fetching https://github.com/attaswift/BigInt.git
Fetching https://github.com/21-DOT-DEV/swift-secp256k1.git
Fetching https://github.com/apple/swift-crypto.git from cache
[1/4878] Fetching bigint
[4879/15151] Fetching bigint, swift-secp256k1
Fetched https://github.com/apple/swift-crypto.git from cache (1.41s)
Fetched https://github.com/attaswift/BigInt.git from cache (2.30s)
Fetched https://github.com/21-DOT-DEV/swift-secp256k1.git from cache (2.30s)
Computing version for https://github.com/21-DOT-DEV/swift-secp256k1.git
Computed https://github.com/21-DOT-DEV/swift-secp256k1.git at 0.18.0 (2.85s)
Computing version for https://github.com/attaswift/BigInt.git
Computed https://github.com/attaswift/BigInt.git at 5.7.0 (0.49s)
Computing version for https://github.com/ATProtoKit/ATCommonTools.git
Computed https://github.com/ATProtoKit/ATCommonTools.git at 0.0.15 (0.50s)
Fetching https://github.com/ATProtoKit/MultiformatsKit.git
Fetching https://github.com/MasterJ93/swift-cbor.git
[1/127] Fetching swift-cbor
[74/751] Fetching swift-cbor, multiformatskit
Fetched https://github.com/MasterJ93/swift-cbor.git from cache (0.87s)
Fetched https://github.com/ATProtoKit/MultiformatsKit.git from cache (0.87s)
Computing version for https://github.com/ATProtoKit/MultiformatsKit.git
Computed https://github.com/ATProtoKit/MultiformatsKit.git at 0.3.1 (1.38s)
Computing version for https://github.com/MasterJ93/swift-cbor.git
Computed https://github.com/MasterJ93/swift-cbor.git at 0.0.8 (0.48s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.15.1 (2.94s)
Fetching https://github.com/apple/swift-asn1.git from cache
Fetched https://github.com/apple/swift-asn1.git from cache (0.67s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.6.0 (1.30s)
Creating working copy for https://github.com/ATProtoKit/ATCryptography.git
Working copy of https://github.com/ATProtoKit/ATCryptography.git resolved at 0.2.1
Creating working copy for https://github.com/attaswift/BigInt.git
Working copy of https://github.com/attaswift/BigInt.git resolved at 5.7.0
Creating working copy for https://github.com/21-DOT-DEV/swift-secp256k1.git
Working copy of https://github.com/21-DOT-DEV/swift-secp256k1.git resolved at 0.18.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.6.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.15.1
Creating working copy for https://github.com/apple/swift-async-dns-resolver
Working copy of https://github.com/apple/swift-async-dns-resolver resolved at 0.5.0
Creating working copy for https://github.com/ATProtoKit/ATCommonTools.git
Working copy of https://github.com/ATProtoKit/ATCommonTools.git resolved at 0.0.15
Creating working copy for https://github.com/ATProtoKit/MultiformatsKit.git
Working copy of https://github.com/ATProtoKit/MultiformatsKit.git resolved at 0.3.1
warning: 'spi-builder-workspace': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /Users/admin/builder/spi-builder-workspace/Sources/ATIdentityTools/PrivacyInfo.xcprivacy
warning: 'spi-builder-workspace': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /Users/admin/builder/spi-builder-workspace/Sources/DIDCore/PrivacyInfo.xcprivacy
Build complete.
{
  "dependencies" : [
    {
      "identity" : "atcommontools",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.0.1",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/ATProtoKit/ATCommonTools.git"
    },
    {
      "identity" : "atcryptography",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.1.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/ATProtoKit/ATCryptography.git"
    },
    {
      "identity" : "swift-async-dns-resolver",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.1.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-async-dns-resolver"
    }
  ],
  "manifest_display_name" : "ATIdentityTools",
  "name" : "ATIdentityTools",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "14.0"
    },
    {
      "name" : "macos",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "14.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    },
    {
      "name" : "watchos",
      "version" : "9.0"
    }
  ],
  "products" : [
    {
      "name" : "ATIdentityTools",
      "targets" : [
        "ATIdentityTools"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "DIDCore",
      "targets" : [
        "DIDCore"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "DIDCore",
      "module_type" : "SwiftTarget",
      "name" : "DIDCore",
      "path" : "Sources/DIDCore",
      "product_memberships" : [
        "DIDCore"
      ],
      "sources" : [
        "DID.swift",
        "DIDDocument.swift",
        "DIDMethod.swift",
        "DIDMethods/DIDPLCIdentifier.swift",
        "DIDMethods/DIDWebIdentifier.swift",
        "DIDProtocol.swift",
        "Errors.swift",
        "URIFragmentValidator.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "ATIdentityToolsTests",
      "module_type" : "SwiftTarget",
      "name" : "ATIdentityToolsTests",
      "path" : "Tests/ATIdentityToolsTests",
      "sources" : [
        "ATIdentityToolsTests.swift",
        "DIDCore-specific/DIDPlcTests.swift",
        "DIDCore-specific/DIDWebTests.swift"
      ],
      "target_dependencies" : [
        "ATIdentityTools",
        "DIDCore"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ATIdentityTools",
      "module_type" : "SwiftTarget",
      "name" : "ATIdentityTools",
      "path" : "Sources/ATIdentityTools",
      "product_dependencies" : [
        "ATCommonTools",
        "ATCommonWeb",
        "ATCryptography",
        "AsyncDNSResolver"
      ],
      "product_memberships" : [
        "ATIdentityTools"
      ],
      "sources" : [
        "DID/ATProtocolDataUtilities.swift",
        "DID/DIDDocumentResolverProtocol.swift",
        "DID/DIDPLCResolver.swift",
        "DID/DIDResolver.swift",
        "DID/DIDUtilities.swift",
        "DID/DIDWebResolver.swift",
        "DID/MemoryCache.swift",
        "Errors.swift",
        "Handle/HandleResolver.swift",
        "Models.swift",
        "Utilities.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Done.