Build Information
Successful build of snap-dependencies, reference main (9d59df
), with Swift 6.2 (beta) for macOS (SPM) on 12 Sep 2025 15:02:14 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-dependencies.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/simonnickel/snap-dependencies
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 9d59df9 Update app icon and name
Cloned https://github.com/simonnickel/snap-dependencies.git
Revision (git rev-parse @):
9d59df92b710038b62cd3c41a3b09daeaebf126b
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/simonnickel/snap-dependencies.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/simonnickel/snap-dependencies.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/15] Compiling SnapFoundation FontWidth+CaseIterable.swift
[5/16] Emitting module SnapFoundation
[6/16] Compiling SnapFoundation Font.Design+UIFont.Design.swift
[7/16] Compiling SnapFoundation Font.Weight+UIFont.Weight.swift
[8/16] Compiling SnapFoundation EdgeInsets+Helper.swift
[9/16] Compiling SnapFoundation ProcessInfo+isPreview.swift
[10/16] Compiling SnapFoundation AnyInsettableShape.swift
[11/16] Compiling SnapFoundation CGSize+Adjusted.swift
[12/16] Compiling SnapFoundation OSLog+Logger.swift
[13/16] Compiling SnapFoundation FontDesign+CaseIterable.swift
[14/16] Compiling SnapFoundation Font.Width+UIFont.Width.swift
[15/16] Compiling SnapFoundation CGRect+Inset.swift
[16/16] Compiling SnapFoundation ViewModifierConditional.swift
[17/23] Compiling SnapDependencies Logger.swift
[18/23] Compiling SnapDependencies DependencyForwardingFactory.swift
[19/23] Compiling SnapDependencies Dependencies+Context.swift
[20/23] Compiling SnapDependencies Dependency+PropertyWrapper.swift
[21/23] Compiling SnapDependencies Dependencies.swift
[22/23] Emitting module SnapDependencies
[23/23] Compiling SnapDependencies Dependencies+Container.swift
Build complete! (11.91s)
Fetching https://github.com/simonnickel/snap-foundation.git
[1/135] Fetching snap-foundation
Fetched https://github.com/simonnickel/snap-foundation.git from cache (0.72s)
Creating working copy for https://github.com/simonnickel/snap-foundation.git
Working copy of https://github.com/simonnickel/snap-foundation.git resolved at main (04929cb)
Build complete.
{
"dependencies" : [
{
"identity" : "snap-foundation",
"requirement" : {
"branch" : [
"main"
]
},
"type" : "sourceControl",
"url" : "https://github.com/simonnickel/snap-foundation.git"
}
],
"manifest_display_name" : "snap-dependencies",
"name" : "snap-dependencies",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "18.0"
},
{
"name" : "macos",
"version" : "15.0"
}
],
"products" : [
{
"name" : "SnapDependencies",
"targets" : [
"SnapDependencies"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"swift_languages_versions" : [
"6"
],
"targets" : [
{
"c99name" : "SnapDependenciesTests",
"module_type" : "SwiftTarget",
"name" : "SnapDependenciesTests",
"path" : "Sources/SnapDependenciesTests",
"sources" : [
"DependenciesTests.swift",
"Setup/Dependencies+Setup.swift",
"Setup/Service.swift",
"Setup/ServiceWithServiceInInit.swift"
],
"target_dependencies" : [
"SnapDependencies"
],
"type" : "test"
},
{
"c99name" : "SnapDependencies",
"module_type" : "SwiftTarget",
"name" : "SnapDependencies",
"path" : "Sources/SnapDependencies",
"product_dependencies" : [
"SnapFoundation"
],
"product_memberships" : [
"SnapDependencies"
],
"sources" : [
"Dependencies+Container.swift",
"Dependencies+Context.swift",
"Dependencies.swift",
"Dependency+PropertyWrapper.swift",
"DependencyForwardingFactory.swift",
"Helper/Logger.swift"
],
"type" : "library"
}
],
"tools_version" : "6.2"
}
Done.