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 OnboardingKit with Swift 6.0 (beta) for macOS (SPM) (3f4144) on 3 Jul 2024 14:49:12 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.0.0-Beta.2.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete

Build Log

========================================
RunAll
========================================
Builder version: 4.44.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/0xWDG/OnboardingKit.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/0xWDG/OnboardingKit
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 3f41448 Make What's new public
Cloned https://github.com/0xWDG/OnboardingKit.git
Revision (git rev-parse @):
3f414487c3e0d7d0062f2bfadf146dd60069c1f3
SUCCESS checkout https://github.com/0xWDG/OnboardingKit.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $workDir
https://github.com/0xWDG/OnboardingKit.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.0.0-Beta.2.app xcrun 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--14728B76ED507284.txt
[3/7] Compiling OnboardingKit WhatsNew.swift
[4/7] Compiling OnboardingKit OnboardingKitHelper.swift
[5/7] Emitting module OnboardingKit
[6/7] Compiling OnboardingKit WelcomeCell.swift
[7/7] Compiling OnboardingKit WelcomeScreen.swift
Build complete! (13.06s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "OnboardingKit",
  "name" : "OnboardingKit",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "15.0"
    },
    {
      "name" : "macos",
      "version" : "12.0"
    }
  ],
  "products" : [
    {
      "name" : "OnboardingKit",
      "targets" : [
        "OnboardingKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "OnboardingKitTests",
      "module_type" : "SwiftTarget",
      "name" : "OnboardingKitTests",
      "path" : "Tests/OnboardingKitTests",
      "sources" : [
        "OnboardingKitTests.swift"
      ],
      "target_dependencies" : [
        "OnboardingKit"
      ],
      "type" : "test"
    },
    {
      "c99name" : "OnboardingKit",
      "module_type" : "SwiftTarget",
      "name" : "OnboardingKit",
      "path" : "Sources/OnboardingKit",
      "product_memberships" : [
        "OnboardingKit"
      ],
      "sources" : [
        "OnboardingKitHelper.swift",
        "WelcomeCell.swift",
        "WelcomeScreen.swift",
        "WhatsNew.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Done.