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 DTPageControl, reference master (faa2dd), with Swift 6.2 (beta) for macOS (SPM) on 12 Sep 2025 19:00:08 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.67.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/demianturner/DTPageControl.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/demianturner/DTPageControl
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at faa2dd8 Fix import
Cloned https://github.com/demianturner/DTPageControl.git
Revision (git rev-parse @):
faa2dd8e0a544e32826faebe533985ccfdfec7c3
SUCCESS checkout https://github.com/demianturner/DTPageControl.git at master
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/demianturner/DTPageControl.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-1EA4D86E10B52AF.txt
[3/4] Compiling DTPageControl DTPageControl.swift
[4/4] Emitting module DTPageControl
Build complete! (6.67s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "DTPageControl",
  "name" : "DTPageControl",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.14"
    }
  ],
  "products" : [
    {
      "name" : "DTPageControl",
      "targets" : [
        "DTPageControl"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "DTPageControlTests",
      "module_type" : "SwiftTarget",
      "name" : "DTPageControlTests",
      "path" : "Tests/DTPageControlTests",
      "sources" : [
        "DTPageControlTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "DTPageControl"
      ],
      "type" : "test"
    },
    {
      "c99name" : "DTPageControl",
      "module_type" : "SwiftTarget",
      "name" : "DTPageControl",
      "path" : "Sources/DTPageControl",
      "product_memberships" : [
        "DTPageControl"
      ],
      "sources" : [
        "DTPageControl.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.2"
}
Done.