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 main (edb040), with Swift 6.0 for macOS (SPM) on 28 Nov 2024 01:07:11 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.1.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.58.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
========================================
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.75s)
Creating working copy for https://github.com/denizcoskun/RxStore.git
Working copy of https://github.com/denizcoskun/RxStore.git resolved at main (edb0403)
warning: '.resolve-product-dependencies': dependency 'rxstore' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/denizcoskun/RxStore.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.1.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--7754E27361AE5C74.txt
[3/4] Emitting module RxStore
[4/4] Compiling RxStore RxStore.swift
Build complete! (5.67s)
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.