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 SwiftyCast 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/SwiftyCast.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/SomeRandomiOSDev/SwiftyCast
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at f84f66e Update swift-pacakge.yml
Cloned https://github.com/SomeRandomiOSDev/SwiftyCast.git
Revision (git rev-parse @):
f84f66e3078d0e2bc458a4400a984012a66b527f
SUCCESS checkout https://github.com/SomeRandomiOSDev/SwiftyCast.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $workDir
https://github.com/SomeRandomiOSDev/SwiftyCast.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/4] Emitting module SwiftyCast
[4/4] Compiling SwiftyCast UnsafeBridgingCast.swift
Build complete! (2.91s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "SwiftyCast",
  "name" : "SwiftyCast",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "9.0"
    },
    {
      "name" : "macos",
      "version" : "10.10"
    },
    {
      "name" : "tvos",
      "version" : "9.0"
    },
    {
      "name" : "watchos",
      "version" : "2.0"
    }
  ],
  "products" : [
    {
      "name" : "SwiftyCast",
      "targets" : [
        "SwiftyCast"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "5"
  ],
  "targets" : [
    {
      "c99name" : "SwiftyCastTests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftyCastTests",
      "path" : "Tests/SwiftyCastTests",
      "sources" : [
        "SwiftyCastTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "SwiftyCast"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftyCast",
      "module_type" : "SwiftTarget",
      "name" : "SwiftyCast",
      "path" : "Sources/SwiftyCast",
      "product_memberships" : [
        "SwiftyCast"
      ],
      "sources" : [
        "UnsafeBridgingCast.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.0"
}
Done.
This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.