The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of Gramophone, reference main (44396b), with Swift 6.1 for macOS (SPM) on 23 Oct 2025 05:10:21 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 44396be Link to the Swift grammar spec
Cloned https://github.com/ChimeHQ/Gramophone.git
Revision (git rev-parse @):
44396be60a7d005c0e406e01161cc2baeafa93ea
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"
    }
  ],
  "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
      }
    }
  ],
  "targets" : [
    {
      "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/12] Write sources
[4/12] Write gram-entitlement.plist
[4/12] Write sources
[8/12] Write swift-version-2F0A5646E1D333AE.txt
[10/21] Emitting module ArgumentParserToolInfo
[11/21] Compiling ArgumentParserToolInfo ToolInfo.swift
[12/67] Compiling ArgumentParser ArgumentDiscussion.swift
[13/67] Compiling ArgumentParser ArgumentHelp.swift
[14/67] Compiling ArgumentParser ArgumentVisibility.swift
[15/67] Compiling ArgumentParser CompletionKind.swift
[16/67] Compiling ArgumentParser Errors.swift
[17/71] Compiling ArgumentParser CommandConfiguration.swift
[18/71] Compiling ArgumentParser CommandGroup.swift
[19/71] Compiling ArgumentParser EnumerableFlag.swift
[20/71] Compiling ArgumentParser ExpressibleByArgument.swift
[21/71] Compiling ArgumentParser ParsableArguments.swift
[22/71] Compiling ArgumentParser InputKey.swift
[23/71] Compiling ArgumentParser InputOrigin.swift
[24/71] Compiling ArgumentParser Name.swift
[25/71] Compiling ArgumentParser Parsed.swift
[26/71] Compiling ArgumentParser ParsedValues.swift
[27/71] Compiling ArgumentParser SequenceExtensions.swift
[28/71] Compiling ArgumentParser StringExtensions.swift
[29/71] Compiling ArgumentParser SwiftExtensions.swift
[30/71] Compiling ArgumentParser Tree.swift
[31/71] Compiling ArgumentParser CodingKeyValidator.swift
[32/71] Emitting module ArgumentParser
[33/71] Compiling ArgumentParser NonsenseFlagsValidator.swift
[34/71] Compiling ArgumentParser ParsableArgumentsValidation.swift
[35/71] Compiling ArgumentParser PositionalArgumentsValidator.swift
[36/71] Compiling ArgumentParser UniqueNamesValidator.swift
[37/71] Compiling Flexer LookAheadSequenceReference.swift
[38/71] Compiling Flexer TokenProtocol.swift
[39/71] Compiling Flexer LookAheadIteratorProtocol.swift
[40/71] Compiling Flexer CharacterSet+Character.swift
[41/71] Emitting module Flexer
[42/71] Compiling Flexer LookAheadSequence.swift
[43/71] Compiling Flexer BasicTextCharacterLexer.swift
[44/78] Compiling ArgumentParser BashCompletionsGenerator.swift
[45/78] Compiling ArgumentParser CompletionsGenerator.swift
[46/78] Compiling ArgumentParser FishCompletionsGenerator.swift
[47/78] Compiling ArgumentParser ZshCompletionsGenerator.swift
[48/78] Compiling ArgumentParser Argument.swift
[49/78] Compiling ArgumentParser ParserError.swift
[50/78] Compiling ArgumentParser SplitArguments.swift
[51/78] Compiling ArgumentParser DumpHelpGenerator.swift
[52/78] Compiling ArgumentParser HelpCommand.swift
[53/78] Compiling ArgumentParser HelpGenerator.swift
[54/78] Compiling ArgumentParser ParsableCommand.swift
[55/78] Compiling ArgumentParser ArgumentDecoder.swift
[56/78] Compiling ArgumentParser ArgumentDefinition.swift
[57/78] Compiling ArgumentParser ArgumentSet.swift
[58/78] Compiling ArgumentParser CommandParser.swift
[59/78] Compiling ArgumentParser Flag.swift
[60/78] Compiling ArgumentParser NameSpecification.swift
[61/78] Compiling ArgumentParser Option.swift
[62/78] Compiling ArgumentParser OptionGroup.swift
[63/78] Compiling ArgumentParser AsyncParsableCommand.swift
[64/78] Compiling ArgumentParser MessageInfo.swift
[65/78] Compiling ArgumentParser UsageGenerator.swift
[66/78] Compiling ArgumentParser CollectionExtensions.swift
[67/78] Compiling ArgumentParser Mutex.swift
[68/78] Compiling ArgumentParser Platform.swift
[69/78] 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
[70/78] 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
[71/78] 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
[72/78] 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
[73/78] 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
[74/78] 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
[75/78] 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
[76/80] 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
[77/80] 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
[77/80] Write Objects.LinkFileList
[78/80] Linking gram
[79/80] Applying gram
Build complete! (15.83s)
Fetching https://github.com/ChimeHQ/Flexer
[1/273] Fetching flexer
Fetched https://github.com/ChimeHQ/Flexer from cache (1.01s)
Fetching https://github.com/apple/swift-argument-parser from cache
Fetched https://github.com/apple/swift-argument-parser from cache (1.34s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.6.2 (1.83s)
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/apple/swift-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 1.6.2
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"
    }
  ],
  "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
      }
    }
  ],
  "targets" : [
    {
      "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.