The Swift Package Index logo.Swift Package Index

Build Information

Successful build of ActiveDays, reference master (6cb72e), with Swift 6.3 for macOS (SPM) on 11 Apr 2026 03:59:08 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/zonble/ActiveDays.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/zonble/ActiveDays
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 6cb72e2 Documentation.
Cloned https://github.com/zonble/ActiveDays.git
Revision (git rev-parse @):
6cb72e29da8ab6f9af99735cdd152b4e43836f88
SUCCESS checkout https://github.com/zonble/ActiveDays.git at master
========================================
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": "activedays",
      "name": "ActiveDays",
      "url": "https://github.com/zonble/ActiveDays.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/ActiveDays",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/zonble/ActiveDays.git
[1/80] Fetching activedays
Fetched https://github.com/zonble/ActiveDays.git from cache (0.73s)
Creating working copy for https://github.com/zonble/ActiveDays.git
Working copy of https://github.com/zonble/ActiveDays.git resolved at master (6cb72e2)
warning: '.resolve-product-dependencies': dependency 'activedays' 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/zonble/ActiveDays.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--6988338F2F200930.txt
[3/5] Compiling ActiveDays DateExtensions.swift
[4/5] Emitting module ActiveDays
[5/5] Compiling ActiveDays ActiveDays.swift
Build complete! (4.07s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "ActiveDays",
  "name" : "ActiveDays",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "ActiveDays",
      "targets" : [
        "ActiveDays"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ActiveDaysTests",
      "module_type" : "SwiftTarget",
      "name" : "ActiveDaysTests",
      "path" : "Tests/ActiveDaysTests",
      "sources" : [
        "ActiveDaysTests.swift",
        "DateExtensionTest.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "ActiveDays"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ActiveDays",
      "module_type" : "SwiftTarget",
      "name" : "ActiveDays",
      "path" : "Sources/ActiveDays",
      "product_memberships" : [
        "ActiveDays"
      ],
      "sources" : [
        "ActiveDays.swift",
        "DateExtensions.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "4.0"
}
Done.