The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Runtime, reference master (b90e9a), with Swift 6.3 for Linux on 14 Apr 2026 16:10:39 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/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/wickwirew/Runtime.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/wickwirew/Runtime
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at b90e9ab 2.2.7
Cloned https://github.com/wickwirew/Runtime.git
Revision (git rev-parse @):
b90e9ab1c66a964a9edf32fe38ea2774c0e5821b
SUCCESS checkout https://github.com/wickwirew/Runtime.git at master
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.3
Building package at path:  $PWD
https://github.com/wickwirew/Runtime.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/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/3] Write sources
[1/3] Compiling CRuntime dummy.c
[2/3] Write swift-version-24593BA9C3E375BF.txt
[4/44] Emitting module Runtime
[5/49] Compiling Runtime Vector.swift
[6/49] Compiling Runtime GettersSetters.swift
[7/49] Compiling Runtime Pointer+Extensions.swift
[8/49] Compiling Runtime RetainCounts.swift
[9/49] Compiling Runtime String+Extensions.swift
[10/49] Compiling Runtime MetadataType.swift
[11/49] Compiling Runtime NominalMetadataType.swift
[12/49] Compiling Runtime ProtocolMetadata.swift
[13/49] Compiling Runtime StructMetadata.swift
[14/49] Compiling Runtime TupleMetadata.swift
[15/49] Compiling Runtime Case.swift
[16/49] Compiling Runtime TypeInfoConvertible.swift
[17/49] Compiling Runtime Pointers.swift
[18/49] Compiling Runtime RelativePointer.swift
[19/49] Compiling Runtime RelativeVectorPointer.swift
[20/49] Compiling Runtime Union.swift
[21/49] Compiling Runtime ProtocolMetadataLayout.swift
[22/49] Compiling Runtime ProtocolTypeContainer.swift
[23/49] Compiling Runtime StructMetadataLayout.swift
[24/49] Compiling Runtime StructTypeDescriptor.swift
[25/49] Compiling Runtime TargetTypeGenericContextDescriptorHeader.swift
[26/49] Compiling Runtime TupleMetadataLayout.swift
[27/49] Compiling Runtime Errors.swift
[28/49] Compiling Runtime FunctionInfo.swift
[29/49] Compiling Runtime Kind.swift
[30/49] Compiling Runtime PropertyInfo.swift
[31/49] Compiling Runtime TypeInfo.swift
[32/49] Compiling Runtime TypeDescriptor.swift
[33/49] Compiling Runtime ValueWitnessTable.swift
[34/49] Compiling Runtime ClassMetadata.swift
[35/49] Compiling Runtime EnumMetadata.swift
[36/49] Compiling Runtime FuntionMetadata.swift
[37/49] Compiling Runtime Metadata.swift
[38/49] Compiling Runtime EnumTypeDescriptor.swift
[39/49] Compiling Runtime ExistentialContainter.swift
[40/49] Compiling Runtime FieldDescriptor.swift
[41/49] Compiling Runtime FunctionMetadataLayout.swift
[42/49] Compiling Runtime MetadataLayoutType.swift
[43/49] Compiling Runtime ProtocolDescriptor.swift
[44/49] Compiling Runtime DefaultValue.swift
[45/49] Compiling Runtime Factory.swift
[46/49] Compiling Runtime ClassHeader.swift
[47/49] Compiling Runtime ClassMetadataLayout.swift
[48/49] Compiling Runtime ClassTypeDescriptor.swift
[49/49] Compiling Runtime EnumMetadataLayout.swift
Build complete! (9.53s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Runtime",
  "name" : "Runtime",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "Runtime",
      "targets" : [
        "Runtime"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "5"
  ],
  "targets" : [
    {
      "c99name" : "RuntimeTests",
      "module_type" : "SwiftTarget",
      "name" : "RuntimeTests",
      "path" : "Tests/RuntimeTests",
      "sources" : [
        "FactoryTests.swift",
        "GetSetClassTests.swift",
        "GetSetStructTests.swift",
        "MetadataTests.swift",
        "ValuePointerTests.swift",
        "ValueWitnessTableTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "Runtime"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Runtime",
      "module_type" : "SwiftTarget",
      "name" : "Runtime",
      "path" : "Sources/Runtime",
      "product_memberships" : [
        "Runtime"
      ],
      "sources" : [
        "Factory/DefaultValue.swift",
        "Factory/Factory.swift",
        "Layouts/ClassHeader.swift",
        "Layouts/ClassMetadataLayout.swift",
        "Layouts/ClassTypeDescriptor.swift",
        "Layouts/EnumMetadataLayout.swift",
        "Layouts/EnumTypeDescriptor.swift",
        "Layouts/ExistentialContainter.swift",
        "Layouts/FieldDescriptor.swift",
        "Layouts/FunctionMetadataLayout.swift",
        "Layouts/MetadataLayoutType.swift",
        "Layouts/ProtocolDescriptor.swift",
        "Layouts/ProtocolMetadataLayout.swift",
        "Layouts/ProtocolTypeContainer.swift",
        "Layouts/StructMetadataLayout.swift",
        "Layouts/StructTypeDescriptor.swift",
        "Layouts/TargetTypeGenericContextDescriptorHeader.swift",
        "Layouts/TupleMetadataLayout.swift",
        "Layouts/TypeDescriptor.swift",
        "Layouts/ValueWitnessTable.swift",
        "Metadata/ClassMetadata.swift",
        "Metadata/EnumMetadata.swift",
        "Metadata/FuntionMetadata.swift",
        "Metadata/Metadata.swift",
        "Metadata/MetadataType.swift",
        "Metadata/NominalMetadataType.swift",
        "Metadata/ProtocolMetadata.swift",
        "Metadata/StructMetadata.swift",
        "Metadata/TupleMetadata.swift",
        "Models/Case.swift",
        "Models/Errors.swift",
        "Models/FunctionInfo.swift",
        "Models/Kind.swift",
        "Models/PropertyInfo.swift",
        "Models/TypeInfo.swift",
        "Models/TypeInfoConvertible.swift",
        "Pointers/Pointers.swift",
        "Pointers/RelativePointer.swift",
        "Pointers/RelativeVectorPointer.swift",
        "Pointers/Union.swift",
        "Pointers/Vector.swift",
        "Utilities/GettersSetters.swift",
        "Utilities/Pointer+Extensions.swift",
        "Utilities/RetainCounts.swift",
        "Utilities/String+Extensions.swift"
      ],
      "target_dependencies" : [
        "CRuntime"
      ],
      "type" : "library"
    },
    {
      "c99name" : "CRuntime",
      "module_type" : "ClangTarget",
      "name" : "CRuntime",
      "path" : "Sources/CRuntime",
      "product_memberships" : [
        "Runtime"
      ],
      "sources" : [
        "dummy.c"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.0"
}
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.