Build Information
Successful build of RxStore, reference main (edb040
), with Swift 6.2 (beta) for macOS (SPM) on 18 Jun 2025 22:44:04 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/denizcoskun/RxStore.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/denizcoskun/RxStore
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at edb0403 Update README.md
Cloned https://github.com/denizcoskun/RxStore.git
Revision (git rev-parse @):
edb0403b6acd968a6f0b921dd90345bf10d1a522
SUCCESS checkout https://github.com/denizcoskun/RxStore.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/denizcoskun/RxStore.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/4] Compiling RxStore RxStore.swift
[4/4] Emitting module RxStore
Build complete! (3.10s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "RxStore",
"name" : "RxStore",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "tvos",
"version" : "13.0"
}
],
"products" : [
{
"name" : "RxStore",
"targets" : [
"RxStore"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "RxStoreTests",
"module_type" : "SwiftTarget",
"name" : "RxStoreTests",
"path" : "Tests/RxStoreTests",
"sources" : [
"Mocks.swift",
"RxStoreTests.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"RxStore"
],
"type" : "test"
},
{
"c99name" : "RxStore",
"module_type" : "SwiftTarget",
"name" : "RxStore",
"path" : "Sources/RxStore",
"product_memberships" : [
"RxStore"
],
"sources" : [
"RxStore.swift"
],
"type" : "library"
}
],
"tools_version" : "5.3"
}
Done.