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 1.0.5 (faa2dd), with Swift 6.0 for macOS (SPM) on 12 Sep 2025 18:59:17 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.2.0.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: 1.0.5
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/demianturner/DTPageControl
 * tag               1.0.5      -> FETCH_HEAD
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 1.0.5
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/demianturner/DTPageControl.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-5BDAB9E9C0126B9D.txt
[3/4] Emitting module DTPageControl
[4/4] Compiling DTPageControl DTPageControl.swift
Build complete! (6.27s)
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.