The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Gramophone, reference main (6856e0), with Swift 6.1 for Linux on 20 Jan 2026 18:38:22 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/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.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/ChimeHQ/Gramophone.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/ChimeHQ/Gramophone
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 6856e02 Change swift grammar extraction to use swift
Cloned https://github.com/ChimeHQ/Gramophone.git
Revision (git rev-parse @):
6856e0226068817a78e562a038402315cb435560
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/ChimeHQ/Gramophone.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/ChimeHQ/Gramophone.git
https://github.com/ChimeHQ/Gramophone.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "flexer",
      "requirement" : {
        "branch" : [
          "main"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/ChimeHQ/Flexer"
    },
    {
      "identity" : "swift-argument-parser",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.5.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-argument-parser"
    },
    {
      "identity" : "swift-markdown",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.7.3",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swiftlang/swift-markdown.git"
    }
  ],
  "manifest_display_name" : "Gramophone",
  "name" : "Gramophone",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "maccatalyst",
      "version" : "13.0"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    }
  ],
  "products" : [
    {
      "name" : "Gramophone",
      "targets" : [
        "Gramophone"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "gram",
      "targets" : [
        "CLITool"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "swift-grammar-extract",
      "targets" : [
        "swift-grammar-extract"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "swift_grammar_extract",
      "module_type" : "SwiftTarget",
      "name" : "swift-grammar-extract",
      "path" : "Sources/swift-grammar-extract",
      "product_dependencies" : [
        "ArgumentParser",
        "Markdown"
      ],
      "product_memberships" : [
        "swift-grammar-extract"
      ],
      "sources" : [
        "main.swift"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "GramophoneTests",
      "module_type" : "SwiftTarget",
      "name" : "GramophoneTests",
      "path" : "Tests/GramophoneTests",
      "sources" : [
        "GrammarTests.swift",
        "LexerTests.swift",
        "ParserTests.swift",
        "RuleTests.swift"
      ],
      "target_dependencies" : [
        "Gramophone"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Gramophone",
      "module_type" : "SwiftTarget",
      "name" : "Gramophone",
      "path" : "Sources/Gramophone",
      "product_dependencies" : [
        "Flexer"
      ],
      "product_memberships" : [
        "Gramophone",
        "gram"
      ],
      "sources" : [
        "BNFParser.swift",
        "BNFTokenSequence.swift",
        "Grammar.swift",
        "Gramophone.swift",
        "Rule.swift",
        "Terminal.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "CLITool",
      "module_type" : "SwiftTarget",
      "name" : "CLITool",
      "path" : "Sources/CLITool",
      "product_dependencies" : [
        "ArgumentParser"
      ],
      "product_memberships" : [
        "gram"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "Gramophone"
      ],
      "type" : "executable"
    }
  ],
  "tools_version" : "6.1"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/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.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:5a651828b24304580408903d9e8c129215b04dc69edd6058f3847d01e034cce9
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/ChimeHQ/Flexer
[1/273] Fetching flexer
Fetched https://github.com/ChimeHQ/Flexer from cache (0.20s)
Fetching https://github.com/swiftlang/swift-markdown.git
Fetching https://github.com/apple/swift-argument-parser
[1/17099] Fetching swift-argument-parser
[2/24160] Fetching swift-argument-parser, swift-markdown
Fetched https://github.com/swiftlang/swift-markdown.git from cache (0.52s)
Fetched https://github.com/apple/swift-argument-parser from cache (0.68s)
Computing version for https://github.com/swiftlang/swift-markdown.git
Computed https://github.com/swiftlang/swift-markdown.git at 0.7.3 (2.98s)
Fetching https://github.com/swiftlang/swift-cmark.git
[1/18283] Fetching swift-cmark
Fetched https://github.com/swiftlang/swift-cmark.git from cache (0.92s)
Computing version for https://github.com/swiftlang/swift-cmark.git
Computed https://github.com/swiftlang/swift-cmark.git at 0.7.1 (1.53s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.7.0 (0.58s)
Creating working copy for https://github.com/apple/swift-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 1.7.0
Creating working copy for https://github.com/swiftlang/swift-markdown.git
Working copy of https://github.com/swiftlang/swift-markdown.git resolved at 0.7.3
Creating working copy for https://github.com/swiftlang/swift-cmark.git
Working copy of https://github.com/swiftlang/swift-cmark.git resolved at 0.7.1
Creating working copy for https://github.com/ChimeHQ/Flexer
Working copy of https://github.com/ChimeHQ/Flexer resolved at main (b8fb79e)
[1/1] Compiling plugin GenerateManual
[2/2] Compiling plugin GenerateDoccReference
Building for debugging...
[2/56] Write sources
[9/56] Compiling cmark-gfm cmark_ctype.c
[10/56] Compiling CAtomic CAtomic.c
[11/56] Compiling cmark-gfm commonmark.c
[12/56] Compiling cmark-gfm cmark.c
[13/56] Compiling cmark-gfm-extensions tasklist.c
[14/56] Compiling cmark-gfm-extensions tagfilter.c
[15/56] Compiling cmark-gfm-extensions strikethrough.c
[16/56] Compiling cmark-gfm-extensions table.c
[17/56] Compiling cmark-gfm blocks.c
[18/56] Compiling cmark-gfm-extensions core-extensions.c
[19/56] Compiling cmark-gfm-extensions ext_scanners.c
[20/56] Compiling cmark-gfm-extensions autolink.c
[21/56] Compiling cmark-gfm xml.c
[22/56] Compiling cmark-gfm syntax_extension.c
[23/56] Compiling cmark-gfm arena.c
[24/56] Write swift-version-24593BA9C3E375BF.txt
[25/56] Compiling cmark-gfm registry.c
[26/56] Compiling cmark-gfm references.c
[27/56] Compiling cmark-gfm render.c
[28/56] Compiling cmark-gfm plugin.c
[29/56] Compiling cmark-gfm plaintext.c
[30/56] Compiling cmark-gfm map.c
[31/56] Compiling cmark-gfm utf8.c
[31/56] Compiling cmark-gfm node.c
[33/56] Compiling cmark-gfm man.c
[34/56] Compiling cmark-gfm linked_list.c
[35/58] Compiling cmark-gfm latex.c
[36/63] Compiling cmark-gfm iterator.c
[37/65] Compiling cmark-gfm scanners.c
[38/65] Compiling cmark-gfm inlines.c
[39/65] Compiling cmark-gfm houdini_html_e.c
[40/65] Compiling cmark-gfm html.c
[41/65] Compiling cmark-gfm houdini_href_e.c
[42/65] Compiling cmark-gfm footnotes.c
[43/65] Compiling cmark-gfm buffer.c
[44/65] Compiling cmark-gfm houdini_html_u.c
[46/65] Emitting module ArgumentParserToolInfo
[47/128] Emitting module Flexer
[48/128] Compiling ArgumentParserToolInfo ToolInfo.swift
[50/129] Compiling Markdown BasicBlockContainer.swift
[51/129] Compiling Markdown BasicInlineContainer.swift
[52/129] Compiling Markdown BlockContainer.swift
[53/129] Compiling Markdown BlockMarkup.swift
[54/129] Compiling Markdown InlineContainer.swift
[55/129] Compiling Markdown InlineMarkup.swift
[56/129] Compiling Markdown ListItemContainer.swift
[57/129] Compiling Markdown AtomicCounter.swift
[57/137] Wrapping AST for ArgumentParserToolInfo for debugging
[59/183] Compiling ArgumentParser Foundation.swift
[60/183] Compiling ArgumentParser Mutex.swift
[61/183] Compiling ArgumentParser Platform.swift
[62/183] Compiling ArgumentParser SequenceExtensions.swift
[63/183] Compiling ArgumentParser StringExtensions.swift
[64/183] Compiling ArgumentParser SwiftExtensions.swift
[65/189] Compiling Flexer LookAheadSequenceReference.swift
[66/189] Compiling Flexer TokenProtocol.swift
[67/189] Compiling Flexer CharacterSet+Character.swift
[68/189] Compiling ArgumentParser EnumerableFlag.swift
[69/189] Compiling ArgumentParser ExpressibleByArgument.swift
[70/189] Compiling ArgumentParser ParsableArguments.swift
[71/189] Compiling ArgumentParser ParsableCommand.swift
[72/189] Compiling ArgumentParser ArgumentDecoder.swift
[73/189] Compiling ArgumentParser ArgumentDefinition.swift
[74/189] Compiling ArgumentParser ArgumentSet.swift
[75/189] Compiling ArgumentParser CommandParser.swift
[76/189] Compiling ArgumentParser InputKey.swift
[77/189] Compiling ArgumentParser InputOrigin.swift
[78/189] Compiling ArgumentParser Name.swift
[79/189] Compiling ArgumentParser Parsed.swift
[80/189] Compiling ArgumentParser ParsedValues.swift
[81/189] Compiling ArgumentParser ParserError.swift
[82/189] Compiling ArgumentParser SplitArguments.swift
[83/189] Compiling ArgumentParser DumpHelpGenerator.swift
[84/189] Compiling ArgumentParser HelpCommand.swift
[85/189] Compiling ArgumentParser HelpGenerator.swift
[86/189] Compiling Flexer LookAheadSequence.swift
[87/189] Compiling ArgumentParser BashCompletionsGenerator.swift
[88/189] Compiling ArgumentParser CompletionsGenerator.swift
[89/189] Compiling ArgumentParser FishCompletionsGenerator.swift
[90/189] Compiling ArgumentParser ZshCompletionsGenerator.swift
[91/189] Compiling ArgumentParser Argument.swift
[92/189] Compiling ArgumentParser ArgumentDiscussion.swift
[93/189] Compiling ArgumentParser ArgumentHelp.swift
[94/189] Compiling ArgumentParser ArgumentVisibility.swift
[95/189] Compiling ArgumentParser CompletionKind.swift
[96/189] Compiling Flexer BasicTextCharacterLexer.swift
[97/189] Compiling Flexer LookAheadIteratorProtocol.swift
[98/190] Emitting module Markdown
[99/190] Compiling ArgumentParser Errors.swift
[100/190] Compiling ArgumentParser Flag.swift
[101/190] Compiling ArgumentParser NameSpecification.swift
[102/190] Compiling ArgumentParser Option.swift
[103/190] Compiling ArgumentParser OptionGroup.swift
[104/190] Compiling ArgumentParser ParentCommand.swift
[105/190] Compiling ArgumentParser AsyncParsableCommand.swift
[106/190] Compiling ArgumentParser CommandConfiguration.swift
[107/190] Compiling ArgumentParser CommandGroup.swift
[112/190] Compiling ArgumentParser MessageInfo.swift
[113/190] Compiling ArgumentParser UsageGenerator.swift
[114/190] Compiling ArgumentParser CollectionExtensions.swift
[130/190] Compiling Markdown Text.swift
[131/190] Compiling Markdown Aside.swift
[132/190] Compiling Markdown BlockDirectiveParser.swift
[133/190] Compiling Markdown CommonMarkConverter.swift
[134/190] Compiling Markdown LazySplitLines.swift
[135/190] Compiling Markdown ParseOptions.swift
[136/190] Compiling Markdown RangeAdjuster.swift
[137/190] Compiling Markdown RangerTracker.swift
[138/190] Compiling Markdown MarkupRewriter.swift
[139/190] Emitting module ArgumentParser
[153/190] Wrapping AST for Flexer for debugging
[155/197] Compiling ArgumentParser Tree.swift
[156/197] Compiling ArgumentParser CodingKeyValidator.swift
[157/197] Compiling ArgumentParser NonsenseFlagsValidator.swift
[158/197] Compiling ArgumentParser ParsableArgumentsValidation.swift
[159/197] Compiling ArgumentParser PositionalArgumentsValidator.swift
[160/197] Compiling ArgumentParser UniqueNamesValidator.swift
[161/197] Compiling Markdown CharacterExtensions.swift
[162/197] Compiling Markdown CollectionExtensions.swift
[163/197] Compiling Markdown StringExtensions.swift
[164/197] Compiling Markdown MarkupVisitor.swift
[165/197] Compiling Markdown MarkupWalker.swift
[166/197] Compiling Markdown HTMLFormatter.swift
[167/197] Compiling Markdown MarkupFormatter.swift
[168/197] Compiling Markdown MarkupTreeDumper.swift
[169/198] Wrapping AST for Markdown for debugging
[184/199] Wrapping AST for ArgumentParser for debugging
[186/201] Compiling Gramophone Gramophone.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[187/201] Compiling Gramophone Terminal.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[188/201] Compiling Gramophone Grammar.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[189/201] Emitting module swift_grammar_extract
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[190/201] Compiling swift_grammar_extract main.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[191/202] Emitting module Gramophone
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[192/202] Compiling Gramophone BNFParser.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[194/202] Compiling Gramophone BNFTokenSequence.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[195/202] Compiling Gramophone Rule.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[196/203] Wrapping AST for swift-grammar-extract for debugging
[197/203] Write Objects.LinkFileList
[198/203] Wrapping AST for Gramophone for debugging
[200/205] Emitting module CLITool
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[201/205] Compiling CLITool main.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[201/206] Linking swift-grammar-extract
[203/206] Wrapping AST for CLITool for debugging
[204/206] Write Objects.LinkFileList
[205/206] Linking gram
Build complete! (35.58s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "flexer",
      "requirement" : {
        "branch" : [
          "main"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/ChimeHQ/Flexer"
    },
    {
      "identity" : "swift-argument-parser",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.5.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-argument-parser"
    },
    {
      "identity" : "swift-markdown",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.7.3",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swiftlang/swift-markdown.git"
    }
  ],
  "manifest_display_name" : "Gramophone",
  "name" : "Gramophone",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "maccatalyst",
      "version" : "13.0"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    }
  ],
  "products" : [
    {
      "name" : "Gramophone",
      "targets" : [
        "Gramophone"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "gram",
      "targets" : [
        "CLITool"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "swift-grammar-extract",
      "targets" : [
        "swift-grammar-extract"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "swift_grammar_extract",
      "module_type" : "SwiftTarget",
      "name" : "swift-grammar-extract",
      "path" : "Sources/swift-grammar-extract",
      "product_dependencies" : [
        "ArgumentParser",
        "Markdown"
      ],
      "product_memberships" : [
        "swift-grammar-extract"
      ],
      "sources" : [
        "main.swift"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "GramophoneTests",
      "module_type" : "SwiftTarget",
      "name" : "GramophoneTests",
      "path" : "Tests/GramophoneTests",
      "sources" : [
        "GrammarTests.swift",
        "LexerTests.swift",
        "ParserTests.swift",
        "RuleTests.swift"
      ],
      "target_dependencies" : [
        "Gramophone"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Gramophone",
      "module_type" : "SwiftTarget",
      "name" : "Gramophone",
      "path" : "Sources/Gramophone",
      "product_dependencies" : [
        "Flexer"
      ],
      "product_memberships" : [
        "Gramophone",
        "gram"
      ],
      "sources" : [
        "BNFParser.swift",
        "BNFTokenSequence.swift",
        "Grammar.swift",
        "Gramophone.swift",
        "Rule.swift",
        "Terminal.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "CLITool",
      "module_type" : "SwiftTarget",
      "name" : "CLITool",
      "path" : "Sources/CLITool",
      "product_dependencies" : [
        "ArgumentParser"
      ],
      "product_memberships" : [
        "gram"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "Gramophone"
      ],
      "type" : "executable"
    }
  ],
  "tools_version" : "6.1"
}
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:5a651828b24304580408903d9e8c129215b04dc69edd6058f3847d01e034cce9
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.