The Swift Package Index logo.Swift Package Index

Build Information

Successful build of citron, reference main (4cf020), with Swift 6.2 for macOS (SPM) on 22 Jun 2025 10:47:33 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/dabrahams/citron.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/dabrahams/citron
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 4cf0201 Merge branch 'build-tool-plugin'
Cloned https://github.com/dabrahams/citron.git
Revision (git rev-parse @):
4cf0201616576a7c11022e51cbb16c05aee55b05
SUCCESS checkout https://github.com/dabrahams/citron.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/dabrahams/citron.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
[0/7] Write sources
[1/7] Write citron-tool-entitlement.plist
[2/7] Write swift-version-1EA4D86E10B52AF.txt
[3/7] Compiling CitronCLibrary main_.c
[5/9] Emitting module citron
[6/9] Compiling citron main.swift
[6/9] Write Objects.LinkFileList
[7/9] Linking citron-tool
[8/9] Applying citron-tool
[1/1] Compiling plugin CitronParserGenerator
Building for debugging...
[1/40] Write functype-entitlement.plist
[1/40] Write expr_ec-entitlement.plist
[1/40] Write functype_ec-entitlement.plist
[4/40] Write citron-entitlement.plist
[4/40] Write citron-tool-entitlement.plist
[4/40] Write sources
[6/40] Write expr-entitlement.plist
[8/40] Write sources
[11/40] Write swift-version-1EA4D86E10B52AF.txt
[12/40] Compiling CitronCLibrary main_.c
[14/48] Write Objects.LinkFileList
[16/48] Compiling citron main.swift
[17/48] Emitting module citron
[17/48] Write Objects.LinkFileList
[18/48] Linking citron-tool
[19/48] Applying citron-tool
[20/48] Linking citron
[21/48] Applying citron
[22/48] Generating ArithmeticExpressionParser.swift from ArithmeticExpressionParser.y
[22/48] Generating FunctionHeaderParser.swift from FunctionHeaderParser.y
[22/48] Generating ArithmeticExpressionParser.swift from ArithmeticExpressionParser.y
[25/48] Generating FunctionHeaderParser.swift from FunctionHeaderParser.y
[26/48] Write sources
[31/48] Emitting module CitronParserModule
[32/48] Compiling CitronParserModule CitronParser.swift
[33/48] Compiling CitronLexerModule SourceRegion.swift
[34/48] Compiling CitronLexerModule CitronLexer.swift
[35/48] Emitting module CitronLexerModule
[36/48] Compiling CitronLexerModule Scanner.swift
[37/61] Compiling expr main.swift
[38/61] Compiling expr ArithmeticExpressionParser.swift
[39/61] Emitting module expr
[40/61] Compiling expr_ec main.swift
[41/61] Compiling expr_ec ArithmeticExpressionParser.swift
[42/61] Emitting module expr_ec
[42/61] Write Objects.LinkFileList
[45/61] Emitting module functype
[46/61] Compiling functype main.swift
[47/61] Compiling functype FunctionHeaderParser.swift
[47/61] Write Objects.LinkFileList
[49/61] Compiling functype_ec FunctionHeaderParser.swift
[50/61] Emitting module functype_ec
[51/61] Compiling functype_ec ErrorReporter.swift
[52/61] Compiling functype_ec main.swift
[52/61] Write Objects.LinkFileList
[53/61] Linking expr
[54/61] Linking expr_ec
[55/61] Applying expr_ec
[55/61] Applying expr
[57/61] Linking functype
[58/61] Applying functype
[59/61] Linking functype_ec
[60/61] Applying functype_ec
Build complete! (8.20s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "citron",
  "name" : "citron",
  "path" : "/Users/admin/builder/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" : "6.0"
}
Done.