The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Moon, reference 1.3.0 (439d48), with Swift 6.3 for Linux on 19 Apr 2026 01:23:53 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-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/loopwerk/Moon.git
Reference: 1.3.0
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/loopwerk/Moon
 * tag               1.3.0      -> FETCH_HEAD
HEAD is now at 439d482 feat: Add Swift 6 concurrency support, bump minimum to Swift 5.10 / macOS 14
Cloned https://github.com/loopwerk/Moon.git
Revision (git rev-parse @):
439d48259e278863203f5a6f67bb45c84ffbd360
SUCCESS checkout https://github.com/loopwerk/Moon.git at 1.3.0
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.3
Building package at path:  $PWD
https://github.com/loopwerk/Moon.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-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
Fetching https://github.com/jectivex/JXKit
[1/3574] Fetching jxkit
Fetched https://github.com/jectivex/JXKit from cache (0.44s)
Computing version for https://github.com/jectivex/JXKit
Computed https://github.com/jectivex/JXKit at 3.6.0 (4.61s)
Creating working copy for https://github.com/jectivex/JXKit
Working copy of https://github.com/jectivex/JXKit resolved at 3.6.0
Building for debugging...
[0/5] Copying JXKit.plist
[1/5] Copying prism.js
[2/5] Write sources
[4/5] Write swift-version-24593BA9C3E375BF.txt
[6/20] Compiling JXKit JXListenerCollection.swift
[7/20] Compiling JXKit JXProperty.swift
[8/21] Compiling JXKit resource_bundle_accessor.swift
[9/21] Compiling JXKit JXDefs.swift
[10/21] Compiling JXKit JXError.swift
[11/21] Compiling JXKit JXCancellable.swift
[12/21] Compiling JXKit JXCoding.swift
[13/21] Compiling JXKit JXContext.swift
[14/21] Compiling JXKit JXConvertible.swift
[15/21] Emitting module JXKit
[16/21] Compiling JXKit Module.swift
[17/21] Compiling JXKit ScriptManager.swift
[18/21] Compiling JXKit JXScriptLoader.swift
[19/21] Compiling JXKit JXType.swift
[20/21] Compiling JXKit JXVM.swift
[21/21] Compiling JXKit JXValue.swift
[23/25] Compiling Moon resource_bundle_accessor.swift
[24/25] Compiling Moon Moon.swift
[25/25] Emitting module Moon
Build complete! (23.01s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "jxkit",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "3.6.0",
            "upper_bound" : "4.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/jectivex/JXKit"
    }
  ],
  "manifest_display_name" : "Moon",
  "name" : "Moon",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "14.0"
    },
    {
      "name" : "ios",
      "version" : "17.0"
    }
  ],
  "products" : [
    {
      "name" : "Moon",
      "targets" : [
        "Moon"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "MoonTests",
      "module_type" : "SwiftTarget",
      "name" : "MoonTests",
      "path" : "Tests/MoonTests",
      "sources" : [
        "MoonTests.swift"
      ],
      "target_dependencies" : [
        "Moon"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Moon",
      "module_type" : "SwiftTarget",
      "name" : "Moon",
      "path" : "Sources/Moon",
      "product_dependencies" : [
        "JXKit"
      ],
      "product_memberships" : [
        "Moon"
      ],
      "resources" : [
        {
          "path" : "/host/spi-builder-workspace/Sources/Moon/Resources/prism.js",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "Moon.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.10"
}
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.