Build Information
Successful build of SheetPresentation, reference main (99acef), with Swift 6.2 for macOS (SPM) on 19 Jun 2025 03:56:56 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/rushairer/SheetPresentation.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/rushairer/SheetPresentation
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 99acef4 [Changed]Change README.md
Cloned https://github.com/rushairer/SheetPresentation.git
Revision (git rev-parse @):
99acef4a2417307912bc7d7ac188919bf73153bb
SUCCESS checkout https://github.com/rushairer/SheetPresentation.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/rushairer/SheetPresentation.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 RoundedCorners RoundedCorners.swift
[5/5] Emitting module RoundedCorners
[6/7] Compiling SheetPresentation SheetPresentation.swift
[7/7] Emitting module SheetPresentation
Build complete! (12.78s)
Fetching https://github.com/rushairer/RoundedCorners
[1/41] Fetching roundedcorners
Fetched https://github.com/rushairer/RoundedCorners from cache (0.59s)
Computing version for https://github.com/rushairer/RoundedCorners
Computed https://github.com/rushairer/RoundedCorners at 1.0.1 (1.10s)
Creating working copy for https://github.com/rushairer/RoundedCorners
Working copy of https://github.com/rushairer/RoundedCorners resolved at 1.0.1
Build complete.
{
"dependencies" : [
{
"identity" : "roundedcorners",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.1",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/rushairer/RoundedCorners"
}
],
"manifest_display_name" : "SheetPresentation",
"name" : "SheetPresentation",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "14.0"
},
{
"name" : "watchos",
"version" : "7.0"
},
{
"name" : "macos",
"version" : "11.0"
},
{
"name" : "tvos",
"version" : "14.0"
}
],
"products" : [
{
"name" : "SheetPresentation",
"targets" : [
"SheetPresentation"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"swift_languages_versions" : [
"5"
],
"targets" : [
{
"c99name" : "SheetPresentationTests",
"module_type" : "SwiftTarget",
"name" : "SheetPresentationTests",
"path" : "Tests/SheetPresentationTests",
"sources" : [
"SheetPresentationTests.swift"
],
"target_dependencies" : [
"SheetPresentation"
],
"type" : "test"
},
{
"c99name" : "SheetPresentation",
"module_type" : "SwiftTarget",
"name" : "SheetPresentation",
"path" : "Sources/SheetPresentation",
"product_dependencies" : [
"RoundedCorners"
],
"product_memberships" : [
"SheetPresentation"
],
"sources" : [
"SheetPresentation.swift"
],
"type" : "library"
}
],
"tools_version" : "5.3"
}
Done.