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 pkl-swift, reference 0.7.2 (d40f08), with Swift 6.1 for macOS (SPM) on 1 Dec 2025 19:39:48 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

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/apple/pkl-swift.git
Reference: 0.7.2
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/apple/pkl-swift
 * tag               0.7.2      -> FETCH_HEAD
HEAD is now at d40f084 Prepare 0.7.2 release
Cloned https://github.com/apple/pkl-swift.git
Revision (git rev-parse @):
d40f084bd85d1a2c871ca6542a7c4ebfc9bc6f65
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/apple/pkl-swift.git at 0.7.2
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/apple/pkl-swift.git
https://github.com/apple/pkl-swift.git
{
  "cxx_language_standard" : "c++20",
  "dependencies" : [
    {
      "identity" : "swift-system",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.2.1",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-system"
    },
    {
      "identity" : "swift-argument-parser",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.2.3",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-argument-parser"
    },
    {
      "identity" : "semanticversion",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.4.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/SwiftPackageIndex/SemanticVersion"
    },
    {
      "identity" : "swift-docc-plugin",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.1.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swiftlang/swift-docc-plugin"
    },
    {
      "identity" : "swiftformat",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.55.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/nicklockwood/SwiftFormat"
    }
  ],
  "manifest_display_name" : "pkl-swift",
  "name" : "pkl-swift",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "13.0"
    },
    {
      "name" : "ios",
      "version" : "16.0"
    },
    {
      "name" : "tvos",
      "version" : "16.0"
    },
    {
      "name" : "watchos",
      "version" : "9.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    }
  ],
  "products" : [
    {
      "name" : "MessagePack",
      "targets" : [
        "MessagePack"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "PklSwift",
      "targets" : [
        "PklSwift"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "pkl-gen-swift",
      "targets" : [
        "pkl-gen-swift"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "test-external-reader",
      "targets" : [
        "test-external-reader"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "swift_languages_versions" : [
    "5",
    "6"
  ],
  "targets" : [
    {
      "c99name" : "test_external_reader",
      "module_type" : "SwiftTarget",
      "name" : "test-external-reader",
      "path" : "Sources/test-external-reader",
      "product_memberships" : [
        "test-external-reader"
      ],
      "sources" : [
        "TestExternalReader.swift"
      ],
      "target_dependencies" : [
        "PklSwift"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "pkl_gen_swift",
      "module_type" : "SwiftTarget",
      "name" : "pkl-gen-swift",
      "path" : "Sources/pkl-gen-swift",
      "product_dependencies" : [
        "ArgumentParser"
      ],
      "product_memberships" : [
        "pkl-gen-swift"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/pkl-gen-swift/Resources/VERSION.txt",
          "rule" : {
            "embed_in_code" : {
            }
          }
        }
      ],
      "sources" : [
        "Generated/GeneratorSettings.pkl.swift",
        "PklGenSwift.swift",
        "PklSwiftGenerator.swift"
      ],
      "target_dependencies" : [
        "PklSwift"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "PklSwiftTests",
      "module_type" : "SwiftTarget",
      "name" : "PklSwiftTests",
      "path" : "Tests/PklSwiftTests",
      "sources" : [
        "API/DataSizeTests.swift",
        "API/DurationTests.swift",
        "Decoder/PklDecoderTest.swift",
        "EvaluatorManagerTest.swift",
        "EvaluatorTest.swift",
        "ExternalReaderClientTest.swift",
        "Fixtures/Generated/AnyType.pkl.swift",
        "Fixtures/Generated/ApiTypes.pkl.swift",
        "Fixtures/Generated/Classes.pkl.swift",
        "Fixtures/Generated/Collections.pkl.swift",
        "Fixtures/Generated/Collections2.pkl.swift",
        "Fixtures/Generated/ExtendedModule.pkl.swift",
        "Fixtures/Generated/OpenModule.pkl.swift",
        "Fixtures/Generated/UnionTypes.pkl.swift",
        "Fixtures/Generated/UnusedClass.pkl.swift",
        "Fixtures/Generated/UnusedClassDefs.pkl.swift",
        "Fixtures/Generated/pkl_swift_example_Poly.pkl.swift",
        "Fixtures/Generated/pkl_swift_lib1.pkl.swift",
        "FixturesTest.swift",
        "ProjectTest.swift"
      ],
      "target_dependencies" : [
        "PklSwift"
      ],
      "type" : "test"
    },
    {
      "c99name" : "PklSwiftInternals",
      "module_type" : "ClangTarget",
      "name" : "PklSwiftInternals",
      "path" : "Sources/PklSwiftInternals",
      "product_memberships" : [
        "PklSwift",
        "pkl-gen-swift",
        "test-external-reader"
      ],
      "sources" : [
        "Discovery.cpp"
      ],
      "type" : "library"
    },
    {
      "c99name" : "PklSwift",
      "module_type" : "SwiftTarget",
      "name" : "PklSwift",
      "path" : "Sources/PklSwift",
      "product_dependencies" : [
        "SemanticVersion"
      ],
      "product_memberships" : [
        "PklSwift",
        "pkl-gen-swift",
        "test-external-reader"
      ],
      "sources" : [
        "API/Class.swift",
        "API/DataSize.swift",
        "API/Duration.swift",
        "API/TypeAlias.swift",
        "Decoder/PklDecoder.swift",
        "Decoder/PklMapDecodingContainer.swift",
        "Decoder/PklSingleValueDecodingContainer.swift",
        "Decoder/PklTypedDecodingContainer.swift",
        "Decoder/PklUnkeyedDecodingContainer.swift",
        "Evaluator.swift",
        "EvaluatorManager.swift",
        "EvaluatorOptions.swift",
        "ExternalReaderClient.swift",
        "Logger.swift",
        "Message.swift",
        "MessageTransport.swift",
        "ModuleSource.swift",
        "PklCodingKey.swift",
        "PklEvaluatorSettings.swift",
        "Project.swift",
        "Reader.swift",
        "TypeRegistry.swift",
        "Utils.swift",
        "locks.swift"
      ],
      "target_dependencies" : [
        "MessagePack",
        "PklSwiftInternals"
      ],
      "type" : "library"
    },
    {
      "c99name" : "MessagePackTests",
      "module_type" : "SwiftTarget",
      "name" : "MessagePackTests",
      "path" : "Tests/MessagePackTests",
      "sources" : [
        "MessagePackDecodingTests.swift",
        "MessagePackEncodingTests.swift"
      ],
      "target_dependencies" : [
        "MessagePack"
      ],
      "type" : "test"
    },
    {
      "c99name" : "MessagePack",
      "module_type" : "SwiftTarget",
      "name" : "MessagePack",
      "path" : "Sources/MessagePack",
      "product_dependencies" : [
        "SystemPackage"
      ],
      "product_memberships" : [
        "MessagePack",
        "PklSwift",
        "pkl-gen-swift",
        "test-external-reader"
      ],
      "sources" : [
        "AnyCodingKey.swift",
        "Box.swift",
        "Decoder/KeyedDecodingContainer.swift",
        "Decoder/KeyedSingleDecodingContainer.swift",
        "Decoder/MessagePackDecoder.swift",
        "Decoder/SingleValueDecodingContainer.swift",
        "Decoder/UnkeyedDecodingContainer.swift",
        "Decoder/UnkeyedMapDecodingContainer.swift",
        "Decoder/_MessagePackDecoder.swift",
        "Encoder/KeyedEncodingContainer.swift",
        "Encoder/MessagePackEncoder.swift",
        "Encoder/SingleValueEncodingContainer.swift",
        "Encoder/UnkeyedEncodingContainer.swift",
        "FixedWidthInteger.swift",
        "IO.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
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
[1/1] Compiling plugin SwiftFormatPlugin
[2/2] Compiling plugin Swift-DocC Preview
[3/3] Compiling plugin Swift-DocC
[4/4] Compiling plugin GenerateManual
[5/5] Compiling plugin GenerateDoccReference
Building for debugging...
[5/25] Write sources
[6/25] Write embedded_resources.swift
[6/25] Write pkl-gen-swift-entitlement.plist
[6/25] Write test-external-reader-entitlement.plist
[8/25] Write sources
[16/25] Compiling CSystem shims.c
[17/25] Write swift-version-2F0A5646E1D333AE.txt
[19/59] Compiling ArgumentParserToolInfo ToolInfo.swift
[20/59] Emitting module ArgumentParserToolInfo
[20/105] Compiling PklSwiftInternals Discovery.cpp
[22/105] Emitting module SystemPackage
[23/108] Compiling ArgumentParser CommandParser.swift
[24/108] Compiling ArgumentParser ParserError.swift
[25/108] Compiling ArgumentParser SplitArguments.swift
[26/108] Compiling ArgumentParser CommandConfiguration.swift
[27/108] Compiling ArgumentParser CommandGroup.swift
[28/108] Compiling ArgumentParser EnumerableFlag.swift
[29/108] Compiling ArgumentParser ExpressibleByArgument.swift
[30/108] Compiling ArgumentParser ParsableArguments.swift
[31/108] Compiling ArgumentParser ArgumentDiscussion.swift
[32/108] Compiling ArgumentParser DumpHelpGenerator.swift
[33/108] Compiling ArgumentParser HelpCommand.swift
[34/108] Compiling ArgumentParser HelpGenerator.swift
[35/108] Compiling ArgumentParser BashCompletionsGenerator.swift
[36/108] Compiling ArgumentParser CompletionsGenerator.swift
[37/108] Compiling ArgumentParser FishCompletionsGenerator.swift
[38/108] Compiling SystemPackage Util+StringArray.swift
[39/108] Compiling SystemPackage Util.swift
[40/108] Compiling SystemPackage UtilConsumers.swift
[41/108] Compiling ArgumentParser ZshCompletionsGenerator.swift
[42/108] Compiling ArgumentParser Argument.swift
[43/108] Compiling ArgumentParser ParsableCommand.swift
[44/108] Compiling ArgumentParser ArgumentDecoder.swift
[45/108] Compiling ArgumentParser ArgumentDefinition.swift
[46/108] Compiling ArgumentParser ArgumentSet.swift
[47/108] Compiling ArgumentParser ArgumentHelp.swift
[48/108] Compiling ArgumentParser ArgumentVisibility.swift
[49/108] Compiling ArgumentParser CompletionKind.swift
[50/108] Compiling ArgumentParser Errors.swift
[51/108] Compiling ArgumentParser InputKey.swift
[52/108] Compiling ArgumentParser InputOrigin.swift
[53/123] Emitting module ArgumentParser
[54/127] Compiling SemanticVersion SemanticVersion.swift
[55/127] Compiling SemanticVersion SemanticVersion+LosslessStringConvertible.swift
[56/127] Compiling ArgumentParser NonsenseFlagsValidator.swift
[57/127] Compiling ArgumentParser ParsableArgumentsValidation.swift
[58/127] Compiling ArgumentParser PositionalArgumentsValidator.swift
[59/127] Compiling ArgumentParser UniqueNamesValidator.swift
[60/127] Compiling MessagePack KeyedDecodingContainer.swift
[61/127] Compiling MessagePack KeyedSingleDecodingContainer.swift
[62/127] Compiling MessagePack MessagePackDecoder.swift
[63/127] Compiling MessagePack SingleValueDecodingContainer.swift
[64/127] Compiling MessagePack AnyCodingKey.swift
[65/127] Compiling SemanticVersion SemanticVersion+Codable.swift
[66/127] Emitting module SemanticVersion
[67/127] Compiling ArgumentParser Flag.swift
[68/127] Compiling ArgumentParser NameSpecification.swift
[69/127] Compiling ArgumentParser Option.swift
[70/127] Compiling ArgumentParser OptionGroup.swift
[71/127] Compiling ArgumentParser AsyncParsableCommand.swift
[72/127] Compiling ArgumentParser SequenceExtensions.swift
[73/127] Compiling ArgumentParser StringExtensions.swift
[74/127] Compiling ArgumentParser SwiftExtensions.swift
[75/127] Compiling ArgumentParser Tree.swift
[76/127] Compiling ArgumentParser CodingKeyValidator.swift
[82/127] Compiling ArgumentParser MessageInfo.swift
[83/127] Compiling ArgumentParser UsageGenerator.swift
[84/127] Compiling ArgumentParser CollectionExtensions.swift
[85/127] Compiling ArgumentParser Mutex.swift
[86/127] Compiling ArgumentParser Platform.swift
[87/127] Compiling MessagePack Box.swift
[88/127] Compiling MessagePack UnkeyedDecodingContainer.swift
[89/127] Compiling MessagePack UnkeyedMapDecodingContainer.swift
[90/127] Compiling MessagePack _MessagePackDecoder.swift
[91/127] Compiling MessagePack KeyedEncodingContainer.swift
[109/127] Emitting module MessagePack
[110/128] Compiling MessagePack FixedWidthInteger.swift
[111/128] Compiling MessagePack MessagePackEncoder.swift
[112/128] Compiling MessagePack UnkeyedEncodingContainer.swift
[113/128] Compiling MessagePack SingleValueEncodingContainer.swift
[116/128] Compiling MessagePack IO.swift
[123/151] Emitting module PklSwift
[124/153] Compiling PklSwift PklSingleValueDecodingContainer.swift
[125/153] Compiling PklSwift PklTypedDecodingContainer.swift
[126/153] Compiling PklSwift PklUnkeyedDecodingContainer.swift
[127/153] Compiling PklSwift TypeAlias.swift
[128/153] Compiling PklSwift PklDecoder.swift
[129/153] Compiling PklSwift PklMapDecodingContainer.swift
[130/153] Compiling PklSwift Reader.swift
[131/153] Compiling PklSwift TypeRegistry.swift
[132/153] Compiling PklSwift Class.swift
[133/153] Compiling PklSwift DataSize.swift
[134/153] Compiling PklSwift Duration.swift
[135/153] Compiling PklSwift Utils.swift
[136/153] Compiling PklSwift locks.swift
[137/153] Compiling PklSwift PklEvaluatorSettings.swift
[138/153] Compiling PklSwift Project.swift
[139/153] Compiling PklSwift Message.swift
[140/153] Compiling PklSwift MessageTransport.swift
[141/153] Compiling PklSwift ExternalReaderClient.swift
[142/153] Compiling PklSwift Logger.swift
[143/153] Compiling PklSwift Evaluator.swift
[144/153] Compiling PklSwift EvaluatorManager.swift
[145/153] Compiling PklSwift EvaluatorOptions.swift
[146/153] Compiling PklSwift ModuleSource.swift
[147/153] Compiling PklSwift PklCodingKey.swift
[148/160] Compiling pkl_gen_swift embedded_resources.swift
[149/160] Emitting module test_external_reader
[150/160] Compiling test_external_reader TestExternalReader.swift
[150/160] Write Objects.LinkFileList
[152/160] Compiling pkl_gen_swift GeneratorSettings.pkl.swift
[153/160] Compiling pkl_gen_swift PklSwiftGenerator.swift
[154/160] Compiling pkl_gen_swift PklGenSwift.swift
[155/160] Emitting module pkl_gen_swift
[155/160] Write Objects.LinkFileList
[156/160] Linking test-external-reader
[157/160] Applying test-external-reader
[158/160] Linking pkl-gen-swift
[159/160] Applying pkl-gen-swift
Build complete! (103.53s)
Fetching https://github.com/SwiftPackageIndex/SemanticVersion
Fetching https://github.com/swiftlang/swift-docc-plugin from cache
Fetching https://github.com/nicklockwood/SwiftFormat
Fetching https://github.com/apple/swift-system from cache
Fetching https://github.com/apple/swift-argument-parser from cache
[1/387] Fetching semanticversion
Fetched https://github.com/swiftlang/swift-docc-plugin from cache (1.29s)
Fetched https://github.com/apple/swift-argument-parser from cache (1.30s)
[1/53122] Fetching swiftformat
Fetched https://github.com/SwiftPackageIndex/SemanticVersion from cache (74.48s)
Fetched https://github.com/nicklockwood/SwiftFormat from cache (74.48s)
Fetched https://github.com/apple/swift-system from cache (74.50s)
Computing version for https://github.com/SwiftPackageIndex/SemanticVersion
Computed https://github.com/SwiftPackageIndex/SemanticVersion at 0.5.1 (77.61s)
Computing version for https://github.com/swiftlang/swift-docc-plugin
Computed https://github.com/swiftlang/swift-docc-plugin at 1.4.5 (0.56s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit from cache
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.96s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.65s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.6.2 (0.50s)
Computing version for https://github.com/apple/swift-system
Computed https://github.com/apple/swift-system at 1.6.3 (0.52s)
Computing version for https://github.com/nicklockwood/SwiftFormat
Computed https://github.com/nicklockwood/SwiftFormat at 0.58.7 (0.60s)
Creating working copy for https://github.com/SwiftPackageIndex/SemanticVersion
Working copy of https://github.com/SwiftPackageIndex/SemanticVersion resolved at 0.5.1
Creating working copy for https://github.com/swiftlang/swift-docc-plugin
Working copy of https://github.com/swiftlang/swift-docc-plugin resolved at 1.4.5
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
Creating working copy for https://github.com/apple/swift-system
Working copy of https://github.com/apple/swift-system resolved at 1.6.3
Creating working copy for https://github.com/nicklockwood/SwiftFormat
Working copy of https://github.com/nicklockwood/SwiftFormat resolved at 0.58.7
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
Build complete.
{
  "cxx_language_standard" : "c++20",
  "dependencies" : [
    {
      "identity" : "swift-system",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.2.1",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-system"
    },
    {
      "identity" : "swift-argument-parser",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.2.3",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-argument-parser"
    },
    {
      "identity" : "semanticversion",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.4.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/SwiftPackageIndex/SemanticVersion"
    },
    {
      "identity" : "swift-docc-plugin",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.1.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swiftlang/swift-docc-plugin"
    },
    {
      "identity" : "swiftformat",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.55.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/nicklockwood/SwiftFormat"
    }
  ],
  "manifest_display_name" : "pkl-swift",
  "name" : "pkl-swift",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "13.0"
    },
    {
      "name" : "ios",
      "version" : "16.0"
    },
    {
      "name" : "tvos",
      "version" : "16.0"
    },
    {
      "name" : "watchos",
      "version" : "9.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    }
  ],
  "products" : [
    {
      "name" : "MessagePack",
      "targets" : [
        "MessagePack"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "PklSwift",
      "targets" : [
        "PklSwift"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "pkl-gen-swift",
      "targets" : [
        "pkl-gen-swift"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "test-external-reader",
      "targets" : [
        "test-external-reader"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "swift_languages_versions" : [
    "5",
    "6"
  ],
  "targets" : [
    {
      "c99name" : "test_external_reader",
      "module_type" : "SwiftTarget",
      "name" : "test-external-reader",
      "path" : "Sources/test-external-reader",
      "product_memberships" : [
        "test-external-reader"
      ],
      "sources" : [
        "TestExternalReader.swift"
      ],
      "target_dependencies" : [
        "PklSwift"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "pkl_gen_swift",
      "module_type" : "SwiftTarget",
      "name" : "pkl-gen-swift",
      "path" : "Sources/pkl-gen-swift",
      "product_dependencies" : [
        "ArgumentParser"
      ],
      "product_memberships" : [
        "pkl-gen-swift"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/pkl-gen-swift/Resources/VERSION.txt",
          "rule" : {
            "embed_in_code" : {
            }
          }
        }
      ],
      "sources" : [
        "Generated/GeneratorSettings.pkl.swift",
        "PklGenSwift.swift",
        "PklSwiftGenerator.swift"
      ],
      "target_dependencies" : [
        "PklSwift"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "PklSwiftTests",
      "module_type" : "SwiftTarget",
      "name" : "PklSwiftTests",
      "path" : "Tests/PklSwiftTests",
      "sources" : [
        "API/DataSizeTests.swift",
        "API/DurationTests.swift",
        "Decoder/PklDecoderTest.swift",
        "EvaluatorManagerTest.swift",
        "EvaluatorTest.swift",
        "ExternalReaderClientTest.swift",
        "Fixtures/Generated/AnyType.pkl.swift",
        "Fixtures/Generated/ApiTypes.pkl.swift",
        "Fixtures/Generated/Classes.pkl.swift",
        "Fixtures/Generated/Collections.pkl.swift",
        "Fixtures/Generated/Collections2.pkl.swift",
        "Fixtures/Generated/ExtendedModule.pkl.swift",
        "Fixtures/Generated/OpenModule.pkl.swift",
        "Fixtures/Generated/UnionTypes.pkl.swift",
        "Fixtures/Generated/UnusedClass.pkl.swift",
        "Fixtures/Generated/UnusedClassDefs.pkl.swift",
        "Fixtures/Generated/pkl_swift_example_Poly.pkl.swift",
        "Fixtures/Generated/pkl_swift_lib1.pkl.swift",
        "FixturesTest.swift",
        "ProjectTest.swift"
      ],
      "target_dependencies" : [
        "PklSwift"
      ],
      "type" : "test"
    },
    {
      "c99name" : "PklSwiftInternals",
      "module_type" : "ClangTarget",
      "name" : "PklSwiftInternals",
      "path" : "Sources/PklSwiftInternals",
      "product_memberships" : [
        "PklSwift",
        "pkl-gen-swift",
        "test-external-reader"
      ],
      "sources" : [
        "Discovery.cpp"
      ],
      "type" : "library"
    },
    {
      "c99name" : "PklSwift",
      "module_type" : "SwiftTarget",
      "name" : "PklSwift",
      "path" : "Sources/PklSwift",
      "product_dependencies" : [
        "SemanticVersion"
      ],
      "product_memberships" : [
        "PklSwift",
        "pkl-gen-swift",
        "test-external-reader"
      ],
      "sources" : [
        "API/Class.swift",
        "API/DataSize.swift",
        "API/Duration.swift",
        "API/TypeAlias.swift",
        "Decoder/PklDecoder.swift",
        "Decoder/PklMapDecodingContainer.swift",
        "Decoder/PklSingleValueDecodingContainer.swift",
        "Decoder/PklTypedDecodingContainer.swift",
        "Decoder/PklUnkeyedDecodingContainer.swift",
        "Evaluator.swift",
        "EvaluatorManager.swift",
        "EvaluatorOptions.swift",
        "ExternalReaderClient.swift",
        "Logger.swift",
        "Message.swift",
        "MessageTransport.swift",
        "ModuleSource.swift",
        "PklCodingKey.swift",
        "PklEvaluatorSettings.swift",
        "Project.swift",
        "Reader.swift",
        "TypeRegistry.swift",
        "Utils.swift",
        "locks.swift"
      ],
      "target_dependencies" : [
        "MessagePack",
        "PklSwiftInternals"
      ],
      "type" : "library"
    },
    {
      "c99name" : "MessagePackTests",
      "module_type" : "SwiftTarget",
      "name" : "MessagePackTests",
      "path" : "Tests/MessagePackTests",
      "sources" : [
        "MessagePackDecodingTests.swift",
        "MessagePackEncodingTests.swift"
      ],
      "target_dependencies" : [
        "MessagePack"
      ],
      "type" : "test"
    },
    {
      "c99name" : "MessagePack",
      "module_type" : "SwiftTarget",
      "name" : "MessagePack",
      "path" : "Sources/MessagePack",
      "product_dependencies" : [
        "SystemPackage"
      ],
      "product_memberships" : [
        "MessagePack",
        "PklSwift",
        "pkl-gen-swift",
        "test-external-reader"
      ],
      "sources" : [
        "AnyCodingKey.swift",
        "Box.swift",
        "Decoder/KeyedDecodingContainer.swift",
        "Decoder/KeyedSingleDecodingContainer.swift",
        "Decoder/MessagePackDecoder.swift",
        "Decoder/SingleValueDecodingContainer.swift",
        "Decoder/UnkeyedDecodingContainer.swift",
        "Decoder/UnkeyedMapDecodingContainer.swift",
        "Decoder/_MessagePackDecoder.swift",
        "Encoder/KeyedEncodingContainer.swift",
        "Encoder/MessagePackEncoder.swift",
        "Encoder/SingleValueEncodingContainer.swift",
        "Encoder/UnkeyedEncodingContainer.swift",
        "FixedWidthInteger.swift",
        "IO.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Done.