The Swift Package Index logo.Swift Package Index

Build Information

Successful build of VersionTracker, reference master (74c680), with Swift 6.3 for macOS (SPM) on 20 Apr 2026 23:04:07 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/tbaranes/VersionTrackerSwift.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/tbaranes/VersionTrackerSwift
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 74c6806 Merge pull request #29 from tbaranes/feature/next_version
Cloned https://github.com/tbaranes/VersionTrackerSwift.git
Revision (git rev-parse @):
74c6806882b46b814bd709eb275ee5cd3c933b46
SUCCESS checkout https://github.com/tbaranes/VersionTrackerSwift.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": "versiontrackerswift",
      "name": "VersionTracker",
      "url": "https://github.com/tbaranes/VersionTrackerSwift.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/VersionTrackerSwift",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/tbaranes/VersionTrackerSwift.git
[1/584] Fetching versiontrackerswift
Fetched https://github.com/tbaranes/VersionTrackerSwift.git from cache (0.82s)
Creating working copy for https://github.com/tbaranes/VersionTrackerSwift.git
Working copy of https://github.com/tbaranes/VersionTrackerSwift.git resolved at master (74c6806)
warning: '.resolve-product-dependencies': dependency 'versiontrackerswift' 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/tbaranes/VersionTrackerSwift.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Copying PrivacyInfo.xcprivacy
[1/3] Write sources
[2/3] Write swift-version--6988338F2F200930.txt
[4/6] Compiling VersionTracker resource_bundle_accessor.swift
[5/6] Emitting module VersionTracker
[6/6] Compiling VersionTracker VersionTracker.swift
Build complete! (4.43s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "VersionTracker",
  "name" : "VersionTracker",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "VersionTracker",
      "targets" : [
        "VersionTracker"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "VersionTracker",
      "module_type" : "SwiftTarget",
      "name" : "VersionTracker",
      "path" : "Sources",
      "product_memberships" : [
        "VersionTracker"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/Resources/PrivacyInfo.xcprivacy",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "VersionTracker.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.10"
}
Done.