Build Information
Successful build of Sovran, reference 1.1.2 (24867f), with Swift 6.2 for macOS (SPM) on 21 Jun 2025 14:22:54 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/segmentio/Sovran-Swift.git
Reference: 1.1.2
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/segmentio/Sovran-Swift
* tag 1.1.2 -> FETCH_HEAD
HEAD is now at 24867f3 Version 1.1.2
Cloned https://github.com/segmentio/Sovran-Swift.git
Revision (git rev-parse @):
24867f3e4ac62027db9827112135e6531b6f4051
SUCCESS checkout https://github.com/segmentio/Sovran-Swift.git at 1.1.2
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/segmentio/Sovran-Swift.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/9] Compiling Sovran Subscriber.swift
[4/9] Compiling Sovran Version.swift
[5/9] Compiling Sovran State.swift
[6/9] Compiling Sovran Testing.swift
[7/9] Compiling Sovran Action.swift
[8/9] Emitting module Sovran
[9/9] Compiling Sovran Store.swift
/Users/admin/builder/spi-builder-workspace/Sources/Sovran/Store.swift:258:21: warning: capture of non-sendable type 'T.Type' in an isolated closure
256 | // call the handlers asynchronously.
257 | sub.queue.async {
258 | handler(state)
| `- warning: capture of non-sendable type 'T.Type' in an isolated closure
259 | }
260 | }
/Users/admin/builder/spi-builder-workspace/Sources/Sovran/Store.swift:253:23: warning: capture of non-sendable type 'T.Type' in an isolated closure
251 | internal func notify<T: State>(subscribers: [Subscription], state: T) {
252 | for sub in subscribers {
253 | guard let handler = sub.handler as? Handler<T> else { continue }
| `- warning: capture of non-sendable type 'T.Type' in an isolated closure
254 | // call said handlers to inform them of the new state.
255 | if sub.owner != nil {
Build complete! (3.27s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "Sovran",
"name" : "Sovran",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "tvos",
"version" : "12.0"
},
{
"name" : "watchos",
"version" : "7.1"
}
],
"products" : [
{
"name" : "Sovran",
"targets" : [
"Sovran"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SovranTests",
"module_type" : "SwiftTarget",
"name" : "SovranTests",
"path" : "Tests/SovranTests",
"sources" : [
"ExampleStates.swift",
"SovranTests.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"Sovran"
],
"type" : "test"
},
{
"c99name" : "Sovran",
"module_type" : "SwiftTarget",
"name" : "Sovran",
"path" : "Sources/Sovran",
"product_memberships" : [
"Sovran"
],
"sources" : [
"Action.swift",
"State.swift",
"Store.swift",
"Subscriber.swift",
"Testing.swift",
"Version.swift"
],
"type" : "library"
}
],
"tools_version" : "5.3"
}
Done.