The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Gramophone, reference main (6856e0), with Swift 6.1 for macOS (SPM) on 20 Jan 2026 22:39:25 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -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

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 /Users/admin/builder/spi-builder-workspace/.git/
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:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/ChimeHQ/Gramophone.git
https://github.com/ChimeHQ/Gramophone.git
{
  "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" : "/Users/admin/builder/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 ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -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
[1/1] Compiling plugin GenerateManual
[2/2] Compiling plugin GenerateDoccReference
Building for debugging...
[2/53] Write sources
[5/53] Write swift-grammar-extract-entitlement.plist
[8/53] Write gram-entitlement.plist
[8/53] Write sources
[10/53] Write swift-version-2F0A5646E1D333AE.txt
[11/53] Compiling cmark-gfm xml.c
[12/53] Compiling cmark-gfm-extensions ext_scanners.c
[13/53] Compiling cmark-gfm utf8.c
[14/53] Compiling cmark-gfm-extensions strikethrough.c
[15/53] Compiling cmark-gfm render.c
[16/59] Compiling cmark-gfm syntax_extension.c
[17/62] Compiling cmark-gfm-extensions tasklist.c
[18/62] Compiling cmark-gfm scanners.c
[19/62] Compiling cmark-gfm references.c
[20/62] Compiling cmark-gfm-extensions table.c
[21/62] Compiling cmark-gfm registry.c
[22/62] Compiling cmark-gfm-extensions core-extensions.c
[23/62] Compiling cmark-gfm plugin.c
[24/62] Compiling cmark-gfm plaintext.c
[25/62] Compiling cmark-gfm map.c
[26/62] Compiling cmark-gfm linked_list.c
[27/62] Compiling cmark-gfm-extensions tagfilter.c
[28/62] Compiling cmark-gfm node.c
[29/62] Compiling cmark-gfm iterator.c
[30/62] Compiling cmark-gfm man.c
[31/62] Compiling cmark-gfm latex.c
[32/62] Compiling cmark-gfm houdini_html_e.c
[33/62] Compiling cmark-gfm html.c
[34/62] Compiling cmark-gfm houdini_href_e.c
[35/62] Compiling cmark-gfm footnotes.c
[36/62] Compiling cmark-gfm inlines.c
[37/62] Compiling cmark-gfm houdini_html_u.c
[38/62] Compiling cmark-gfm commonmark.c
[38/62] Write sources
[40/62] Compiling cmark-gfm cmark_ctype.c
[41/62] Compiling cmark-gfm cmark.c
[42/62] Compiling cmark-gfm buffer.c
[43/62] Compiling CAtomic CAtomic.c
[44/62] Compiling cmark-gfm arena.c
[45/62] Compiling cmark-gfm blocks.c
[46/62] Compiling cmark-gfm-extensions autolink.c
[48/126] Compiling ArgumentParserToolInfo ToolInfo.swift
[49/126] Emitting module ArgumentParserToolInfo
[50/173] Compiling Markdown InlineAttributes.swift
[51/173] Compiling Markdown Link.swift
[52/173] Compiling Markdown Strikethrough.swift
[53/173] Compiling Markdown Strong.swift
[54/173] Compiling Markdown CustomInline.swift
[55/173] Compiling Markdown InlineCode.swift
[56/173] Compiling Markdown InlineHTML.swift
[57/180] Emitting module Markdown
[58/180] Compiling ArgumentParser ArgumentHelp.swift
[59/180] Compiling ArgumentParser ArgumentVisibility.swift
[60/180] Compiling ArgumentParser CompletionKind.swift
[61/180] Compiling ArgumentParser Errors.swift
[62/180] Compiling ArgumentParser Flag.swift
[63/185] Compiling ArgumentParser InputKey.swift
[64/185] Compiling ArgumentParser InputOrigin.swift
[65/185] Compiling ArgumentParser Name.swift
[66/185] Compiling ArgumentParser Parsed.swift
[67/185] Compiling ArgumentParser ParsedValues.swift
[68/185] Compiling ArgumentParser Platform.swift
[69/185] Compiling ArgumentParser SequenceExtensions.swift
[70/185] Compiling ArgumentParser StringExtensions.swift
[71/185] Compiling ArgumentParser SwiftExtensions.swift
[72/185] Compiling ArgumentParser Tree.swift
[73/185] Compiling ArgumentParser EnumerableFlag.swift
[74/185] Compiling ArgumentParser ExpressibleByArgument.swift
[75/185] Compiling ArgumentParser ParsableArguments.swift
[76/185] Compiling ArgumentParser ParsableCommand.swift
[77/185] Compiling ArgumentParser ArgumentDecoder.swift
[78/185] Compiling ArgumentParser ArgumentDefinition.swift
[79/185] Compiling ArgumentParser ArgumentSet.swift
[80/185] Compiling ArgumentParser CommandConfiguration.swift
[81/185] Compiling ArgumentParser CommandGroup.swift
[85/185] Compiling Flexer LookAheadSequence.swift
[86/185] Compiling Flexer CharacterSet+Character.swift
[87/185] Compiling Flexer LookAheadSequenceReference.swift
[88/185] Compiling Flexer LookAheadIteratorProtocol.swift
[89/185] Emitting module Flexer
[90/185] Compiling Flexer BasicTextCharacterLexer.swift
[91/185] Compiling Flexer TokenProtocol.swift
[92/185] Compiling ArgumentParser FishCompletionsGenerator.swift
[93/185] Compiling ArgumentParser ZshCompletionsGenerator.swift
[94/185] Compiling ArgumentParser Argument.swift
[95/185] Compiling ArgumentParser ArgumentDiscussion.swift
[99/192] Compiling ArgumentParser ParserError.swift
[100/192] Compiling ArgumentParser SplitArguments.swift
[101/192] Compiling ArgumentParser DumpHelpGenerator.swift
[102/192] Compiling ArgumentParser HelpCommand.swift
[103/192] Compiling ArgumentParser HelpGenerator.swift
[104/192] Compiling ArgumentParser BashCompletionsGenerator.swift
[105/192] Compiling ArgumentParser CompletionsGenerator.swift
[106/192] Compiling ArgumentParser CodingKeyValidator.swift
[107/192] Compiling ArgumentParser NonsenseFlagsValidator.swift
[108/192] Compiling ArgumentParser ParsableArgumentsValidation.swift
[109/192] Compiling ArgumentParser PositionalArgumentsValidator.swift
[110/192] Compiling ArgumentParser UniqueNamesValidator.swift
[111/192] Compiling ArgumentParser NameSpecification.swift
[112/192] Compiling ArgumentParser Option.swift
[113/192] Compiling ArgumentParser OptionGroup.swift
[114/192] Compiling ArgumentParser ParentCommand.swift
[115/192] Compiling ArgumentParser AsyncParsableCommand.swift
[116/192] Compiling ArgumentParser MessageInfo.swift
[117/192] Compiling ArgumentParser UsageGenerator.swift
[118/192] Compiling ArgumentParser CollectionExtensions.swift
[119/192] Compiling ArgumentParser Foundation.swift
[120/192] Compiling ArgumentParser Mutex.swift
[132/192] Emitting module ArgumentParser
[135/192] Compiling Markdown TableRow.swift
[136/192] Compiling Markdown Replacement.swift
[137/192] Compiling Markdown SourceLocation.swift
[138/192] Compiling Markdown Emphasis.swift
[139/192] Compiling Markdown Image.swift
[158/192] Compiling ArgumentParser CommandParser.swift
[159/192] Compiling Markdown CollectionExtensions.swift
[160/192] Compiling Markdown StringExtensions.swift
[161/192] Compiling Markdown MarkupVisitor.swift
[162/192] Compiling Markdown MarkupWalker.swift
[163/192] Compiling Markdown HTMLFormatter.swift
[164/192] Compiling Markdown MarkupFormatter.swift
[165/192] Compiling Markdown MarkupTreeDumper.swift
[180/194] 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
[181/194] 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
[181/194] Write Objects.LinkFileList
[183/194] 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
[184/194] 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
[185/194] 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
[186/194] 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/194] 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
[188/194] 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
[189/194] 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/196] Linking swift-grammar-extract
[190/196] Applying swift-grammar-extract
[192/196] 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
[193/196] 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
[193/196] Write Objects.LinkFileList
[194/196] Linking gram
[195/196] Applying gram
Build complete! (20.64s)
Fetching https://github.com/ChimeHQ/Flexer
[6/273] Fetching flexer
Fetched https://github.com/ChimeHQ/Flexer from cache (0.77s)
Fetching https://github.com/swiftlang/swift-markdown.git
Fetching https://github.com/apple/swift-argument-parser from cache
[1/7061] Fetching swift-markdown
Fetched https://github.com/swiftlang/swift-markdown.git from cache (1.37s)
Fetched https://github.com/apple/swift-argument-parser from cache (1.39s)
Computing version for https://github.com/swiftlang/swift-markdown.git
Computed https://github.com/swiftlang/swift-markdown.git at 0.7.3 (4.39s)
Fetching https://github.com/swiftlang/swift-cmark.git
[1/18283] Fetching swift-cmark
Fetched https://github.com/swiftlang/swift-cmark.git from cache (1.78s)
Computing version for https://github.com/swiftlang/swift-cmark.git
Computed https://github.com/swiftlang/swift-cmark.git at 0.7.1 (2.38s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.7.0 (0.50s)
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/ChimeHQ/Flexer
Working copy of https://github.com/ChimeHQ/Flexer resolved at main (b8fb79e)
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/apple/swift-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 1.7.0
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" : "/Users/admin/builder/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"
}
Done.