The Swift Package Index logo.Swift Package Index

Build Information

Successful build of ATIdentityTools, reference 0.1.4 (066d09), with Swift 6.1 for macOS (SPM) on 3 Apr 2026 19:27:50 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: 0.1.4
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/ATProtoKit/ATIdentityTools
 * tag               0.1.4      -> FETCH_HEAD
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 0.1.4
========================================
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
[1/77] Write sources
[8/77] Write swift-version-2F0A5646E1D333AE.txt
[9/77] Compiling precomputed_ecmult_gen.c
[10/77] Compiling Utility.c
[11/84] Compiling secp256k1.c
[12/167] Compiling windows_port.c
[13/167] Compiling ares_version.c
[14/167] Compiling bitncmp.c
[15/167] Compiling ares_timeout.c
[16/167] Compiling inet_ntop.c
[17/167] Compiling inet_net_pton.c
[18/167] Compiling ares_strsplit.c
[19/167] Compiling ares_strerror.c
[20/167] Compiling ares_strcasecmp.c
[21/167] Compiling ares_strdup.c
[22/167] Compiling ares_send.c
[23/167] Compiling ares_search.c
[24/167] Compiling ares_rand.c
[25/167] Compiling ares_writev.c
[26/167] Compiling ares_query.c
[27/167] Compiling ares_platform.c
[28/167] Compiling ares_process.c
[29/167] Compiling ares_parse_uri_reply.c
[30/167] Compiling ares_parse_txt_reply.c
[31/167] Compiling ares_parse_srv_reply.c
[32/167] Compiling ares_parse_soa_reply.c
[33/167] Compiling ares_parse_ptr_reply.c
[34/167] Compiling ares_parse_ns_reply.c
[35/167] Compiling precomputed_ecmult.c
[36/167] Compiling ares_parse_naptr_reply.c
[37/167] Compiling ares_parse_mx_reply.c
[38/167] Compiling ares_parse_caa_reply.c
[39/167] Compiling ares_parse_aaaa_reply.c
[40/167] Compiling ares_parse_a_reply.c
[41/167] Compiling ares_options.c
[42/167] Compiling ares_nowarn.c
[43/167] Compiling ares_mkquery.c
[44/167] Compiling ares_llist.c
[45/167] Compiling ares_library_init.c
[46/167] Compiling ares_getsock.c
[47/167] Compiling ares_getnameinfo.c
[48/167] Compiling ares_init.c
[49/167] Compiling ares_gethostbyname.c
[50/167] Compiling ares_getenv.c
[51/168] Compiling ares_gethostbyaddr.c
[52/203] Compiling ares_freeaddrinfo.c
[52/207] Compiling ares_getaddrinfo.c
[54/207] Compiling ares_free_string.c
[55/207] Compiling ares_free_hostent.c
[56/207] Compiling ares_fds.c
[57/207] Compiling ares_expand_string.c
[58/207] Compiling ares_android.c
[59/207] Compiling ares_cancel.c
[60/207] Compiling ares_destroy.c
[61/207] Compiling ares_create_query.c
[62/207] Compiling ares_expand_name.c
[63/207] Compiling ares_data.c
[64/207] Compiling ares__timeval.c
[65/207] Compiling ares__read_line.c
[66/207] Compiling ares__parse_into_addrinfo.c
[67/207] Compiling ares__sortaddrinfo.c
[67/207] Compiling ares__readaddrinfo.c
[67/207] Compiling ares__get_hostent.c
[70/207] Write sources
[74/207] Compiling ares__close_sockets.c
[75/207] Compiling ares__addrinfo_localhost.c
[76/207] Compiling ares__addrinfo2hostent.c
[78/237] Emitting module DIDCore
[79/237] Emitting module Crypto
[80/245] Emitting module BigInt
[81/247] Compiling BigInt Shifts.swift
[82/247] Compiling BigInt Square Root.swift
[83/247] Compiling BigInt Subtraction.swift
[84/247] Compiling BigInt Words and Bits.swift
[85/247] 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
[86/247] 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
[87/247] 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
[88/247] 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
[89/247] 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
[90/247] Compiling DIDCore Errors.swift
[91/247] Compiling DIDCore DIDProtocol.swift
[92/247] Compiling SwiftCbor DataNumber.swift
[93/247] Compiling SwiftCbor CborCodable.swift
[94/247] Emitting module SwiftCbor
[95/247] Compiling SwiftCbor CborDecoder.swift
[96/247] Compiling secp256k1 Context.swift
[97/247] Compiling secp256k1 CryptoKitErrors.swift
[98/247] Compiling secp256k1 DH.swift
[99/247] Compiling secp256k1 Digest.swift
[100/251] Compiling SwiftCbor CborEncoder.swift
[101/251] Compiling SwiftCbor CborScanner.swift
[102/251] Compiling SwiftCbor CborValue.swift
[103/251] Compiling Crypto AES.swift
[104/251] Compiling Crypto ECDSASignature_boring.swift
[105/251] Compiling Crypto ECDSA_boring.swift
[106/251] Compiling Crypto EdDSA_boring.swift
[107/251] Compiling Crypto ECDSA.swift
[108/251] Compiling Crypto Ed25519.swift
[109/251] Compiling Crypto Signature.swift
[110/251] Compiling Crypto CryptoKitErrors_boring.swift
[111/251] Compiling DIDCore DIDWebIdentifier.swift
[112/251] Compiling Crypto RNG_boring.swift
[113/251] Compiling Crypto SafeCompare_boring.swift
[114/251] Compiling Crypto Zeroization_boring.swift
[115/251] Compiling Crypto PrettyBytes.swift
[116/251] Compiling Crypto SafeCompare.swift
[117/251] Compiling Crypto SecureBytes.swift
[118/251] Compiling Crypto Zeroization.swift
[119/251] Compiling Crypto resource_bundle_accessor.swift
[120/251] Compiling DIDCore URIFragmentValidator.swift
[121/251] Compiling secp256k1 Signature.swift
[122/251] Compiling secp256k1 PrettyBytes.swift
[123/251] Compiling secp256k1 RNG_boring.swift
[124/251] Compiling secp256k1 Recovery.swift
[125/251] Compiling secp256k1 SHA256.swift
[126/251] Compiling secp256k1 GeneralizedTime.swift
[127/251] Compiling secp256k1 ObjectIdentifier.swift
[128/251] Compiling secp256k1 ECDSASignature.swift
[129/251] Compiling BigInt Division.swift
[134/251] Compiling secp256k1 SafeCompare.swift
[135/251] Compiling secp256k1 Schnorr.swift
[136/251] Compiling secp256k1 SecureBytes.swift
[137/251] Compiling BigInt Bitwise Ops.swift
[138/251] Compiling BigInt Codable.swift
[139/251] Compiling BigInt Comparable.swift
[140/251] Compiling BigInt Addition.swift
[141/251] Compiling BigInt BigInt.swift
[142/251] Compiling BigInt BigUInt.swift
[143/251] Compiling BigInt Strideable.swift
[144/251] Compiling BigInt String Conversion.swift
[145/251] Compiling BigInt Exponentiation.swift
[146/251] Compiling DIDCore DID.swift
[147/251] Compiling BigInt Integer Conversion.swift
[148/251] Compiling BigInt Multiplication.swift
[149/251] Compiling BigInt Prime Test.swift
[150/251] Compiling BigInt Random.swift
[156/251] Compiling BigInt GCD.swift
[157/251] Compiling BigInt Hashable.swift
[159/251] Compiling BigInt Floating Point Conversion.swift
[160/251] Compiling BigInt Data Conversion.swift
[162/251] Compiling secp256k1 Zeroization.swift
[163/251] Compiling secp256k1 secp256k1.swift
[164/251] Compiling Crypto Digests.swift
[165/251] Compiling Crypto HashFunctions.swift
[166/251] Compiling Crypto HashFunctions_SHA2.swift
[167/251] Compiling Crypto HPKE-AEAD.swift
[168/251] Compiling Crypto HPKE-Ciphersuite.swift
[169/251] Compiling Crypto HPKE-KDF.swift
[170/251] Compiling secp256k1 PEMDocument.swift
[171/251] Compiling secp256k1 PKCS8PrivateKey.swift
[177/251] Compiling secp256k1 Tweak.swift
[179/251] Compiling secp256k1 Utility.swift
[182/251] Compiling Crypto Curve25519.swift
[183/251] Compiling Crypto Ed25519Keys.swift
[184/251] Compiling Crypto NISTCurvesKeys.swift
[185/251] Compiling Crypto X25519Keys.swift
[187/251] Compiling Crypto SymmetricKeys.swift
[189/251] Compiling Crypto HMAC.swift
[191/251] Compiling Crypto MACFunctions.swift
[192/251] Compiling Crypto MessageAuthenticationCode.swift
[198/251] Compiling Crypto HPKE.swift
[200/251] Compiling Crypto HPKE-Context.swift
[201/251] Compiling Crypto HPKE-KeySchedule.swift
[202/251] Compiling Crypto HPKE-Modes.swift
[203/251] Compiling Crypto Insecure.swift
[204/251] Compiling Crypto Insecure_HashFunctions.swift
[205/251] Compiling Crypto KEM.swift
[206/251] Compiling Crypto ECDH_boring.swift
[207/251] Emitting module secp256k1
[213/251] Compiling DIDCore DIDDocument.swift
[214/251] Compiling DIDCore DIDPLCIdentifier.swift
[215/251] Compiling DIDCore DIDMethod.swift
[244/264] 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
[245/264] 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
[246/264] 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
[247/264] 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
[252/291] Compiling MultiformatsKit MultihashFactory.swift
[253/292] Compiling MultiformatsKit Multicodec.swift
[254/292] Compiling MultiformatsKit Multihash.swift
[255/292] Compiling ATCryptography BigIntExtensions.swift
[256/292] Compiling ATCryptography ATCryptography.swift
[257/292] Compiling ATCryptography ATCryptographyTools.swift
[258/292] Compiling ATCryptography Base16.swift
[259/292] Compiling MultiformatsKit RFC4648Codec.swift
[260/292] Compiling MultiformatsKit Hashers.swift
[261/292] Compiling MultiformatsKit MultihashAlgorithm.swift
[262/292] Compiling MultiformatsKit Varint.swift
[263/292] Emitting module MultiformatsKit
[264/292] Compiling ATCryptography DIDKey.swift
[265/292] Compiling ATCryptography Errors.swift
[266/301] 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
[267/303] 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
[268/303] 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
[269/303] 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
[270/303] 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
[271/303] 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
[272/303] 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
[273/303] 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
[274/303] 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
[275/303] 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
[276/303] 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
[277/303] 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
<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
[284/303] 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
[285/303] 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
[286/303] 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
[287/303] 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
[288/303] 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
[289/303] 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
[290/303] Compiling ATCommonWeb Async.swift
[291/303] Emitting module ATCommonWeb
[292/303] Compiling ATCommonWeb DIDDocument.swift
[293/303] Compiling ATCommonWeb TID.swift
[294/303] 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
[295/303] 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
[296/303] Compiling ATCryptography Base32.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
[297/303] Compiling ATCryptography Base58.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
[298/303] Compiling ATCryptography Base64URL.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
[299/303] Compiling ATCommonWeb Times.swift
[300/303] Compiling ATCommonWeb IPLD.swift
[301/303] Compiling ATCommonWeb Retry.swift
[302/303] Compiling ATCommonWeb Models.swift
[303/303] Compiling ATCommonWeb Utilities.swift
[304/310] Compiling ATCommonTools IPLD-Multi.swift
[305/310] Emitting module ATCommonTools
[306/310] Compiling ATCommonTools CommonToolsErrors.swift
[307/310] Compiling ATCommonTools ContentDecoder.swift
[308/310] Compiling ATCommonTools DuplexStream.swift
[309/310] Compiling ATCommonTools IPLD.swift
[310/310] Compiling ATCommonTools DAGCBORValue.swift
[311/321] Compiling ATIdentityTools Models.swift
[312/322] Compiling ATIdentityTools MemoryCache.swift
[313/322] Compiling ATIdentityTools Utilities.swift
[314/322] Compiling ATIdentityTools DIDUtilities.swift
[315/322] Compiling ATIdentityTools DIDResolver.swift
[316/322] Compiling ATIdentityTools DIDPLCResolver.swift
[317/322] Compiling ATIdentityTools ATProtocolDataUtilities.swift
[318/322] Compiling ATIdentityTools DIDDocumentResolverProtocol.swift
[319/322] Emitting module ATIdentityTools
[320/322] Compiling ATIdentityTools HandleResolver.swift
[321/322] Compiling ATIdentityTools DIDWebResolver.swift
[322/322] Compiling ATIdentityTools Errors.swift
Build complete! (45.60s)
Fetching https://github.com/ATProtoKit/ATCommonTools.git
Fetching https://github.com/apple/swift-async-dns-resolver
Fetching https://github.com/ATProtoKit/ATCryptography.git
[1/1046] Fetching atcryptography
[2/1410] Fetching atcryptography, atcommontools
[423/2345] Fetching atcryptography, atcommontools, swift-async-dns-resolver
Fetched https://github.com/apple/swift-async-dns-resolver from cache (0.93s)
Fetched https://github.com/ATProtoKit/ATCommonTools.git from cache (0.93s)
Fetched https://github.com/ATProtoKit/ATCryptography.git from cache (0.94s)
Computing version for https://github.com/apple/swift-async-dns-resolver
Computed https://github.com/apple/swift-async-dns-resolver at 0.5.0 (4.06s)
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
Fetched https://github.com/attaswift/BigInt.git from cache (1.13s)
[1/10273] Fetching swift-secp256k1
Fetched https://github.com/21-DOT-DEV/swift-secp256k1.git from cache (2.08s)
Fetched https://github.com/apple/swift-crypto.git from cache (2.11s)
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.63s)
Computing version for https://github.com/attaswift/BigInt.git
Computed https://github.com/attaswift/BigInt.git at 5.7.0 (0.45s)
Computing version for https://github.com/ATProtoKit/ATCommonTools.git
Computed https://github.com/ATProtoKit/ATCommonTools.git at 0.0.15 (0.46s)
Fetching https://github.com/ATProtoKit/MultiformatsKit.git
Fetching https://github.com/MasterJ93/swift-cbor.git
[1/624] Fetching multiformatskit
[170/751] Fetching multiformatskit, swift-cbor
Fetched https://github.com/MasterJ93/swift-cbor.git from cache (0.81s)
Fetched https://github.com/ATProtoKit/MultiformatsKit.git from cache (0.81s)
Computing version for https://github.com/ATProtoKit/MultiformatsKit.git
Computed https://github.com/ATProtoKit/MultiformatsKit.git at 0.3.1 (1.30s)
Computing version for https://github.com/MasterJ93/swift-cbor.git
Computed https://github.com/MasterJ93/swift-cbor.git at 0.0.8 (0.44s)
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.65s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.6.0 (1.26s)
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/ATCryptography.git
Working copy of https://github.com/ATProtoKit/ATCryptography.git resolved at 0.2.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/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/attaswift/BigInt.git
Working copy of https://github.com/attaswift/BigInt.git resolved at 5.7.0
Creating working copy for https://github.com/ATProtoKit/MultiformatsKit.git
Working copy of https://github.com/ATProtoKit/MultiformatsKit.git resolved at 0.3.1
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/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/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.15.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.