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 WordleHelper 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/sja26/WordleHelperSwift.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/sja26/WordleHelperSwift
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 468c132 Readme (#1)
Cloned https://github.com/sja26/WordleHelperSwift.git
Revision (git rev-parse @):
468c132f27412f83c50f0f795e67f9ab8de4cc48
SUCCESS checkout https://github.com/sja26/WordleHelperSwift.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $workDir
https://github.com/sja26/WordleHelperSwift.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/7] Write sources
[2/7] Write WordleHelper-entitlement.plist
[3/7] Write swift-version-6F35C1178C84523A.txt
[5/18] Compiling Rainbow StringGenerator.swift
[6/18] Compiling Rainbow OutputTarget.swift
[7/18] Compiling Rainbow ControlCode.swift
[8/18] Compiling Rainbow ModesExtractor.swift
[9/18] Emitting module Rainbow
[10/18] Compiling Rainbow Color.swift
[11/18] Compiling Rainbow ColorApproximation.swift
[12/18] Compiling Rainbow BackgroundColor.swift
[13/18] Compiling Rainbow CodesParser.swift
[14/18] Compiling Rainbow String+Rainbow.swift
[15/18] Compiling Rainbow Rainbow.swift
[16/19] Compiling Rainbow Style.swift
[17/21] Compiling WordleHelper WordleHelper.swift
[18/21] Emitting module WordleHelper
[18/21] Write Objects.LinkFileList
[19/21] Linking WordleHelper
[20/21] Applying WordleHelper
Build complete! (29.66s)
Fetching https://github.com/onevcat/Rainbow
[1/1118] Fetching rainbow
Fetched https://github.com/onevcat/Rainbow from cache (0.95s)
Computing version for https://github.com/onevcat/Rainbow
Computed https://github.com/onevcat/Rainbow at 4.0.1 (2.64s)
Creating working copy for https://github.com/onevcat/Rainbow
Working copy of https://github.com/onevcat/Rainbow resolved at 4.0.1
Build complete.
{
  "dependencies" : [
    {
      "identity" : "rainbow",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.0.0",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/onevcat/Rainbow"
    }
  ],
  "manifest_display_name" : "WordleHelper",
  "name" : "WordleHelper",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "12.0"
    }
  ],
  "products" : [
    {
      "name" : "WordleHelper",
      "targets" : [
        "WordleHelper"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "WordleHelper",
      "module_type" : "SwiftTarget",
      "name" : "WordleHelper",
      "path" : "Sources/WordleHelper",
      "product_dependencies" : [
        "Rainbow"
      ],
      "product_memberships" : [
        "WordleHelper"
      ],
      "sources" : [
        "WordleHelper.swift"
      ],
      "type" : "executable"
    }
  ],
  "tools_version" : "5.5"
}
Done.
This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.