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 macOS (SPM) on 8 Nov 2024 18:20:08 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

Build Log

========================================
RunAll
========================================
Builder version: 4.57.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/kaascevich/Rapid.git
Reference: v3.0.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
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
Fetching https://github.com/mattgallagher/CwlCatchException.git
Fetching https://github.com/swiftlang/swift-syntax.git
Fetching https://github.com/apple/swift-testing.git
Fetching https://github.com/mattgallagher/CwlPreconditionTesting.git
[5/455] Fetching cwlcatchexception
[356/1712] Fetching cwlcatchexception, cwlpreconditiontesting
[1563/17108] Fetching cwlcatchexception, cwlpreconditiontesting, swift-testing
[17109/83591] Fetching cwlcatchexception, cwlpreconditiontesting, swift-testing, swift-syntax
Fetched https://github.com/mattgallagher/CwlCatchException.git from cache (3.47s)
Fetched https://github.com/mattgallagher/CwlPreconditionTesting.git from cache (3.47s)
Fetched https://github.com/apple/swift-testing.git from cache (3.48s)
Fetched https://github.com/swiftlang/swift-syntax.git from cache (3.48s)
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.0-prerelease-2024-09-04
Creating working copy for https://github.com/apple/swift-testing.git
Working copy of https://github.com/apple/swift-testing.git resolved at 0.12.0
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/mattgallagher/CwlPreconditionTesting.git
Working copy of https://github.com/mattgallagher/CwlPreconditionTesting.git resolved at 2.2.2
========================================
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": "rapid",
      "name": "Rapid",
      "url": "https://github.com/kaascevich/Rapid.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Rapid",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/kaascevich/Rapid.git
[1/2026] Fetching rapid
Fetched https://github.com/kaascevich/Rapid.git from cache (1.00s)
Creating working copy for https://github.com/kaascevich/Rapid.git
Working copy of https://github.com/kaascevich/Rapid.git resolved at v3.0.0 (5351367)
warning: '.resolve-product-dependencies': dependency 'rapid' 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/kaascevich/Rapid.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
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--7754E27361AE5C74.txt
[3/37] Emitting module Rapid
[4/40] Compiling Rapid PartialRangeUpToConformances.swift
[5/40] Compiling Rapid Booleans.swift
[6/40] Compiling Rapid Constants.swift
[7/40] Compiling Rapid EvenOdd.swift
[8/40] Compiling Rapid Duration.swift
[9/40] Compiling Rapid AnyEquatable.swift
[10/40] Compiling Rapid Typealiases.swift
[11/40] Compiling Rapid SafeAccess.swift
[12/40] Compiling Rapid Sets.swift
[13/40] Compiling Rapid Sum.swift
[14/40] Compiling Rapid ExpressibleByEmptyLiteral.swift
[15/40] Compiling Rapid ResultBuilder.swift
[16/40] Compiling Rapid Filtering.swift
[17/40] Compiling Rapid IsNotEmpty.swift
[18/40] Compiling Rapid Aliases.swift
[19/40] Compiling Rapid Swap.swift
[20/40] Compiling Rapid IsNil.swift
[21/40] Compiling Rapid UnwrapOrThrow.swift
[22/40] Compiling Rapid PatternMatching.swift
[23/40] Compiling Rapid Clamped.swift
[24/40] Compiling Rapid Transformed.swift
[25/40] Compiling Rapid Validated.swift
[26/40] Compiling Rapid Interpolation.swift
[27/40] Compiling Rapid Repetition.swift
[28/40] Compiling Rapid Stringify.swift
[29/40] Compiling Rapid CollectionOfOneConformances.swift
[30/40] Compiling Rapid EmptyCollectionConformances.swift
[31/40] Compiling Rapid PartialRangeFromConformances.swift
[32/40] Compiling Rapid PartialRangeThroughConformances.swift
[33/40] Compiling Rapid Closures.swift
[34/40] Compiling Rapid ForEach.swift
[35/40] Compiling Rapid Between.swift
[36/40] Compiling Rapid Clamp.swift
[37/40] Compiling Rapid Factorials.swift
[38/40] Compiling Rapid Powers.swift
[39/40] Compiling Rapid Signs.swift
[40/40] Compiling Rapid Zero.swift
Build complete! (15.21s)
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" : "/Users/admin/builder/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"
}
✅  Doc result (pending) reported
========================================
GenerateDocs
========================================
Generating docs at path:  $PWD/.docs/kaascevich/rapid/v3.0.0
Repository:               kaascevich/Rapid
Swift version used:       6.0
Target:                   Rapid
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/swift-docc-render-artifact/.git/
From https://github.com/swiftlang/swift-docc-render-artifact
 * branch            88815688627177b9716a01ca41da19397bd30e47 -> FETCH_HEAD
