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 AssociatedTypeRequirementsKit, reference 0.3.2 (2e4c49), with Swift 6.2 (beta) for Android on 18 Jun 2025 21:00:02 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: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/nerdsupremacist/AssociatedTypeRequirementsKit.git
Reference: 0.3.2
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/nerdsupremacist/AssociatedTypeRequirementsKit
 * tag               0.3.2      -> FETCH_HEAD
HEAD is now at 2e4c49c Fixing _test implementations not caling the correct function due to overloading
Cloned https://github.com/nerdsupremacist/AssociatedTypeRequirementsKit.git
Revision (git rev-parse @):
2e4c49c21ffb2135f1c99fbfcf2119c9d24f5e8c
SUCCESS checkout https://github.com/nerdsupremacist/AssociatedTypeRequirementsKit.git at 0.3.2
========================================
Build
========================================
Selected platform:         android
Swift version:             6.2
Building package at path:  $PWD
https://github.com/nerdsupremacist/AssociatedTypeRequirementsKit.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/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
[5/7] Compiling CContext CContext.c
[6/7] Write swift-version-8C5A4AE7A8CE2BA.txt
[8/11] Emitting module ProtocolType
[9/11] Compiling ProtocolType ModuleName.swift
[10/11] Compiling ProtocolType ProtocolName.swift
[11/11] Compiling ProtocolType ProtocolType.swift
[13/16] Compiling ProtocolConformance fakeConformance.swift
[14/16] Compiling ProtocolConformance helpers.swift
[15/16] Compiling ProtocolConformance ProtocolConformanceRecord.swift
/host/spi-builder-workspace/Sources/ProtocolConformance/ProtocolConformanceRecord.swift:58:2: warning: symbol name 'swift_conformsToProtocol' is reserved for the Swift runtime and cannot be directly referenced without causing unpredictable behavior; this will become an error
56 | // MARK: - Runtime functions
57 |
58 | @_silgen_name("swift_conformsToProtocol")
   |  `- warning: symbol name 'swift_conformsToProtocol' is reserved for the Swift runtime and cannot be directly referenced without causing unpredictable behavior; this will become an error
59 | private func _conformsToProtocol(
60 |     _ type: Any.Type,
[16/16] Emitting module ProtocolConformance
/host/spi-builder-workspace/Sources/ProtocolConformance/ProtocolConformanceRecord.swift:58:2: warning: symbol name 'swift_conformsToProtocol' is reserved for the Swift runtime and cannot be directly referenced without causing unpredictable behavior; this will become an error
56 | // MARK: - Runtime functions
57 |
58 | @_silgen_name("swift_conformsToProtocol")
   |  `- warning: symbol name 'swift_conformsToProtocol' is reserved for the Swift runtime and cannot be directly referenced without causing unpredictable behavior; this will become an error
59 | private func _conformsToProtocol(
60 |     _ type: Any.Type,
[18/19] Emitting module ValuePointers
[19/19] Compiling ValuePointers withUnsafeValuePointer.swift
[21/23] Compiling Casting withCasted.swift
[22/23] Compiling Casting CastedProtocolValue.swift
[23/23] Emitting module Casting
[25/30] Compiling AssociatedTypeRequirementsVisitor AssociatedTypeRequirementsVisitor.swift
[26/30] Compiling AssociatedTypeRequirementsVisitor testTypes.swift
[27/30] Compiling AssociatedTypeRequirementsVisitor _test.swift
[28/30] Emitting module AssociatedTypeRequirementsVisitor
[29/30] Compiling AssociatedTypeRequirementsVisitor AssociatedTypeRequirementsTypeVisitor.swift
[30/30] Compiling AssociatedTypeRequirementsVisitor visitors.swift
Build complete! (18.91s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "AssociatedTypeRequirementsKit",
  "name" : "AssociatedTypeRequirementsKit",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "AssociatedTypeRequirementsKit",
      "targets" : [
        "AssociatedTypeRequirementsVisitor",
        "Casting",
        "ValuePointers",
        "ProtocolType"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ValuePointers",
      "module_type" : "SwiftTarget",
      "name" : "ValuePointers",
      "path" : "Sources/ValuePointers",
      "product_memberships" : [
        "AssociatedTypeRequirementsKit"
      ],
      "sources" : [
        "withUnsafeValuePointer.swift"
      ],
      "target_dependencies" : [
        "ProtocolConformance"
      ],
      "type" : "library"
    },
    {
      "c99name" : "ProtocolType",
      "module_type" : "SwiftTarget",
      "name" : "ProtocolType",
      "path" : "Sources/ProtocolType",
      "product_memberships" : [
        "AssociatedTypeRequirementsKit"
      ],
      "sources" : [
        "ModuleName.swift",
        "ProtocolName.swift",
        "ProtocolType.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "ProtocolConformance",
      "module_type" : "SwiftTarget",
      "name" : "ProtocolConformance",
      "path" : "Sources/ProtocolConformance",
      "product_memberships" : [
        "AssociatedTypeRequirementsKit"
      ],
      "sources" : [
        "ProtocolConformanceRecord.swift",
        "fakeConformance.swift",
        "helpers.swift"
      ],
      "target_dependencies" : [
        "ProtocolType"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Casting",
      "module_type" : "SwiftTarget",
      "name" : "Casting",
      "path" : "Sources/Casting",
      "product_memberships" : [
        "AssociatedTypeRequirementsKit"
      ],
      "sources" : [
        "CastedProtocolValue.swift",
        "withCasted.swift"
      ],
      "target_dependencies" : [
        "ValuePointers",
        "ProtocolType"
      ],
      "type" : "library"
    },
    {
      "c99name" : "CContext",
      "module_type" : "ClangTarget",
      "name" : "CContext",
      "path" : "Sources/CContext",
      "product_memberships" : [
        "AssociatedTypeRequirementsKit"
      ],
      "sources" : [
        "CContext.c"
      ],
      "type" : "library"
    },
    {
      "c99name" : "AssociatedTypeRequirementsVisitor",
      "module_type" : "SwiftTarget",
      "name" : "AssociatedTypeRequirementsVisitor",
      "path" : "Sources/AssociatedTypeRequirementsVisitor",
      "product_memberships" : [
        "AssociatedTypeRequirementsKit"
      ],
      "sources" : [
        "AssociatedTypeRequirementsTypeVisitor.swift",
        "AssociatedTypeRequirementsVisitor.swift",
        "_test.swift",
        "testTypes.swift",
        "visitors.swift"
      ],
      "target_dependencies" : [
        "Casting",
        "ValuePointers",
        "CContext"
      ],
      "type" : "library"
    },
    {
      "c99name" : "AssociatedTypeRequirementsKitTests",
      "module_type" : "SwiftTarget",
      "name" : "AssociatedTypeRequirementsKitTests",
      "path" : "Tests/AssociatedTypeRequirementsKitTests",
      "sources" : [
        "ProtocolTypeTests.swift",
        "ValuePointersTests.swift",
        "VisitorTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "AssociatedTypeRequirementsVisitor",
        "Casting",
        "ValuePointers",
        "ProtocolType"
      ],
      "type" : "test"
    }
  ],
  "tools_version" : "5.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.