The Swift Package Index logo.Swift Package Index

Build Information

Successful build of citron, reference 2.1.7 (d19a40), with Swift 6.3 for Wasm on 15 Apr 2026 06:26:03 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:wasm-6.3-latest swift build --swift-sdk swift-6.3-RELEASE_wasm 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/dabrahams/citron.git
Reference: 2.1.7
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/dabrahams/citron
 * tag               2.1.7      -> FETCH_HEAD
HEAD is now at d19a40c Unbreak source compatibility.
Cloned https://github.com/dabrahams/citron.git
Revision (git rev-parse @):
d19a40c8de65b68fec0d224576d60565c1f7ccf1
SUCCESS checkout https://github.com/dabrahams/citron.git at 2.1.7
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/dabrahams/citron.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:wasm-6.3-latest swift build --swift-sdk swift-6.3-RELEASE_wasm 2>&1
wasm-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:d69f4e7582c319245442d62a08b2d7c7fd5a0c0c69f5d2ef11d1530cd8d3329b
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.3-latest
[0/6] Write sources
[1/6] Write swift-version-24593BA9C3E375BF.txt
[2/6] Compiling CitronCLibrary main_.c
[4/8] Emitting module citron
[5/8] Compiling citron main.swift
[6/9] Wrapping AST for citron for debugging
[7/9] Write Objects.LinkFileList
[8/9] Linking citron-tool
[1/1] Compiling plugin CitronParserGenerator
Building for debugging...
[1/36] Write sources
[5/36] Compiling CitronCLibrary main_.c
[6/36] Write swift-version-24593BA9C3E375BF.txt
[7/42] Compiling CitronCLibrary main_.c
[8/42] Wrapping AST for citron for debugging
[9/42] Write Objects.LinkFileList
[10/44] Linking citron-tool
[11/44] Generating ArithmeticExpressionParser.swift from ArithmeticExpressionParser.y
[12/44] Generating FunctionHeaderParser.swift from FunctionHeaderParser.y
[14/44] Generating ArithmeticExpressionParser.swift from ArithmeticExpressionParser.y
[15/44] Write sources
[20/44] Emitting module CitronLexerModule
[21/44] Emitting module citron
[22/44] Compiling citron main.swift
[23/45] Wrapping AST for citron for debugging
[25/45] Compiling CitronLexerModule SourceRegion.swift
[25/45] Write Objects.LinkFileList
[27/45] Emitting module CitronParserModule
[28/45] Compiling CitronParserModule CitronParser.swift
[29/46] Wrapping AST for CitronParserModule for debugging
[30/46] Linking citron.wasm
[32/46] Compiling CitronLexerModule CitronLexer.swift
[33/46] Compiling CitronLexerModule Scanner.swift
[34/47] Wrapping AST for CitronLexerModule for debugging
[36/60] Emitting module expr_ec
[37/60] Compiling expr main.swift
[38/60] Emitting module functype_ec
[39/60] Compiling functype_ec ErrorReporter.swift
[40/60] Emitting module expr
[41/60] Compiling expr ArithmeticExpressionParser.swift
[43/61] Compiling expr_ec main.swift
[44/61] Compiling expr_ec ArithmeticExpressionParser.swift
[44/62] Wrapping AST for expr for debugging
[47/62] Compiling functype_ec FunctionHeaderParser.swift
[48/62] Compiling functype_ec main.swift
[48/62] Write Objects.LinkFileList
[50/62] Compiling functype main.swift
[51/62] Compiling functype FunctionHeaderParser.swift
[52/62] Emitting module functype
[54/64] Wrapping AST for expr_ec for debugging
[55/64] Write Objects.LinkFileList
[56/64] Wrapping AST for functype_ec for debugging
[57/64] Write Objects.LinkFileList
[58/64] Wrapping AST for functype for debugging
[59/64] Write Objects.LinkFileList
[60/64] Linking functype.wasm
[61/64] Linking expr.wasm
[62/64] Linking functype_ec.wasm
[63/64] Linking expr_ec.wasm
Build complete! (26.85s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "citron",
  "name" : "citron",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "citron",
      "targets" : [
        "citron"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "CitronParserModule",
      "targets" : [
        "CitronParserModule"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "CitronLexerModule",
      "targets" : [
        "CitronLexerModule"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "CitronParserGenerator",
      "targets" : [
        "CitronParserGenerator"
      ],
      "type" : {
        "plugin" : null
      }
    },
    {
      "name" : "functype_ec",
      "targets" : [
        "functype_ec"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "functype",
      "targets" : [
        "functype"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "expr_ec",
      "targets" : [
        "expr_ec"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "expr",
      "targets" : [
        "expr"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "functype_ec",
      "module_type" : "SwiftTarget",
      "name" : "functype_ec",
      "path" : "examples/functype_ec",
      "product_memberships" : [
        "functype_ec"
      ],
      "sources" : [
        "ErrorReporter.swift",
        "main.swift"
      ],
      "target_dependencies" : [
        "CitronParserModule",
        "CitronLexerModule",
        "CitronParserGenerator"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "functype",
      "module_type" : "SwiftTarget",
      "name" : "functype",
      "path" : "examples/functype",
      "product_memberships" : [
        "functype"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "CitronParserModule",
        "CitronLexerModule",
        "CitronParserGenerator"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "expr_ec",
      "module_type" : "SwiftTarget",
      "name" : "expr_ec",
      "path" : "examples/expr_ec",
      "product_memberships" : [
        "expr_ec"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "CitronParserModule",
        "CitronLexerModule",
        "CitronParserGenerator"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "expr",
      "module_type" : "SwiftTarget",
      "name" : "expr",
      "path" : "examples/expr",
      "product_memberships" : [
        "expr"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "CitronParserModule",
        "CitronLexerModule",
        "CitronParserGenerator"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "citron",
      "module_type" : "SwiftTarget",
      "name" : "citron",
      "path" : "Sources/citron",
      "product_memberships" : [
        "citron",
        "CitronParserGenerator",
        "functype_ec",
        "functype",
        "expr_ec",
        "expr"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "CitronCLibrary"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "CitronTests",
      "module_type" : "SwiftTarget",
      "name" : "CitronTests",
      "path" : "Tests/CitronTests",
      "sources" : [
        "CitronTests.swift"
      ],
      "target_dependencies" : [
        "expr",
        "expr_ec",
        "functype",
        "functype_ec"
      ],
      "type" : "test"
    },
    {
      "c99name" : "CitronParserModule",
      "module_type" : "SwiftTarget",
      "name" : "CitronParserModule",
      "path" : "Sources/CitronParserModule",
      "product_memberships" : [
        "CitronParserModule",
        "functype_ec",
        "functype",
        "expr_ec",
        "expr"
      ],
      "sources" : [
        "CitronParser.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "CitronParserGenerator",
      "module_type" : "PluginTarget",
      "name" : "CitronParserGenerator",
      "path" : "Plugins/CitronParserGenerator",
      "plugin_capability" : {
        "type" : "buildTool"
      },
      "product_memberships" : [
        "CitronParserGenerator",
        "functype_ec",
        "functype",
        "expr_ec",
        "expr"
      ],
      "sources" : [
        "CitronParserGenerator.swift",
        "SPMBuildToolSupport.swift"
      ],
      "target_dependencies" : [
        "citron"
      ],
      "type" : "plugin"
    },
    {
      "c99name" : "CitronLexerModule",
      "module_type" : "SwiftTarget",
      "name" : "CitronLexerModule",
      "path" : "Sources/CitronLexerModule",
      "product_memberships" : [
        "CitronLexerModule",
        "functype_ec",
        "functype",
        "expr_ec",
        "expr"
      ],
      "sources" : [
        "CitronLexer.swift",
        "Scanner.swift",
        "SourceRegion.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "CitronCLibrary",
      "module_type" : "ClangTarget",
      "name" : "CitronCLibrary",
      "path" : "Sources/CitronCLibrary",
      "product_memberships" : [
        "citron",
        "CitronParserGenerator",
        "functype_ec",
        "functype",
        "expr_ec",
        "expr"
      ],
      "sources" : [
        "main_.c"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.6"
}
wasm-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:d69f4e7582c319245442d62a08b2d7c7fd5a0c0c69f5d2ef11d1530cd8d3329b
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.3-latest
Done.