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 ProtocolMatcher, reference main (55c0fd), with Swift 6.0 for macOS (SPM) on 14 Sep 2024 06:30:32 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.0.0-Release.Candidate.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete

Build Log

========================================
RunAll
========================================
Builder version: 4.53.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/disc0infern0/ProtocolMatcher.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/disc0infern0/ProtocolMatcher
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 55c0fde Added license
Cloned https://github.com/disc0infern0/ProtocolMatcher.git
Revision (git rev-parse @):
55c0fde35a8fcf0dc10918ec524a317808eadb44
SUCCESS checkout https://github.com/disc0infern0/ProtocolMatcher.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/disc0infern0/ProtocolMatcher.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.0.0-Release.Candidate.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete
Building for debugging...
[0/1] Compiling ProtocolMatcher ProtocolMatcher.m
Build complete! (2.40s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "ProtocolMatcher",
  "name" : "ProtocolMatcher",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "ProtocolMatcher",
      "targets" : [
        "ProtocolMatcher"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ProtocolMatcherTests",
      "module_type" : "SwiftTarget",
      "name" : "ProtocolMatcherTests",
      "path" : "Tests/ProtocolMatcherTests",
      "sources" : [
        "ProtocolMatcherTests.swift"
      ],
      "target_dependencies" : [
        "ProtocolMatcher"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ProtocolMatcher",
      "module_type" : "ClangTarget",
      "name" : "ProtocolMatcher",
      "path" : "Sources/ProtocolMatcher",
      "product_memberships" : [
        "ProtocolMatcher"
      ],
      "sources" : [
        "ProtocolMatcher.m"
      ],
      "type" : "library"
    },
    {
      "c99name" : "FoodExampleTests",
      "module_type" : "SwiftTarget",
      "name" : "FoodExampleTests",
      "path" : "Tests/FoodExampleTests",
      "sources" : [
        "FoodExampleTests.swift",
        "SomeOtherCode.swift"
      ],
      "target_dependencies" : [
        "ProtocolMatcher"
      ],
      "type" : "test"
    }
  ],
  "tools_version" : "5.9"
}
Done.