The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of ATResolve, reference 1.0.0 (6d86cb), with Swift 6.1 for macOS (SPM) on 1 May 2025 12:28:13 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

Build Log

========================================
RunAll
========================================
Builder version: 4.61.3
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/mattmassicotte/ATResolve.git
Reference: 1.0.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/mattmassicotte/ATResolve
 * tag               1.0.0      -> FETCH_HEAD
HEAD is now at 6d86cb8 FoundationNeworking if needed
Cloned https://github.com/mattmassicotte/ATResolve.git
Revision (git rev-parse @):
6d86cb8b2bfcdb4ed2560fd3c638c232d87cc7f4
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/mattmassicotte/ATResolve.git at 1.0.0
Fetching https://github.com/apple/swift-async-dns-resolver.git
[9/850] Fetching swift-async-dns-resolver
Fetched https://github.com/apple/swift-async-dns-resolver.git from cache (0.73s)
Computing version for https://github.com/apple/swift-async-dns-resolver.git
Computed https://github.com/apple/swift-async-dns-resolver.git at 0.4.0 (1.73s)
Creating working copy for https://github.com/apple/swift-async-dns-resolver.git
Working copy of https://github.com/apple/swift-async-dns-resolver.git resolved at 0.4.0
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "atresolve",
      "name": "ATResolve",
      "url": "https://github.com/mattmassicotte/ATResolve.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/ATResolve",
      "dependencies": [
        {
          "identity": "swift-async-dns-resolver",
          "name": "swift-async-dns-resolver",
          "url": "https://github.com/apple/swift-async-dns-resolver.git",
          "version": "0.4.0",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-async-dns-resolver",
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/mattmassicotte/ATResolve.git
[1/90] Fetching atresolve
Fetched https://github.com/mattmassicotte/ATResolve.git from cache (0.61s)
Fetching https://github.com/apple/swift-async-dns-resolver.git from cache
Fetched https://github.com/apple/swift-async-dns-resolver.git from cache (0.47s)
Computing version for https://github.com/apple/swift-async-dns-resolver.git
Computed https://github.com/apple/swift-async-dns-resolver.git at 0.4.0 (0.53s)
Creating working copy for https://github.com/apple/swift-async-dns-resolver.git
Working copy of https://github.com/apple/swift-async-dns-resolver.git resolved at 0.4.0
Creating working copy for https://github.com/mattmassicotte/ATResolve.git
Working copy of https://github.com/mattmassicotte/ATResolve.git resolved at 1.0.0 (6d86cb8)
warning: '.resolve-product-dependencies': dependency 'atresolve' is not used by any target
Found 1 product dependencies
  - swift-async-dns-resolver
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/mattmassicotte/ATResolve.git
https://github.com/mattmassicotte/ATResolve.git
{
  "dependencies" : [
    {
      "identity" : "swift-async-dns-resolver",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.4.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-async-dns-resolver.git"
    }
  ],
  "manifest_display_name" : "ATResolve",
  "name" : "ATResolve",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "maccatalyst",
      "version" : "13.0"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    }
  ],
  "products" : [
    {
      "name" : "ATResolve",
      "targets" : [
        "ATResolve"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ATResolveTests",
      "module_type" : "SwiftTarget",
      "name" : "ATResolveTests",
      "path" : "Tests/ATResolveTests",
      "sources" : [
        "ATResolveTests.swift"
      ],
      "target_dependencies" : [
        "ATResolve"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ATResolve",
      "module_type" : "SwiftTarget",
      "name" : "ATResolve",
      "path" : "Sources/ATResolve",
      "product_dependencies" : [
        "AsyncDNSResolver"
      ],
      "product_memberships" : [
        "ATResolve"
      ],
      "sources" : [
        "ATResolver.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
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
Building for debugging...
[0/63] Write sources
[2/63] Write swift-version-2F0A5646E1D333AE.txt
[3/63] Compiling windows_port.c
[4/63] Compiling ares_expand_string.c
[5/63] Compiling ares__timeval.c
[6/63] Compiling bitncmp.c
[7/63] Compiling ares_version.c
[8/63] Compiling inet_ntop.c
[9/63] Compiling ares_timeout.c
[10/63] Compiling ares__sortaddrinfo.c
[11/63] Compiling ares_strsplit.c
[12/63] Compiling ares__addrinfo_localhost.c
[13/63] Compiling ares_strerror.c
[14/63] Compiling ares_strdup.c
[15/63] Compiling ares_strcasecmp.c
[16/63] Compiling ares_send.c
[17/63] Compiling ares_search.c
[18/63] Compiling ares_rand.c
[19/63] Compiling ares_query.c
[20/63] Compiling ares_platform.c
[21/63] Compiling ares_parse_uri_reply.c
[22/63] Compiling ares_process.c
[23/63] Compiling ares_parse_txt_reply.c
[24/63] Compiling ares_parse_srv_reply.c
[25/63] Compiling ares_parse_soa_reply.c
[26/63] Compiling ares_parse_ptr_reply.c
[27/63] Compiling ares_parse_ns_reply.c
[28/63] Compiling ares_parse_mx_reply.c
[29/63] Compiling ares_parse_naptr_reply.c
[30/63] Compiling ares_parse_caa_reply.c
[31/63] Compiling ares_parse_aaaa_reply.c
[32/63] Compiling ares_parse_a_reply.c
[33/63] Compiling ares__readaddrinfo.c
[34/63] Compiling inet_net_pton.c
[35/63] Compiling ares_options.c
[36/63] Compiling ares_nowarn.c
[37/63] Compiling ares_mkquery.c
[38/63] Compiling ares_llist.c
[39/63] Compiling ares_library_init.c
[40/63] Compiling ares__addrinfo2hostent.c
[41/63] Compiling ares_writev.c
[42/63] Compiling ares_init.c
[43/63] Compiling ares_getsock.c
[44/63] Compiling ares_getenv.c
[45/63] Compiling ares_gethostbyname.c
[46/63] Compiling ares_getnameinfo.c
[47/63] Compiling ares_gethostbyaddr.c
[48/63] Compiling ares_freeaddrinfo.c
[49/63] Compiling ares_free_string.c
[50/63] Compiling ares_getaddrinfo.c
[51/63] Compiling ares_free_hostent.c
[52/63] Compiling ares_fds.c
[53/63] Compiling ares_expand_name.c
[54/63] Compiling ares_destroy.c
[55/63] Compiling ares_android.c
[56/63] Compiling ares_data.c
[57/63] Compiling ares_create_query.c
[58/63] Compiling ares_cancel.c
[59/63] Compiling ares__read_line.c
[60/63] Compiling ares__close_sockets.c
[61/63] Compiling ares__parse_into_addrinfo.c
[62/63] Compiling ares__get_hostent.c
[64/72] Compiling AsyncDNSResolver Errors_dnssd.swift
[65/72] Compiling AsyncDNSResolver DNSResolver_dnssd.swift
[66/72] Compiling AsyncDNSResolver Errors_c-ares.swift
[67/72] Compiling AsyncDNSResolver DNSResolver_c-ares.swift
[68/72] Compiling AsyncDNSResolver AresOptions.swift
[69/72] Compiling AsyncDNSResolver Errors.swift
[70/72] Emitting module AsyncDNSResolver
[71/72] Compiling AsyncDNSResolver AresChannel.swift
[72/72] Compiling AsyncDNSResolver AsyncDNSResolver.swift
[73/74] Compiling ATResolve ATResolver.swift
[74/74] Emitting module ATResolve
Build complete! (8.19s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-async-dns-resolver",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.4.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-async-dns-resolver.git"
    }
  ],
  "manifest_display_name" : "ATResolve",
  "name" : "ATResolve",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "maccatalyst",
      "version" : "13.0"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    }
  ],
  "products" : [
    {
      "name" : "ATResolve",
      "targets" : [
        "ATResolve"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ATResolveTests",
      "module_type" : "SwiftTarget",
      "name" : "ATResolveTests",
      "path" : "Tests/ATResolveTests",
      "sources" : [
        "ATResolveTests.swift"
      ],
      "target_dependencies" : [
        "ATResolve"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ATResolve",
      "module_type" : "SwiftTarget",
      "name" : "ATResolve",
      "path" : "Sources/ATResolve",
      "product_dependencies" : [
        "AsyncDNSResolver"
      ],
      "product_memberships" : [
        "ATResolve"
      ],
      "sources" : [
        "ATResolver.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
✅  Doc result (pending) reported
========================================
GenerateDocs
========================================
Generating docs at path:  $PWD/.docs/mattmassicotte/atresolve/1.0.0
Repository:               mattmassicotte/ATResolve
Swift version used:       6.1
Target:                   ATResolve
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/swift-docc-render-artifact/.git/
From https://github.com/swiftlang/swift-docc-render-artifact
 * branch            release/6.2 -> FETCH_HEAD
 * [new branch]      release/6.2 -> origin/release/6.2
HEAD is now at 8799b69 Update the artifact
Cloned https://github.com/swiftlang/swift-docc-render-artifact
Extracting symbol information for 'ATResolve'...
Finished extracting symbol information for 'ATResolve'. (3.71s)
Building documentation for 'ATResolve'...
Finished building documentation for 'ATResolve' (0.10s)
Generated documentation archive at:
  /Users/admin/builder/spi-builder-workspace/.docs/mattmassicotte/atresolve/1.0.0
Fetching https://github.com/swiftlang/swift-docc-plugin from cache
Updating https://github.com/apple/swift-async-dns-resolver.git
Updated https://github.com/apple/swift-async-dns-resolver.git (0.45s)
Fetched https://github.com/swiftlang/swift-docc-plugin from cache (0.49s)
Computing version for https://github.com/apple/swift-async-dns-resolver.git
Computed https://github.com/apple/swift-async-dns-resolver.git at 0.4.0 (1.12s)
Computing version for https://github.com/swiftlang/swift-docc-plugin
Computed https://github.com/swiftlang/swift-docc-plugin at 1.4.3 (0.58s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit from cache
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.75s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.38s)
Creating working copy for https://github.com/swiftlang/swift-docc-plugin
Working copy of https://github.com/swiftlang/swift-docc-plugin resolved at 1.4.3
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
Building for debugging...
[0/8] Write sources
[2/8] Write snippet-extract-tool-entitlement.plist
[4/8] Write swift-version-2F0A5646E1D333AE.txt
[6/53] Compiling SymbolKit Identifier.swift
[7/53] Compiling SymbolKit KindIdentifier.swift
[8/53] Compiling SymbolKit Location.swift
[9/53] Compiling SymbolKit Mutability.swift
[10/53] Compiling SymbolKit Names.swift
[11/53] Compiling SymbolKit SPI.swift
[12/53] Compiling SymbolKit Snippet.swift
[13/53] Compiling SymbolKit Extension.swift
[14/57] Compiling SymbolKit Relationship.swift
[15/57] Compiling SymbolKit RelationshipKind.swift
[16/57] Compiling SymbolKit SourceOrigin.swift
[17/57] Compiling SymbolKit GenericConstraints.swift
[18/57] Compiling SymbolKit Swift.swift
[19/57] Compiling SymbolKit Mixin+Equals.swift
[20/57] Compiling SymbolKit Mixin+Hash.swift
[21/57] Compiling SymbolKit Mixin.swift
[22/57] Compiling SymbolKit LineList.swift
[23/57] Compiling SymbolKit Position.swift
[24/57] Emitting module SymbolKit
[25/57] Compiling SymbolKit SourceRange.swift
[26/57] Compiling SymbolKit Metadata.swift
[27/57] Compiling SymbolKit Module.swift
[28/57] Compiling SymbolKit OperatingSystem.swift
[29/57] Compiling SymbolKit Platform.swift
[30/57] Compiling SymbolKit GenericConstraint.swift
[31/57] Compiling SymbolKit GenericParameter.swift
[32/57] Compiling SymbolKit Generics.swift
[33/57] Compiling SymbolKit Namespace.swift
[34/57] Compiling SymbolKit DeclarationFragments.swift
[35/57] Compiling SymbolKit Fragment.swift
[36/57] Compiling SymbolKit FragmentKind.swift
[37/57] Compiling SymbolKit FunctionParameter.swift
[38/57] Compiling SymbolKit FunctionSignature.swift
[39/57] Compiling SymbolKit Symbol.swift
[40/57] Compiling SymbolKit SymbolKind.swift
[41/57] Compiling SymbolKit SymbolGraph.swift
[42/57] Compiling SymbolKit GraphCollector.swift
[43/57] Compiling SymbolKit SemanticVersion.swift
[44/57] Compiling SymbolKit AccessControl.swift
[45/57] Compiling SymbolKit Availability.swift
[46/57] Compiling SymbolKit AvailabilityItem.swift
[47/57] Compiling SymbolKit Domain.swift
[48/57] Compiling SymbolKit UnifiedSymbol+Encodable.swift
[49/57] Compiling SymbolKit UnifiedSymbol.swift
[50/57] Compiling SymbolKit UnifiedSymbolGraph+Encodable.swift
[51/57] Compiling SymbolKit UnifiedSymbolGraph.swift
[52/57] Compiling Snippets Snippet.swift
[53/57] Compiling Snippets SnippetParser.swift
[54/57] Emitting module Snippets
[55/61] Compiling snippet_extract URL+Status.swift
[56/61] Compiling snippet_extract SymbolGraph+Snippet.swift
[57/61] Emitting module snippet_extract
[58/61] Compiling snippet_extract SnippetBuildCommand.swift
[58/61] Write Objects.LinkFileList
[59/61] Linking snippet-extract-tool
[60/61] Applying snippet-extract-tool
Build of product 'snippet-extract' complete! (4.00s)
Building for debugging...
[0/1] Write swift-version-2F0A5646E1D333AE.txt
[2/10] Compiling AsyncDNSResolver Errors_dnssd.swift
[3/10] Compiling AsyncDNSResolver AsyncDNSResolver.swift
[4/10] Emitting module AsyncDNSResolver
[5/10] Compiling AsyncDNSResolver AresChannel.swift
[6/10] Compiling AsyncDNSResolver Errors.swift
[7/10] Compiling AsyncDNSResolver AresOptions.swift
[8/10] Compiling AsyncDNSResolver DNSResolver_c-ares.swift
[9/10] Compiling AsyncDNSResolver Errors_c-ares.swift
[10/10] Compiling AsyncDNSResolver DNSResolver_dnssd.swift
[11/12] Emitting module ATResolve
[12/12] Compiling ATResolve ATResolver.swift
Build of target: 'ATResolve' complete! (1.75s)
     126
2	/Users/admin/builder/spi-builder-workspace/.docs/mattmassicotte/atresolve/1.0.0
✅  Doc result (uploading) reported
========================================
SyncDocs
========================================
Doc archive source directory: $PWD/.docs/mattmassicotte/atresolve/1.0.0
File count: 126
Doc size:   2.0MB
Preparing doc bundle ...
Uploading prod-mattmassicotte-atresolve-1.0.0-8ab2936b.zip to s3://spi-docs-inbox/prod-mattmassicotte-atresolve-1.0.0-8ab2936b.zip
Copying... [17%]
Copying... [33%]
Copying... [50%]
Copying... [66%]
Copying... [83%]
Copying... [99%]
Copying... [100%]
Done.