The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of RxStore, reference v0.1.0 (8676fe), with Swift 6.1 for macOS (SPM) on 26 Apr 2025 10:24:46 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures

Build Log

========================================
RunAll
========================================
Builder version: 4.61.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
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "rxstore",
      "name": "RxStore",
      "url": "https://github.com/denizcoskun/RxStore.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/RxStore",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/denizcoskun/RxStore.git
[1/162] Fetching rxstore
Fetched https://github.com/denizcoskun/RxStore.git from cache (0.63s)
Creating working copy for https://github.com/denizcoskun/RxStore.git
Working copy of https://github.com/denizcoskun/RxStore.git resolved at v0.1.0 (8676fe6)
warning: '.resolve-product-dependencies': dependency 'rxstore' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/denizcoskun/RxStore.git
https://github.com/denizcoskun/RxStore.git
{
  "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"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-2F0A5646E1D333AE.txt
[3/4] Emitting module RxStore
[4/4] Compiling RxStore RxStore.swift
Build complete! (4.52s)
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.