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 NimbleMockSix, reference v0.2.0 (278f7e), with Swift 6.1 for Linux on 25 Apr 2025 13:33:14 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -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 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/lvsti/NimbleMockSix.git
Reference: v0.2.0
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/lvsti/NimbleMockSix
 * tag               v0.2.0     -> FETCH_HEAD
HEAD is now at 278f7e6 Bumped versions
Cloned https://github.com/lvsti/NimbleMockSix.git
Revision (git rev-parse @):
278f7e64db710488b5b6d61c47fa9bbb5004877d
SUCCESS checkout https://github.com/lvsti/NimbleMockSix.git at v0.2.0
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/lvsti/NimbleMockSix.git
https://github.com/lvsti/NimbleMockSix.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "nimble",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "8.0.0",
            "upper_bound" : "9.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Quick/Nimble.git"
    },
    {
      "identity" : "mocksix",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.2.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/lvsti/MockSix.git"
    }
  ],
  "manifest_display_name" : "NimbleMockSix",
  "name" : "NimbleMockSix",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "NimbleMockSix",
      "targets" : [
        "NimbleMockSix"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "4.2"
  ],
  "targets" : [
    {
      "c99name" : "NimbleMockSix",
      "module_type" : "SwiftTarget",
      "name" : "NimbleMockSix",
      "path" : "Sources",
      "product_dependencies" : [
        "MockSix",
        "Nimble"
      ],
      "product_memberships" : [
        "NimbleMockSix"
      ],
      "sources" : [
        "NimbleMockSix/NimbleMockSix.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "4.2"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -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 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/lvsti/MockSix.git
Fetching https://github.com/Quick/Nimble.git
[1/384] Fetching mocksix
[385/19951] Fetching mocksix, nimble
Fetched https://github.com/lvsti/MockSix.git from cache (1.85s)
Fetched https://github.com/Quick/Nimble.git from cache (1.91s)
Computing version for https://github.com/lvsti/MockSix.git
Computed https://github.com/lvsti/MockSix.git at 0.2.0 (2.69s)
Computing version for https://github.com/Quick/Nimble.git
Computed https://github.com/Quick/Nimble.git at 8.1.2 (2.50s)
Creating working copy for https://github.com/lvsti/MockSix.git
Working copy of https://github.com/lvsti/MockSix.git resolved at 0.2.0
Creating working copy for https://github.com/Quick/Nimble.git
Working copy of https://github.com/Quick/Nimble.git resolved at 8.1.2
Building for debugging...
[0/4] Write sources
[3/4] Write swift-version-24593BA9C3E375BF.txt
[5/54] Compiling MockSix MockSix.swift
[6/54] Compiling MockSix MockSixInternal.swift
[7/54] Emitting module MockSix
[9/55] Compiling Nimble Predicate.swift
[10/55] Compiling Nimble RaisesException.swift
[11/55] Compiling Nimble SatisfyAllOf.swift
[12/55] Compiling Nimble SatisfyAnyOf.swift
[13/55] Compiling Nimble ThrowAssertion.swift
[14/55] Compiling Nimble ThrowError.swift
[15/55] Compiling Nimble ExceptionCapture.swift
[16/55] Compiling Nimble DSL+Wait.swift
[17/55] Compiling Nimble DSL.swift
[18/55] Compiling Nimble Expectation.swift
[19/55] Compiling Nimble ExpectationMessage.swift
[20/55] Compiling Nimble Expression.swift
[21/55] Compiling Nimble FailureMessage.swift
[22/61] Emitting module Nimble
[23/61] Compiling Nimble AdapterProtocols.swift
[24/61] Compiling Nimble AssertionDispatcher.swift
[25/61] Compiling Nimble AssertionRecorder.swift
[26/61] Compiling Nimble NMBExpectation.swift
[27/61] Compiling Nimble NMBObjCMatcher.swift
[28/61] Compiling Nimble NimbleEnvironment.swift
[29/61] Compiling Nimble NimbleXCTestHandler.swift
[30/61] Compiling Nimble BeGreaterThanOrEqualTo.swift
[31/61] Compiling Nimble BeIdenticalTo.swift
[32/61] Compiling Nimble BeLessThan.swift
[33/61] Compiling Nimble BeLessThanOrEqual.swift
[34/61] Compiling Nimble BeLogical.swift
[35/61] Compiling Nimble BeNil.swift
[36/61] Compiling Nimble BeVoid.swift
[37/61] Compiling Nimble AllPass.swift
[38/61] Compiling Nimble Async.swift
[39/61] Compiling Nimble BeAKindOf.swift
[40/61] Compiling Nimble BeAnInstanceOf.swift
[41/61] Compiling Nimble BeCloseTo.swift
[42/61] Compiling Nimble BeEmpty.swift
[43/61] Compiling Nimble BeGreaterThan.swift
[44/61] Compiling Nimble HaveCount.swift
[45/61] Compiling Nimble Match.swift
[46/61] Compiling Nimble MatchError.swift
[47/61] Compiling Nimble MatcherFunc.swift
[48/61] Compiling Nimble MatcherProtocols.swift
[49/61] Compiling Nimble PostNotification.swift
[50/61] Compiling Nimble BeginWith.swift
[51/61] Compiling Nimble Contain.swift
[52/61] Compiling Nimble ContainElementSatisfying.swift
[53/61] Compiling Nimble ElementsEqual.swift
[54/61] Compiling Nimble EndWith.swift
[55/61] Compiling Nimble Equal.swift
[56/61] Compiling Nimble ToSucceed.swift
[57/61] Compiling Nimble Await.swift
[58/61] Compiling Nimble Errors.swift
[59/61] Compiling Nimble Functional.swift
[60/61] Compiling Nimble SourceLocation.swift
[61/61] Compiling Nimble Stringers.swift
[63/64] Compiling NimbleMockSix NimbleMockSix.swift
[64/64] Emitting module NimbleMockSix
Build complete! (18.83s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "nimble",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "8.0.0",
            "upper_bound" : "9.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Quick/Nimble.git"
    },
    {
      "identity" : "mocksix",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.2.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/lvsti/MockSix.git"
    }
  ],
  "manifest_display_name" : "NimbleMockSix",
  "name" : "NimbleMockSix",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "NimbleMockSix",
      "targets" : [
        "NimbleMockSix"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "4.2"
  ],
  "targets" : [
    {
      "c99name" : "NimbleMockSix",
      "module_type" : "SwiftTarget",
      "name" : "NimbleMockSix",
      "path" : "Sources",
      "product_dependencies" : [
        "MockSix",
        "Nimble"
      ],
      "product_memberships" : [
        "NimbleMockSix"
      ],
      "sources" : [
        "NimbleMockSix/NimbleMockSix.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "4.2"
}
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.