The Swift Package Index logo.Swift Package Index

Build Information

Successful build of swift-actor-runtime, reference main (8d6a2a), with Swift 6.2 for Linux on 15 Jan 2026 17:21:56 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/1amageek/swift-actor-runtime.git
Reference: main
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/1amageek/swift-actor-runtime
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 8d6a2af Ensure actor release outside of lock to prevent deadlock
Cloned https://github.com/1amageek/swift-actor-runtime.git
Revision (git rev-parse @):
8d6a2af8a170bb51558ba722a1cf366a4bced13d
SUCCESS checkout https://github.com/1amageek/swift-actor-runtime.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.2
Building package at path:  $PWD
https://github.com/1amageek/swift-actor-runtime.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:028db8def7a0a170322a168cc6b6bf6fa53e165049035becb7303fffc498bb80
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.2-latest
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-24593BA9C3E375BF.txt
[3/10] Compiling ActorRuntime RuntimeError.swift
[4/10] Compiling ActorRuntime TransportProtocol.swift
[5/10] Compiling ActorRuntime CodableInvocationEncoder.swift
[6/10] Emitting module ActorRuntime
[7/10] Compiling ActorRuntime Envelope.swift
[8/10] Compiling ActorRuntime ActorRegistry.swift
[9/10] Compiling ActorRuntime CodableResultHandler.swift
[10/10] Compiling ActorRuntime CodableInvocationDecoder.swift
Build complete! (9.93s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "swift-actor-runtime",
  "name" : "swift-actor-runtime",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "18.0"
    },
    {
      "name" : "macos",
      "version" : "15.0"
    },
    {
      "name" : "watchos",
      "version" : "11.0"
    },
    {
      "name" : "tvos",
      "version" : "18.0"
    },
    {
      "name" : "visionos",
      "version" : "2.0"
    }
  ],
  "products" : [
    {
      "name" : "ActorRuntime",
      "targets" : [
        "ActorRuntime"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ActorRuntimeTests",
      "module_type" : "SwiftTarget",
      "name" : "ActorRuntimeTests",
      "path" : "Tests/ActorRuntimeTests",
      "sources" : [
        "ActorRegistryIntegrationTests.swift",
        "ActorRegistrySimpleTests.swift",
        "CodecTests.swift",
        "EnvelopeTests.swift",
        "InMemoryTransportTests.swift",
        "RuntimeErrorTests.swift",
        "TransportProtocolTests.swift"
      ],
      "target_dependencies" : [
        "ActorRuntime"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ActorRuntime",
      "module_type" : "SwiftTarget",
      "name" : "ActorRuntime",
      "path" : "Sources/ActorRuntime",
      "product_memberships" : [
        "ActorRuntime"
      ],
      "sources" : [
        "Codec/CodableInvocationDecoder.swift",
        "Codec/CodableInvocationEncoder.swift",
        "Codec/CodableResultHandler.swift",
        "Core/ActorRegistry.swift",
        "Core/Envelope.swift",
        "Core/RuntimeError.swift",
        "Transport/TransportProtocol.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.2"
}
basic-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:028db8def7a0a170322a168cc6b6bf6fa53e165049035becb7303fffc498bb80
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.2-latest
Done.