The Swift Package Index logo.Swift Package Index

Build Information

Successful build of NaiveDate, reference main (8c689d), with Swift 6.2 for macOS (SPM) on 22 Jun 2025 02:17:52 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/CreateAPI/NaiveDate.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/CreateAPI/NaiveDate
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 8c689d6 Update README.md
Cloned https://github.com/CreateAPI/NaiveDate.git
Revision (git rev-parse @):
8c689d6ba355dd1e7eb9848a3964cfaa45124879
SUCCESS checkout https://github.com/CreateAPI/NaiveDate.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/CreateAPI/NaiveDate.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-1EA4D86E10B52AF.txt
[3/6] Compiling NaiveDate NaiveDateFormatter.swift
[4/6] Compiling NaiveDate NaiveDateFormatStyle.swift
[5/6] Compiling NaiveDate NaiveDate.swift
[6/6] Emitting module NaiveDate
Build complete! (4.14s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "NaiveDate",
  "name" : "NaiveDate",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    }
  ],
  "products" : [
    {
      "name" : "NaiveDate",
      "targets" : [
        "NaiveDate"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "NaiveDateTests",
      "module_type" : "SwiftTarget",
      "name" : "NaiveDateTests",
      "path" : "Tests",
      "sources" : [
        "NaiveDateFormatStyleTests.swift",
        "NaiveDateFormatterTest.swift",
        "NaiveDateTests.swift"
      ],
      "target_dependencies" : [
        "NaiveDate"
      ],
      "type" : "test"
    },
    {
      "c99name" : "NaiveDate",
      "module_type" : "SwiftTarget",
      "name" : "NaiveDate",
      "path" : "Sources",
      "product_memberships" : [
        "NaiveDate"
      ],
      "sources" : [
        "NaiveDate.swift",
        "NaiveDateFormatStyle.swift",
        "NaiveDateFormatter.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Done.