The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Time, reference main (eab0cb), with Swift 6.3 for macOS (SPM) on 13 Apr 2026 01:52:36 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.4.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/ctrlgroup/Time.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/ctrlgroup/Time
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at eab0cb3 Added normal weekday symbol
Cloned https://github.com/ctrlgroup/Time.git
Revision (git rev-parse @):
eab0cb3d54e2467a2a22375126bac865b171b254
SUCCESS checkout https://github.com/ctrlgroup/Time.git at main
Fetching https://github.com/ctrlgroup/Resolver.git
[1/1599] Fetching resolver
Fetched https://github.com/ctrlgroup/Resolver.git from cache (0.95s)
Fetching https://github.com/Quick/Quick.git
Fetching https://github.com/Quick/Nimble.git
[1/19817] Fetching nimble
[2/34713] Fetching nimble, quick
Fetched https://github.com/Quick/Quick.git from cache (1.90s)
Fetched https://github.com/Quick/Nimble.git from cache (1.90s)
Computing version for https://github.com/Quick/Nimble.git
Computed https://github.com/Quick/Nimble.git at 9.2.1 (2.59s)
Fetching https://github.com/mattgallagher/CwlPreconditionTesting.git
[1/1257] Fetching cwlpreconditiontesting
Fetched https://github.com/mattgallagher/CwlPreconditionTesting.git from cache (0.76s)
Computing version for https://github.com/Quick/Quick.git
Computed https://github.com/Quick/Quick.git at 4.0.0 (1.53s)
Computing version for https://github.com/mattgallagher/CwlPreconditionTesting.git
Computed https://github.com/mattgallagher/CwlPreconditionTesting.git at 2.2.2 (0.80s)
Fetching https://github.com/mattgallagher/CwlCatchException.git
[1/460] Fetching cwlcatchexception
Fetched https://github.com/mattgallagher/CwlCatchException.git from cache (0.72s)
Computing version for https://github.com/mattgallagher/CwlCatchException.git
Computed https://github.com/mattgallagher/CwlCatchException.git at 2.2.1 (1.40s)
Creating working copy for https://github.com/mattgallagher/CwlCatchException.git
Working copy of https://github.com/mattgallagher/CwlCatchException.git resolved at 2.2.1
Creating working copy for https://github.com/ctrlgroup/Resolver.git
Working copy of https://github.com/ctrlgroup/Resolver.git resolved at feature/moc-view-context-constant (c50f9e7)
Creating working copy for https://github.com/Quick/Quick.git
Working copy of https://github.com/Quick/Quick.git resolved at 4.0.0
Creating working copy for https://github.com/Quick/Nimble.git
Working copy of https://github.com/Quick/Nimble.git resolved at 9.2.1
Creating working copy for https://github.com/mattgallagher/CwlPreconditionTesting.git
Working copy of https://github.com/mattgallagher/CwlPreconditionTesting.git resolved at 2.2.2
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "traits": [
    "default"
  ],
  "dependencies": [
    {
      "identity": "time",
      "name": "Time",
      "url": "https://github.com/ctrlgroup/Time.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Time",
      "traits": [
        "default"
      ],
      "dependencies": [
        {
          "identity": "resolver",
          "name": "Resolver",
          "url": "https://github.com/ctrlgroup/Resolver.git",
          "version": "unspecified",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Resolver",
          "traits": [
            "default"
          ],
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/ctrlgroup/Time.git
[1/140] Fetching time
Fetched https://github.com/ctrlgroup/Time.git from cache (0.66s)
Fetching https://github.com/ctrlgroup/Resolver.git from cache
Fetched https://github.com/ctrlgroup/Resolver.git from cache (0.45s)
Creating working copy for https://github.com/ctrlgroup/Time.git
Working copy of https://github.com/ctrlgroup/Time.git resolved at main (eab0cb3)
Creating working copy for https://github.com/ctrlgroup/Resolver.git
Working copy of https://github.com/ctrlgroup/Resolver.git resolved at feature/moc-view-context-constant (c50f9e7)
warning: '.resolve-product-dependencies': dependency 'time' is not used by any target
Found 1 product dependencies
  - Resolver
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/ctrlgroup/Time.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/4] Write sources
[3/4] Write swift-version--6988338F2F200930.txt
[5/7] Emitting module Resolver
[6/7] Compiling Resolver Constants.swift
[7/7] Compiling Resolver Resolver.swift
[8/35] Emitting module Time
[9/38] Compiling Time DayOfWeek.swift
[10/38] Compiling Time Array.swift
[11/38] Compiling Time String.swift
[12/38] Compiling Time Time+Injection.swift
[13/38] Compiling Time TimeOfDay+ISO8601String.swift
[14/38] Compiling Time TimeOfDay+String.swift
[15/38] Compiling Time TimeInterval.swift
[16/38] Compiling Time DateFactory.swift
[17/38] Compiling Time TimeZoneProvider.swift
[18/38] Compiling Time TimeZone.swift
[19/38] Compiling Time Timestamp+Arithmetic.swift
[20/38] Compiling Time Timestamp+Codable.swift
[21/38] Compiling Time Date.swift
[22/38] Compiling Time DateTime+String.swift
[23/38] Compiling Time DateTime.swift
[24/38] Compiling Time CalendarDateRange.swift
[25/38] Compiling Time CalendarDateRangeSegmenter.swift
[26/38] Compiling Time Clock.swift
[27/38] Compiling Time TimeOfDay.swift
[28/38] Compiling Time TimeRange.swift
[29/38] Compiling Time TimeSerializationType.swift
[30/38] Compiling Time Calendar.swift
[31/38] Compiling Time CalendarDate+Arithmetic.swift
[32/38] Compiling Time CalendarDate+String.swift
[33/38] Compiling Time CalendarDate+StringFormatting.swift
[34/38] Compiling Time CalendarDate+Weekdays.swift
[35/38] Compiling Time CalendarDate.swift
[36/38] Compiling Time Timestamp+ISO8601.swift
[37/38] Compiling Time Timestamp+RelativeTimeFormatting.swift
[38/38] Compiling Time Timestamp.swift
[39/44] Compiling TimeTestHelpers Timestamp+Example.swift
[40/44] Compiling TimeTestHelpers DateFactoryStub.swift
[41/44] Compiling TimeTestHelpers TimeZoneFactoryStub.swift
[42/44] Compiling TimeTestHelpers Clock+Fake.swift
[43/44] Emitting module TimeTestHelpers
[44/44] Compiling TimeTestHelpers CalendarDate+Example.swift
Build complete! (12.90s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "resolver",
      "requirement" : {
        "branch" : [
          "feature/moc-view-context-constant"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/ctrlgroup/Resolver.git"
    },
    {
      "identity" : "quick",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.0.0",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Quick/Quick.git"
    },
    {
      "identity" : "nimble",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "9.2.1",
            "upper_bound" : "10.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Quick/Nimble.git"
    }
  ],
  "manifest_display_name" : "Time",
  "name" : "Time",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "macos",
      "version" : "10.14"
    }
  ],
  "products" : [
    {
      "name" : "Time",
      "targets" : [
        "Time"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "TimeTestHelpers",
      "targets" : [
        "TimeTestHelpers"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "TimeTests",
      "module_type" : "SwiftTarget",
      "name" : "TimeTests",
      "path" : "Tests/TimeTests",
      "product_dependencies" : [
        "Quick",
        "Nimble"
      ],
      "sources" : [
        "CalendarDate/CalendarDate+ArithmeticTests.swift",
        "CalendarDate/CalendarDate+IntegerRepresentationTests.swift",
        "CalendarDate/CalendarDateStringFormattingTests.swift",
        "CalendarDate/CalendarDateStringTests.swift",
        "CalendarDate/CalendarDateTests.swift",
        "CalendarDate/CalendarDateWeekdaysTests.swift",
        "CalendarDateRange/CalendarDateRangeSegmenterTests.swift",
        "CalendarDateRange/CalendarDateRangeTests.swift",
        "CalendarTests.swift",
        "Clock/ClockTests.swift",
        "Date/DateTests.swift",
        "DateTime/DateTime+Tests.swift",
        "DayOfWeek/DayOfWeekTests.swift",
        "Locale.swift",
        "TimeOfDay/TimeOfDay+TwelveHourClock.swift",
        "TimeOfDay/TimeOfDayISO8601StringTests.swift",
        "TimeOfDay/TimeOfDayStringTests.swift",
        "TimeOfDay/TimeOfDayTests.swift",
        "TimeRange/TimeRangeTests.swift",
        "TimeTestConfiguration.swift",
        "Timestamp/Timestamp+ArithmeticTests.swift",
        "Timestamp/TimestampISO8601Tests.swift",
        "Timestamp/TimestampRelativeTimeFormattingTests.swift",
        "Timestamp/TimestampTests.swift"
      ],
      "target_dependencies" : [
        "Time",
        "TimeTestHelpers"
      ],
      "type" : "test"
    },
    {
      "c99name" : "TimeTestHelpers",
      "module_type" : "SwiftTarget",
      "name" : "TimeTestHelpers",
      "path" : "Sources/TimeTestHelpers",
      "product_memberships" : [
        "TimeTestHelpers"
      ],
      "sources" : [
        "CalendarDate+Example.swift",
        "Clock+Fake.swift",
        "DateFactoryStub.swift",
        "TimeZoneFactoryStub.swift",
        "Timestamp+Example.swift"
      ],
      "target_dependencies" : [
        "Time"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Time",
      "module_type" : "SwiftTarget",
      "name" : "Time",
      "path" : "Sources/Time",
      "product_dependencies" : [
        "Resolver"
      ],
      "product_memberships" : [
        "Time",
        "TimeTestHelpers"
      ],
      "sources" : [
        "Calendar.swift",
        "CalendarDate/CalendarDate+Arithmetic.swift",
        "CalendarDate/CalendarDate+String.swift",
        "CalendarDate/CalendarDate+StringFormatting.swift",
        "CalendarDate/CalendarDate+Weekdays.swift",
        "CalendarDate/CalendarDate.swift",
        "CalendarDateRange/CalendarDateRange.swift",
        "CalendarDateRange/CalendarDateRangeSegmenter.swift",
        "Clock/Clock.swift",
        "Date/Date.swift",
        "DateTime/DateTime+String.swift",
        "DateTime/DateTime.swift",
        "DayOfWeek/DayOfWeek.swift",
        "Extensions/Array.swift",
        "Extensions/String.swift",
        "Extensions/TimeInterval.swift",
        "Factories/DateFactory.swift",
        "Factories/TimeZoneProvider.swift",
        "Time+Injection.swift",
        "TimeOfDay/TimeOfDay+ISO8601String.swift",
        "TimeOfDay/TimeOfDay+String.swift",
        "TimeOfDay/TimeOfDay.swift",
        "TimeRange/TimeRange.swift",
        "TimeSerializationType.swift",
        "TimeZone.swift",
        "Timestamp/Timestamp+Arithmetic.swift",
        "Timestamp/Timestamp+Codable.swift",
        "Timestamp/Timestamp+ISO8601.swift",
        "Timestamp/Timestamp+RelativeTimeFormatting.swift",
        "Timestamp/Timestamp.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.5"
}
Done.