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 PolyKit 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/heestand-xyz/PolyKit.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/heestand-xyz/PolyKit
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 4d84c44 iOS 16 Upgrade
Cloned https://github.com/heestand-xyz/PolyKit.git
Revision (git rev-parse @):
4d84c4469daf5e9ee4d1768dd3018d6b985ee868
SUCCESS checkout https://github.com/heestand-xyz/PolyKit.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $workDir
https://github.com/heestand-xyz/PolyKit.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/5] Compiling PolyKit Polygon.swift
[4/5] Compiling PolyKit Poly.swift
/Users/admin/builder/spi-builder-workspace/Sources/PolyKit/Poly.swift:297:9: warning: 'Poly' is deprecated: renamed to 'Polygon'
295 | struct Poly_Previews: PreviewProvider {
296 |     static var previews: some View {
297 |         Poly(count: 6, cornerRadius: 60)
    |         |- warning: 'Poly' is deprecated: renamed to 'Polygon'
    |         `- note: use 'Polygon' instead
298 |     }
299 | }
[5/5] Emitting module PolyKit
Build complete! (30.87s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "PolyKit",
  "name" : "PolyKit",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    },
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    }
  ],
  "products" : [
    {
      "name" : "PolyKit",
      "targets" : [
        "PolyKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "PolyKit",
      "module_type" : "SwiftTarget",
      "name" : "PolyKit",
      "path" : "Sources/PolyKit",
      "product_memberships" : [
        "PolyKit"
      ],
      "sources" : [
        "Poly.swift",
        "Polygon.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Done.
This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.