The Swift Package Index logo.Swift Package Index

Build Information

Successful build of DTOnboarding, reference 2.0.5 (6e8a12), with Swift 6.3 for macOS (SPM) on 17 Apr 2026 03:38:54 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/demianturner/DTOnboarding.git
Reference: 2.0.5
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/demianturner/DTOnboarding
 * tag               2.0.5      -> FETCH_HEAD
HEAD is now at 6e8a123 Fix navigation
Cloned https://github.com/demianturner/DTOnboarding.git
Revision (git rev-parse @):
6e8a1230adab6aa0963b71aff1bb56e1cd7f59a0
SUCCESS checkout https://github.com/demianturner/DTOnboarding.git at 2.0.5
Fetching https://github.com/demianturner/DTPageControl
[1/112] Fetching dtpagecontrol
Fetched https://github.com/demianturner/DTPageControl from cache (0.59s)
Computing version for https://github.com/demianturner/DTPageControl
Computed https://github.com/demianturner/DTPageControl at 1.0.5 (1.32s)
Creating working copy for https://github.com/demianturner/DTPageControl
Working copy of https://github.com/demianturner/DTPageControl resolved at 1.0.5
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "traits": [
    "default"
  ],
  "dependencies": [
    {
      "identity": "dtonboarding",
      "name": "DTOnboarding",
      "url": "https://github.com/demianturner/DTOnboarding.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/DTOnboarding",
      "traits": [
        "default"
      ],
      "dependencies": [
        {
          "identity": "dtpagecontrol",
          "name": "DTPageControl",
          "url": "https://github.com/demianturner/DTPageControl",
          "version": "1.0.5",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/DTPageControl",
          "traits": [
            "default"
          ],
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/demianturner/DTOnboarding.git
[1/226] Fetching dtonboarding
Fetched https://github.com/demianturner/DTOnboarding.git from cache (1.14s)
Fetching https://github.com/demianturner/DTPageControl from cache
Fetched https://github.com/demianturner/DTPageControl from cache (0.42s)
Computing version for https://github.com/demianturner/DTPageControl
Computed https://github.com/demianturner/DTPageControl at 1.0.5 (0.47s)
Creating working copy for https://github.com/demianturner/DTOnboarding.git
Working copy of https://github.com/demianturner/DTOnboarding.git resolved at 2.0.5 (6e8a123)
Creating working copy for https://github.com/demianturner/DTPageControl
Working copy of https://github.com/demianturner/DTPageControl resolved at 1.0.5
warning: '.resolve-product-dependencies': dependency 'dtonboarding' is not used by any target
Found 1 product dependencies
  - DTPageControl
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/demianturner/DTOnboarding.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version--6988338F2F200930.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 DTPageController.swift
[9/11] Compiling DTOnboarding DTOnboardingConfig.swift
[10/11] Emitting module DTOnboarding
[11/11] Compiling DTOnboarding DTOnboardingController.swift
Build complete! (8.72s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "dtpagecontrol",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.5",
            "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.