This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.

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 CPIOArchiveKit with Swift 6.0 for macOS (SPM).

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.3.0.app xcrun --toolchain org.swift.600202405261a swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete

Build Log

========================================
RunAll
========================================
Builder version: 4.40.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/LebJe/CPIOArchiveKit.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/LebJe/CPIOArchiveKit
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at cfd9cae Update CPIOArchiveWriter.swift
Cloned https://github.com/LebJe/CPIOArchiveKit.git
Revision (git rev-parse @):
cfd9cae28d2864dea0533f137397ca8124767917
SUCCESS checkout https://github.com/LebJe/CPIOArchiveKit.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $workDir
https://github.com/LebJe/CPIOArchiveKit.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.3.0.app xcrun --toolchain org.swift.600202405261a swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-6F35C1178C84523A.txt
[3/12] Compiling CPIOArchiveKit Header.swift
[4/12] Compiling CPIOArchiveKit FileType.swift
[5/13] Compiling CPIOArchiveKit Operators.swift
[6/13] Compiling CPIOArchiveKit Errors.swift
[7/13] Compiling CPIOArchiveKit Checksum.swift
[8/13] Compiling CPIOArchiveKit Extensions.swift
[9/13] Compiling CPIOArchiveKit CPIOArchiveWriter.swift
[10/13] Compiling CPIOArchiveKit CPIOArchiveType.swift
[11/13] Emitting module CPIOArchiveKit
[12/13] Compiling CPIOArchiveKit CPIOArchiveReader.swift
[13/13] Compiling CPIOArchiveKit Constants.swift
Build complete! (6.38s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "CPIOArchiveKit",
  "name" : "CPIOArchiveKit",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "12.0"
    },
    {
      "name" : "watchos",
      "version" : "7.0"
    }
  ],
  "products" : [
    {
      "name" : "CPIOArchiveKit",
      "targets" : [
        "CPIOArchiveKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "CPIOArchiveKitTests",
      "module_type" : "SwiftTarget",
      "name" : "CPIOArchiveKitTests",
      "path" : "Tests/CPIOArchiveKitTests",
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/CPIOArchiveKitTests/test-files",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "CPIOArchiveKitTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "CPIOArchiveKit"
      ],
      "type" : "test"
    },
    {
      "c99name" : "CPIOArchiveKit",
      "module_type" : "SwiftTarget",
      "name" : "CPIOArchiveKit",
      "path" : "Sources/CPIOArchiveKit",
      "product_memberships" : [
        "CPIOArchiveKit"
      ],
      "sources" : [
        "CPIOArchiveReader.swift",
        "CPIOArchiveType.swift",
        "CPIOArchiveWriter.swift",
        "Checksum.swift",
        "Constants.swift",
        "Errors.swift",
        "Extensions.swift",
        "FileType.swift",
        "Header.swift",
        "Operators.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.3"
}
Done.
This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.