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 DTOnboarding, reference 2.0.1 (936439), with Swift 6.2 (beta) for macOS (SPM) on 19 Jun 2025 21:25:16 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/demianturner/DTOnboarding.git
Reference: 2.0.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/demianturner/DTOnboarding
 * tag               2.0.1      -> FETCH_HEAD
HEAD is now at 936439a Update to correct dependency
Cloned https://github.com/demianturner/DTOnboarding.git
Revision (git rev-parse @):
936439a3f3ff447777d7323c51f138eb9e64816e
SUCCESS checkout https://github.com/demianturner/DTOnboarding.git at 2.0.1
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/demianturner/DTOnboarding.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-1EA4D86E10B52AF.txt
[4/5] Compiling DTPageControl DTPageControl.swift
[5/5] Emitting module DTPageControl
[6/11] Compiling DTOnboarding NSViewController+Helpers.swift
[7/11] Compiling DTOnboarding NSView+Helpers.swift
[8/11] Compiling DTOnboarding DTOnboardingConfig.swift
[9/11] Emitting module DTOnboarding
[10/11] Compiling DTOnboarding DTOnboardingController.swift
[11/11] Compiling DTOnboarding DTPageController.swift
Build complete! (8.83s)
Fetching https://github.com/demianturner/DTPageControl
[1/101] Fetching dtpagecontrol
Fetched https://github.com/demianturner/DTPageControl from cache (0.66s)
Computing version for https://github.com/demianturner/DTPageControl
Computed https://github.com/demianturner/DTPageControl at 1.0.4 (1.17s)
Creating working copy for https://github.com/demianturner/DTPageControl
Working copy of https://github.com/demianturner/DTPageControl resolved at 1.0.4
Build complete.
{
  "dependencies" : [
    {
      "identity" : "dtpagecontrol",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.4",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/demianturner/DTPageControl"
    }
  ],
  "manifest_display_name" : "DTOnboarding",
  "name" : "DTOnboarding",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.14"
    }
  ],
  "products" : [
    {
      "name" : "DTOnboarding",
      "targets" : [
        "DTOnboarding"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "DTOnboardingTests",
      "module_type" : "SwiftTarget",
      "name" : "DTOnboardingTests",
      "path" : "Tests/DTOnboardingTests",
      "sources" : [
        "DTOnboardingTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "DTOnboarding"
      ],
      "type" : "test"
    },
    {
      "c99name" : "DTOnboarding",
      "module_type" : "SwiftTarget",
      "name" : "DTOnboarding",
      "path" : "Sources/DTOnboarding",
      "product_dependencies" : [
        "DTPageControl"
      ],
      "product_memberships" : [
        "DTOnboarding"
      ],
      "sources" : [
        "DTOnboardingConfig.swift",
        "DTOnboardingController.swift",
        "DTPageController.swift",
        "NSView+Helpers.swift",
        "NSViewController+Helpers.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.2"
}
Done.