The Swift Package Index logo.Swift Package Index

Build Information

Successful build of PreciseISO8601DateFormatter, reference main (fd0062), with Swift 6.2 for macOS (SPM) on 20 Jun 2025 01:59:29 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/shareup/precise-iso-8601-date-formatter.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/shareup/precise-iso-8601-date-formatter
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at fd00625 Update .swiftformat
Cloned https://github.com/shareup/precise-iso-8601-date-formatter.git
Revision (git rev-parse @):
fd00625bf71b9e1807de0e03e7d2d5e509cee1d4
SUCCESS checkout https://github.com/shareup/precise-iso-8601-date-formatter.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/shareup/precise-iso-8601-date-formatter.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-1EA4D86E10B52AF.txt
[4/7] Emitting module Synchronized
[5/7] Compiling Synchronized Lock.swift
[6/7] Compiling Synchronized Locked.swift
[7/7] Compiling Synchronized RecursiveLock.swift
[8/9] Emitting module PreciseISO8601DateFormatter
[9/9] Compiling PreciseISO8601DateFormatter PreciseISO8601DateFormatter.swift
Build complete! (5.40s)
Fetching https://github.com/shareup/synchronized.git
[1/205] Fetching synchronized
Fetched https://github.com/shareup/synchronized.git from cache (0.64s)
Computing version for https://github.com/shareup/synchronized.git
Computed https://github.com/shareup/synchronized.git at 4.0.1 (1.17s)
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" : "PreciseISO8601DateFormatter",
  "name" : "PreciseISO8601DateFormatter",
  "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" : "PreciseISO8601DateFormatter",
      "targets" : [
        "PreciseISO8601DateFormatter"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "PreciseISO8601DateFormatterTests",
      "module_type" : "SwiftTarget",
      "name" : "PreciseISO8601DateFormatterTests",
      "path" : "Tests/PreciseISO8601DateFormatterTests",
      "sources" : [
        "PreciseISO8601DateFormatterTests.swift"
      ],
      "target_dependencies" : [
        "PreciseISO8601DateFormatter"
      ],
      "type" : "test"
    },
    {
      "c99name" : "PreciseISO8601DateFormatter",
      "module_type" : "SwiftTarget",
      "name" : "PreciseISO8601DateFormatter",
      "path" : "Sources/PreciseISO8601DateFormatter",
      "product_dependencies" : [
        "Synchronized"
      ],
      "product_memberships" : [
        "PreciseISO8601DateFormatter"
      ],
      "sources" : [
        "PreciseISO8601DateFormatter.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.7"
}
Done.