The Swift Package Index logo.Swift Package Index

Build Information

Successful build of FeLangKit, reference master (443562), with Swift 6.2 for macOS (SPM) on 28 Jan 2026 12:46:21 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/fumiya-kume/FeLangKit.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/fumiya-kume/FeLangKit
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 4435629 Merge pull request #399 from fumiya-kume/perf/parsing-pipeline-optimization-2026-01-28
Cloned https://github.com/fumiya-kume/FeLangKit.git
Revision (git rev-parse @):
4435629d35d4f23db643f5e931cbe47ae7800a30
SUCCESS checkout https://github.com/fumiya-kume/FeLangKit.git at master
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay
Fetching https://github.com/pointfreeco/swift-case-paths
Fetching https://github.com/apple/swift-argument-parser.git
Fetching https://github.com/pointfreeco/swift-parsing.git
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/swiftlang/swift-syntax
[1/1820] Fetching swift-atomics
[74/6354] Fetching swift-atomics, swift-case-paths
[356/11961] Fetching swift-atomics, swift-case-paths, xctest-dynamic-overlay
[3919/29093] Fetching swift-atomics, swift-case-paths, xctest-dynamic-overlay, swift-argument-parser
Fetched https://github.com/pointfreeco/swift-case-paths from cache (1.49s)
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (1.49s)
[1/73886] Fetching swift-syntax
[11084/171991] Fetching swift-syntax, swift-parsing
Fetched https://github.com/swiftlang/swift-syntax from cache (4.08s)
Fetched https://github.com/apple/swift-atomics.git from cache (4.08s)
[96143/98105] Fetching swift-parsing
Fetched https://github.com/pointfreeco/swift-parsing.git from cache (5.54s)
Fetched https://github.com/apple/swift-argument-parser.git from cache (5.54s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (6.19s)
Computing version for https://github.com/apple/swift-argument-parser.git
Computed https://github.com/apple/swift-argument-parser.git at 1.7.0 (0.63s)
Computing version for https://github.com/pointfreeco/swift-parsing.git
Computed https://github.com/pointfreeco/swift-parsing.git at 0.14.1 (0.61s)
Computing version for https://github.com/pointfreeco/swift-case-paths
Computed https://github.com/pointfreeco/swift-case-paths at 1.7.0 (3.52s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.5.2 (0.60s)
Computing version for https://github.com/swiftlang/swift-syntax
Computed https://github.com/swiftlang/swift-syntax at 601.0.1 (2.24s)
Creating working copy for https://github.com/pointfreeco/swift-case-paths
Working copy of https://github.com/pointfreeco/swift-case-paths resolved at 1.7.0
Creating working copy for https://github.com/pointfreeco/xctest-dynamic-overlay
Working copy of https://github.com/pointfreeco/xctest-dynamic-overlay resolved at 1.5.2
Creating working copy for https://github.com/pointfreeco/swift-parsing.git
Working copy of https://github.com/pointfreeco/swift-parsing.git resolved at 0.14.1
Creating working copy for https://github.com/apple/swift-argument-parser.git
Working copy of https://github.com/apple/swift-argument-parser.git resolved at 1.7.0
Creating working copy for https://github.com/swiftlang/swift-syntax
Working copy of https://github.com/swiftlang/swift-syntax resolved at 601.0.1
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.3.0
Downloading package prebuilt https://download.swift.org/prebuilts/swift-syntax/601.0.1/swiftlang-6.2.0.19.9-MacroSupport-macos_aarch64.zip
Downloaded https://download.swift.org/prebuilts/swift-syntax/601.0.1/swiftlang-6.2.0.19.9-MacroSupport-macos_aarch64.zip (0.18s)
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "felangkit",
      "name": "FeLangKit",
      "url": "https://github.com/fumiya-kume/FeLangKit.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/FeLangKit",
      "dependencies": [
        {
          "identity": "swift-parsing",
          "name": "swift-parsing",
          "url": "https://github.com/pointfreeco/swift-parsing.git",
          "version": "0.14.1",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-parsing",
          "dependencies": [
            {
              "identity": "swift-case-paths",
              "name": "swift-case-paths",
              "url": "https://github.com/pointfreeco/swift-case-paths",
              "version": "1.7.2",
              "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-case-paths",
              "dependencies": [
                {
                  "identity": "swift-syntax",
                  "name": "swift-syntax",
                  "url": "https://github.com/swiftlang/swift-syntax",
                  "version": "602.0.0",
                  "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-syntax",
                  "dependencies": [
                  ]
                },
                {
                  "identity": "xctest-dynamic-overlay",
                  "name": "xctest-dynamic-overlay",
                  "url": "https://github.com/pointfreeco/xctest-dynamic-overlay",
                  "version": "1.8.1",
                  "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/xctest-dynamic-overlay",
                  "dependencies": [
                  ]
                }
              ]
            }
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/fumiya-kume/FeLangKit.git
[1/5869] Fetching felangkit
Fetched https://github.com/fumiya-kume/FeLangKit.git from cache (76.88s)
Fetching https://github.com/pointfreeco/swift-parsing.git from cache
Fetched https://github.com/pointfreeco/swift-parsing.git from cache (0.58s)
Computing version for https://github.com/pointfreeco/swift-parsing.git
Computed https://github.com/pointfreeco/swift-parsing.git at 0.14.1 (0.63s)
Fetching https://github.com/pointfreeco/swift-case-paths from cache
Fetched https://github.com/pointfreeco/swift-case-paths from cache (0.55s)
Computing version for https://github.com/pointfreeco/swift-case-paths
Computed https://github.com/pointfreeco/swift-case-paths at 1.7.2 (1.38s)
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay from cache
Fetching https://github.com/swiftlang/swift-syntax from cache
Fetched https://github.com/swiftlang/swift-syntax from cache (0.94s)
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (0.94s)
Computing version for https://github.com/swiftlang/swift-syntax
Computed https://github.com/swiftlang/swift-syntax at 602.0.0 (1.72s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.8.1 (0.60s)
Creating working copy for https://github.com/pointfreeco/xctest-dynamic-overlay
Working copy of https://github.com/pointfreeco/xctest-dynamic-overlay resolved at 1.8.1
Creating working copy for https://github.com/pointfreeco/swift-parsing.git
Working copy of https://github.com/pointfreeco/swift-parsing.git resolved at 0.14.1
Creating working copy for https://github.com/pointfreeco/swift-case-paths
Working copy of https://github.com/pointfreeco/swift-case-paths resolved at 1.7.2
Creating working copy for https://github.com/swiftlang/swift-syntax
Working copy of https://github.com/swiftlang/swift-syntax resolved at 602.0.0
Creating working copy for https://github.com/fumiya-kume/FeLangKit.git
Working copy of https://github.com/fumiya-kume/FeLangKit.git resolved at master (4435629)
Downloading package prebuilt https://download.swift.org/prebuilts/swift-syntax/602.0.0/swiftlang-6.2.0.19.9-MacroSupport-macos_aarch64.zip
Downloaded https://download.swift.org/prebuilts/swift-syntax/602.0.0/swiftlang-6.2.0.19.9-MacroSupport-macos_aarch64.zip (0.20s)
warning: '.resolve-product-dependencies': dependency 'felangkit' is not used by any target
Found 1 product dependencies
  - swift-parsing
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/fumiya-kume/FeLangKit.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64
[1/1] Compiling plugin GenerateManual
[2/2] Compiling plugin GenerateDoccReference
Building for debugging...
[2/30] Write sources
[5/30] Write felang-entitlement.plist
[7/30] Write sources
[16/30] Write swift-version-49B95AFC49DCD68C.txt
[18/54] Compiling ArgumentParserToolInfo ToolInfo.swift
[19/54] Emitting module ArgumentParserToolInfo
[20/54] Compiling CasePathsMacros Plugin.swift
[21/101] Compiling CasePathsMacros CasePathableMacro.swift
[22/101] Emitting module CasePathsMacros
[22/101] Write Objects.LinkFileList
[23/101] Linking CasePathsMacros-tool
[25/101] Compiling ArgumentParser NameSpecification.swift
[26/101] Compiling ArgumentParser Option.swift
[27/103] Compiling IssueReporting WithExpectedIssue.swift
[28/103] Compiling IssueReporting WithIssueContext.swift
[29/103] Emitting module ArgumentParser
[30/108] Compiling ArgumentParser ArgumentHelp.swift
[31/108] Compiling ArgumentParser ArgumentVisibility.swift
[32/108] Compiling ArgumentParser CompletionKind.swift
[33/108] Compiling ArgumentParser Errors.swift
[34/108] Compiling ArgumentParser Flag.swift
[35/108] Compiling ArgumentParser Platform.swift
[36/108] Compiling ArgumentParser SequenceExtensions.swift
[37/108] Compiling ArgumentParser StringExtensions.swift
[38/108] Compiling ArgumentParser SwiftExtensions.swift
[39/108] Compiling ArgumentParser Tree.swift
[40/108] Compiling ArgumentParser InputKey.swift
[41/108] Compiling ArgumentParser InputOrigin.swift
[42/108] Compiling ArgumentParser Name.swift
[43/108] Compiling ArgumentParser Parsed.swift
[44/108] Compiling ArgumentParser ParsedValues.swift
[49/108] Compiling ArgumentParser AsyncParsableCommand.swift
[50/108] Compiling ArgumentParser CodingKeyValidator.swift
[51/108] Compiling ArgumentParser NonsenseFlagsValidator.swift
[52/108] Compiling ArgumentParser ParsableArgumentsValidation.swift
[53/108] Compiling ArgumentParser PositionalArgumentsValidator.swift
[54/108] Compiling ArgumentParser UniqueNamesValidator.swift
[55/108] Compiling ArgumentParser FishCompletionsGenerator.swift
[56/108] Compiling ArgumentParser ZshCompletionsGenerator.swift
[57/108] Emitting module IssueReporting
[58/108] Compiling ArgumentParser BashCompletionsGenerator.swift
[59/108] Compiling ArgumentParser CompletionsGenerator.swift
[64/108] Compiling ArgumentParser Argument.swift
[65/108] Compiling ArgumentParser ArgumentDiscussion.swift
[78/111] Compiling ArgumentParser ParserError.swift
[79/111] Compiling ArgumentParser SplitArguments.swift
[80/111] Compiling ArgumentParser DumpHelpGenerator.swift
[81/111] Compiling ArgumentParser HelpCommand.swift
[82/111] Compiling ArgumentParser HelpGenerator.swift
[83/111] Compiling ArgumentParser ParsableCommand.swift
[84/111] Compiling ArgumentParser ArgumentDecoder.swift
[85/111] Compiling ArgumentParser ArgumentDefinition.swift
[86/111] Compiling ArgumentParser ArgumentSet.swift
[87/111] Compiling ArgumentParser CommandParser.swift
[88/111] Compiling ArgumentParser CommandConfiguration.swift
[89/111] Compiling ArgumentParser CommandGroup.swift
[90/111] Compiling ArgumentParser EnumerableFlag.swift
[91/111] Compiling ArgumentParser ExpressibleByArgument.swift
[92/111] Compiling ArgumentParser ParsableArguments.swift
[93/111] Compiling ArgumentParser MessageInfo.swift
[94/111] Compiling ArgumentParser UsageGenerator.swift
[95/111] Compiling ArgumentParser CollectionExtensions.swift
[96/111] Compiling ArgumentParser Foundation.swift
[97/111] Compiling ArgumentParser Mutex.swift
[98/111] Compiling XCTestDynamicOverlay Deprecations.swift
[99/111] Compiling XCTestDynamicOverlay Exports.swift
[100/111] Emitting module XCTestDynamicOverlay
[101/121] Compiling CasePathsCore TypeName.swift
[102/121] Compiling CasePathsCore Optional+CasePathable.swift
[103/121] Compiling CasePathsCore KeyPath+Sendable.swift
[104/121] Compiling CasePathsCore UncheckedSendable.swift
[105/121] Compiling CasePathsCore Never+CasePathable.swift
[106/122] Compiling CasePathsCore CasePathIterable.swift
[107/122] Compiling CasePathsCore AnyCasePath.swift
[108/122] Emitting module CasePathsCore
[109/122] Compiling CasePathsCore CasePathable.swift
[110/122] Compiling CasePathsCore CasePathReflectable.swift
[111/122] Compiling CasePathsCore Result+CasePathable.swift
[112/129] Compiling CasePaths XCTestSupport.swift
[113/129] Compiling CasePaths Deprecations.swift
[114/129] Compiling CasePaths Exports.swift
[115/129] Compiling CasePaths LockIsolated.swift
[116/129] Compiling CasePaths Macros.swift
[117/129] Compiling CasePaths EnumReflection.swift
[118/129] Emitting module CasePaths
[119/198] Compiling Parsing OneOfBuilder.swift
[120/198] Compiling Parsing ParserBuilder.swift
[121/198] Compiling Parsing Conversion.swift
[122/198] Compiling Parsing AnyConversion.swift
[123/198] Compiling Parsing BinaryFloatingPoint.swift
[124/198] Compiling Parsing ConversionMap.swift
[125/198] Compiling Parsing Conversions.swift
[126/198] Compiling Parsing Data.swift
[127/205] Compiling Parsing From.swift
[128/205] Compiling Parsing Int.swift
[129/205] Compiling Parsing Lazy.swift
[130/205] Compiling Parsing Literal.swift
[131/205] Compiling Parsing Many.swift
[132/205] Compiling Parsing Map.swift
[133/205] Compiling Parsing Newline.swift
[134/205] Compiling Parsing Conditional.swift
[135/205] Compiling Parsing Consumed.swift
[136/205] Compiling Parsing Digits.swift
[137/205] Compiling Parsing End.swift
[138/205] Compiling Parsing Fail.swift
[139/205] Compiling Parsing Filter.swift
[140/205] Compiling Parsing First.swift
[141/205] Compiling Parsing Float.swift
[142/205] Compiling Parsing Parser.swift
[143/205] Compiling Parsing ParserPrinter.swift
[144/205] Compiling Parsing Always.swift
[145/205] Compiling Parsing AnyParserPrinter.swift
[146/205] Compiling Parsing Backtracking.swift
[147/205] Compiling Parsing Bool.swift
[148/205] Compiling Parsing CaseIterableRawRepresentable.swift
[149/205] Compiling Parsing CharacterSet.swift
[150/205] Compiling Parsing Enum.swift
[151/205] Compiling Parsing FixedWidthInteger.swift
[152/205] Compiling Parsing Identity.swift
[153/205] Compiling Parsing JSON.swift
[154/205] Compiling Parsing LosslessStringConvertible.swift
[155/205] Compiling Parsing Memberwise.swift
[156/205] Compiling Parsing ParseableFormatStyleConversion.swift
[157/205] Compiling Parsing RawRepresentable.swift
[158/205] Compiling Parsing Peek.swift
[159/205] Compiling Parsing Pipe.swift
[160/205] Compiling Parsing Prefix.swift
[161/205] Compiling Parsing PrefixThrough.swift
[162/205] Compiling Parsing PrefixUpTo.swift
[163/205] Compiling Parsing Printing.swift
[164/205] Compiling Parsing Pullback.swift
[165/205] Compiling Parsing String.swift
[166/205] Compiling Parsing Substring.swift
[167/205] Compiling Parsing UTF8View.swift
[168/205] Compiling Parsing ConvertingError.swift
[169/205] Compiling Parsing CountingRange.swift
[170/205] Compiling Parsing EmptyInitializable.swift
[171/205] Compiling Parsing AnyEquatable.swift
[172/205] Compiling Parsing Deprecations.swift
[173/205] Compiling Parsing ReplaceError.swift
[174/205] Compiling Parsing Rest.swift
[175/205] Compiling Parsing Skip.swift
[176/205] Compiling Parsing StartsWith.swift
[177/205] Compiling Parsing UUID.swift
[178/205] Compiling Parsing Whitespace.swift
[179/205] Compiling Parsing AnyParser.swift
[180/205] Compiling Parsing CompactMap.swift
[181/205] Compiling Parsing FlatMap.swift
[182/205] Compiling Parsing Parsers.swift
[183/205] Compiling Parsing Stream.swift
[184/205] Compiling Parsing ParsingError.swift
[185/205] Compiling Parsing PrependableCollection.swift
[186/205] Compiling Parsing PrintingError.swift
[187/205] Compiling Parsing Not.swift
[188/205] Compiling Parsing OneOf.swift
[189/205] Compiling Parsing OneOfMany.swift
[190/205] Compiling Parsing Optional.swift
[191/205] Compiling Parsing Optionally.swift
[192/205] Compiling Parsing Parse.swift
[193/205] Compiling Parsing ParseableFormatStyle.swift
[194/205] Emitting module Parsing
[195/233] Emitting module FeLangCore
[196/235] Compiling FeLangCore FeLangCore.swift
[197/235] Compiling FeLangCore ParseError.swift
[198/235] Compiling FeLangCore Parser.swift
[199/235] Compiling FeLangCore StatementVisitor.swift
[200/235] Compiling FeLangCore Visitable.swift
[201/235] Compiling FeLangCore ParsingTokenizer.swift
[202/235] Compiling FeLangCore SourcePosition.swift
[203/235] Compiling FeLangCore Token.swift
[204/235] Compiling FeLangCore AnyCodableSafetyValidator.swift
[205/235] Compiling FeLangCore Expression.swift
[206/235] Compiling FeLangCore ExpressionParser.swift
[207/235] Compiling FeLangCore SemanticError.swift
[208/235] Compiling FeLangCore SymbolTable.swift
[209/235] Compiling FeLangCore IncrementalTokenizer.swift
[210/235] Compiling FeLangCore TokenizerUtilities.swift
[211/235] Compiling FeLangCore CrossPlatformUtilities.swift
[212/235] Compiling FeLangCore StringEscapeUtilities.swift
[213/235] Compiling FeLangCore UnicodeNormalizer.swift
[214/235] Compiling FeLangCore ASTWalker.swift
[215/235] Compiling FeLangCore ExpressionVisitor.swift
[216/235] Compiling FeLangCore StatementParser.swift
[217/235] Compiling FeLangCore PrettyPrinter.swift
[218/235] Compiling FeLangCore SemanticAnalyzer.swift
[219/235] Compiling FeLangCore ParserPrinter.swift
[220/235] Compiling FeLangCore ParsingBoundaryDetection.swift
[221/235] Compiling FeLangCore Statement.swift
[222/235] Compiling FeLangCore TokenType.swift
[223/235] Compiling FeLangCore TokenizerCore.swift
[224/235] Compiling FeLangCore TokenizerError.swift
[224/235] Write Objects.LinkFileList
[225/235] Archiving libFeLangCore.a
[227/244] Compiling FeLangRuntime FeLangRuntime.swift
[228/244] Compiling FeLangRuntime StatementExecutor.swift
[229/244] Emitting module FeLangRuntime
[230/244] Compiling FeLangRuntime RuntimeError.swift
[231/244] Compiling FeLangRuntime ExpressionEvaluator.swift
[232/244] Compiling FeLangRuntime Interpreter.swift
[233/244] Compiling FeLangRuntime Environment.swift
[234/244] Compiling FeLangRuntime RuntimeValue.swift
[235/244] Compiling FeLangRuntime StandardLibrary.swift
[235/244] Write Objects.LinkFileList
[236/244] Archiving libFeLangRuntime.a
[238/253] Emitting module FeLangKit
[239/253] Compiling FeLangKit FeLangKit.swift
[239/253] Write Objects.LinkFileList
[240/253] Archiving libFeLangKit.a
[242/264] Compiling felang Utilities.swift
[243/264] Compiling felang FeLang.swift
[244/264] Compiling felang Tokenize.swift
[245/264] Compiling felang REPL.swift
[246/264] Compiling felang Parse.swift
[247/264] Emitting module felang
[248/264] Compiling felang Run.swift
[248/264] Write Objects.LinkFileList
[250/264] Emitting module FeLangServer
[251/265] Compiling FeLangServer JSONRPCTransport.swift
[252/265] Compiling FeLangServer InMemoryTransport.swift
[253/265] Compiling FeLangServer InMemoryTransport+Convenience.swift
[254/265] Compiling FeLangServer HoverProvider.swift
[255/265] Compiling FeLangServer FeLangServer.swift
[256/265] Compiling FeLangServer DocumentStore.swift
[257/265] Compiling FeLangServer DiagnosticsProvider.swift
[258/265] Compiling FeLangServer CompletionProvider.swift
[259/265] Compiling FeLangServer DefinitionProvider.swift
[260/265] Compiling FeLangServer LSPTypes.swift
[261/265] Compiling FeLangServer LanguageServer.swift
[261/265] Linking felang
[262/265] Write Objects.LinkFileList
[263/265] Applying felang
[264/265] Archiving libFeLangServer.a
Build complete! (20.22s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-parsing",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.5.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/pointfreeco/swift-parsing.git"
    },
    {
      "identity" : "swift-argument-parser",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.3.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-argument-parser.git"
    },
    {
      "identity" : "swift-atomics",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.3.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-atomics.git"
    }
  ],
  "manifest_display_name" : "FeLangKit",
  "name" : "FeLangKit",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "13.0"
    },
    {
      "name" : "ios",
      "version" : "17.0"
    }
  ],
  "products" : [
    {
      "name" : "FeLangCore",
      "targets" : [
        "FeLangCore"
      ],
      "type" : {
        "library" : [
          "static"
        ]
      }
    },
    {
      "name" : "FeLangKit",
      "targets" : [
        "FeLangKit"
      ],
      "type" : {
        "library" : [
          "static"
        ]
      }
    },
    {
      "name" : "FeLangRuntime",
      "targets" : [
        "FeLangRuntime"
      ],
      "type" : {
        "library" : [
          "static"
        ]
      }
    },
    {
      "name" : "FeLangServer",
      "targets" : [
        "FeLangServer"
      ],
      "type" : {
        "library" : [
          "static"
        ]
      }
    },
    {
      "name" : "felang",
      "targets" : [
        "felang"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "felang",
      "module_type" : "SwiftTarget",
      "name" : "felang",
      "path" : "Sources/felang",
      "product_dependencies" : [
        "ArgumentParser"
      ],
      "product_memberships" : [
        "felang"
      ],
      "sources" : [
        "Commands/Parse.swift",
        "Commands/REPL.swift",
        "Commands/Run.swift",
        "Commands/Tokenize.swift",
        "FeLang.swift",
        "Utilities.swift"
      ],
      "target_dependencies" : [
        "FeLangCore",
        "FeLangRuntime"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "FeLangServerTests",
      "module_type" : "SwiftTarget",
      "name" : "FeLangServerTests",
      "path" : "Tests/FeLangServerTests",
      "sources" : [
        "FeLangServerTests.swift",
        "InMemoryTransportTests.swift"
      ],
      "target_dependencies" : [
        "FeLangServer"
      ],
      "type" : "test"
    },
    {
      "c99name" : "FeLangServer",
      "module_type" : "SwiftTarget",
      "name" : "FeLangServer",
      "path" : "Sources/FeLangServer",
      "product_memberships" : [
        "FeLangServer"
      ],
      "sources" : [
        "CompletionProvider.swift",
        "DefinitionProvider.swift",
        "DiagnosticsProvider.swift",
        "DocumentStore.swift",
        "FeLangServer.swift",
        "HoverProvider.swift",
        "InMemoryTransport+Convenience.swift",
        "InMemoryTransport.swift",
        "JSONRPCTransport.swift",
        "LSPTypes.swift",
        "LanguageServer.swift"
      ],
      "target_dependencies" : [
        "FeLangCore",
        "FeLangKit"
      ],
      "type" : "library"
    },
    {
      "c99name" : "FeLangRuntimeTests",
      "module_type" : "SwiftTarget",
      "name" : "FeLangRuntimeTests",
      "path" : "Tests/FeLangRuntimeTests",
      "sources" : [
        "FeLangRuntimeTests.swift"
      ],
      "target_dependencies" : [
        "FeLangRuntime"
      ],
      "type" : "test"
    },
    {
      "c99name" : "FeLangRuntime",
      "module_type" : "SwiftTarget",
      "name" : "FeLangRuntime",
      "path" : "Sources/FeLangRuntime",
      "product_memberships" : [
        "FeLangKit",
        "FeLangRuntime",
        "FeLangServer",
        "felang"
      ],
      "sources" : [
        "Environment.swift",
        "ExpressionEvaluator.swift",
        "FeLangRuntime.swift",
        "Interpreter.swift",
        "RuntimeError.swift",
        "RuntimeValue.swift",
        "StandardLibrary.swift",
        "StatementExecutor.swift"
      ],
      "target_dependencies" : [
        "FeLangCore"
      ],
      "type" : "library"
    },
    {
      "c99name" : "FeLangKitTests",
      "module_type" : "SwiftTarget",
      "name" : "FeLangKitTests",
      "path" : "Tests/FeLangKitTests",
      "sources" : [
        "FeLangKitTests.swift"
      ],
      "target_dependencies" : [
        "FeLangKit"
      ],
      "type" : "test"
    },
    {
      "c99name" : "FeLangKit",
      "module_type" : "SwiftTarget",
      "name" : "FeLangKit",
      "path" : "Sources/FeLangKit",
      "product_memberships" : [
        "FeLangKit",
        "FeLangServer"
      ],
      "sources" : [
        "FeLangKit.swift"
      ],
      "target_dependencies" : [
        "FeLangCore",
        "FeLangRuntime"
      ],
      "type" : "library"
    },
    {
      "c99name" : "FeLangE2ETests",
      "module_type" : "SwiftTarget",
      "name" : "FeLangE2ETests",
      "path" : "Tests/FeLangE2ETests",
      "product_dependencies" : [
        "Atomics"
      ],
      "sources" : [
        "BoundaryE2ETests.swift",
        "CLIBasicTests.swift",
        "CLITestHelper.swift",
        "ControlFlowE2ETests.swift",
        "EdgeCaseE2ETests.swift",
        "ErrorE2ETests.swift",
        "ExecutionE2ETests.swift",
        "FileIntegrationTests.swift",
        "FunctionE2ETests.swift",
        "InProcessTestHelper.swift",
        "InputE2ETests.swift",
        "LogicalOperatorE2ETests.swift",
        "NumericE2ETests.swift",
        "ParseCommandTests.swift",
        "StringArrayE2ETests.swift",
        "StringComparisonE2ETests.swift",
        "TypeConversionE2ETests.swift",
        "VariadicFunctionE2ETests.swift"
      ],
      "target_dependencies" : [
        "FeLangCore",
        "FeLangRuntime"
      ],
      "type" : "test"
    },
    {
      "c99name" : "FeLangCoreTests",
      "module_type" : "SwiftTarget",
      "name" : "FeLangCoreTests",
      "path" : "Tests/FeLangCoreTests",
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/FeLangCoreTests/ParseError/GoldenFiles",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "Expression/ASTImmutabilityAuditTests.swift",
        "Expression/AnyCodableSafetyTests.swift",
        "Expression/ArrayLiteralTests.swift",
        "Expression/BoundedExpressionParserTests.swift",
        "Expression/ExpressionParserTests.swift",
        "FeLangCoreTests.swift",
        "ParseError/DebugParseErrors.swift",
        "ParseError/ErrorFormatter.swift",
        "ParseError/ParseErrorGoldenTests.swift",
        "ParseError/ParseErrorTestUtils.swift",
        "Parser/ParserTests.swift",
        "Parser/ParsingBoundaryDetectionTests.swift",
        "Parser/StatementASTTests.swift",
        "Parser/StatementExpressionDelegationTests.swift",
        "Parser/StatementParserTests.swift",
        "PrettyPrinter/PrettyPrinterTests.swift",
        "PrettyPrinter/RoundTripTests.swift",
        "Semantic/SemanticAnalyzerTests.swift",
        "Semantic/SemanticErrorReporterTests.swift",
        "Semantic/SymbolTableTests.swift",
        "Tokenizer/ASCIIFastPathTests.swift",
        "Tokenizer/EnhancedNumberTests.swift",
        "Tokenizer/IncrementalTokenizerTests.swift",
        "Tokenizer/LeadingDotTests.swift",
        "Tokenizer/LookupTableTests.swift",
        "Tokenizer/NumberParsingStrategiesTests.swift",
        "Tokenizer/ParsingTokenizerPositionTests.swift",
        "Tokenizer/ParsingTokenizerTests.swift",
        "Tokenizer/PositionTrackerTests.swift",
        "Tokenizer/SharedTokenizerImplementationTests.swift",
        "Tokenizer/TokenizerConsistencyTests.swift",
        "Tokenizer/TokenizerTests.swift",
        "Tokenizer/TokenizerUtilitiesTests.swift",
        "Utilities/CrossPlatformUtilitiesTests.swift",
        "Utilities/StringEscapeUtilitiesTests.swift",
        "Utilities/UnicodeNormalizationTests.swift",
        "Visitor/ASTWalkerTests.swift",
        "Visitor/ExpressionVisitorTests.swift",
        "Visitor/StatementVisitorTests.swift",
        "Visitor/VisitableTests.swift"
      ],
      "target_dependencies" : [
        "FeLangCore"
      ],
      "type" : "test"
    },
    {
      "c99name" : "FeLangCore",
      "module_type" : "SwiftTarget",
      "name" : "FeLangCore",
      "path" : "Sources/FeLangCore",
      "product_dependencies" : [
        "Parsing"
      ],
      "product_memberships" : [
        "FeLangCore",
        "FeLangKit",
        "FeLangRuntime",
        "FeLangServer",
        "felang"
      ],
      "sources" : [
        "Expression/AnyCodableSafetyValidator.swift",
        "Expression/Expression.swift",
        "Expression/ExpressionParser.swift",
        "FeLangCore.swift",
        "Parser/ParseError.swift",
        "Parser/Parser.swift",
        "Parser/ParserPrinter.swift",
        "Parser/ParsingBoundaryDetection.swift",
        "Parser/Statement.swift",
        "Parser/StatementParser.swift",
        "PrettyPrinter/PrettyPrinter.swift",
        "Semantic/SemanticAnalyzer.swift",
        "Semantic/SemanticError.swift",
        "Semantic/SymbolTable.swift",
        "Tokenizer/IncrementalTokenizer.swift",
        "Tokenizer/ParsingTokenizer.swift",
        "Tokenizer/SourcePosition.swift",
        "Tokenizer/Token.swift",
        "Tokenizer/TokenType.swift",
        "Tokenizer/TokenizerCore.swift",
        "Tokenizer/TokenizerError.swift",
        "Tokenizer/TokenizerUtilities.swift",
        "Utilities/CrossPlatformUtilities.swift",
        "Utilities/StringEscapeUtilities.swift",
        "Utilities/UnicodeNormalizer.swift",
        "Visitor/ASTWalker.swift",
        "Visitor/ExpressionVisitor.swift",
        "Visitor/StatementVisitor.swift",
        "Visitor/Visitable.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Done.