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 Half with Swift 6.0 (beta) 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/SomeRandomiOSDev/Half.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/SomeRandomiOSDev/Half
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 14b1ab3 Merge pull request #18 from SomeRandomiOSDev/strict-concurrency
Cloned https://github.com/SomeRandomiOSDev/Half.git
Revision (git rev-parse @):
14b1ab35ffdf62c999ef1016ec0f8e745a6feed5
SUCCESS checkout https://github.com/SomeRandomiOSDev/Half.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $workDir
https://github.com/SomeRandomiOSDev/Half.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/5] Write sources
[1/5] Compiling fp_extend.cpp
[1/5] Compiling fp_trunc.cpp
[3/5] Write swift-version-6F35C1178C84523A.txt
[4/5] Compiling half.c
[6/9] Compiling Half Functions.swift
[7/9] Compiling Half Half.swift
[8/9] Emitting module Half
[9/9] Compiling Half Half+Coding.swift
Build complete! (8.92s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Half",
  "name" : "Half",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "12.0"
    },
    {
      "name" : "macos",
      "version" : "10.13"
    },
    {
      "name" : "tvos",
      "version" : "12.0"
    },
    {
      "name" : "watchos",
      "version" : "4.0"
    }
  ],
  "products" : [
    {
      "name" : "Half",
      "targets" : [
        "Half",
        "CHalf"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "HalfTests",
      "module_type" : "SwiftTarget",
      "name" : "HalfTests",
      "path" : "Tests/HalfTests",
      "sources" : [
        "FunctionsTests.swift",
        "Half+CodingTests.swift",
        "HalfTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "Half"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Half",
      "module_type" : "SwiftTarget",
      "name" : "Half",
      "path" : "Sources/Half",
      "product_memberships" : [
        "Half"
      ],
      "sources" : [
        "Functions.swift",
        "Half+Coding.swift",
        "Half.swift"
      ],
      "target_dependencies" : [
        "CHalf"
      ],
      "type" : "library"
    },
    {
      "c99name" : "CHalfTests",
      "module_type" : "SwiftTarget",
      "name" : "CHalfTests",
      "path" : "Tests/CHalfTests",
      "sources" : [
        "CHalfTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "CHalf",
        "Half"
      ],
      "type" : "test"
    },
    {
      "c99name" : "CHalf",
      "module_type" : "ClangTarget",
      "name" : "CHalf",
      "path" : "Sources/CHalf",
      "product_memberships" : [
        "Half"
      ],
      "sources" : [
        "src/fp_extend.cpp",
        "src/fp_trunc.cpp",
        "src/half.c"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.8"
}
Done.
This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.