Build Information
Successful build of AppStoreReviewManager, reference 1.0.0 (6c44a3), with Swift 6.3 for macOS (SPM) on 20 Apr 2026 17:28:20 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/MAKoski/AppStoreReviewManager.git
Reference: 1.0.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/MAKoski/AppStoreReviewManager
* tag 1.0.0 -> FETCH_HEAD
HEAD is now at 6c44a3e Init project
Cloned https://github.com/MAKoski/AppStoreReviewManager.git
Revision (git rev-parse @):
6c44a3e1f1d8e274f22e1fafcd59fa8ae93e4db2
SUCCESS checkout https://github.com/MAKoski/AppStoreReviewManager.git 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": "appstorereviewmanager",
"name": "AppStoreReviewManager",
"url": "https://github.com/MAKoski/AppStoreReviewManager.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/AppStoreReviewManager",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
Fetching https://github.com/MAKoski/AppStoreReviewManager.git
[1/31] Fetching appstorereviewmanager
Fetched https://github.com/MAKoski/AppStoreReviewManager.git from cache (0.62s)
Creating working copy for https://github.com/MAKoski/AppStoreReviewManager.git
Working copy of https://github.com/MAKoski/AppStoreReviewManager.git resolved at 1.0.0 (6c44a3e)
warning: '.resolve-product-dependencies': dependency 'appstorereviewmanager' 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/MAKoski/AppStoreReviewManager.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] Emitting module AppStoreReviewManager
[4/4] Compiling AppStoreReviewManager AppStoreReviewManager.swift
Build complete! (7.59s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "AppStoreReviewManager",
"name" : "AppStoreReviewManager",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.14"
},
{
"name" : "ios",
"version" : "11.0"
}
],
"products" : [
{
"name" : "AppStoreReviewManager",
"targets" : [
"AppStoreReviewManager"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "AppStoreReviewManagerTests",
"module_type" : "SwiftTarget",
"name" : "AppStoreReviewManagerTests",
"path" : "Tests/AppStoreReviewManagerTests",
"sources" : [
"AppStoreReviewManagerTests.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"AppStoreReviewManager"
],
"type" : "test"
},
{
"c99name" : "AppStoreReviewManager",
"module_type" : "SwiftTarget",
"name" : "AppStoreReviewManager",
"path" : "Sources/AppStoreReviewManager",
"product_memberships" : [
"AppStoreReviewManager"
],
"sources" : [
"AppStoreReviewManager.swift"
],
"type" : "library"
}
],
"tools_version" : "5.2"
}
Done.