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 shivalib 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/UltivicShashi/shivalib.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/UltivicShashi/shivalib
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 65253a0 small change
Cloned https://github.com/UltivicShashi/shivalib.git
Revision (git rev-parse @):
65253a062e4a92d9455825862c071edc75e8cca5
SUCCESS checkout https://github.com/UltivicShashi/shivalib.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $workDir
https://github.com/UltivicShashi/shivalib.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/6] Write sources
[1/6] Write shivalib-entitlement.plist
[2/6] Write swift-version-6F35C1178C84523A.txt
[4/8] Emitting module shivalib
[5/8] Compiling shivalib shivalib.swift
[5/8] Write Objects.LinkFileList
[6/8] Linking shivalib
[7/8] Applying shivalib
Build complete! (5.80s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "shivalib",
  "name" : "shivalib",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "shivalib",
      "targets" : [
        "shivalib"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "swift_languages_versions" : [
    "5"
  ],
  "targets" : [
    {
      "c99name" : "shivalibTests",
      "module_type" : "SwiftTarget",
      "name" : "shivalibTests",
      "path" : "Tests/shivalibTests",
      "sources" : [
        "shivalibTests.swift"
      ],
      "target_dependencies" : [
        "shivalib"
      ],
      "type" : "test"
    },
    {
      "c99name" : "shivalib",
      "module_type" : "SwiftTarget",
      "name" : "shivalib",
      "path" : "Sources/shivalib",
      "product_memberships" : [
        "shivalib"
      ],
      "sources" : [
        "shivalib.swift"
      ],
      "type" : "executable"
    }
  ],
  "tools_version" : "5.7"
}
Done.
This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.