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 LocalizedStringKit 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/microsoft/localizedStringKit.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/microsoft/localizedStringKit
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 96b9d74 Merge pull request #37 from microsoft/luna/2023-08-10_UpdateREADME
Cloned https://github.com/microsoft/localizedStringKit.git
Revision (git rev-parse @):
96b9d748a1b4f426c7dd7601be28304c8ff2bb85
SUCCESS checkout https://github.com/microsoft/localizedStringKit.git at master
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $workDir
https://github.com/microsoft/localizedStringKit.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/1] Compiling LocalizedStringKit LocalizedStringKit.m
Build complete! (1.85s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "LocalizedStringKit",
  "name" : "LocalizedStringKit",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "LocalizedStringKit",
      "targets" : [
        "LocalizedStringKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "LocalizedStringKitTests",
      "module_type" : "SwiftTarget",
      "name" : "LocalizedStringKitTests",
      "path" : "Tests/LocalizedStringKitTests",
      "sources" : [
        "LocalizedStringKitTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "LocalizedStringKit"
      ],
      "type" : "test"
    },
    {
      "c99name" : "LocalizedStringKit",
      "module_type" : "ClangTarget",
      "name" : "LocalizedStringKit",
      "path" : "Sources/LocalizedStringKit",
      "product_memberships" : [
        "LocalizedStringKit"
      ],
      "sources" : [
        "LocalizedStringKit.m"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.2"
}
Done.
This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.