The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of DispatchTimer with Swift 5.9 for macOS (SPM).

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.27.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/shareup/dispatch-timer.git
Reference: main
Initialized empty Git repository in /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-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 2d8c304 Update .swiftformat
Cloned https://github.com/shareup/dispatch-timer.git
Revision (git rev-parse @):
2d8c304aa6f382a7a362cd5a814884f3930c5662
SUCCESS checkout https://github.com/shareup/dispatch-timer.git at main
Fetching https://github.com/shareup/synchronized.git from cache
Fetched https://github.com/shareup/synchronized.git (0.17s)
Computing version for https://github.com/shareup/synchronized.git
Computed https://github.com/shareup/synchronized.git at 4.0.0 (0.50s)
Creating working copy for https://github.com/shareup/synchronized.git
Working copy of https://github.com/shareup/synchronized.git resolved at 4.0.0
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "dispatch-timer",
      "name": "DispatchTimer",
      "url": "https://github.com/shareup/dispatch-timer.git",
      "version": "unspecified",
      "path": "/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/dispatch-timer",
      "dependencies": [
        {
          "identity": "synchronized",
          "name": "Synchronized",
          "url": "https://github.com/shareup/synchronized.git",
          "version": "4.0.1",
          "path": "/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/synchronized",
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/shareup/dispatch-timer.git from cache
Fetched https://github.com/shareup/dispatch-timer.git (0.17s)
Fetching https://github.com/shareup/synchronized.git from cache
Fetched https://github.com/shareup/synchronized.git (0.18s)
Computing version for https://github.com/shareup/synchronized.git
Computed https://github.com/shareup/synchronized.git at 4.0.1 (0.01s)
Creating working copy for https://github.com/shareup/synchronized.git
Working copy of https://github.com/shareup/synchronized.git resolved at 4.0.1
Creating working copy for https://github.com/shareup/dispatch-timer.git
Working copy of https://github.com/shareup/dispatch-timer.git resolved at main
warning: '.resolve-product-dependencies': dependency 'dispatch-timer' is not used by any target
Found 1 product dependencies
  - Synchronized
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.9
Building package at path:  $PWD/checkout
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.0.0.app xcrun swift build --arch arm64
Building for debugging...
[1/4] Compiling Synchronized Locked.swift
[2/4] Compiling Synchronized RecursiveLock.swift
[3/4] Compiling Synchronized Lock.swift
[4/4] Emitting module Synchronized
[5/6] Compiling DispatchTimer DispatchTimer.swift
[6/6] Emitting module DispatchTimer
Build complete! (7.18s)
Build complete.
Done.