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 ActionsKit, reference v1.1.0 (3a1a4c), with Swift 6.1 for Linux on 25 Apr 2025 11:18:06 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/elegantchaos/ActionsKit.git
Reference: v1.1.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/elegantchaos/ActionsKit
 * tag               v1.1.0     -> FETCH_HEAD
HEAD is now at 3a1a4c9 Need Swift 5.1 in order to check for Catalyst.
Cloned https://github.com/elegantchaos/ActionsKit.git
Revision (git rev-parse @):
3a1a4c924964404ead8fe6b75b9e00ab30550095
SUCCESS checkout https://github.com/elegantchaos/ActionsKit.git at v1.1.0
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/elegantchaos/ActionsKit.git
https://github.com/elegantchaos/ActionsKit.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "actions",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.5.1",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/elegantchaos/Actions"
    },
    {
      "identity" : "logger",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.5.3",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/elegantchaos/Logger"
    },
    {
      "identity" : "localization",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.3",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/elegantchaos/Localization"
    }
  ],
  "manifest_display_name" : "ActionsKit",
  "name" : "ActionsKit",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.13"
    },
    {
      "name" : "ios",
      "version" : "12.0"
    },
    {
      "name" : "tvos",
      "version" : "12.0"
    }
  ],
  "products" : [
    {
      "name" : "ActionsKit",
      "targets" : [
        "ActionsKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ActionsKitTests",
      "module_type" : "SwiftTarget",
      "name" : "ActionsKitTests",
      "path" : "Tests/ActionsKitTests",
      "sources" : [
        "ActionsKitTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "ActionsKit"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ActionsKit",
      "module_type" : "SwiftTarget",
      "name" : "ActionsKit",
      "path" : "Sources/ActionsKit",
      "product_dependencies" : [
        "Actions",
        "Localization",
        "Logger",
        "LoggerKit"
      ],
      "product_memberships" : [
        "ActionsKit"
      ],
      "sources" : [
        "ActionManagerMac.swift",
        "ActionManagerMobile.swift",
        "UICommand+Actions.swift",
        "UIMenu+Actions.swift",
        "UINavigationController+Actions.swift",
        "UIResponder+Actions.swift",
        "UIView+Actions.swift",
        "UIViewController+Actions.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.1"
}
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/elegantchaos/Logger
Fetching https://github.com/elegantchaos/Localization
Fetching https://github.com/elegantchaos/Actions
[1/961] Fetching actions
[962/3012] Fetching actions, logger
[3013/3122] Fetching actions, logger, localization
Fetched https://github.com/elegantchaos/Actions from cache (0.54s)
Fetched https://github.com/elegantchaos/Localization from cache (0.54s)
Fetched https://github.com/elegantchaos/Logger from cache (0.54s)
Computing version for https://github.com/elegantchaos/Actions
Computed https://github.com/elegantchaos/Actions at 1.5.1 (1.26s)
Computing version for https://github.com/elegantchaos/Localization
Computed https://github.com/elegantchaos/Localization at 1.0.5 (0.48s)
Computing version for https://github.com/elegantchaos/Logger
Computed https://github.com/elegantchaos/Logger at 1.8.2 (0.51s)
Creating working copy for https://github.com/elegantchaos/Logger
Working copy of https://github.com/elegantchaos/Logger resolved at 1.8.2
Creating working copy for https://github.com/elegantchaos/Localization
Working copy of https://github.com/elegantchaos/Localization resolved at 1.0.5
Creating working copy for https://github.com/elegantchaos/Actions
Working copy of https://github.com/elegantchaos/Actions resolved at 1.5.1
Building for debugging...
[0/9] Write sources
[5/9] Write swift-version-24593BA9C3E375BF.txt
[7/21] Compiling Logger PrintHandler.swift
[8/21] Compiling Logger OSLogHandler.swift
[9/22] Compiling Logger NSLogHandler.swift
[10/22] Compiling Localization Localization.swift
[11/22] Emitting module Localization
[12/22] Compiling Localization String+Localization.swift
[13/23] Compiling Logger UserDefaultsManagerSettings.swift
[14/23] Compiling Logger ManagerSettings.swift
[16/23] Compiling Logger Handler.swift
[17/23] Compiling Logger Manager.swift
[18/23] Emitting module Logger
[19/23] Compiling Logger Channel.swift
[20/23] Compiling Logger Context.swift
[21/24] Wrapping AST for Localization for debugging
[22/24] Write Objects.LinkFileList
[23/24] Archiving libLocalization.a
[25/43] Compiling Actions DecodableWithContext.swift
[26/44] Compiling LoggerKit LoggerApplication.swift
[27/45] Compiling LoggerKit LoggerApplication+UIKit.swift
[28/45] Compiling LoggerKit LoggerApplication+LoggerMenu.swift
[29/45] Compiling LoggerKit ChainableResponder.swift
[30/45] Compiling LoggerKit LoggerApplication+AppKit.swift
[31/45] Emitting module LoggerKit
[32/45] Compiling LoggerKit LoggerSettingsView.swift
[33/45] Compiling LoggerKit LoggerScene.swift
[34/45] Compiling LoggerKit LoggerMenu+AppKit.swift
[35/45] Compiling LoggerKit LoggerMenu+UIKit.swift
[36/46] Compiling Actions DelegatedAction.swift
[38/46] Compiling Actions ActionNotification.swift
[39/46] Compiling Actions ActionSerialisation.swift
[40/46] Emitting module Actions
[41/46] Compiling Actions Action.swift
[42/46] Compiling Actions ActionContext.swift
[43/46] Compiling Actions ActionManager.swift
[46/46] Compiling Actions ActionKey.swift
[48/55] Compiling ActionsKit UINavigationController+Actions.swift
[49/56] Compiling ActionsKit UICommand+Actions.swift
[50/56] Emitting module ActionsKit
[51/56] Compiling ActionsKit ActionManagerMobile.swift
[52/56] Compiling ActionsKit UIMenu+Actions.swift
[53/56] Compiling ActionsKit UIView+Actions.swift
[54/56] Compiling ActionsKit ActionManagerMac.swift
[55/56] Compiling ActionsKit UIResponder+Actions.swift
[56/56] Compiling ActionsKit UIViewController+Actions.swift
Build complete! (12.24s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "actions",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.5.1",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/elegantchaos/Actions"
    },
    {
      "identity" : "logger",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.5.3",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/elegantchaos/Logger"
    },
    {
      "identity" : "localization",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.3",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/elegantchaos/Localization"
    }
  ],
  "manifest_display_name" : "ActionsKit",
  "name" : "ActionsKit",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.13"
    },
    {
      "name" : "ios",
      "version" : "12.0"
    },
    {
      "name" : "tvos",
      "version" : "12.0"
    }
  ],
  "products" : [
    {
      "name" : "ActionsKit",
      "targets" : [
        "ActionsKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ActionsKitTests",
      "module_type" : "SwiftTarget",
      "name" : "ActionsKitTests",
      "path" : "Tests/ActionsKitTests",
      "sources" : [
        "ActionsKitTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "ActionsKit"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ActionsKit",
      "module_type" : "SwiftTarget",
      "name" : "ActionsKit",
      "path" : "Sources/ActionsKit",
      "product_dependencies" : [
        "Actions",
        "Localization",
        "Logger",
        "LoggerKit"
      ],
      "product_memberships" : [
        "ActionsKit"
      ],
      "sources" : [
        "ActionManagerMac.swift",
        "ActionManagerMobile.swift",
        "UICommand+Actions.swift",
        "UIMenu+Actions.swift",
        "UINavigationController+Actions.swift",
        "UIResponder+Actions.swift",
        "UIView+Actions.swift",
        "UIViewController+Actions.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.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
Done.