The Swift Package Index logo.Swift Package Index

Build Information

Successful build of swifty-holidays, reference main (03dcc5), with Swift 6.3 for macOS (SPM) on 28 Apr 2026 07:27:05 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/sersoft-gmbh/swifty-holidays.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/sersoft-gmbh/swifty-holidays
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 03dcc51 Bump github.com/apple/swift-docc-plugin from 1.4.6 to 1.5.0
Cloned https://github.com/sersoft-gmbh/swifty-holidays.git
Revision (git rev-parse @):
03dcc514017b792ea183eeb824fba2b56e2bd8c6
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/sersoft-gmbh/swifty-holidays.git at main
Fetching https://github.com/swiftlang/swift-docc-symbolkit
Fetching https://github.com/apple/swift-docc-plugin
[1/2287] Fetching swift-docc-plugin
[207/5964] Fetching swift-docc-plugin, swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (1.14s)
Fetched https://github.com/apple/swift-docc-plugin from cache (1.14s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.5.0 (4.28s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (0.70s)
Creating working copy for https://github.com/apple/swift-docc-plugin
Working copy of https://github.com/apple/swift-docc-plugin resolved at 1.5.0
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
========================================
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": "swifty-holidays",
      "name": "swifty-holidays",
      "url": "https://github.com/sersoft-gmbh/swifty-holidays.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swifty-holidays",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/sersoft-gmbh/swifty-holidays.git
[1/2719] Fetching swifty-holidays
Fetched https://github.com/sersoft-gmbh/swifty-holidays.git from cache (1.06s)
Creating working copy for https://github.com/sersoft-gmbh/swifty-holidays.git
Working copy of https://github.com/sersoft-gmbh/swifty-holidays.git resolved at main (03dcc51)
warning: '.resolve-product-dependencies': dependency 'swifty-holidays' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/sersoft-gmbh/swifty-holidays.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/4] Write sources
[3/4] Write swift-version--6988338F2F200930.txt
[5/11] Compiling SwiftyHolidays HolidayDate.swift
[6/11] Emitting module SwiftyHolidays
[7/11] Compiling SwiftyHolidays GregorianContext.swift
[8/11] Compiling SwiftyHolidays Calculator.swift
[9/11] Compiling SwiftyHolidays CalculationContextReference.swift
[10/11] Compiling SwiftyHolidays CalculationContext.swift
[11/11] Compiling SwiftyHolidays GregorianCalculator.swift
Build complete! (10.10s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-docc-plugin",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-docc-plugin"
    }
  ],
  "manifest_display_name" : "swifty-holidays",
  "name" : "swifty-holidays",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.13"
    },
    {
      "name" : "ios",
      "version" : "12.0"
    },
    {
      "name" : "tvos",
      "version" : "12.0"
    },
    {
      "name" : "watchos",
      "version" : "4.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    }
  ],
  "products" : [
    {
      "name" : "SwiftyHolidays",
      "targets" : [
        "SwiftyHolidays"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SwiftyHolidaysTests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftyHolidaysTests",
      "path" : "Tests/SwiftyHolidaysTests",
      "sources" : [
        "CalculationContextReferenceTests.swift",
        "CalculatorTests.swift",
        "Gregorian/GregorianCalculatorTests.swift",
        "Gregorian/GregorianContextTests.swift",
        "HolidayDateTests.swift"
      ],
      "target_dependencies" : [
        "SwiftyHolidays"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftyHolidays",
      "module_type" : "SwiftTarget",
      "name" : "SwiftyHolidays",
      "path" : "Sources/SwiftyHolidays",
      "product_memberships" : [
        "SwiftyHolidays"
      ],
      "sources" : [
        "CalculationContext.swift",
        "CalculationContextReference.swift",
        "Calculator.swift",
        "Gregorian/GregorianCalculator.swift",
        "Gregorian/GregorianContext.swift",
        "HolidayDate.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.3"
}
Done.