HEAD is now at 8881568 Update the artifact
Extracting symbol information for 'Rapid'...
Finished extracting symbol information for 'Rapid'. (3.46s)
Building documentation for 'Rapid'...
Finished building documentation for 'Rapid' (0.24s)
Generated documentation archive at:
  /Users/admin/builder/spi-builder-workspace/.docs/kaascevich/rapid/v3.0.0
Fetching https://github.com/swiftlang/swift-docc-plugin
Updating https://github.com/swiftlang/swift-syntax.git
Updating https://github.com/mattgallagher/CwlPreconditionTesting.git
Updating https://github.com/mattgallagher/CwlCatchException.git
Updated https://github.com/mattgallagher/CwlCatchException.git (0.62s)
Updated https://github.com/mattgallagher/CwlPreconditionTesting.git (0.62s)
[1/2038] Fetching swift-docc-plugin
Updated https://github.com/swiftlang/swift-syntax.git (0.87s)
Updating https://github.com/apple/swift-testing.git
Fetched https://github.com/swiftlang/swift-docc-plugin from cache (1.32s)
Updated https://github.com/apple/swift-testing.git (0.58s)
Computing version for https://github.com/mattgallagher/CwlPreconditionTesting.git
Computed https://github.com/mattgallagher/CwlPreconditionTesting.git at 2.2.2 (0.67s)
Computing version for https://github.com/apple/swift-testing.git
Computed https://github.com/apple/swift-testing.git at 0.12.0 (0.56s)
Computing version for https://github.com/mattgallagher/CwlCatchException.git
Computed https://github.com/mattgallagher/CwlCatchException.git at 2.2.1 (0.65s)
Computing version for https://github.com/swiftlang/swift-docc-plugin
Computed https://github.com/swiftlang/swift-docc-plugin at 1.4.3 (0.66s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3168] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (1.24s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (0.65s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 600.0.0-prerelease-2024-09-04 (0.75s)
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
Creating working copy for https://github.com/swiftlang/swift-docc-plugin
Working copy of https://github.com/swiftlang/swift-docc-plugin resolved at 1.4.3
Building for debugging...
[0/8] Write sources
[3/8] Write snippet-extract-tool-entitlement.plist
[4/8] Write swift-version--7754E27361AE5C74.txt
[6/53] Compiling Snippets SnippetParser.swift
[7/53] Compiling Snippets Snippet.swift
[8/53] Emitting module Snippets
[9/53] Emitting module SymbolKit
[10/57] Compiling SymbolKit Names.swift
[11/57] Compiling SymbolKit SPI.swift
[12/57] Compiling SymbolKit Snippet.swift
[13/57] Compiling SymbolKit Extension.swift
[14/57] Compiling SymbolKit SourceRange.swift
[15/57] Compiling SymbolKit Metadata.swift
[16/57] Compiling SymbolKit Module.swift
[17/57] Compiling SymbolKit OperatingSystem.swift
[18/57] Compiling SymbolKit Platform.swift
[19/57] Compiling SymbolKit Identifier.swift
[20/57] Compiling SymbolKit KindIdentifier.swift
[21/57] Compiling SymbolKit Location.swift
[22/57] Compiling SymbolKit Mutability.swift
[23/57] Compiling SymbolKit Mixin+Equals.swift
[24/57] Compiling SymbolKit Mixin+Hash.swift
[25/57] Compiling SymbolKit Mixin.swift
[26/57] Compiling SymbolKit LineList.swift
[27/57] Compiling SymbolKit Position.swift
[28/57] Compiling SymbolKit GenericConstraint.swift
[29/57] Compiling SymbolKit GenericParameter.swift
[30/57] Compiling SymbolKit Generics.swift
[31/57] Compiling SymbolKit Namespace.swift
[32/57] Compiling SymbolKit Relationship.swift
[33/57] Compiling SymbolKit RelationshipKind.swift
[34/57] Compiling SymbolKit SourceOrigin.swift
[35/57] Compiling SymbolKit GenericConstraints.swift
[36/57] Compiling SymbolKit Swift.swift
[37/57] Compiling SymbolKit Symbol.swift
[38/57] Compiling SymbolKit SymbolKind.swift
[39/57] Compiling SymbolKit SymbolGraph.swift
[40/57] Compiling SymbolKit GraphCollector.swift
[41/57] Compiling SymbolKit DeclarationFragments.swift
[42/57] Compiling SymbolKit Fragment.swift
[43/57] Compiling SymbolKit FragmentKind.swift
[44/57] Compiling SymbolKit FunctionParameter.swift
[45/57] Compiling SymbolKit FunctionSignature.swift
[46/57] Compiling SymbolKit SemanticVersion.swift
[47/57] Compiling SymbolKit AccessControl.swift
[48/57] Compiling SymbolKit Availability.swift
[49/57] Compiling SymbolKit AvailabilityItem.swift
[50/57] Compiling SymbolKit Domain.swift
[51/57] Compiling SymbolKit UnifiedSymbol+Encodable.swift
[52/57] Compiling SymbolKit UnifiedSymbol.swift
[53/57] Compiling SymbolKit UnifiedSymbolGraph+Encodable.swift
[54/57] Compiling SymbolKit UnifiedSymbolGraph.swift
[55/61] Compiling snippet_extract URL+Status.swift
[56/61] Compiling snippet_extract SymbolGraph+Snippet.swift
[57/61] Compiling snippet_extract SnippetBuildCommand.swift
[58/61] Emitting module snippet_extract
[58/61] Write Objects.LinkFileList
[59/61] Linking snippet-extract-tool
[60/61] Applying snippet-extract-tool
Build of product 'snippet-extract' complete! (5.10s)
Building for debugging...
[0/1] Write swift-version--7754E27361AE5C74.txt
[2/36] Emitting module Rapid
[3/39] Compiling Rapid SafeAccess.swift
[4/39] Compiling Rapid Sets.swift
[5/39] Compiling Rapid Sum.swift
[6/39] Compiling Rapid Closures.swift
[7/39] Compiling Rapid ForEach.swift
[8/39] Compiling Rapid Between.swift
[9/39] Compiling Rapid Clamp.swift
[10/39] Compiling Rapid Factorials.swift
[11/39] Compiling Rapid Powers.swift
[12/39] Compiling Rapid Signs.swift
[13/39] Compiling Rapid Zero.swift
[14/39] Compiling Rapid PatternMatching.swift
[15/39] Compiling Rapid Clamped.swift
[16/39] Compiling Rapid Transformed.swift
[17/39] Compiling Rapid Validated.swift
[18/39] Compiling Rapid PartialRangeUpToConformances.swift
[19/39] Compiling Rapid Booleans.swift
[20/39] Compiling Rapid Constants.swift
[21/39] Compiling Rapid EvenOdd.swift
[22/39] Compiling Rapid Aliases.swift
[23/39] Compiling Rapid Swap.swift
[24/39] Compiling Rapid IsNil.swift
[25/39] Compiling Rapid UnwrapOrThrow.swift
[26/39] Compiling Rapid ExpressibleByEmptyLiteral.swift
[27/39] Compiling Rapid ResultBuilder.swift
[28/39] Compiling Rapid Filtering.swift
[29/39] Compiling Rapid IsNotEmpty.swift
[30/39] Compiling Rapid CollectionOfOneConformances.swift
[31/39] Compiling Rapid EmptyCollectionConformances.swift
[32/39] Compiling Rapid PartialRangeFromConformances.swift
[33/39] Compiling Rapid PartialRangeThroughConformances.swift
[34/39] Compiling Rapid Interpolation.swift
[35/39] Compiling Rapid Repetition.swift
[36/39] Compiling Rapid Stringify.swift
[37/39] Compiling Rapid Duration.swift
[38/39] Compiling Rapid AnyEquatable.swift
[39/39] Compiling Rapid Typealiases.swift
Build of target: 'Rapid' complete! (1.21s)
     454
4	/Users/admin/builder/spi-builder-workspace/.docs/kaascevich/rapid/v3.0.0
✅  Doc result (uploading) reported
========================================
SyncDocs
========================================
Doc archive source directory: $PWD/.docs/kaascevich/rapid/v3.0.0
File count: 454
Doc size:   4.0MB
Preparing doc bundle ...
Uploading prod-kaascevich-rapid-v3.0.0-1b20dbd9.zip to s3://spi-docs-inbox/prod-kaascevich-rapid-v3.0.0-1b20dbd9.zip
Copying... [15%]
Copying... [22%]
Copying... [37%]
Copying... [45%]
Copying... [52%]
Copying... [67%]
Copying... [75%]
Copying... [82%]
Copying... [97%]
Copying... [100%]
Done.