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 Quick with Swift 5.9 for macOS (SPM).

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.2.0-Beta.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.28.6
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/danielsaidi/Quick.git
Reference: v4.0.0
Initialized empty Git repository in /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/danielsaidi/Quick
 * tag               v4.0.0     -> FETCH_HEAD
HEAD is now at bd86ca0 Bumping version to 4.0.0
Submodule path 'Externals/Nimble': checked out 'd258c638d9ef214723a857a23f4113773aad28fb'
Submodule 'Externals/Nimble' (https://github.com/Quick/Nimble.git) registered for path 'Externals/Nimble'
Cloning into '/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Externals/Nimble'...
Cloned https://github.com/danielsaidi/Quick.git
Revision (git rev-parse @):
bd86ca0141e3cfb333546de5a11ede63f0c4a0e6
SUCCESS checkout https://github.com/danielsaidi/Quick.git at v4.0.0
Fetching https://github.com/mattgallagher/CwlPreconditionTesting.git from cache
Fetching https://github.com/mattgallagher/CwlCatchException.git from cache
Fetching https://github.com/Quick/Nimble.git from cache
Fetched https://github.com/mattgallagher/CwlCatchException.git (0.30s)
Fetched https://github.com/mattgallagher/CwlPreconditionTesting.git (0.32s)
Fetched https://github.com/Quick/Nimble.git (0.65s)
Computing version for https://github.com/Quick/Nimble.git
Computed https://github.com/Quick/Nimble.git at 9.1.0 (0.66s)
Computing version for https://github.com/mattgallagher/CwlPreconditionTesting.git
Computed https://github.com/mattgallagher/CwlPreconditionTesting.git at 2.0.0 (0.02s)
Computing version for https://github.com/mattgallagher/CwlCatchException.git
Computed https://github.com/mattgallagher/CwlCatchException.git at 2.0.0 (0.02s)
Creating working copy for https://github.com/mattgallagher/CwlCatchException.git
Working copy of https://github.com/mattgallagher/CwlCatchException.git resolved at 2.0.0
Creating working copy for https://github.com/mattgallagher/CwlPreconditionTesting.git
Working copy of https://github.com/mattgallagher/CwlPreconditionTesting.git resolved at 2.0.0
Creating working copy for https://github.com/Quick/Nimble.git
Working copy of https://github.com/Quick/Nimble.git resolved at 9.1.0
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "quick",
      "name": "Quick",
      "url": "https://github.com/danielsaidi/Quick.git",
      "version": "unspecified",
      "path": "/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Quick",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/danielsaidi/Quick.git from cache
Fetched https://github.com/danielsaidi/Quick.git (0.16s)
Creating working copy for https://github.com/danielsaidi/Quick.git
Working copy of https://github.com/danielsaidi/Quick.git resolved at v4.0.0
warning: '.resolve-product-dependencies': dependency 'quick' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.9
Building package at path:  $PWD/checkout
https://github.com/danielsaidi/Quick.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.2.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/1] Compiling QuickObjCRuntime QuickSpecBase.m
[2/23] Compiling Quick QuickConfiguration.swift
[3/23] Compiling Quick DSL.swift
[4/23] Compiling Quick World+DSL.swift
[5/23] Compiling Quick QuickSpec.swift
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Quick/QuickSpec.swift:142:15: warning: 'recordFailure(withDescription:inFile:atLine:expected:)' is deprecated: Replaced by 'record(_:)'
        super.recordFailure(
              ^
[6/23] Compiling Quick QuickTestObservation.swift
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Quick/QuickSpec.swift:142:15: warning: 'recordFailure(withDescription:inFile:atLine:expected:)' is deprecated: Replaced by 'record(_:)'
        super.recordFailure(
              ^
[7/23] Compiling Quick QuickTestSuite.swift
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Quick/QuickSpec.swift:142:15: warning: 'recordFailure(withDescription:inFile:atLine:expected:)' is deprecated: Replaced by 'record(_:)'
        super.recordFailure(
              ^
[8/23] Compiling Quick ExampleMetadata.swift
[9/23] Compiling Quick Filter.swift
[10/23] Compiling Quick Closures.swift
[11/23] Compiling Quick Behavior.swift
[12/23] Compiling Quick Callsite.swift
[13/23] Compiling Quick Configuration.swift
[14/23] Compiling Quick ErrorUtility.swift
[15/23] Compiling Quick Example.swift
[16/23] Compiling Quick ExampleGroup.swift
[17/23] Compiling Quick NSBundle+CurrentTestBundle.swift
[18/23] Compiling Quick QuickMain.swift
[19/23] Compiling Quick QuickSelectedTestSuiteBuilder.swift
[20/23] Emitting module Quick
[21/23] Compiling Quick ExampleHooks.swift
[22/23] Compiling Quick HooksPhase.swift
[23/23] Compiling Quick SuiteHooks.swift
[24/26] Compiling Quick String+C99ExtendedIdentifier.swift
[25/26] Compiling Quick URL+FileName.swift
[26/26] Compiling Quick World.swift
Build complete! (13.76s)
Build complete.
Done.