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 Weekday, reference 0.2.0 (f5d4da), with Swift 6.2 for macOS (SPM) on 17 Jun 2025 22:29:34 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/samnung/Weekday.swift.git
Reference: 0.2.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/samnung/Weekday.swift
 * tag               0.2.0      -> FETCH_HEAD
HEAD is now at f5d4dad Add CHANGELOG
Cloned https://github.com/samnung/Weekday.swift.git
Revision (git rev-parse @):
f5d4dad510ca0625431217c92d8ba0868a89552c
SUCCESS checkout https://github.com/samnung/Weekday.swift.git at 0.2.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/samnung/Weekday.swift.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/4] Write sources
[1/4] Write swift-version-1EA4D86E10B52AF.txt
[2/6] Compiling OverrideLocale NSLocale+OverrideLocale.m
[3/6] Compiling OverrideLocale NSObject+MethodSwizzling.m
[5/6] Emitting module Weekday
[6/6] Compiling Weekday Weekday.swift
Build complete! (9.02s)
Fetching https://github.com/Quick/Nimble.git
Fetching https://github.com/Quick/Quick.git
[1/14759] Fetching quick
[149/34343] Fetching quick, nimble
Fetched https://github.com/Quick/Quick.git from cache (1.39s)
[13905/19584] Fetching nimble
Fetched https://github.com/Quick/Nimble.git from cache (1.89s)
Computing version for https://github.com/Quick/Quick.git
Computed https://github.com/Quick/Quick.git at 2.2.1 (2.45s)
Computing version for https://github.com/Quick/Nimble.git
Computed https://github.com/Quick/Nimble.git at 8.1.2 (0.53s)
Creating working copy for https://github.com/Quick/Nimble.git
Working copy of https://github.com/Quick/Nimble.git resolved at 8.1.2
Creating working copy for https://github.com/Quick/Quick.git
Working copy of https://github.com/Quick/Quick.git resolved at 2.2.1
Build complete.
{
  "dependencies" : [
    {
      "identity" : "nimble",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "8.0.2",
            "upper_bound" : "9.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Quick/Nimble.git"
    },
    {
      "identity" : "quick",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.2.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Quick/Quick.git"
    }
  ],
  "manifest_display_name" : "Weekday",
  "name" : "Weekday",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "Weekday",
      "targets" : [
        "Weekday"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "4",
    "4.2",
    "5"
  ],
  "targets" : [
    {
      "c99name" : "WeekdayTests",
      "module_type" : "SwiftTarget",
      "name" : "WeekdayTests",
      "path" : "Tests/WeekdayTests",
      "product_dependencies" : [
        "Nimble",
        "Quick"
      ],
      "sources" : [
        "Helpers.swift",
        "WeekdayTests.swift"
      ],
      "target_dependencies" : [
        "Weekday",
        "OverrideLocale"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Weekday",
      "module_type" : "SwiftTarget",
      "name" : "Weekday",
      "path" : "Sources/Weekday",
      "product_memberships" : [
        "Weekday"
      ],
      "sources" : [
        "Weekday.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "OverrideLocale",
      "module_type" : "ClangTarget",
      "name" : "OverrideLocale",
      "path" : "Tests/OverrideLocale",
      "sources" : [
        "NSLocale+OverrideLocale.m",
        "NSObject+MethodSwizzling.m"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.0"
}
Done.