The Swift Package Index logo.Swift Package Index

Build Information

Successful build of TimeIntervalFormatStyle, reference 1.0.1 (404e8b), with Swift 6.2 for macOS (SPM) on 19 Jun 2025 09:23:22 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/spanage/TimeIntervalFormatStyle.git
Reference: 1.0.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/spanage/TimeIntervalFormatStyle
 * tag               1.0.1      -> FETCH_HEAD
HEAD is now at 404e8b0 get rid of unneeded mac-only availability
Cloned https://github.com/spanage/TimeIntervalFormatStyle.git
Revision (git rev-parse @):
404e8b09837172eb33efba81ef08ea01267e1c34
SUCCESS checkout https://github.com/spanage/TimeIntervalFormatStyle.git at 1.0.1
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/spanage/TimeIntervalFormatStyle.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/7] Compiling TimeIntervalFormatStyle TimeIntervalFormatStyle.swift
[4/7] Compiling TimeIntervalFormatStyle TimeInterval+Constants.swift
[5/7] Compiling TimeIntervalFormatStyle TimeInterval+FormatStyle.swift
[6/7] Compiling TimeIntervalFormatStyle TimeIntervalParseStrategy.swift
[7/7] Emitting module TimeIntervalFormatStyle
Build complete! (3.38s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "TimeIntervalFormatStyle",
  "name" : "TimeIntervalFormatStyle",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "12.0"
    },
    {
      "name" : "ios",
      "version" : "15.0"
    }
  ],
  "products" : [
    {
      "name" : "TimeIntervalFormatStyle",
      "targets" : [
        "TimeIntervalFormatStyle"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "TimeIntervalFormatStyleTests",
      "module_type" : "SwiftTarget",
      "name" : "TimeIntervalFormatStyleTests",
      "path" : "Tests/TimeIntervalFormatStyleTests",
      "sources" : [
        "TimeIntervalFormatStyleTests.swift"
      ],
      "target_dependencies" : [
        "TimeIntervalFormatStyle"
      ],
      "type" : "test"
    },
    {
      "c99name" : "TimeIntervalFormatStyle",
      "module_type" : "SwiftTarget",
      "name" : "TimeIntervalFormatStyle",
      "path" : "Sources/TimeIntervalFormatStyle",
      "product_memberships" : [
        "TimeIntervalFormatStyle"
      ],
      "sources" : [
        "TimeInterval+Constants.swift",
        "TimeInterval+FormatStyle.swift",
        "TimeIntervalFormatStyle.swift",
        "TimeIntervalParseStrategy.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.5"
}
Done.