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 Strings 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/Ponyboy47/Strings.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Ponyboy47/Strings
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at d0988c9 Fix a bug where extra spaces break the word/sentence casing
Cloned https://github.com/Ponyboy47/Strings.git
Revision (git rev-parse @):
d0988c9a0903d7c7ab0564ecb4cbd9a436eff190
SUCCESS checkout https://github.com/Ponyboy47/Strings.git at master
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $workDir
https://github.com/Ponyboy47/Strings.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/7] Compiling Strings Substring.swift
[4/7] Emitting module Strings
[5/7] Compiling Strings Strings.swift
[6/7] Compiling Strings Strings+Subscript.swift
[7/7] Compiling Strings Strings+Validation.swift
Build complete! (17.63s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Strings",
  "name" : "Strings",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "Strings",
      "targets" : [
        "Strings"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "StringsTests",
      "module_type" : "SwiftTarget",
      "name" : "StringsTests",
      "path" : "Tests/StringsTests",
      "sources" : [
        "StringsTests.swift",
        "StringsValidatorTests.swift"
      ],
      "target_dependencies" : [
        "Strings"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Strings",
      "module_type" : "SwiftTarget",
      "name" : "Strings",
      "path" : "Sources/Strings",
      "product_memberships" : [
        "Strings"
      ],
      "sources" : [
        "Strings+Subscript.swift",
        "Strings+Validation.swift",
        "Strings.swift",
        "Substring.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "4.0"
}
Done.
This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.