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 LogicKit, reference master (f25819), with Swift 6.2 (beta) for Android on 19 Jun 2025 01:55:15 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:android-6.2-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/kyouko-taiga/logickit.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/kyouko-taiga/logickit
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at f25819a Add a link to the short paper
Cloned https://github.com/kyouko-taiga/logickit.git
Revision (git rev-parse @):
f25819a00278ad9649f57837409940f7721e1fde
SUCCESS checkout https://github.com/kyouko-taiga/logickit.git at master
========================================
Build
========================================
Selected platform:         android
Swift version:             6.2
Building package at path:  $PWD
https://github.com/kyouko-taiga/logickit.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.2-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1
android-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:b7c4a6b4153ff40ef9277e2157e708f835b8eb011095d53bd8db4594eb2b7798
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.2-latest
Building for debugging...
[0/7] Write sources
[2/7] Write swift-version-8C5A4AE7A8CE2BA.txt
[4/15] Compiling LogicKit Sequence+Extensions.swift
[5/16] Compiling LogicKit BindingMap.swift
[6/16] Compiling LogicKit AnswerSet.swift
[7/16] Emitting module LogicKit
[8/16] Compiling LogicKit Logger.swift
[9/16] Compiling LogicKit KnowledgeBase.swift
[10/16] Compiling LogicKit EDSL.swift
[11/16] Compiling LogicKit Realizer.swift
[12/16] Compiling LogicKit Term.swift
[13/17] Wrapping AST for LogicKit for debugging
[15/20] Emitting module LogicKitBuiltins
[16/20] Compiling LogicKitBuiltins List.swift
[17/20] Compiling LogicKitBuiltins Nat.swift
[18/21] Wrapping AST for LogicKitBuiltins for debugging
[19/21] Write Objects.LinkFileList
[20/21] Archiving libLogicKit.a
Build complete! (7.14s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "LogicKit",
  "name" : "LogicKit",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "LogicKit",
      "targets" : [
        "LogicKit",
        "LogicKitBuiltins"
      ],
      "type" : {
        "library" : [
          "static"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "LogicKitTests",
      "module_type" : "SwiftTarget",
      "name" : "LogicKitTests",
      "path" : "Tests/LogicKitTests",
      "sources" : [
        "BindingMapTests.swift",
        "KnowledgeBaseTests.swift",
        "LogicKitTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "LogicKit"
      ],
      "type" : "test"
    },
    {
      "c99name" : "LogicKitBuiltinsTests",
      "module_type" : "SwiftTarget",
      "name" : "LogicKitBuiltinsTests",
      "path" : "Tests/LogicKitBuiltinsTests",
      "sources" : [
        "ListTests.swift",
        "NatTests.swift"
      ],
      "target_dependencies" : [
        "LogicKitBuiltins"
      ],
      "type" : "test"
    },
    {
      "c99name" : "LogicKitBuiltins",
      "module_type" : "SwiftTarget",
      "name" : "LogicKitBuiltins",
      "path" : "Sources/LogicKitBuiltins",
      "product_memberships" : [
        "LogicKit"
      ],
      "sources" : [
        "List.swift",
        "Nat.swift"
      ],
      "target_dependencies" : [
        "LogicKit"
      ],
      "type" : "library"
    },
    {
      "c99name" : "LogicKit",
      "module_type" : "SwiftTarget",
      "name" : "LogicKit",
      "path" : "Sources/LogicKit",
      "product_memberships" : [
        "LogicKit"
      ],
      "sources" : [
        "AnswerSet.swift",
        "BindingMap.swift",
        "EDSL.swift",
        "KnowledgeBase.swift",
        "Logger.swift",
        "Realizer.swift",
        "Sequence+Extensions.swift",
        "Term.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "4.2"
}
android-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:b7c4a6b4153ff40ef9277e2157e708f835b8eb011095d53bd8db4594eb2b7798
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.2-latest
Done.