The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of OnboardingKit, reference 0.0.8 (9693fe), with Swift 6.2 (beta) for macOS (SPM) on 22 Jun 2025 03:30:12 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/0xWDG/OnboardingKit.git
Reference: 0.0.8
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/0xWDG/OnboardingKit
 * tag               0.0.8      -> FETCH_HEAD
HEAD is now at 9693fee Fix build
Cloned https://github.com/0xWDG/OnboardingKit.git
Revision (git rev-parse @):
9693fee22ce26ead5dd2e79f5f79da991fa0c618
SUCCESS checkout https://github.com/0xWDG/OnboardingKit.git at 0.0.8
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/0xWDG/OnboardingKit.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/4] Write sources
[1/4] Copying Info.plist
[1/4] Copying Localizable.xcstrings
[3/4] Write swift-version-1EA4D86E10B52AF.txt
[5/10] Compiling OnboardingKit resource_bundle_accessor.swift
[6/10] Compiling OnboardingKit WhatsNew.swift
[7/10] Compiling OnboardingKit WelcomeCell.swift
[8/10] Compiling OnboardingKit WelcomeScreen.swift
[9/10] Emitting module OnboardingKit
[10/10] Compiling OnboardingKit OnboardingKitHelper.swift
Build complete! (7.44s)
Build complete.
{
  "default_localization" : "en",
  "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"
    },
    {
      "name" : "watchos",
      "version" : "10.0"
    },
    {
      "name" : "tvos",
      "version" : "15.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"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/OnboardingKit/Localizable.xcstrings",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "OnboardingKitHelper.swift",
        "WelcomeCell.swift",
        "WelcomeScreen.swift",
        "WhatsNew.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Done.