The Swift Package Index logo.Swift Package Index

Build Information

Successful build of DispatchTimer, reference main (9b03fa), with Swift 6.0 for macOS (SPM) on 1 May 2026 02:13:42 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.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/shareup/dispatch-timer.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/shareup/dispatch-timer
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 9b03fa8 Reduce tolerance for nanoseconds (#5)
Cloned https://github.com/shareup/dispatch-timer.git
Revision (git rev-parse @):
9b03fa83669f6e01ee2135af8ab9105cc2b9b744
SUCCESS checkout https://github.com/shareup/dispatch-timer.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/shareup/dispatch-timer.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-5BDAB9E9C0126B9D.txt
[4/7] Compiling Synchronized Locked.swift
[5/7] Compiling Synchronized Lock.swift
[6/7] Emitting module Synchronized
[7/7] Compiling Synchronized RecursiveLock.swift
[8/9] Emitting module DispatchTimer
[9/9] Compiling DispatchTimer DispatchTimer.swift
Build complete! (6.17s)
Fetching https://github.com/shareup/synchronized.git
[1/226] Fetching synchronized
Fetched https://github.com/shareup/synchronized.git from cache (0.55s)
Computing version for https://github.com/shareup/synchronized.git
Computed https://github.com/shareup/synchronized.git at 4.0.1 (0.55s)
Creating working copy for https://github.com/shareup/synchronized.git
Working copy of https://github.com/shareup/synchronized.git resolved at 4.0.1
Build complete.
{
  "dependencies" : [
    {
      "identity" : "synchronized",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.0.0",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/shareup/synchronized.git"
    }
  ],
  "manifest_display_name" : "DispatchTimer",
  "name" : "DispatchTimer",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "11.0"
    },
    {
      "name" : "ios",
      "version" : "14.0"
    },
    {
      "name" : "tvos",
      "version" : "14.0"
    },
    {
      "name" : "watchos",
      "version" : "7.0"
    }
  ],
  "products" : [
    {
      "name" : "DispatchTimer",
      "targets" : [
        "DispatchTimer"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "DispatchTimerTests",
      "module_type" : "SwiftTarget",
      "name" : "DispatchTimerTests",
      "path" : "Tests/DispatchTimerTests",
      "sources" : [
        "DispatchTimerTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "DispatchTimer"
      ],
      "type" : "test"
    },
    {
      "c99name" : "DispatchTimer",
      "module_type" : "SwiftTarget",
      "name" : "DispatchTimer",
      "path" : "Sources/DispatchTimer",
      "product_dependencies" : [
        "Synchronized"
      ],
      "product_memberships" : [
        "DispatchTimer"
      ],
      "sources" : [
        "DispatchTimer.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.7"
}
Done.