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 Axiomatic, reference master (647459), with Swift 6.1 for Android on 27 May 2025 14:04:44 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -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.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/jadengeller/axiomatic.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/jadengeller/axiomatic
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 6474593 Merge pull request #3 from MaxDesiatov/master
Cloned https://github.com/jadengeller/axiomatic.git
Revision (git rev-parse @):
6474593b80f256974b9acb24062e67e28cd92594
SUCCESS checkout https://github.com/jadengeller/axiomatic.git at master
========================================
Build
========================================
Selected platform:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/jadengeller/axiomatic.git
https://github.com/jadengeller/axiomatic.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "gluey",
      "requirement" : {
        "branch" : [
          "master"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/JadenGeller/Gluey.git"
    }
  ],
  "manifest_display_name" : "Axiomatic",
  "name" : "Axiomatic",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "Axiomatic",
      "targets" : [
        "Axiomatic"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "AxiomaticTests",
      "module_type" : "SwiftTarget",
      "name" : "AxiomaticTests",
      "path" : "Tests/AxiomaticTests",
      "sources" : [
        "ClauseTests.swift",
        "PredicateTests.swift",
        "SystemTests.swift"
      ],
      "target_dependencies" : [
        "Axiomatic"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Axiomatic",
      "module_type" : "SwiftTarget",
      "name" : "Axiomatic",
      "path" : "Sources/Axiomatic",
      "product_dependencies" : [
        "Gluey"
      ],
      "product_memberships" : [
        "Axiomatic"
      ],
      "sources" : [
        "Clause.swift",
        "Functor.swift",
        "System.swift",
        "Term.swift",
        "Utility.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -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
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:9f3c606dcd2a4f06d17ba472aa533c43685ba7ba19a5c9bc23518a066eb7f86a
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/JadenGeller/Gluey.git
[1/462] Fetching gluey
Fetched https://github.com/JadenGeller/Gluey.git from cache (0.34s)
Creating working copy for https://github.com/JadenGeller/Gluey.git
Working copy of https://github.com/JadenGeller/Gluey.git resolved at master (c4912ca)
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-24593BA9C3E375BF.txt
[4/11] Compiling Gluey UnificationError.swift
[5/11] Compiling Gluey Unifiable.swift
[6/11] Compiling Gluey Glue.swift
[7/11] Compiling Gluey DriedGlue.swift
[8/11] Compiling Gluey UnifiableType.swift
[9/11] Compiling Gluey ContextCopyable.swift
[10/11] Emitting module Gluey
[11/11] Compiling Gluey Binding.swift
[13/18] Compiling Axiomatic Utility.swift
[14/18] Emitting module Axiomatic
[15/18] Compiling Axiomatic Term.swift
[16/18] Compiling Axiomatic System.swift
[17/18] Compiling Axiomatic Functor.swift
[18/18] Compiling Axiomatic Clause.swift
Build complete! (10.13s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "gluey",
      "requirement" : {
        "branch" : [
          "master"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/JadenGeller/Gluey.git"
    }
  ],
  "manifest_display_name" : "Axiomatic",
  "name" : "Axiomatic",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "Axiomatic",
      "targets" : [
        "Axiomatic"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "AxiomaticTests",
      "module_type" : "SwiftTarget",
      "name" : "AxiomaticTests",
      "path" : "Tests/AxiomaticTests",
      "sources" : [
        "ClauseTests.swift",
        "PredicateTests.swift",
        "SystemTests.swift"
      ],
      "target_dependencies" : [
        "Axiomatic"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Axiomatic",
      "module_type" : "SwiftTarget",
      "name" : "Axiomatic",
      "path" : "Sources/Axiomatic",
      "product_dependencies" : [
        "Gluey"
      ],
      "product_memberships" : [
        "Axiomatic"
      ],
      "sources" : [
        "Clause.swift",
        "Functor.swift",
        "System.swift",
        "Term.swift",
        "Utility.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.0"
}
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:9f3c606dcd2a4f06d17ba472aa533c43685ba7ba19a5c9bc23518a066eb7f86a
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Done.