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 Pure, reference 1.1.4 (59ad1a), with Swift 6.1 for macOS (SPM) on 26 Apr 2025 06:24:30 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/devxoul/Pure.git
Reference: 1.1.4
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/devxoul/Pure
 * tag               1.1.4      -> FETCH_HEAD
HEAD is now at 59ad1a4 Bump version to 1.1.4
Cloned https://github.com/devxoul/Pure.git
Revision (git rev-parse @):
59ad1a492e97061527fd4896c3a6342afd9fa186
SUCCESS checkout https://github.com/devxoul/Pure.git at 1.1.4
Fetching https://github.com/Quick/Quick.git
Fetching https://github.com/Quick/Nimble.git
[1/14755] Fetching quick
[297/34322] Fetching quick, nimble
Fetched https://github.com/Quick/Quick.git from cache (1.67s)
Fetched https://github.com/Quick/Nimble.git from cache (1.67s)
Computing version for https://github.com/Quick/Nimble.git
Computed https://github.com/Quick/Nimble.git at 8.1.2 (2.32s)
Computing version for https://github.com/Quick/Quick.git
Computed https://github.com/Quick/Quick.git at 3.0.0 (0.62s)
Creating working copy for https://github.com/Quick/Nimble.git
Working copy of https://github.com/Quick/Nimble.git resolved at 8.1.2
Creating working copy for https://github.com/Quick/Quick.git
Working copy of https://github.com/Quick/Quick.git resolved at 3.0.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": "pure",
      "name": "Pure",
      "url": "https://github.com/devxoul/Pure.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Pure",
      "dependencies": [
        {
          "identity": "quick",
          "name": "Quick",
          "url": "https://github.com/Quick/Quick.git",
          "version": "3.1.2",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Quick",
          "dependencies": [
          ]
        },
        {
          "identity": "nimble",
          "name": "Nimble",
          "url": "https://github.com/Quick/Nimble.git",
          "version": "8.1.2",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Nimble",
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/devxoul/Pure.git
[1/571] Fetching pure
Fetched https://github.com/devxoul/Pure.git from cache (0.79s)
Fetching https://github.com/Quick/Quick.git from cache
Fetching https://github.com/Quick/Nimble.git from cache
Fetched https://github.com/Quick/Quick.git from cache (0.56s)
Fetched https://github.com/Quick/Nimble.git from cache (0.56s)
Computing version for https://github.com/Quick/Quick.git
Computed https://github.com/Quick/Quick.git at 3.1.2 (1.21s)
Computing version for https://github.com/Quick/Nimble.git
Computed https://github.com/Quick/Nimble.git at 8.1.2 (0.04s)
Creating working copy for https://github.com/Quick/Quick.git
Working copy of https://github.com/Quick/Quick.git resolved at 3.1.2
Creating working copy for https://github.com/devxoul/Pure.git
Working copy of https://github.com/devxoul/Pure.git resolved at 1.1.4 (59ad1a4)
Creating working copy for https://github.com/Quick/Nimble.git
Working copy of https://github.com/Quick/Nimble.git resolved at 8.1.2
warning: '.resolve-product-dependencies': dependency 'pure' is not used by any target
Found 2 product dependencies
  - Quick
  - Nimble
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/devxoul/Pure.git
https://github.com/devxoul/Pure.git
{
  "dependencies" : [
    {
      "identity" : "quick",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "3.0.0",
            "upper_bound" : "4.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Quick/Quick.git"
    },
    {
      "identity" : "nimble",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "8.0.0",
            "upper_bound" : "9.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Quick/Nimble.git"
    }
  ],
  "manifest_display_name" : "Pure",
  "name" : "Pure",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.10"
    },
    {
      "name" : "ios",
      "version" : "8.0"
    },
    {
      "name" : "tvos",
      "version" : "9.0"
    },
    {
      "name" : "watchos",
      "version" : "2.0"
    }
  ],
  "products" : [
    {
      "name" : "Pure",
      "targets" : [
        "Pure"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "5"
  ],
  "targets" : [
    {
      "c99name" : "TestSupport",
      "module_type" : "SwiftTarget",
      "name" : "TestSupport",
      "path" : "Sources/TestSupport",
      "sources" : [
        "Fixture.swift"
      ],
      "target_dependencies" : [
        "Pure"
      ],
      "type" : "library"
    },
    {
      "c99name" : "PureTests",
      "module_type" : "SwiftTarget",
      "name" : "PureTests",
      "path" : "Tests/PureTests",
      "product_dependencies" : [
        "Quick",
        "Nimble"
      ],
      "sources" : [
        "PureSpec.swift"
      ],
      "target_dependencies" : [
        "Pure",
        "TestSupport"
      ],
      "type" : "test"
    },
    {
      "c99name" : "PureStubTests",
      "module_type" : "SwiftTarget",
      "name" : "PureStubTests",
      "path" : "Tests/PureStubTests",
      "product_dependencies" : [
        "Quick",
        "Nimble"
      ],
      "sources" : [
        "PureStubSpec.swift"
      ],
      "target_dependencies" : [
        "PureStub",
        "TestSupport"
      ],
      "type" : "test"
    },
    {
      "c99name" : "PureStub",
      "module_type" : "SwiftTarget",
      "name" : "PureStub",
      "path" : "Sources/PureStub",
      "sources" : [
        "StubConfigurator.swift",
        "StubFactory.swift"
      ],
      "target_dependencies" : [
        "Pure"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Pure",
      "module_type" : "SwiftTarget",
      "name" : "Pure",
      "path" : "Sources/Pure",
      "product_memberships" : [
        "Pure"
      ],
      "sources" : [
        "Configurator.swift",
        "ConfiguratorModule.swift",
        "Factory.swift",
        "FactoryModule.swift",
        "Module.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.0"
}
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/4] Write sources
[3/4] Write swift-version-2F0A5646E1D333AE.txt
[5/10] Compiling Pure Module.swift
[6/10] Compiling Pure Factory.swift
[7/10] Compiling Pure FactoryModule.swift
/Users/admin/builder/spi-builder-workspace/Sources/Pure/FactoryModule.swift:47:10: warning: call to main actor-isolated initializer 'init(nibName:bundle:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
45 | public extension FactoryModule where Self: NSViewController {
46 |   init(dependency: Dependency, payload: Payload) {
47 |     self.init(nibName: nil, bundle: nil)
   |          `- warning: call to main actor-isolated initializer 'init(nibName:bundle:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
48 |   }
49 | }
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSViewController.h:56:1: note: calls to initializer 'init(nibName:bundle:)' from outside of its actor context are implicitly asynchronous
 54 | On 10.10 and higher, a nil nibName can be used, and NSViewController will automatically attempt to load a view with the same class name. See loadView for more information.
 55 | */
 56 | - (instancetype)initWithNibName:(nullable NSNibName)nibNameOrNil bundle:(nullable NSBundle *)nibBundleOrNil NS_DESIGNATED_INITIALIZER;
    | |- note: calls to initializer 'init(nibName:bundle:)' from outside of its actor context are implicitly asynchronous
    | `- note: main actor isolation inferred from inheritance from class 'NSResponder'
 57 |
 58 | - (nullable instancetype)initWithCoder:(NSCoder *)coder NS_DESIGNATED_INITIALIZER;
[8/10] Compiling Pure Configurator.swift
[9/10] Compiling Pure ConfiguratorModule.swift
/Users/admin/builder/spi-builder-workspace/Sources/Pure/ConfiguratorModule.swift:2:37: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead
 1 | /// A module that can be configurated with an existing instance.
 2 | public protocol ConfiguratorModule: class, Module {
   |                                     `- warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead
 3 |
 4 |   /// A configurator for `Self`.
[10/10] Emitting module Pure
/Users/admin/builder/spi-builder-workspace/Sources/Pure/ConfiguratorModule.swift:2:37: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead
 1 | /// A module that can be configurated with an existing instance.
 2 | public protocol ConfiguratorModule: class, Module {
   |                                     `- warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead
 3 |
 4 |   /// A configurator for `Self`.
[11/15] Emitting module PureStub
[12/15] Compiling PureStub StubConfigurator.swift
[13/15] Compiling PureStub StubFactory.swift
[14/15] Compiling TestSupport Fixture.swift
[15/15] Emitting module TestSupport
Build complete! (7.63s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "quick",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "3.0.0",
            "upper_bound" : "4.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Quick/Quick.git"
    },
    {
      "identity" : "nimble",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "8.0.0",
            "upper_bound" : "9.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Quick/Nimble.git"
    }
  ],
  "manifest_display_name" : "Pure",
  "name" : "Pure",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.10"
    },
    {
      "name" : "ios",
      "version" : "8.0"
    },
    {
      "name" : "tvos",
      "version" : "9.0"
    },
    {
      "name" : "watchos",
      "version" : "2.0"
    }
  ],
  "products" : [
    {
      "name" : "Pure",
      "targets" : [
        "Pure"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "5"
  ],
  "targets" : [
    {
      "c99name" : "TestSupport",
      "module_type" : "SwiftTarget",
      "name" : "TestSupport",
      "path" : "Sources/TestSupport",
      "sources" : [
        "Fixture.swift"
      ],
      "target_dependencies" : [
        "Pure"
      ],
      "type" : "library"
    },
    {
      "c99name" : "PureTests",
      "module_type" : "SwiftTarget",
      "name" : "PureTests",
      "path" : "Tests/PureTests",
      "product_dependencies" : [
        "Quick",
        "Nimble"
      ],
      "sources" : [
        "PureSpec.swift"
      ],
      "target_dependencies" : [
        "Pure",
        "TestSupport"
      ],
      "type" : "test"
    },
    {
      "c99name" : "PureStubTests",
      "module_type" : "SwiftTarget",
      "name" : "PureStubTests",
      "path" : "Tests/PureStubTests",
      "product_dependencies" : [
        "Quick",
        "Nimble"
      ],
      "sources" : [
        "PureStubSpec.swift"
      ],
      "target_dependencies" : [
        "PureStub",
        "TestSupport"
      ],
      "type" : "test"
    },
    {
      "c99name" : "PureStub",
      "module_type" : "SwiftTarget",
      "name" : "PureStub",
      "path" : "Sources/PureStub",
      "sources" : [
        "StubConfigurator.swift",
        "StubFactory.swift"
      ],
      "target_dependencies" : [
        "Pure"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Pure",
      "module_type" : "SwiftTarget",
      "name" : "Pure",
      "path" : "Sources/Pure",
      "product_memberships" : [
        "Pure"
      ],
      "sources" : [
        "Configurator.swift",
        "ConfiguratorModule.swift",
        "Factory.swift",
        "FactoryModule.swift",
        "Module.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.0"
}
Done.