Build Information
Successful build of snap-dependencies, reference 0.1.0 (fe4f1b
), with Swift 6.2 (beta) for macOS (SPM) on 3 Sep 2025 20:04:53 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: 0.1.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/simonnickel/snap-dependencies
* tag 0.1.0 -> FETCH_HEAD
HEAD is now at fe4f1b0 Update packages
Cloned https://github.com/simonnickel/snap-dependencies.git
Revision (git rev-parse @):
fe4f1b053fc3c11f86bc088518487a6c4a037b11
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/simonnickel/snap-dependencies.git at 0.1.0
========================================
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 ProcessInfo+isPreview.swift
[5/15] Compiling SnapFoundation AnyInsettableShape.swift
[6/15] Compiling SnapFoundation CGSize+Adjusted.swift
[7/15] Compiling SnapFoundation OSLog+Logger.swift
[8/15] Compiling SnapFoundation CGRect+Inset.swift
[9/15] Emitting module SnapFoundation
[10/15] Compiling SnapFoundation Font.Weight+UIFont.Weight.swift
[11/15] Compiling SnapFoundation Font.Design+UIFont.Design.swift
[12/15] Compiling SnapFoundation EdgeInsets+Helper.swift
[13/15] Compiling SnapFoundation Font.Width+UIFont.Width.swift
[14/15] Compiling SnapFoundation FontDesign+CaseIterable.swift
[15/15] Compiling SnapFoundation FontWidth+CaseIterable.swift
[16/16] Compiling SnapFoundation ViewModifierConditional.swift
[17/23] Compiling SnapDependencies DependencyForwardingFactory.swift
[18/23] Compiling SnapDependencies Dependency+PropertyWrapper.swift
[19/23] Compiling SnapDependencies Logger.swift
[20/23] Compiling SnapDependencies Dependencies+Context.swift
[21/23] Compiling SnapDependencies Dependencies.swift
[22/23] Compiling SnapDependencies Dependencies+Container.swift
[23/23] Emitting module SnapDependencies
Build complete! (12.95s)
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.0"
}
Done.