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 TypedIdentifier, reference 2.0.3 (284340), with Swift 6.1 for macOS (SPM) on 30 Apr 2025 07:44:30 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.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/VergeGroup/TypedIdentifier.git
Reference: 2.0.3
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/VergeGroup/TypedIdentifier
 * tag               2.0.3      -> FETCH_HEAD
HEAD is now at 2843404 Add platfroms (#1)
Cloned https://github.com/VergeGroup/TypedIdentifier.git
Revision (git rev-parse @):
284340409ba47858a1b3c353dcef9c21303953db
SUCCESS checkout https://github.com/VergeGroup/TypedIdentifier.git at 2.0.3
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/VergeGroup/TypedIdentifier.git
https://github.com/VergeGroup/TypedIdentifier.git
{
  "dependencies" : [
  ],
  "manifest_display_name" : "TypedIdentifier",
  "name" : "TypedIdentifier",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "TypedIdentifier",
      "targets" : [
        "TypedIdentifier"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "6"
  ],
  "targets" : [
    {
      "c99name" : "TypedIdentifier",
      "module_type" : "SwiftTarget",
      "name" : "TypedIdentifier",
      "path" : "Sources/TypedIdentifier",
      "product_memberships" : [
        "TypedIdentifier"
      ],
      "sources" : [
        "TypedIdentifier.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/2] Write sources
[1/2] Write swift-version-2F0A5646E1D333AE.txt
[3/4] Emitting module TypedIdentifier
[4/4] Compiling TypedIdentifier TypedIdentifier.swift
/Users/admin/builder/spi-builder-workspace/Sources/TypedIdentifier/TypedIdentifier.swift:73:6: warning: expression of type 'MyIdentifiable.TypedIdentifierRawValue' (aka 'String') is unused
71 |
72 | private func _run(id: MyIdentifiable.TypedID) {
73 |   id.raw
   |      `- warning: expression of type 'MyIdentifiable.TypedIdentifierRawValue' (aka 'String') is unused
74 | }
75 |
Build complete! (0.77s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "TypedIdentifier",
  "name" : "TypedIdentifier",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "TypedIdentifier",
      "targets" : [
        "TypedIdentifier"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "6"
  ],
  "targets" : [
    {
      "c99name" : "TypedIdentifier",
      "module_type" : "SwiftTarget",
      "name" : "TypedIdentifier",
      "path" : "Sources/TypedIdentifier",
      "product_memberships" : [
        "TypedIdentifier"
      ],
      "sources" : [
        "TypedIdentifier.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Done.