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 AppsShowcase 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/marionauta/apps-showcase-swift.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/marionauta/apps-showcase-swift
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at e7c19e3 chore: document `ShowcasedAppsList`
Cloned https://github.com/marionauta/apps-showcase-swift.git
Revision (git rev-parse @):
e7c19e35ce81ccf778e4994248feab8f019421c0
SUCCESS checkout https://github.com/marionauta/apps-showcase-swift.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $workDir
https://github.com/marionauta/apps-showcase-swift.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/4] Write sources
[1/4] Copying Localizable.strings
[1/4] Copying Info.plist
[3/4] Write swift-version-6F35C1178C84523A.txt
[5/12] Compiling AppsShowcase resource_bundle_accessor.swift
[6/12] Compiling AppsShowcase ShowcasedAppRow.swift
[7/12] Compiling AppsShowcase AppsResponse.swift
[8/12] Compiling AppsShowcase ShowcasedApp.swift
[9/12] Compiling AppsShowcase ShowcasedAppLink.swift
[10/12] Compiling AppsShowcase ShowcasedAppsSection.swift
[11/12] Compiling AppsShowcase AppsShowcase.swift
[12/12] Emitting module AppsShowcase
Build complete! (33.22s)
Build complete.
{
  "default_localization" : "en",
  "dependencies" : [
  ],
  "manifest_display_name" : "AppsShowcase",
  "name" : "AppsShowcase",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    }
  ],
  "products" : [
    {
      "name" : "AppsShowcase",
      "targets" : [
        "AppsShowcase"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "AppsShowcase",
      "module_type" : "SwiftTarget",
      "name" : "AppsShowcase",
      "path" : "Sources/AppsShowcase",
      "product_memberships" : [
        "AppsShowcase"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/AppsShowcase/Resources/Localizable.strings",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "AppsResponse.swift",
        "AppsShowcase.swift",
        "ShowcasedApp.swift",
        "Views/ShowcasedAppLink.swift",
        "Views/ShowcasedAppRow.swift",
        "Views/ShowcasedAppsSection.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.3"
}
Done.
This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.