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 Rapid, reference v3.0.0 (535136), with Swift 6.0 for Linux on 6 Nov 2024 01:26:14 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.56.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/kaascevich/Rapid.git
Reference: v3.0.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/kaascevich/Rapid
 * tag               v3.0.0     -> FETCH_HEAD
HEAD is now at 5351367 one last fix
Cloned https://github.com/kaascevich/Rapid.git
Revision (git rev-parse @):
53513672d16e1befdd791b0eec14c463246873f4
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/kaascevich/Rapid.git at v3.0.0
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.0
Building package at path:  $PWD
https://github.com/kaascevich/Rapid.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete 2>&1
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:47d26c99ca4f1ac0a332c85fd5b13ff4390e72115219984a57a68fe9d1063a05
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Fetching https://github.com/apple/swift-testing.git
Fetching https://github.com/mattgallagher/CwlPreconditionTesting.git
[1/1257] Fetching cwlpreconditiontesting
Fetched https://github.com/mattgallagher/CwlPreconditionTesting.git from cache (0.19s)
[1/15293] Fetching swift-testing
Fetched https://github.com/apple/swift-testing.git from cache (0.51s)
Computing version for https://github.com/apple/swift-testing.git
Computed https://github.com/apple/swift-testing.git at 0.99.0 (0.51s)
Fetching https://github.com/swiftlang/swift-syntax.git
[1/66360] Fetching swift-syntax
Fetched https://github.com/swiftlang/swift-syntax.git from cache (3.53s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 600.0.1 (1.92s)
Computing version for https://github.com/mattgallagher/CwlPreconditionTesting.git
Computed https://github.com/mattgallagher/CwlPreconditionTesting.git at 2.2.2 (0.42s)
Fetching https://github.com/mattgallagher/CwlCatchException.git
[1/455] Fetching cwlcatchexception
Fetched https://github.com/mattgallagher/CwlCatchException.git from cache (0.16s)
Computing version for https://github.com/mattgallagher/CwlCatchException.git
Computed https://github.com/mattgallagher/CwlCatchException.git at 2.2.1 (0.41s)
Creating working copy for https://github.com/mattgallagher/CwlCatchException.git
Working copy of https://github.com/mattgallagher/CwlCatchException.git resolved at 2.2.1
Creating working copy for https://github.com/swiftlang/swift-syntax.git
Working copy of https://github.com/swiftlang/swift-syntax.git resolved at 600.0.1
Creating working copy for https://github.com/mattgallagher/CwlPreconditionTesting.git
Working copy of https://github.com/mattgallagher/CwlPreconditionTesting.git resolved at 2.2.2
Creating working copy for https://github.com/apple/swift-testing.git
Working copy of https://github.com/apple/swift-testing.git resolved at 0.99.0
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-24593BA9C3E375BF.txt
[3/36] Emitting module Rapid
[4/40] Compiling Rapid Closures.swift
[5/40] Compiling Rapid ForEach.swift
[6/40] Compiling Rapid Between.swift
[7/40] Compiling Rapid Clamp.swift
[8/40] Compiling Rapid CollectionOfOneConformances.swift
[9/40] Compiling Rapid EmptyCollectionConformances.swift
[10/40] Compiling Rapid PartialRangeFromConformances.swift
[11/40] Compiling Rapid PartialRangeThroughConformances.swift
[12/40] Compiling Rapid PartialRangeUpToConformances.swift
[13/40] Compiling Rapid Booleans.swift
[14/40] Compiling Rapid Stringify.swift
[15/40] Compiling Rapid Duration.swift
[16/40] Compiling Rapid AnyEquatable.swift
[17/40] Compiling Rapid Typealiases.swift
[18/40] Compiling Rapid ResultBuilder.swift
[19/40] Compiling Rapid Filtering.swift
[20/40] Compiling Rapid IsNotEmpty.swift
[21/40] Compiling Rapid SafeAccess.swift
[22/40] Compiling Rapid Zero.swift
[23/40] Compiling Rapid Aliases.swift
[24/40] Compiling Rapid Swap.swift
[25/40] Compiling Rapid IsNil.swift
[26/40] Compiling Rapid UnwrapOrThrow.swift
[27/40] Compiling Rapid PatternMatching.swift
[28/40] Compiling Rapid Clamped.swift
[29/40] Compiling Rapid Transformed.swift
[30/40] Compiling Rapid Validated.swift
[31/40] Compiling Rapid ExpressibleByEmptyLiteral.swift
[32/40] Compiling Rapid Constants.swift
[33/40] Compiling Rapid EvenOdd.swift
[34/40] Compiling Rapid Factorials.swift
[35/40] Compiling Rapid Powers.swift
[36/40] Compiling Rapid Signs.swift
[37/40] Compiling Rapid Sets.swift
[38/40] Compiling Rapid Sum.swift
[39/40] Compiling Rapid Interpolation.swift
[40/40] Compiling Rapid Repetition.swift
Build complete! (20.87s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-testing",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.12.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-testing.git"
    },
    {
      "identity" : "cwlpreconditiontesting",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.0.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/mattgallagher/CwlPreconditionTesting.git"
    }
  ],
  "manifest_display_name" : "Rapid",
  "name" : "Rapid",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "maccatalyst",
      "version" : "13.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    }
  ],
  "products" : [
    {
      "name" : "Rapid",
      "targets" : [
        "Rapid"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "RapidTests",
      "module_type" : "SwiftTarget",
      "name" : "RapidTests",
      "path" : "Tests/RapidTests",
      "product_dependencies" : [
        "Testing",
        "CwlPreconditionTesting"
      ],
      "sources" : [
        "ClosureTests/ClosuresTests.swift",
        "ClosureTests/ForEachTests.swift",
        "ComparableTests/BetweenTests.swift",
        "ComparableTests/ClampTests.swift",
        "ConformancesTests/CollectionOfOneConformancesTests.swift",
        "ConformancesTests/EmptyCollectionConformancesTests.swift",
        "ConformancesTests/PartialRangeFromConformancesTests.swift",
        "ConformancesTests/PartialRangeThroughConformancesTests.swift",
        "ConformancesTests/PartialRangeUpToConformancesTests.swift",
        "NumbersTests/BooleansTests.swift",
        "NumbersTests/ConstantsTests.swift",
        "NumbersTests/EvenOddTests.swift",
        "NumbersTests/FactorialsTests.swift",
        "NumbersTests/PowersTests.swift",
        "NumbersTests/SignsTests.swift",
        "NumbersTests/ZeroTests.swift",
        "OperatorsTests/AliasesTests.swift",
        "OperatorsTests/SwapTests.swift",
        "OptionalTests/NilTests.swift",
        "OptionalTests/UnwrapOrThrowTests.swift",
        "PatternMatchingTests.swift",
        "PropertyWrapperTests/ClampedTests.swift",
        "PropertyWrapperTests/TransformedTests.swift",
        "PropertyWrapperTests/ValidatedTests.swift",
        "ProtocolsTests/ExpressibleByEmptyLiteralTests.swift",
        "ResultBuildersTests/ResultBuilderTests.swift",
        "SequencesTests/FilteringTests.swift",
        "SequencesTests/IsNotEmptyTests.swift",
        "SequencesTests/SafeAccessTests.swift",
        "SequencesTests/SetsTests.swift",
        "SequencesTests/SumTests.swift",
        "StringsTests/InterpolationTests.swift",
        "StringsTests/RepetitionTests.swift",
        "StringsTests/StringifyTests.swift",
        "TimeTests/DurationTests.swift",
        "TypeErasureTests/AnyEquatableTests.swift",
        "TypealiasesTests.swift"
      ],
      "target_dependencies" : [
        "Rapid"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Rapid",
      "module_type" : "SwiftTarget",
      "name" : "Rapid",
      "path" : "Sources/Rapid",
      "product_memberships" : [
        "Rapid"
      ],
      "sources" : [
        "Closures/Closures.swift",
        "Closures/ForEach.swift",
        "Comparable/Between.swift",
        "Comparable/Clamp.swift",
        "Conformances/CollectionOfOneConformances.swift",
        "Conformances/EmptyCollectionConformances.swift",
        "Conformances/PartialRangeFromConformances.swift",
        "Conformances/PartialRangeThroughConformances.swift",
        "Conformances/PartialRangeUpToConformances.swift",
        "Numbers/Booleans.swift",
        "Numbers/Constants.swift",
        "Numbers/EvenOdd.swift",
        "Numbers/Factorials.swift",
        "Numbers/Powers.swift",
        "Numbers/Signs.swift",
        "Numbers/Zero.swift",
        "Operators/Aliases.swift",
        "Operators/Swap.swift",
        "Optionals/IsNil.swift",
        "Optionals/UnwrapOrThrow.swift",
        "PatternMatching.swift",
        "PropertyWrappers/Clamped.swift",
        "PropertyWrappers/Transformed.swift",
        "PropertyWrappers/Validated.swift",
        "Protocols/ExpressibleByEmptyLiteral.swift",
        "ResultBuilders/ResultBuilder.swift",
        "Sequences/Filtering.swift",
        "Sequences/IsNotEmpty.swift",
        "Sequences/SafeAccess.swift",
        "Sequences/Sets.swift",
        "Sequences/Sum.swift",
        "Strings/Interpolation.swift",
        "Strings/Repetition.swift",
        "Strings/Stringify.swift",
        "Time/Duration.swift",
        "TypeErasure/AnyEquatable.swift",
        "Typealiases.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:47d26c99ca4f1ac0a332c85fd5b13ff4390e72115219984a57a68fe9d1063a05
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Done.