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 DateKit, reference main (dd5a6e), with Swift 5.9 for macOS (SPM) on 11 Jun 2025 18:15:49 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/NikSativa/DateKit.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/NikSativa/DateKit
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at dd5a6ee upd SwiftFormat rules and github actions
Cloned https://github.com/NikSativa/DateKit.git
Revision (git rev-parse @):
dd5a6ee6a40dc4cffc25bc8bd18eca79f6b56195
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/NikSativa/DateKit.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.9
Building package at path:  $PWD
https://github.com/NikSativa/DateKit.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.2.0.app xcrun swift build --arch arm64
Building for debugging...
[0/1] Copying PrivacyInfo.xcprivacy
[2/10] Compiling DateKit resource_bundle_accessor.swift
[3/10] Compiling DateKit DateSettingsProviding.swift
[4/10] Compiling DateKit TimeZone+Helper.swift
[5/10] Compiling DateKit Locale+Helper.swift
[6/10] Compiling DateKit DateFormat.swift
[7/10] Compiling DateKit DateComponent.swift
[8/10] Compiling DateKit DateFormating.swift
[9/10] Emitting module DateKit
[10/10] Compiling DateKit DateHelper.swift
Build complete! (13.39s)
Fetching https://github.com/NikSativa/SpryKit.git
[1/967] Fetching sprykit
Fetched https://github.com/NikSativa/SpryKit.git (1.24s)
Computing version for https://github.com/NikSativa/SpryKit.git
Computed https://github.com/NikSativa/SpryKit.git at 3.0.4 (0.37s)
Fetching https://github.com/mattgallagher/CwlPreconditionTesting.git
[13/1257] Fetching cwlpreconditiontesting
Fetched https://github.com/mattgallagher/CwlPreconditionTesting.git (0.76s)
Computing version for https://github.com/mattgallagher/CwlPreconditionTesting.git
Computed https://github.com/mattgallagher/CwlPreconditionTesting.git at 2.2.2 (2.71s)
Fetching https://github.com/mattgallagher/CwlCatchException.git
[1/455] Fetching cwlcatchexception
Fetched https://github.com/mattgallagher/CwlCatchException.git (0.67s)
Computing version for https://github.com/mattgallagher/CwlCatchException.git
Computed https://github.com/mattgallagher/CwlCatchException.git at 2.2.1 (0.47s)
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/NikSativa/SpryKit.git
Working copy of https://github.com/NikSativa/SpryKit.git resolved at 3.0.4
Creating working copy for https://github.com/mattgallagher/CwlPreconditionTesting.git
Working copy of https://github.com/mattgallagher/CwlPreconditionTesting.git resolved at 2.2.2
Build complete.
{
  "dependencies" : [
    {
      "identity" : "sprykit",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "3.0.4",
            "upper_bound" : "4.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/NikSativa/SpryKit.git"
    }
  ],
  "manifest_display_name" : "DateKit",
  "name" : "DateKit",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "macos",
      "version" : "11.0"
    },
    {
      "name" : "maccatalyst",
      "version" : "13.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    }
  ],
  "products" : [
    {
      "name" : "DateKit",
      "targets" : [
        "DateKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "DateKitTests",
      "module_type" : "SwiftTarget",
      "name" : "DateKitTests",
      "path" : "Tests",
      "product_dependencies" : [
        "SpryKit"
      ],
      "sources" : [
        "DateComponentTests.swift",
        "DateFormatTests.swift",
        "DateFormatingTests.swift",
        "DateHelperExtTests.swift",
        "DateHelperTests.swift",
        "DateSettingsProviderTests.swift",
        "DateTestCase.swift",
        "TestHelpers.swift",
        "TestHelpers/DateHelper.swift",
        "TestHelpers/FakeDateFormating.swift",
        "TestHelpers/FakeDateSettingsProvider.swift",
        "TestHelpers/Locale+TestHelper.swift",
        "TestHelpers/TimeZone+TestHelper.swift",
        "TimeZoneTests.swift"
      ],
      "target_dependencies" : [
        "DateKit"
      ],
      "type" : "test"
    },
    {
      "c99name" : "DateKit",
      "module_type" : "SwiftTarget",
      "name" : "DateKit",
      "path" : "Source",
      "product_memberships" : [
        "DateKit"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Source/PrivacyInfo.xcprivacy",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "DateComponent.swift",
        "DateFormat.swift",
        "DateFormating.swift",
        "DateHelper.swift",
        "DateSettingsProviding.swift",
        "Locale+Helper.swift",
        "TimeZone+Helper.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Done.