The Swift Package Index logo.Swift Package Index

Build Information

Successful build of JCState, reference main (1ea7f5), with Swift 6.2 for Linux on 2 May 2026 05:46:57 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.2-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/jazzychad/JCState.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/jazzychad/JCState
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 1ea7f53 add sparse flag info to the README, bump version
Cloned https://github.com/jazzychad/JCState.git
Revision (git rev-parse @):
1ea7f53afca13bfad079ff67341bdc1d3a98f697
SUCCESS checkout https://github.com/jazzychad/JCState.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.2
Building package at path:  $PWD
https://github.com/jazzychad/JCState.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.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.2-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:0ddb100795e64f71518020a73ad8441aeb43832ede7f1202ae7f8de93664f90d
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:basic-6.2-latest
Fetching https://github.com/swiftlang/swift-syntax.git
[1/75038] Fetching swift-syntax
Fetched https://github.com/swiftlang/swift-syntax.git from cache (4.61s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 602.0.0 (7.00s)
Creating working copy for https://github.com/swiftlang/swift-syntax.git
Working copy of https://github.com/swiftlang/swift-syntax.git resolved at 602.0.0
Downloading package prebuilt https://download.swift.org/prebuilts/swift-syntax/602.0.0/swift-6.2.4-RELEASE-MacroSupport-ubuntu_jammy_x86_64.tar.gz
Downloaded https://download.swift.org/prebuilts/swift-syntax/602.0.0/swift-6.2.4-RELEASE-MacroSupport-ubuntu_jammy_x86_64.tar.gz (0.40s)
Building for debugging...
[0/11] Write sources
[3/11] Write swift-version-24593BA9C3E375BF.txt
[5/13] Emitting module JCStateMacros
[6/13] Compiling JCStateMacros JCStateMacro.swift
[7/14] Wrapping AST for JCStateMacros for debugging
[8/14] Write Objects.LinkFileList
[9/14] Linking JCStateMacros-tool
[11/16] Emitting module JCState
[12/16] Compiling JCState JCState.swift
[13/17] Wrapping AST for JCState for debugging
[15/19] Emitting module JCStateClient
[16/19] Compiling JCStateClient main.swift
[17/20] Wrapping AST for JCStateClient for debugging
[18/20] Write Objects.LinkFileList
[19/20] Linking JCStateClient
Build complete! (21.18s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-syntax",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "602.0.0",
            "upper_bound" : "603.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swiftlang/swift-syntax.git"
    }
  ],
  "manifest_display_name" : "JCState",
  "name" : "JCState",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    },
    {
      "name" : "maccatalyst",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "JCState",
      "targets" : [
        "JCState"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "JCStateClient",
      "targets" : [
        "JCStateClient"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "JCStateMacros",
      "targets" : [
        "JCStateMacros"
      ],
      "type" : {
        "macro" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "JCStateTests",
      "module_type" : "SwiftTarget",
      "name" : "JCStateTests",
      "path" : "Tests/JCStateTests",
      "product_dependencies" : [
        "SwiftSyntaxMacrosTestSupport"
      ],
      "sources" : [
        "JCStateTests.swift"
      ],
      "target_dependencies" : [
        "JCStateMacros"
      ],
      "type" : "test"
    },
    {
      "c99name" : "JCStateMacros",
      "module_type" : "SwiftTarget",
      "name" : "JCStateMacros",
      "path" : "Sources/JCStateMacros",
      "product_dependencies" : [
        "SwiftSyntaxMacros",
        "SwiftCompilerPlugin"
      ],
      "product_memberships" : [
        "JCState",
        "JCStateClient",
        "JCStateMacros"
      ],
      "sources" : [
        "JCStateMacro.swift"
      ],
      "type" : "macro"
    },
    {
      "c99name" : "JCStateClient",
      "module_type" : "SwiftTarget",
      "name" : "JCStateClient",
      "path" : "Sources/JCStateClient",
      "product_memberships" : [
        "JCStateClient"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "JCState"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "JCState",
      "module_type" : "SwiftTarget",
      "name" : "JCState",
      "path" : "Sources/JCState",
      "product_memberships" : [
        "JCState",
        "JCStateClient"
      ],
      "sources" : [
        "JCState.swift"
      ],
      "target_dependencies" : [
        "JCStateMacros"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.2"
}
basic-6.2-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:0ddb100795e64f71518020a73ad8441aeb43832ede7f1202ae7f8de93664f90d
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:basic-6.2-latest
Done.