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 AssertSwiftCLI, reference 0.0.1 (0fa5f6), with Swift 6.1 for Linux on 26 Apr 2025 20:58:16 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/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/KS1019/AssertSwiftCLI.git
Reference: 0.0.1
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/KS1019/AssertSwiftCLI
 * tag               0.0.1      -> FETCH_HEAD
HEAD is now at 0fa5f6a Run `make update-dependencies`
Cloned https://github.com/KS1019/AssertSwiftCLI.git
Revision (git rev-parse @):
0fa5f6a54394ee91536272f28dc48155f6a858bb
SUCCESS checkout https://github.com/KS1019/AssertSwiftCLI.git at 0.0.1
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/KS1019/AssertSwiftCLI.git
https://github.com/KS1019/AssertSwiftCLI.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-custom-dump",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.2.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/pointfreeco/swift-custom-dump"
    },
    {
      "identity" : "swift-argument-parser",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-argument-parser"
    }
  ],
  "manifest_display_name" : "AssertSwiftCLI",
  "name" : "AssertSwiftCLI",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    }
  ],
  "products" : [
    {
      "name" : "AssertSwiftCLI",
      "targets" : [
        "AssertSwiftCLI"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "AssertSwiftCLITests",
      "module_type" : "SwiftTarget",
      "name" : "AssertSwiftCLITests",
      "path" : "Tests/AssertSwiftCLITests",
      "sources" : [
        "AssertSwiftCLITests.swift"
      ],
      "target_dependencies" : [
        "AssertSwiftCLI"
      ],
      "type" : "test"
    },
    {
      "c99name" : "AssertSwiftCLI",
      "module_type" : "SwiftTarget",
      "name" : "AssertSwiftCLI",
      "path" : "Sources/AssertSwiftCLI",
      "product_dependencies" : [
        "CustomDump"
      ],
      "product_memberships" : [
        "AssertSwiftCLI"
      ],
      "sources" : [
        "AssertSwiftCLI.swift"
      ],
      "target_dependencies" : [
        "ArgumentParserTestHelpers"
      ],
      "type" : "library"
    },
    {
      "c99name" : "ArgumentParserTestHelpers",
      "module_type" : "SwiftTarget",
      "name" : "ArgumentParserTestHelpers",
      "path" : "Sources/ArgumentParserTestHelpers",
      "product_dependencies" : [
        "ArgumentParser"
      ],
      "product_memberships" : [
        "AssertSwiftCLI"
      ],
      "sources" : [
        "StringHelpers.swift",
        "TestHelpers.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.5"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/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/apple/swift-argument-parser
Fetching https://github.com/pointfreeco/swift-custom-dump
[1/4581] Fetching swift-custom-dump
[4582/19531] Fetching swift-custom-dump, swift-argument-parser
Fetched https://github.com/pointfreeco/swift-custom-dump from cache (0.80s)
Fetched https://github.com/apple/swift-argument-parser from cache (0.81s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.5.0 (1.34s)
Computing version for https://github.com/pointfreeco/swift-custom-dump
Computed https://github.com/pointfreeco/swift-custom-dump at 0.11.2 (0.59s)
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay
[1/5388] Fetching xctest-dynamic-overlay
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (0.83s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 0.9.0 (1.40s)
Creating working copy for https://github.com/pointfreeco/swift-custom-dump
Working copy of https://github.com/pointfreeco/swift-custom-dump resolved at 0.11.2
Creating working copy for https://github.com/apple/swift-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 1.5.0
Creating working copy for https://github.com/pointfreeco/xctest-dynamic-overlay
Working copy of https://github.com/pointfreeco/xctest-dynamic-overlay resolved at 0.9.0
[1/1] Compiling plugin GenerateManual
Building for debugging...
[1/8] Write sources
[7/8] Write swift-version-24593BA9C3E375BF.txt
[9/18] Emitting module ArgumentParserToolInfo
[10/18] Compiling ArgumentParserToolInfo ToolInfo.swift
[12/19] Compiling XCTestDynamicOverlay GeneratePlaceholder.swift
[13/58] Compiling XCTestDynamicOverlay XCTIsTesting.swift
[14/58] Compiling XCTestDynamicOverlay Deprecations.swift
[15/58] Compiling XCTestDynamicOverlay RuntimeWarnings.swift
[16/58] Compiling XCTestDynamicOverlay XCTFail.swift
[17/58] Compiling XCTestDynamicOverlay Unimplemented.swift
[18/58] Compiling XCTestDynamicOverlay XCTCurrentTestCase.swift
[19/58] Emitting module ArgumentParser
[20/63] Emitting module XCTestDynamicOverlay
[21/63] Compiling XCTestDynamicOverlay DefaultInitializable.swift
[23/88] Compiling CustomDump CoreMotion.swift
[24/88] Compiling CustomDump Foundation.swift
[25/88] Compiling CustomDump UIKit.swift
[26/88] Compiling CustomDump UserNotifications.swift
[27/88] Compiling CustomDump UserNotificationsUI.swift
[28/88] Compiling ArgumentParser ExpressibleByArgument.swift
[29/88] Compiling ArgumentParser ParsableArguments.swift
[30/88] Compiling ArgumentParser ParsableArgumentsValidation.swift
[31/88] Compiling ArgumentParser ParsableCommand.swift
[32/88] Compiling ArgumentParser ArgumentDecoder.swift
[33/88] Compiling ArgumentParser DumpHelpGenerator.swift
[34/88] Compiling ArgumentParser HelpCommand.swift
[35/88] Compiling ArgumentParser HelpGenerator.swift
[36/88] Compiling ArgumentParser MessageInfo.swift
[37/88] Compiling ArgumentParser UsageGenerator.swift
[38/88] Compiling CustomDump AnyType.swift
[39/88] Compiling CustomDump StoreKit.swift
[40/88] Compiling CustomDump Swift.swift
[41/88] Compiling CustomDump SwiftUI.swift
[42/88] Compiling CustomDump CustomDumpReflectable.swift
[43/88] Compiling CustomDump GameKit.swift
[44/88] Compiling CustomDump KeyPath.swift
[45/88] Compiling CustomDump Photos.swift
[46/88] Compiling CustomDump Speech.swift
[51/91] Compiling CustomDump CoreImage.swift
[52/91] Compiling CustomDump CoreLocation.swift
[53/91] Compiling CustomDump CustomDumpRepresentable.swift
[54/91] Compiling CustomDump CustomDumpStringConvertible.swift
[55/91] Compiling CustomDump String.swift
[56/91] Compiling CustomDump Unordered.swift
[57/91] Compiling CustomDump XCTAssertNoDifference.swift
[58/91] Compiling ArgumentParser Option.swift
[59/91] Compiling CustomDump Box.swift
[60/91] Compiling CustomDump CollectionDifference.swift
[61/91] Compiling CustomDump Mirror.swift
[62/91] Compiling CustomDump Diff.swift
[63/91] Compiling CustomDump Dump.swift
[68/91] Compiling ArgumentParser CollectionExtensions.swift
[69/91] Compiling ArgumentParser Platform.swift
[70/91] Compiling ArgumentParser SequenceExtensions.swift
[71/91] Compiling ArgumentParser StringExtensions.swift
[72/91] Compiling ArgumentParser Tree.swift
[77/92] Emitting module CustomDump
[78/95] Compiling ArgumentParserTestHelpers TestHelpers.swift
[79/95] Emitting module ArgumentParserTestHelpers
[80/95] Compiling ArgumentParserTestHelpers StringHelpers.swift
[98/99] Compiling AssertSwiftCLI AssertSwiftCLI.swift
[99/99] Emitting module AssertSwiftCLI
Build complete! (17.94s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-custom-dump",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.2.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/pointfreeco/swift-custom-dump"
    },
    {
      "identity" : "swift-argument-parser",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-argument-parser"
    }
  ],
  "manifest_display_name" : "AssertSwiftCLI",
  "name" : "AssertSwiftCLI",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    }
  ],
  "products" : [
    {
      "name" : "AssertSwiftCLI",
      "targets" : [
        "AssertSwiftCLI"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "AssertSwiftCLITests",
      "module_type" : "SwiftTarget",
      "name" : "AssertSwiftCLITests",
      "path" : "Tests/AssertSwiftCLITests",
      "sources" : [
        "AssertSwiftCLITests.swift"
      ],
      "target_dependencies" : [
        "AssertSwiftCLI"
      ],
      "type" : "test"
    },
    {
      "c99name" : "AssertSwiftCLI",
      "module_type" : "SwiftTarget",
      "name" : "AssertSwiftCLI",
      "path" : "Sources/AssertSwiftCLI",
      "product_dependencies" : [
        "CustomDump"
      ],
      "product_memberships" : [
        "AssertSwiftCLI"
      ],
      "sources" : [
        "AssertSwiftCLI.swift"
      ],
      "target_dependencies" : [
        "ArgumentParserTestHelpers"
      ],
      "type" : "library"
    },
    {
      "c99name" : "ArgumentParserTestHelpers",
      "module_type" : "SwiftTarget",
      "name" : "ArgumentParserTestHelpers",
      "path" : "Sources/ArgumentParserTestHelpers",
      "product_dependencies" : [
        "ArgumentParser"
      ],
      "product_memberships" : [
        "AssertSwiftCLI"
      ],
      "sources" : [
        "StringHelpers.swift",
        "TestHelpers.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.5"
}
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.