The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Sovran, reference main (488828), with Swift 6.2 for macOS (SPM) on 21 Jun 2025 14:25: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.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/segmentio/Sovran-Swift.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/segmentio/Sovran-Swift
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 4888286 Added multi-threading tests (#12)
Cloned https://github.com/segmentio/Sovran-Swift.git
Revision (git rev-parse @):
48882869bf2ae7de069b4cd26613b8731ea57e38
SUCCESS checkout https://github.com/segmentio/Sovran-Swift.git at main
========================================
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 Version.swift
[4/9] Compiling Sovran Subscriber.swift
[5/9] Compiling Sovran Testing.swift
[6/9] Compiling Sovran State.swift
[7/9] Compiling Sovran Action.swift
[8/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 {
[9/9] Emitting module Sovran
Build complete! (3.53s)
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",
        "MultithreadingTests.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.