The Swift Package Index logo.Swift Package Index

Build Information

Successful build of ReviewPrompter, reference 1.0.1 (079551), with Swift 6.3 for macOS (SPM) on 23 Apr 2026 06:34:50 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/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
Fetching https://github.com/ChristianFox/EventTracker.git
[1/38] Fetching eventtracker
Fetched https://github.com/ChristianFox/EventTracker.git from cache (0.60s)
Computing version for https://github.com/ChristianFox/EventTracker.git
Computed https://github.com/ChristianFox/EventTracker.git at 1.0.0 (1.30s)
Creating working copy for https://github.com/ChristianFox/EventTracker.git
Working copy of https://github.com/ChristianFox/EventTracker.git resolved at 1.0.0
========================================
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": "reviewprompter",
      "name": "ReviewPrompter",
      "url": "https://github.com/ChristianFox/ReviewPrompter.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/ReviewPrompter",
      "traits": [
        "default"
      ],
      "dependencies": [
        {
          "identity": "eventtracker",
          "name": "EventTracker",
          "url": "https://github.com/ChristianFox/EventTracker.git",
          "version": "1.0.1",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/EventTracker",
          "traits": [
            "default"
          ],
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/ChristianFox/ReviewPrompter.git
[1/39] Fetching reviewprompter
Fetched https://github.com/ChristianFox/ReviewPrompter.git from cache (0.72s)
Fetching https://github.com/ChristianFox/EventTracker.git from cache
Fetched https://github.com/ChristianFox/EventTracker.git from cache (0.40s)
Computing version for https://github.com/ChristianFox/EventTracker.git
Computed https://github.com/ChristianFox/EventTracker.git at 1.0.1 (0.46s)
Creating working copy for https://github.com/ChristianFox/ReviewPrompter.git
Working copy of https://github.com/ChristianFox/ReviewPrompter.git resolved at 1.0.1 (0795519)
Creating working copy for https://github.com/ChristianFox/EventTracker.git
Working copy of https://github.com/ChristianFox/EventTracker.git resolved at 1.0.1
warning: '.resolve-product-dependencies': dependency 'reviewprompter' is not used by any target
Found 1 product dependencies
  - EventTracker
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/ChristianFox/ReviewPrompter.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version--6988338F2F200930.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.63s)
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.