The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of RuleKit, reference master (2d7215), with Swift 6.2 (beta) for Linux on 18 Jun 2025 04:08:05 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.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/apparata/rulekit.git
Reference: master
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/apparata/rulekit
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 2d72159 Update Package.swift
Cloned https://github.com/apparata/rulekit.git
Revision (git rev-parse @):
2d7215959d214dd5fadc3ae19167bef5482eaa84
SUCCESS checkout https://github.com/apparata/rulekit.git at master
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.2
Building package at path:  $PWD
https://github.com/apparata/rulekit.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.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:f81a7bd7aa87a0f81848d48c5bcc03f5f78deebd37fa5f9be9913077205d3687
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.2-latest
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-24593BA9C3E375BF.txt
[3/22] Compiling RuleKit SatisfyAtMost.swift
[4/22] Compiling RuleKit SatisfyEquals.swift
[5/24] Compiling RuleKit SatisfyIdentical.swift
[6/24] Compiling RuleKit SatisfyLessThan.swift
[7/24] Compiling RuleKit SatisfyNotRule.swift
[8/24] Compiling RuleKit Rule.swift
[9/24] Compiling RuleKit SatisfyAtLeast.swift
[10/24] Compiling RuleKit SatisfyLessThanRules.swift
[11/24] Compiling RuleKit SatisfyMoreThanRules.swift
[12/24] Compiling RuleKit SatisfyNoRule.swift
[13/24] Compiling RuleKit SatisfyAtLeastRules.swift
[14/24] Compiling RuleKit SatisfyAtMostRules.swift
[15/24] Compiling RuleKit SatisfyBothRule.swift
[16/24] Compiling RuleKit SatisfyEitherRule.swift
[17/24] Compiling RuleKit SatisfyExactlyOneRule.swift
[18/24] Compiling RuleKit SatisfyExactlyRules.swift
[19/24] Compiling RuleKit Collection+Satisfies.swift
[20/24] Compiling RuleKit SatisfyAllRules.swift
[21/24] Compiling RuleKit SatisfyAnyRules.swift
[22/24] Emitting module RuleKit
[23/24] Compiling RuleKit SatisfyMoreThan.swift
[24/24] Compiling RuleKit Int+Rules.swift
Build complete! (12.46s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "RuleKit",
  "name" : "RuleKit",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.14"
    },
    {
      "name" : "ios",
      "version" : "12.0"
    },
    {
      "name" : "tvos",
      "version" : "12.0"
    }
  ],
  "products" : [
    {
      "name" : "RuleKit",
      "targets" : [
        "RuleKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "RuleKitTests",
      "module_type" : "SwiftTarget",
      "name" : "RuleKitTests",
      "path" : "Tests/RuleKitTests",
      "sources" : [
        "RuleKitTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "RuleKit"
      ],
      "type" : "test"
    },
    {
      "c99name" : "RuleKit",
      "module_type" : "SwiftTarget",
      "name" : "RuleKit",
      "path" : "Sources/RuleKit",
      "product_memberships" : [
        "RuleKit"
      ],
      "sources" : [
        "Collection Extensions/Collection+Satisfies.swift",
        "Generic Rules/Composite Rules/SatisfyAllRules.swift",
        "Generic Rules/Composite Rules/SatisfyAnyRules.swift",
        "Generic Rules/Composite Rules/SatisfyAtLeastRules.swift",
        "Generic Rules/Composite Rules/SatisfyAtMostRules.swift",
        "Generic Rules/Composite Rules/SatisfyBothRule.swift",
        "Generic Rules/Composite Rules/SatisfyEitherRule.swift",
        "Generic Rules/Composite Rules/SatisfyExactlyOneRule.swift",
        "Generic Rules/Composite Rules/SatisfyExactlyRules.swift",
        "Generic Rules/Composite Rules/SatisfyLessThanRules.swift",
        "Generic Rules/Composite Rules/SatisfyMoreThanRules.swift",
        "Generic Rules/Composite Rules/SatisfyNoRule.swift",
        "Generic Rules/Composite Rules/SatisfyNotRule.swift",
        "Generic Rules/Rule.swift",
        "Generic Rules/Value Rules/SatisfyAtLeast.swift",
        "Generic Rules/Value Rules/SatisfyAtMost.swift",
        "Generic Rules/Value Rules/SatisfyEquals.swift",
        "Generic Rules/Value Rules/SatisfyIdentical.swift",
        "Generic Rules/Value Rules/SatisfyLessThan.swift",
        "Generic Rules/Value Rules/SatisfyMoreThan.swift",
        "Type Specific Rules/Int+Rules.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.1"
}
basic-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:f81a7bd7aa87a0f81848d48c5bcc03f5f78deebd37fa5f9be9913077205d3687
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.2-latest
Done.