The Swift Package Index logo.Swift Package Index

Build Information

Successful build of swift-fixtures, reference main (85753d), with Swift 6.2 for Linux on 28 Jan 2026 16:06:55 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/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/gibachan/swift-fixtures.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/gibachan/swift-fixtures
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 85753d9 Bump up to 0.4.0
Cloned https://github.com/gibachan/swift-fixtures.git
Revision (git rev-parse @):
85753d922626d217291037ab2a16325aa6629e02
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/gibachan/swift-fixtures.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.2
Building package at path:  $PWD
https://github.com/gibachan/swift-fixtures.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/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:257b0ae9749b4eea8553a58f7bf60a672611c061e9b845ccfee371e7c1138ce8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.2-latest
Fetching https://github.com/swiftlang/swift-syntax.git
Fetching https://github.com/swiftlang/swift-docc-plugin
[1/2167] Fetching swift-docc-plugin
Fetched https://github.com/swiftlang/swift-docc-plugin from cache (0.44s)
[1/73886] Fetching swift-syntax
Fetched https://github.com/swiftlang/swift-syntax.git from cache (6.49s)
Computing version for https://github.com/swiftlang/swift-docc-plugin
Computed https://github.com/swiftlang/swift-docc-plugin at 1.4.5 (8.57s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3649] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.39s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (0.87s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 602.0.0 (0.59s)
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
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
Creating working copy for https://github.com/swiftlang/swift-docc-plugin
Working copy of https://github.com/swiftlang/swift-docc-plugin resolved at 1.4.5
Downloading package prebuilt https://download.swift.org/prebuilts/swift-syntax/602.0.0/swift-6.2.3-RELEASE-MacroSupport-ubuntu_jammy_x86_64.tar.gz
Downloaded https://download.swift.org/prebuilts/swift-syntax/602.0.0/swift-6.2.3-RELEASE-MacroSupport-ubuntu_jammy_x86_64.tar.gz (0.82s)
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/14] Write sources
[6/14] Write swift-version-24593BA9C3E375BF.txt
[8/17] Compiling FixturesMacros Parameter.swift
[9/17] Emitting module FixturesMacros
[10/17] Compiling FixturesMacros FixtureMacro.swift
[11/18] Wrapping AST for FixturesMacros for debugging
[12/18] Write Objects.LinkFileList
[13/18] Linking FixturesMacros-tool
[15/22] Emitting module Fixtures
Internal Error: dataCorrupted(Swift.DecodingError.Context(codingPath: [], debugDescription: "Corrupted JSON", underlyingError: Optional(unexpected end of file)))
[16/22] Compiling Fixtures Fixtures.swift
Internal Error: dataCorrupted(Swift.DecodingError.Context(codingPath: [], debugDescription: "Corrupted JSON", underlyingError: Optional(unexpected end of file)))
[18/23] Emitting module Fixtures
Internal Error: dataCorrupted(Swift.DecodingError.Context(codingPath: [], debugDescription: "Corrupted JSON", underlyingError: Optional(unexpected end of file)))
[19/23] Compiling Fixtures Fixtures.swift
[20/26] Wrapping AST for Fixtures for debugging
[22/26] Emitting module FixturesClient
[23/26] Compiling FixturesClient main.swift
[24/27] Wrapping AST for FixturesClient for debugging
[25/27] Write Objects.LinkFileList
[26/27] Linking FixturesClient
Build complete! (40.89s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-syntax",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "602.0.0-latest",
            "upper_bound" : "603.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swiftlang/swift-syntax.git"
    },
    {
      "identity" : "swift-docc-plugin",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.4.5",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swiftlang/swift-docc-plugin"
    }
  ],
  "manifest_display_name" : "swift-fixtures",
  "name" : "swift-fixtures",
  "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" : "Fixtures",
      "targets" : [
        "Fixtures"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "FixturesClient",
      "targets" : [
        "FixturesClient"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "FixturesMacros",
      "targets" : [
        "FixturesMacros"
      ],
      "type" : {
        "macro" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "FixturesTests",
      "module_type" : "SwiftTarget",
      "name" : "FixturesTests",
      "path" : "Tests/FixturesTests",
      "sources" : [
        "FixturesTests.swift"
      ],
      "target_dependencies" : [
        "Fixtures"
      ],
      "type" : "test"
    },
    {
      "c99name" : "FixturesMacrosTests",
      "module_type" : "SwiftTarget",
      "name" : "FixturesMacrosTests",
      "path" : "Tests/FixturesMacrosTests",
      "product_dependencies" : [
        "SwiftSyntaxMacrosTestSupport"
      ],
      "sources" : [
        "ComplexTests.swift",
        "EnumTests.swift",
        "StructTests.swift",
        "testMacros.swift"
      ],
      "target_dependencies" : [
        "FixturesMacros"
      ],
      "type" : "test"
    },
    {
      "c99name" : "FixturesMacros",
      "module_type" : "SwiftTarget",
      "name" : "FixturesMacros",
      "path" : "Sources/FixturesMacros",
      "product_dependencies" : [
        "SwiftSyntaxMacros",
        "SwiftCompilerPlugin"
      ],
      "product_memberships" : [
        "Fixtures",
        "FixturesClient",
        "FixturesMacros"
      ],
      "sources" : [
        "FixtureMacro.swift",
        "Parameter.swift"
      ],
      "type" : "macro"
    },
    {
      "c99name" : "FixturesClient",
      "module_type" : "SwiftTarget",
      "name" : "FixturesClient",
      "path" : "Sources/FixturesClient",
      "product_memberships" : [
        "FixturesClient"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "Fixtures"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "Fixtures",
      "module_type" : "SwiftTarget",
      "name" : "Fixtures",
      "path" : "Sources/Fixtures",
      "product_memberships" : [
        "Fixtures",
        "FixturesClient"
      ],
      "sources" : [
        "Fixtures.swift"
      ],
      "target_dependencies" : [
        "FixturesMacros"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.2"
}
basic-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:257b0ae9749b4eea8553a58f7bf60a672611c061e9b845ccfee371e7c1138ce8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.2-latest
Done.