Build Information
Successful build of SwiftMVVM, reference main (686676
), with Swift 6.2 (beta) for macOS (SPM) on 2 Sep 2025 00:13:57 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/kodlian/SwiftMVVM.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/kodlian/SwiftMVVM
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 6866761 improve runtime fatal errors
Cloned https://github.com/kodlian/SwiftMVVM.git
Revision (git rev-parse @):
68667610ed535453eacd92970f8fe1f4ba57d374
SUCCESS checkout https://github.com/kodlian/SwiftMVVM.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/kodlian/SwiftMVVM.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/8] Compiling SwiftMVVM DependenciesContainer.swift
[4/8] Compiling SwiftMVVM Injected.swift
[5/8] Compiling SwiftMVVM DependenciesContainer+Environments.swift
[6/8] Compiling SwiftMVVM StateViewModel.swift
[7/8] Compiling SwiftMVVM WithViewModel.swift
[8/8] Emitting module SwiftMVVM
Build complete! (8.91s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "SwiftMVVM",
"name" : "SwiftMVVM",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "17.0"
},
{
"name" : "macos",
"version" : "14.0"
},
{
"name" : "tvos",
"version" : "17.0"
},
{
"name" : "watchos",
"version" : "10.0"
},
{
"name" : "maccatalyst",
"version" : "17.0"
}
],
"products" : [
{
"name" : "SwiftMVVM",
"targets" : [
"SwiftMVVM"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SwiftMVVMTests",
"module_type" : "SwiftTarget",
"name" : "SwiftMVVMTests",
"path" : "Tests/SwiftMVVMTests",
"sources" : [
"DependenciesContainerTests.swift",
"DependenciesEnvironmentTests.swift",
"InjectedPropertyWrapperTests.swift",
"InjectionTests.swift"
],
"target_dependencies" : [
"SwiftMVVM"
],
"type" : "test"
},
{
"c99name" : "SwiftMVVM",
"module_type" : "SwiftTarget",
"name" : "SwiftMVVM",
"path" : "Sources/SwiftMVVM",
"product_memberships" : [
"SwiftMVVM"
],
"sources" : [
"Injection/DependenciesContainer+Environments.swift",
"Injection/DependenciesContainer.swift",
"Injection/Injected.swift",
"StateViewModel.swift",
"WithViewModel.swift"
],
"type" : "library"
}
],
"tools_version" : "6.1"
}
Done.