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 0.1.0 (3a9cd7), with Swift 6.0 for macOS (SPM) on 2 Jan 2025 08:40:52 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats

Build Log

========================================
RunAll
========================================
Builder version: 4.60.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/mtj0928/swift-codeowners.git
Reference: 0.1.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/mtj0928/swift-codeowners
 * tag               0.1.0      -> FETCH_HEAD
HEAD is now at 3a9cd74 Update doc
Cloned https://github.com/mtj0928/swift-codeowners.git
Revision (git rev-parse @):
3a9cd74467b736500c7d7d7b841658dd1adae8a6
SUCCESS checkout https://github.com/mtj0928/swift-codeowners.git at 0.1.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": "swift-codeowners",
      "name": "swift-codeowners",
      "url": "https://github.com/mtj0928/swift-codeowners.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-codeowners",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/mtj0928/swift-codeowners.git
[1/62] Fetching swift-codeowners
Fetched https://github.com/mtj0928/swift-codeowners.git from cache (0.66s)
Creating working copy for https://github.com/mtj0928/swift-codeowners.git
Working copy of https://github.com/mtj0928/swift-codeowners.git resolved at 0.1.0 (3a9cd74)
warning: '.resolve-product-dependencies': dependency 'swift-codeowners' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
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.2.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-5BDAB9E9C0126B9D.txt
[3/10] Compiling CodeOwners String+Utils.swift
[4/10] Compiling CodeOwners Pattern.swift
[5/10] Compiling CodeOwners Token.swift
[6/10] Compiling CodeOwners Array+Utils.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! (8.36s)
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.