The Swift Package Index logo.Swift Package Index

Build Information

Successful build of AppUpdater, reference master (e0b66c), with Swift 6.2 for macOS (SPM) on 1 May 2026 21:03:22 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.3.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/mxcl/AppUpdater.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/mxcl/AppUpdater
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at e0b66ca Merge pull request #19 from mxcl/dmg
Cloned https://github.com/mxcl/AppUpdater.git
Revision (git rev-parse @):
e0b66ca837e2400804322c8983a66e53312d83d6
SUCCESS checkout https://github.com/mxcl/AppUpdater.git at master
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/mxcl/AppUpdater.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.3.0.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version--3CB7CFEC50E0D141.txt
[4/9] Compiling Version Version.swift
[5/9] Compiling Version Version+Range.swift
[6/9] Compiling Version Version+Comparable.swift
[7/9] Compiling Version Version+Foundation.swift
[8/9] Compiling Version Version+Codable.swift
[9/9] Emitting module Version
[10/11] Emitting module AppUpdater
[11/11] Compiling AppUpdater AppUpdater.swift
Build complete! (14.10s)
Fetching https://github.com/mxcl/Version
[1/311] Fetching version
Fetched https://github.com/mxcl/Version from cache (0.98s)
Computing version for https://github.com/mxcl/Version
Computed https://github.com/mxcl/Version at 2.2.1 (3.69s)
Creating working copy for https://github.com/mxcl/Version
Working copy of https://github.com/mxcl/Version resolved at 2.2.1
Build complete.
{
  "dependencies" : [
    {
      "identity" : "version",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.2.1",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/mxcl/Version"
    }
  ],
  "manifest_display_name" : "AppUpdater",
  "name" : "AppUpdater",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "12.0"
    }
  ],
  "products" : [
    {
      "name" : "AppUpdater",
      "targets" : [
        "AppUpdater"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "6"
  ],
  "targets" : [
    {
      "c99name" : "AppUpdaterTests",
      "module_type" : "SwiftTarget",
      "name" : "AppUpdaterTests",
      "path" : "Tests",
      "sources" : [
        "AppUpdaterTests/AppUpdaterTests.swift"
      ],
      "target_dependencies" : [
        "AppUpdater"
      ],
      "type" : "test"
    },
    {
      "c99name" : "AppUpdater",
      "module_type" : "SwiftTarget",
      "name" : "AppUpdater",
      "path" : ".",
      "product_dependencies" : [
        "Version"
      ],
      "product_memberships" : [
        "AppUpdater"
      ],
      "sources" : [
        "AppUpdater.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Done.