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 main (5407e0), with Swift 6.1 for macOS (SPM) on 30 Apr 2025 07:44:45 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: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/VergeGroup/TypedIdentifier
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 5407e04 Create LICENSE
Cloned https://github.com/VergeGroup/TypedIdentifier.git
Revision (git rev-parse @):
5407e04d6463d27f987366b4f0b797eb70acb831
SUCCESS checkout https://github.com/VergeGroup/TypedIdentifier.git at main
========================================
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.80s)
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.