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 swift-codeowners, reference main (389c4b), with Swift 6.1 for macOS (SPM) on 30 Apr 2025 06:25:59 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/mtj0928/swift-codeowners.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/mtj0928/swift-codeowners
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 389c4b7 Update README.md
Cloned https://github.com/mtj0928/swift-codeowners.git
Revision (git rev-parse @):
389c4b7bc85df743dc182c2026b8e43cdbd51c45
SUCCESS checkout https://github.com/mtj0928/swift-codeowners.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/mtj0928/swift-codeowners.git
https://github.com/mtj0928/swift-codeowners.git
{
  "dependencies" : [
  ],
  "manifest_display_name" : "swift-codeowners",
  "name" : "swift-codeowners",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "CodeOwners",
      "targets" : [
        "CodeOwners"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "CodeOwnersTests",
      "module_type" : "SwiftTarget",
      "name" : "CodeOwnersTests",
      "path" : "Tests/CodeOwnersTests",
      "sources" : [
        "CodeOwnerLineTests.swift",
        "CodeOwnerTests.swift",
        "PathCompoenetTests.swift",
        "PatternMatchTests.swift",
        "TokenTests.swift"
      ],
      "target_dependencies" : [
        "CodeOwners"
      ],
      "type" : "test"
    },
    {
      "c99name" : "CodeOwners",
      "module_type" : "SwiftTarget",
      "name" : "CodeOwners",
      "path" : "Sources/CodeOwners",
      "product_memberships" : [
        "CodeOwners"
      ],
      "sources" : [
        "CodeOwner.swift",
        "CodeOwnerLine.swift",
        "CodeOwners.swift",
        "Pattern.swift",
        "Token.swift",
        "Utils/Array+Utils.swift",
        "Utils/String+Utils.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/10] Compiling CodeOwners String+Utils.swift
[4/10] Compiling CodeOwners Token.swift
[5/10] Compiling CodeOwners Array+Utils.swift
[6/10] Compiling CodeOwners Pattern.swift
[7/10] Compiling CodeOwners CodeOwners.swift
[8/10] Compiling CodeOwners CodeOwner.swift
[9/10] Compiling CodeOwners CodeOwnerLine.swift
[10/10] Emitting module CodeOwners
Build complete! (5.01s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "swift-codeowners",
  "name" : "swift-codeowners",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "CodeOwners",
      "targets" : [
        "CodeOwners"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "CodeOwnersTests",
      "module_type" : "SwiftTarget",
      "name" : "CodeOwnersTests",
      "path" : "Tests/CodeOwnersTests",
      "sources" : [
        "CodeOwnerLineTests.swift",
        "CodeOwnerTests.swift",
        "PathCompoenetTests.swift",
        "PatternMatchTests.swift",
        "TokenTests.swift"
      ],
      "target_dependencies" : [
        "CodeOwners"
      ],
      "type" : "test"
    },
    {
      "c99name" : "CodeOwners",
      "module_type" : "SwiftTarget",
      "name" : "CodeOwners",
      "path" : "Sources/CodeOwners",
      "product_memberships" : [
        "CodeOwners"
      ],
      "sources" : [
        "CodeOwner.swift",
        "CodeOwnerLine.swift",
        "CodeOwners.swift",
        "Pattern.swift",
        "Token.swift",
        "Utils/Array+Utils.swift",
        "Utils/String+Utils.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Done.