The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of RxStore, reference v0.1.0 (8676fe), with Swift 6.2 (beta) for macOS (SPM) on 18 Jun 2025 22:44:37 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: v0.1.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/denizcoskun/RxStore
 * tag               v0.1.0     -> FETCH_HEAD
HEAD is now at 8676fe6 Update README and tests
Cloned https://github.com/denizcoskun/RxStore.git
Revision (git rev-parse @):
8676fe6098901db3ef6a1f2207fd86d93ffa47bd
SUCCESS checkout https://github.com/denizcoskun/RxStore.git at v0.1.0
========================================
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.04s)
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.