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 swift-to-ten, reference 1.2.0 (a5045b), with Swift 6.2 (beta) for macOS (SPM) on 20 Jun 2025 04:03:28 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.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/renaudjenny/swift-to-ten.git
Reference: 1.2.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/renaudjenny/swift-to-ten
 * tag               1.2.0      -> FETCH_HEAD
HEAD is now at a5045b9 docs(README): update to mention Point Free Dependencies wrapper
Cloned https://github.com/renaudjenny/swift-to-ten.git
Revision (git rev-parse @):
a5045b95dd581e02e38b56565e3305f54d43e4ed
SUCCESS checkout https://github.com/renaudjenny/swift-to-ten.git at 1.2.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/renaudjenny/swift-to-ten.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/9] Write sources
[8/9] Write swift-version-1EA4D86E10B52AF.txt
[10/29] Compiling ConcurrencyExtras UncheckedSendable.swift
[11/29] Compiling ConcurrencyExtras Locking.swift
[12/29] Compiling ConcurrencyExtras Task.swift
[13/29] Emitting module XCTestDynamicOverlay
[14/29] Compiling XCTestDynamicOverlay DefaultInitializable.swift
[15/29] Compiling XCTestDynamicOverlay Deprecations.swift
[16/29] Compiling XCTestDynamicOverlay GeneratePlaceholder.swift
[17/29] Compiling XCTestDynamicOverlay RuntimeWarnings.swift
[18/29] Compiling ConcurrencyExtras LockIsolated.swift
[19/29] Compiling ConcurrencyExtras MainSerialExecutor.swift
[20/29] Compiling XCTestDynamicOverlay Unimplemented.swift
[21/29] Compiling XCTestDynamicOverlay XCTFail.swift
[22/29] Compiling ConcurrencyExtras AsyncThrowingStream.swift
[23/29] Compiling XCTestDynamicOverlay XCTCurrentTestCase.swift
[24/29] Compiling XCTestDynamicOverlay XCTIsTesting.swift
[25/29] Compiling ConcurrencyExtras ActorIsolated.swift
[26/29] Emitting module ConcurrencyExtras
[27/29] Compiling ConcurrencyExtras AsyncStream.swift
[28/38] Emitting module SwiftRegex
[29/39] Compiling SwiftRegex TupleRegex.swift
[30/53] Emitting module SwiftToTen
[31/53] Compiling SwiftToTen SwiftToTen.swift
[32/53] Compiling Clocks UnimplementedClock.swift
[33/53] Compiling Clocks Timer.swift
[34/53] Compiling CombineSchedulers ImmediateScheduler.swift
[35/53] Compiling CombineSchedulers Deprecations.swift
[36/53] Compiling CombineSchedulers AnyScheduler.swift
[37/53] Compiling CombineSchedulers Concurrency.swift
[38/54] Emitting module CombineSchedulers
[39/54] Compiling CombineSchedulers UIScheduler.swift
[40/54] Compiling CombineSchedulers Timer.swift
[41/54] Compiling CombineSchedulers UIKit.swift
[42/54] Compiling Clocks AnyClock.swift
[43/54] Compiling Clocks ImmediateClock.swift
[44/54] Emitting module Clocks
[45/54] Compiling CombineSchedulers TestScheduler.swift
[46/54] Compiling Clocks TestClock.swift
[47/54] Compiling CombineSchedulers UnimplementedScheduler.swift
[48/54] Compiling Clocks Lock.swift
[49/54] Compiling Clocks _AsyncTimerSequence.swift
[50/54] Compiling Clocks Shims.swift
[51/54] Compiling Clocks SwiftUI.swift
[52/54] Compiling CombineSchedulers Lock.swift
[53/54] Compiling CombineSchedulers SwiftUI.swift
[54/54] Compiling CombineSchedulers NSRecursiveLock.swift
[55/76] Emitting module Dependencies
[56/78] Compiling Dependencies MainRunLoop.swift
[57/78] Compiling Dependencies OpenURL.swift
[58/78] Compiling Dependencies Dependency.swift
[59/78] Compiling Dependencies DependencyContext.swift
[60/78] Compiling Dependencies DependencyKey.swift
[61/78] Compiling Dependencies Deprecations.swift
[62/78] Compiling Dependencies Exports.swift
[63/78] Compiling Dependencies Context.swift
[64/78] Compiling Dependencies Date.swift
[65/78] Compiling Dependencies FireAndForget.swift
[66/78] Compiling Dependencies OpenExistential.swift
[67/78] Compiling Dependencies RuntimeWarnings.swift
[68/78] Compiling Dependencies UUID.swift
[69/78] Compiling Dependencies WithRandomNumberGenerator.swift
[70/78] Compiling Dependencies TimeZone.swift
[71/78] Compiling Dependencies URLSession.swift
[72/78] Compiling Dependencies DependencyValues.swift
[73/78] Compiling Dependencies Calendar.swift
[74/78] Compiling Dependencies Clocks.swift
[75/78] Compiling Dependencies Locale.swift
[76/78] Compiling Dependencies MainQueue.swift
[77/78] Compiling Dependencies TypeName.swift
[78/78] Compiling Dependencies WithDependencies.swift
[79/80] Compiling SwiftToTenDependency SwiftToTenDependency.swift
[80/80] Emitting module SwiftToTenDependency
Build complete! (25.42s)
Fetching https://github.com/johnno1962/SwiftRegex5
Fetching https://github.com/pointfreeco/swift-dependencies
[1/209] Fetching swiftregex5
[206/6458] Fetching swiftregex5, swift-dependencies
Fetched https://github.com/johnno1962/SwiftRegex5 from cache (1.20s)
Fetched https://github.com/pointfreeco/swift-dependencies from cache (1.20s)
Computing version for https://github.com/johnno1962/SwiftRegex5
Computed https://github.com/johnno1962/SwiftRegex5 at 5.2.3 (1.72s)
Computing version for https://github.com/pointfreeco/swift-dependencies
Computed https://github.com/pointfreeco/swift-dependencies at 0.6.0 (0.50s)
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay
Fetching https://github.com/pointfreeco/swift-clocks
Fetching https://github.com/pointfreeco/combine-schedulers
Fetching https://github.com/pointfreeco/swift-concurrency-extras
[1/2410] Fetching combine-schedulers
[146/3702] Fetching combine-schedulers, swift-clocks
[274/9169] Fetching combine-schedulers, swift-clocks, xctest-dynamic-overlay
[275/10030] Fetching combine-schedulers, swift-clocks, xctest-dynamic-overlay, swift-concurrency-extras
Fetched https://github.com/pointfreeco/swift-concurrency-extras from cache (0.94s)
[5835/9169] Fetching combine-schedulers, swift-clocks, xctest-dynamic-overlay
Fetched https://github.com/pointfreeco/combine-schedulers from cache (1.24s)
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (1.24s)
Fetched https://github.com/pointfreeco/swift-clocks from cache (1.24s)
Computing version for https://github.com/pointfreeco/swift-clocks
Computed https://github.com/pointfreeco/swift-clocks at 0.4.0 (1.75s)
Computing version for https://github.com/pointfreeco/combine-schedulers
Computed https://github.com/pointfreeco/combine-schedulers at 0.11.0 (0.49s)
Computing version for https://github.com/pointfreeco/swift-concurrency-extras
Computed https://github.com/pointfreeco/swift-concurrency-extras at 0.1.2 (0.49s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 0.9.0 (0.49s)
Creating working copy for https://github.com/pointfreeco/combine-schedulers
Working copy of https://github.com/pointfreeco/combine-schedulers resolved at 0.11.0
Creating working copy for https://github.com/pointfreeco/swift-clocks
Working copy of https://github.com/pointfreeco/swift-clocks resolved at 0.4.0
Creating working copy for https://github.com/pointfreeco/swift-dependencies
Working copy of https://github.com/pointfreeco/swift-dependencies resolved at 0.6.0
Creating working copy for https://github.com/johnno1962/SwiftRegex5
Working copy of https://github.com/johnno1962/SwiftRegex5 resolved at 5.2.3
Creating working copy for https://github.com/pointfreeco/xctest-dynamic-overlay
Working copy of https://github.com/pointfreeco/xctest-dynamic-overlay resolved at 0.9.0
Creating working copy for https://github.com/pointfreeco/swift-concurrency-extras
Working copy of https://github.com/pointfreeco/swift-concurrency-extras resolved at 0.1.2
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swiftregex5",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "5.2.1",
            "upper_bound" : "6.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/johnno1962/SwiftRegex5"
    },
    {
      "identity" : "swift-dependencies",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.4.1",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/pointfreeco/swift-dependencies"
    }
  ],
  "manifest_display_name" : "swift-to-ten",
  "name" : "swift-to-ten",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "14.0"
    },
    {
      "name" : "macos",
      "version" : "11.0"
    }
  ],
  "products" : [
    {
      "name" : "SwiftToTen",
      "targets" : [
        "SwiftToTen"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "SwiftToTenDependency",
      "targets" : [
        "SwiftToTenDependency"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SwiftToTenTests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftToTenTests",
      "path" : "Tests/SwiftToTenTests",
      "sources" : [
        "SwiftToTenTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "SwiftToTen"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftToTenDependency",
      "module_type" : "SwiftTarget",
      "name" : "SwiftToTenDependency",
      "path" : "Sources/SwiftToTenDependency",
      "product_dependencies" : [
        "Dependencies"
      ],
      "product_memberships" : [
        "SwiftToTenDependency"
      ],
      "sources" : [
        "SwiftToTenDependency.swift"
      ],
      "target_dependencies" : [
        "SwiftToTen"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SwiftToTen",
      "module_type" : "SwiftTarget",
      "name" : "SwiftToTen",
      "path" : "Sources/SwiftToTen",
      "product_dependencies" : [
        "SwiftRegex"
      ],
      "product_memberships" : [
        "SwiftToTen",
        "SwiftToTenDependency"
      ],
      "sources" : [
        "SwiftToTen.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.3"
}
Done.