The Swift Package Index logo.Swift Package Index

Build Information

Successful build of DSFVersion, reference main (47e1bd), with Swift 6.3 for macOS (SPM) on 14 Apr 2026 19:00:04 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/dagronf/DSFVersion.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/dagronf/DSFVersion
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 47e1bd5 Minor restructure
Cloned https://github.com/dagronf/DSFVersion.git
Revision (git rev-parse @):
47e1bd52eb0edd99a6a3c969885cc07ccbc1b946
SUCCESS checkout https://github.com/dagronf/DSFVersion.git at main
========================================
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": "dsfversion",
      "name": "DSFVersion",
      "url": "https://github.com/dagronf/DSFVersion.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/DSFVersion",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/dagronf/DSFVersion.git
[1/138] Fetching dsfversion
Fetched https://github.com/dagronf/DSFVersion.git from cache (0.88s)
Creating working copy for https://github.com/dagronf/DSFVersion.git
Working copy of https://github.com/dagronf/DSFVersion.git resolved at main (47e1bd5)
warning: '.resolve-product-dependencies': dependency 'dsfversion' 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/dagronf/DSFVersion.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/4] Compiling DSFVersion NumericVersion.swift
[4/4] Emitting module DSFVersion
Build complete! (4.05s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "DSFVersion",
  "name" : "DSFVersion",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "DSFVersion",
      "targets" : [
        "DSFVersion"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "DSFVersionTests",
      "module_type" : "SwiftTarget",
      "name" : "DSFVersionTests",
      "path" : "Tests/DSFVersionTests",
      "sources" : [
        "DSFVersionTests.swift",
        "XCTestHelpers.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "DSFVersion"
      ],
      "type" : "test"
    },
    {
      "c99name" : "DSFVersion",
      "module_type" : "SwiftTarget",
      "name" : "DSFVersion",
      "path" : "Sources/DSFVersion",
      "product_memberships" : [
        "DSFVersion"
      ],
      "sources" : [
        "NumericVersion.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.5"
}
Done.