The Swift Package Index logo.Swift Package Index

Build Information

Successful build of CodeQuickKit, reference 7.0.0 (8b1e51), with Swift 6.3 for Linux on 13 Apr 2026 10:34:51 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:basic-6.3-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/richardpiazza/CodeQuickKit.git
Reference: 7.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/richardpiazza/CodeQuickKit
 * tag               7.0.0      -> FETCH_HEAD
HEAD is now at 8b1e515 Drop Deprecations (#8)
Cloned https://github.com/richardpiazza/CodeQuickKit.git
Revision (git rev-parse @):
8b1e5150daea43625dec1deff195bb254f2ecba4
SUCCESS checkout https://github.com/richardpiazza/CodeQuickKit.git at 7.0.0
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.3
Building package at path:  $PWD
https://github.com/richardpiazza/CodeQuickKit.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:basic-6.3-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:5a7d791d2ead8a924b1292cb31bf3288eabcfe8880e0b005b00b45b71a5bc36a
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:basic-6.3-latest
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-24593BA9C3E375BF.txt
[3/27] Emitting module CodeQuickKit
[4/30] Compiling CodeQuickKit NSMutableAttributedString.swift
[5/30] Compiling CodeQuickKit Reusable.swift
[6/30] Compiling CodeQuickKit UIAlertController+ActivityAlert.swift
[7/30] Compiling CodeQuickKit UIAlertController.swift
[8/30] Compiling CodeQuickKit UIPickerView.swift
[9/30] Compiling CodeQuickKit UIViewController.swift
[10/30] Compiling CodeQuickKit ActivityAlertView.swift
[11/30] Compiling CodeQuickKit Bundle+Storyboards.swift
[12/30] Compiling CodeQuickKit HUD.swift
[13/30] Compiling CodeQuickKit Bundle+CommonKeys.swift
[14/30] Compiling CodeQuickKit Bundle+DecodableResources.swift
[15/30] Compiling CodeQuickKit Character+Casing.swift
[16/30] Compiling CodeQuickKit Date+Semantic.swift
[17/30] Compiling CodeQuickKit FileManager.swift
[18/30] Compiling CodeQuickKit NSMetadataQuery.swift
[19/30] Compiling CodeQuickKit NumberFormatter.swift
[20/30] Compiling CodeQuickKit PausableTimer.swift
[21/30] Compiling CodeQuickKit DependencySupplier.swift
[22/30] Compiling CodeQuickKit Sequence+KeyPath.swift
[23/30] Compiling CodeQuickKit Sequence+SplitBefore.swift
[24/30] Compiling CodeQuickKit String+Casing.swift
[25/30] Compiling CodeQuickKit StringProtocol+Replacement.swift
[26/30] Compiling CodeQuickKit Ubiquity.swift
[27/30] Compiling CodeQuickKit UserDefault.swift
[28/30] Compiling CodeQuickKit UserDefaults.swift
[29/30] Compiling CodeQuickKit Dependency.swift
[30/30] Compiling CodeQuickKit DependencyCache.swift
Build complete! (10.83s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "CodeQuickKit",
  "name" : "CodeQuickKit",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "maccatalyst",
      "version" : "13.0"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    }
  ],
  "products" : [
    {
      "name" : "CodeQuickKit",
      "targets" : [
        "CodeQuickKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "5"
  ],
  "targets" : [
    {
      "c99name" : "CodeQuickKitTests",
      "module_type" : "SwiftTarget",
      "name" : "CodeQuickKitTests",
      "path" : "Tests/CodeQuickKitTests",
      "sources" : [
        "Foundation/BundleTests.swift",
        "Foundation/DateTests.swift",
        "Foundation/NumberFormatterTests.swift",
        "Foundation/PausableTimerTests.swift",
        "Foundation/UserDefaultTests.swift",
        "Swift/DependencyTests.swift"
      ],
      "target_dependencies" : [
        "CodeQuickKit"
      ],
      "type" : "test"
    },
    {
      "c99name" : "CodeQuickKit",
      "module_type" : "SwiftTarget",
      "name" : "CodeQuickKit",
      "path" : "Sources/CodeQuickKit",
      "product_memberships" : [
        "CodeQuickKit"
      ],
      "sources" : [
        "Foundation/Bundle+CommonKeys.swift",
        "Foundation/Bundle+DecodableResources.swift",
        "Foundation/Character+Casing.swift",
        "Foundation/Date+Semantic.swift",
        "Foundation/FileManager.swift",
        "Foundation/NSMetadataQuery.swift",
        "Foundation/NumberFormatter.swift",
        "Foundation/PausableTimer.swift",
        "Foundation/String+Casing.swift",
        "Foundation/StringProtocol+Replacement.swift",
        "Foundation/Ubiquity.swift",
        "Foundation/UserDefault.swift",
        "Foundation/UserDefaults.swift",
        "Swift/Dependency.swift",
        "Swift/DependencyCache.swift",
        "Swift/DependencySupplier.swift",
        "Swift/Sequence+KeyPath.swift",
        "Swift/Sequence+SplitBefore.swift",
        "SwiftUI/ActivityAlertView.swift",
        "UIKit/Bundle+Storyboards.swift",
        "UIKit/HUD.swift",
        "UIKit/NSMutableAttributedString.swift",
        "UIKit/Reusable.swift",
        "UIKit/UIAlertController+ActivityAlert.swift",
        "UIKit/UIAlertController.swift",
        "UIKit/UIPickerView.swift",
        "UIKit/UIViewController.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.5"
}
basic-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:5a7d791d2ead8a924b1292cb31bf3288eabcfe8880e0b005b00b45b71a5bc36a
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:basic-6.3-latest
Done.