The Swift Package Index logo.Swift Package Index

Build Information

Successful build of ReviewPrompter, reference 1.0.1 (079551), with Swift 6.2 for macOS (SPM) on 20 Jun 2025 04:00:31 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/ChristianFox/ReviewPrompter.git
Reference: 1.0.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/ChristianFox/ReviewPrompter
 * tag               1.0.1      -> FETCH_HEAD
HEAD is now at 0795519 Update README.md
Cloned https://github.com/ChristianFox/ReviewPrompter.git
Revision (git rev-parse @):
07955193ea30ab34889c079debdfe2ad20ba5039
SUCCESS checkout https://github.com/ChristianFox/ReviewPrompter.git at 1.0.1
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/ChristianFox/ReviewPrompter.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-1EA4D86E10B52AF.txt
[4/5] Compiling EventTracker EventTracker.swift
[5/5] Emitting module EventTracker
[6/7] Compiling ReviewPrompter ReviewPrompter.swift
[7/7] Emitting module ReviewPrompter
Build complete! (8.70s)
Fetching https://github.com/ChristianFox/EventTracker.git
[1/38] Fetching eventtracker
Fetched https://github.com/ChristianFox/EventTracker.git from cache (0.64s)
Computing version for https://github.com/ChristianFox/EventTracker.git
Computed https://github.com/ChristianFox/EventTracker.git at 1.0.1 (1.19s)
Creating working copy for https://github.com/ChristianFox/EventTracker.git
Working copy of https://github.com/ChristianFox/EventTracker.git resolved at 1.0.1
Build complete.
{
  "dependencies" : [
    {
      "identity" : "eventtracker",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/ChristianFox/EventTracker.git"
    }
  ],
  "manifest_display_name" : "ReviewPrompter",
  "name" : "ReviewPrompter",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "11.0"
    },
    {
      "name" : "macos",
      "version" : "10.15"
    }
  ],
  "products" : [
    {
      "name" : "ReviewPrompter",
      "targets" : [
        "ReviewPrompter"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ReviewPrompterTests",
      "module_type" : "SwiftTarget",
      "name" : "ReviewPrompterTests",
      "path" : "Tests/ReviewPrompterTests",
      "sources" : [
        "ReviewPrompterTests.swift"
      ],
      "target_dependencies" : [
        "ReviewPrompter"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ReviewPrompter",
      "module_type" : "SwiftTarget",
      "name" : "ReviewPrompter",
      "path" : "Sources/ReviewPrompter",
      "product_dependencies" : [
        "EventTracker"
      ],
      "product_memberships" : [
        "ReviewPrompter"
      ],
      "sources" : [
        "ReviewPrompter.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.7"
}
Done.