Build Information
Successful build of snap-foundation, reference main (836c57
), with Swift 6.2 (beta) for macOS (SPM) on 18 Jun 2025 13:28: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/simonnickel/snap-foundation.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/simonnickel/snap-foundation
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 836c570 Add font design translation
Cloned https://github.com/simonnickel/snap-foundation.git
Revision (git rev-parse @):
836c570911f7001885381c1c1ffdc0bba483f428
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/simonnickel/snap-foundation.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/simonnickel/snap-foundation.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-1EA4D86E10B52AF.txt
[3/12] Compiling SnapFoundation Font.Width+UIFont.Width.swift
[4/12] Compiling SnapFoundation Font.Weight+UIFont.Weight.swift
[5/12] Compiling SnapFoundation FontDesign+CaseIterable.swift
[6/12] Compiling SnapFoundation FontWidth+CaseIterable.swift
[7/12] Compiling SnapFoundation EdgeInsets+Helper.swift
[8/12] Compiling SnapFoundation Font.Design+UIFont.Design.swift
[9/13] Compiling SnapFoundation ProcessInfo+isPreview.swift
[10/13] Emitting module SnapFoundation
[11/13] Compiling SnapFoundation CGRect+Inset.swift
[12/13] Compiling SnapFoundation OSLog+Logger.swift
[13/13] Compiling SnapFoundation ViewModifierConditional.swift
Build complete! (9.78s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "snap-foundation",
"name" : "snap-foundation",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "18.0"
},
{
"name" : "macos",
"version" : "15.0"
}
],
"products" : [
{
"name" : "SnapFoundation",
"targets" : [
"SnapFoundation"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"swift_languages_versions" : [
"6"
],
"targets" : [
{
"c99name" : "SnapFoundationTests",
"module_type" : "SwiftTarget",
"name" : "SnapFoundationTests",
"path" : "Sources/SnapFoundationTests",
"sources" : [
"CGRectInsetsTests.swift",
"EdgeInsetsHelperTests.swift"
],
"target_dependencies" : [
"SnapFoundation"
],
"type" : "test"
},
{
"c99name" : "SnapFoundation",
"module_type" : "SwiftTarget",
"name" : "SnapFoundation",
"path" : "Sources/SnapFoundation",
"product_memberships" : [
"SnapFoundation"
],
"sources" : [
"OSLog+Logger.swift",
"ProcessInfo+isPreview.swift",
"SwiftUI+UIKit/CGRect+Inset.swift",
"SwiftUI+UIKit/EdgeInsets+Helper.swift",
"SwiftUI+UIKit/Font.Design+UIFont.Design.swift",
"SwiftUI+UIKit/Font.Weight+UIFont.Weight.swift",
"SwiftUI+UIKit/Font.Width+UIFont.Width.swift",
"SwiftUI+UIKit/FontDesign+CaseIterable.swift",
"SwiftUI+UIKit/FontWidth+CaseIterable.swift",
"SwiftUI+UIKit/ViewModifierConditional.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Done.