The Swift Package Index logo.Swift Package Index

Build Information

Successful build of AssociatedTypeRequirementsKit, reference 0.3.2 (2e4c49), with Swift 6.3 for Linux on 12 Apr 2026 01:56:00 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/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/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:         linux
Swift version:             6.3
Building package at path:  $PWD
https://github.com/nerdsupremacist/AssociatedTypeRequirementsKit.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/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/7] Write sources
[5/7] Compiling CContext CContext.c
[6/7] Write swift-version-24593BA9C3E375BF.txt
[8/11] Compiling ProtocolType ProtocolName.swift
[9/11] Compiling ProtocolType ProtocolType.swift
[10/11] Emitting module ProtocolType
[11/11] Compiling ProtocolType ModuleName.swift
[13/16] Compiling ProtocolConformance fakeConformance.swift
[14/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,
[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] Compiling ProtocolConformance helpers.swift
[18/19] Compiling ValuePointers withUnsafeValuePointer.swift
[19/19] Emitting module ValuePointers
[21/23] Emitting module Casting
[22/23] Compiling Casting withCasted.swift
[23/23] Compiling Casting CastedProtocolValue.swift
[25/30] Compiling AssociatedTypeRequirementsVisitor AssociatedTypeRequirementsVisitor.swift
[26/30] Emitting module AssociatedTypeRequirementsVisitor
[27/30] Compiling AssociatedTypeRequirementsVisitor AssociatedTypeRequirementsTypeVisitor.swift
[28/30] Compiling AssociatedTypeRequirementsVisitor _test.swift
[29/30] Compiling AssociatedTypeRequirementsVisitor visitors.swift
[30/30] Compiling AssociatedTypeRequirementsVisitor testTypes.swift
Build complete! (11.54s)
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"
}
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.