Build Information
Successful build of snap-foundation, reference main (04929c
), with Swift 6.2 (beta) for macOS (SPM) on 3 Sep 2025 23:47:17 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.67.1
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 04929cb Fix swift package index config
Cloned https://github.com/simonnickel/snap-foundation.git
Revision (git rev-parse @):
04929cb99ce8d552e61d7a5cb9cc65375fddd063
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/14] Compiling SnapFoundation Font.Weight+UIFont.Weight.swift
[4/15] Compiling SnapFoundation FontDesign+CaseIterable.swift
[5/15] Compiling SnapFoundation Font.Width+UIFont.Width.swift
[6/15] Compiling SnapFoundation FontWidth+CaseIterable.swift
[7/15] Compiling SnapFoundation Font.Design+UIFont.Design.swift
[8/15] Compiling SnapFoundation ProcessInfo+isPreview.swift
[9/15] Compiling SnapFoundation AnyInsettableShape.swift
[10/15] Compiling SnapFoundation EdgeInsets+Helper.swift
[11/15] Emitting module SnapFoundation
[12/15] Compiling SnapFoundation CGSize+Adjusted.swift
[13/15] Compiling SnapFoundation OSLog+Logger.swift
[14/15] Compiling SnapFoundation CGRect+Inset.swift
[15/15] Compiling SnapFoundation ViewModifierConditional.swift
Build complete! (9.57s)
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",
"CGSizeAdjustedTests.swift",
"EdgeInsetsHelperTests.swift"
],
"target_dependencies" : [
"SnapFoundation"
],
"type" : "test"
},
{
"c99name" : "SnapFoundation",
"module_type" : "SwiftTarget",
"name" : "SnapFoundation",
"path" : "Sources/SnapFoundation",
"product_memberships" : [
"SnapFoundation"
],
"sources" : [
"CoreFoundation/CGSize+Adjusted.swift",
"OSLog+Logger.swift",
"ProcessInfo+isPreview.swift",
"SwiftUI+UIKit/AnyInsettableShape.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.2"
}
Done.