Build Information
Successful build of pkl-swift, reference main (0bf958), with Swift 6.1 for Linux on 13 Dec 2025 03:16:24 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/apple/pkl-swift.git
Reference: main
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: git branch -m <name>
From https://github.com/apple/pkl-swift
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 0bf958c Bump pkl.impl.ghactions to version 1.1.6 (#97)
Cloned https://github.com/apple/pkl-swift.git
Revision (git rev-parse @):
0bf958c60e96ba3a29e115892a98b2165af64d22
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/apple/pkl-swift.git at main
========================================
Build
========================================
Selected platform: linux
Swift version: 6.1
Building package at path: $PWD
https://github.com/apple/pkl-swift.git
https://github.com/apple/pkl-swift.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"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" : "/host/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" : "/host/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 ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:7a52ddccc7ba366c24bb516637054305dd0c5fa0b57dff9877b95decd3e21586
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/apple/swift-system
Fetching https://github.com/apple/swift-argument-parser
Fetching https://github.com/nicklockwood/SwiftFormat
Fetching https://github.com/swiftlang/swift-docc-plugin
Fetching https://github.com/SwiftPackageIndex/SemanticVersion
[1/2158] Fetching swift-docc-plugin
[239/19079] Fetching swift-docc-plugin, swift-argument-parser
[937/19466] Fetching swift-docc-plugin, swift-argument-parser, semanticversion
[1494/24687] Fetching swift-docc-plugin, swift-argument-parser, semanticversion, swift-system
Fetched https://github.com/SwiftPackageIndex/SemanticVersion from cache (0.41s)
[11948/24300] Fetching swift-docc-plugin, swift-argument-parser, swift-system
Fetched https://github.com/swiftlang/swift-docc-plugin from cache (0.49s)
[13513/22142] Fetching swift-argument-parser, swift-system
[22143/75466] Fetching swift-argument-parser, swift-system, swiftformat
Fetched https://github.com/apple/swift-argument-parser from cache (0.92s)
[5755/58545] Fetching swift-system, swiftformat
Fetched https://github.com/apple/swift-system from cache (40.22s)
Fetched https://github.com/nicklockwood/SwiftFormat from cache (40.97s)
Computing version for https://github.com/SwiftPackageIndex/SemanticVersion
Computed https://github.com/SwiftPackageIndex/SemanticVersion at 0.5.1 (43.74s)
Computing version for https://github.com/swiftlang/swift-docc-plugin
Computed https://github.com/swiftlang/swift-docc-plugin at 1.4.5 (0.72s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3596] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.52s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.50s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.6.2 (0.59s)
Computing version for https://github.com/apple/swift-system
Computed https://github.com/apple/swift-system at 1.6.3 (0.73s)
Computing version for https://github.com/nicklockwood/SwiftFormat
Computed https://github.com/nicklockwood/SwiftFormat at 0.58.7 (0.72s)
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
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/nicklockwood/SwiftFormat
Working copy of https://github.com/nicklockwood/SwiftFormat resolved at 0.58.7
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/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/SwiftPackageIndex/SemanticVersion
Working copy of https://github.com/SwiftPackageIndex/SemanticVersion resolved at 0.5.1
[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/29] Write sources
[5/29] Write embedded_resources.swift
[5/29] Write sources
[14/29] Write swift-version-24593BA9C3E375BF.txt
[15/35] Compiling CSystem shims.c
[16/66] Compiling PklSwiftInternals Discovery.cpp
[18/66] Emitting module SystemPackage
[19/70] Emitting module ArgumentParserToolInfo
[20/70] Compiling ArgumentParserToolInfo ToolInfo.swift
[21/70] Compiling SemanticVersion SemanticVersion+LosslessStringConvertible.swift
[22/70] Compiling SemanticVersion SemanticVersion.swift
[23/71] Compiling SystemPackage SystemString.swift
[24/71] Compiling SystemPackage Util+StringArray.swift
[25/71] Compiling SystemPackage Util.swift
[26/71] Compiling SystemPackage UtilConsumers.swift
[28/71] Compiling SystemPackage FilePath.swift
[29/71] Compiling SystemPackage FilePathComponentView.swift
[30/71] Compiling SystemPackage FilePathComponents.swift
[31/71] Compiling SystemPackage FilePathParsing.swift
[32/71] Compiling SystemPackage FilePathString.swift
[33/71] Compiling SystemPackage FilePathSyntax.swift
[34/71] Compiling SystemPackage FilePathTemp.swift
[35/71] Compiling SystemPackage FilePathTempPosix.swift
[36/71] Compiling SystemPackage FilePathTempWindows.swift
[37/71] Compiling SystemPackage Errno.swift
[38/71] Compiling SystemPackage ErrnoWindows.swift
[39/71] Compiling SystemPackage FileDescriptor.swift
[40/71] Compiling SystemPackage FileHelpers.swift
[41/71] Compiling SystemPackage FileOperations.swift
[41/71] Wrapping AST for ArgumentParserToolInfo for debugging
[43/115] Emitting module ArgumentParser
[44/121] Emitting module SemanticVersion
[45/121] Compiling SemanticVersion SemanticVersion+Codable.swift
[46/122] Compiling ArgumentParser CompletionKind.swift
[47/122] Compiling ArgumentParser Errors.swift
[48/122] Compiling ArgumentParser Flag.swift
[49/122] Compiling ArgumentParser NameSpecification.swift
[50/122] Compiling ArgumentParser HelpGenerator.swift
[51/122] Compiling ArgumentParser MessageInfo.swift
[52/122] Compiling ArgumentParser UsageGenerator.swift
[53/122] Compiling ArgumentParser ArgumentVisibility.swift
[54/122] Compiling ArgumentParser AsyncParsableCommand.swift
[55/122] Compiling ArgumentParser CommandConfiguration.swift
[56/122] Compiling ArgumentParser CommandGroup.swift
[57/122] Compiling ArgumentParser EnumerableFlag.swift
[58/122] Compiling ArgumentParser ExpressibleByArgument.swift
[59/122] Compiling ArgumentParser SplitArguments.swift
[60/122] Compiling ArgumentParser DumpHelpGenerator.swift
[61/122] Compiling ArgumentParser HelpCommand.swift
[62/122] Compiling ArgumentParser OptionGroup.swift
[69/123] Compiling ArgumentParser InputKey.swift
[70/123] Compiling ArgumentParser InputOrigin.swift
[71/123] Compiling ArgumentParser Name.swift
[72/123] Compiling ArgumentParser Parsed.swift
[73/123] Compiling ArgumentParser ParsedValues.swift
[74/123] Compiling ArgumentParser ParserError.swift
[75/123] Compiling ArgumentParser CollectionExtensions.swift
[76/123] Compiling ArgumentParser Mutex.swift
[77/123] Compiling ArgumentParser Platform.swift
[78/123] Compiling ArgumentParser SequenceExtensions.swift
[79/123] Compiling ArgumentParser StringExtensions.swift
[80/123] Compiling ArgumentParser SwiftExtensions.swift
[81/123] Wrapping AST for SemanticVersion for debugging
[82/123] Wrapping AST for SystemPackage for debugging
[84/123] Compiling ArgumentParser Tree.swift
[85/123] Compiling ArgumentParser CodingKeyValidator.swift
[86/123] Compiling ArgumentParser NonsenseFlagsValidator.swift
[87/123] Compiling ArgumentParser ParsableArgumentsValidation.swift
[88/123] Compiling ArgumentParser PositionalArgumentsValidator.swift
[89/123] Compiling ArgumentParser UniqueNamesValidator.swift
[95/123] Compiling ArgumentParser Option.swift
[96/123] Compiling ArgumentParser BashCompletionsGenerator.swift
[97/123] Compiling ArgumentParser CompletionsGenerator.swift
[98/123] Compiling ArgumentParser FishCompletionsGenerator.swift
[99/123] Compiling ArgumentParser ZshCompletionsGenerator.swift
[100/123] Compiling ArgumentParser Argument.swift
[101/123] Compiling ArgumentParser ArgumentDiscussion.swift
[102/123] Compiling ArgumentParser ArgumentHelp.swift
[109/138] Compiling MessagePack UnkeyedMapDecodingContainer.swift
[110/138] Compiling MessagePack KeyedDecodingContainer.swift
[111/138] Compiling MessagePack KeyedSingleDecodingContainer.swift
[112/138] Compiling MessagePack MessagePackEncoder.swift
[113/138] Compiling MessagePack SingleValueEncodingContainer.swift
[114/138] Compiling MessagePack UnkeyedEncodingContainer.swift
[115/139] Wrapping AST for ArgumentParser for debugging
[118/139] Compiling MessagePack FixedWidthInteger.swift
[119/140] Emitting module MessagePack
[120/140] Compiling MessagePack IO.swift
[121/140] Compiling MessagePack _MessagePackDecoder.swift
[122/140] Compiling MessagePack KeyedEncodingContainer.swift
[125/140] Compiling MessagePack UnkeyedDecodingContainer.swift
[127/140] Compiling MessagePack MessagePackDecoder.swift
[128/140] Compiling MessagePack SingleValueDecodingContainer.swift
[131/140] Compiling MessagePack AnyCodingKey.swift
[132/140] Compiling MessagePack Box.swift
[133/141] Wrapping AST for MessagePack for debugging
[135/163] Compiling PklSwift Class.swift
[136/163] Compiling PklSwift DataSize.swift
[137/163] Compiling PklSwift Duration.swift
[138/166] Emitting module PklSwift
[139/166] Compiling PklSwift TypeAlias.swift
[140/166] Compiling PklSwift PklDecoder.swift
[141/166] Compiling PklSwift PklMapDecodingContainer.swift
[142/166] Compiling PklSwift PklEvaluatorSettings.swift
[143/166] Compiling PklSwift Project.swift
[144/166] Compiling PklSwift Reader.swift
[145/166] Compiling PklSwift TypeRegistry.swift
[146/166] Compiling PklSwift Utils.swift
[147/166] Compiling PklSwift locks.swift
[148/166] Compiling PklSwift Evaluator.swift
[149/166] Compiling PklSwift EvaluatorManager.swift
[150/166] Compiling PklSwift EvaluatorOptions.swift
[151/166] Compiling PklSwift MessageTransport.swift
[152/166] Compiling PklSwift ModuleSource.swift
[153/166] Compiling PklSwift PklCodingKey.swift
[154/166] Compiling PklSwift PklSingleValueDecodingContainer.swift
[155/166] Compiling PklSwift PklTypedDecodingContainer.swift
[156/166] Compiling PklSwift PklUnkeyedDecodingContainer.swift
[157/166] Compiling PklSwift ExternalReaderClient.swift
[158/166] Compiling PklSwift Logger.swift
[159/166] Compiling PklSwift Message.swift
[160/167] Wrapping AST for PklSwift for debugging
[162/174] Emitting module test_external_reader
[163/174] Compiling test_external_reader TestExternalReader.swift
[165/175] Compiling pkl_gen_swift embedded_resources.swift
[166/175] Compiling pkl_gen_swift PklSwiftGenerator.swift
[166/175] Wrapping AST for test-external-reader for debugging
[167/175] Write Objects.LinkFileList
[169/175] Emitting module pkl_gen_swift
[170/175] Compiling pkl_gen_swift GeneratorSettings.pkl.swift
[171/175] Compiling pkl_gen_swift PklGenSwift.swift
[172/176] Linking test-external-reader
[173/176] Wrapping AST for pkl-gen-swift for debugging
[174/176] Write Objects.LinkFileList
[175/176] Linking pkl-gen-swift
Build complete! (101.79s)
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" : "/host/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" : "/host/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"
}
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:7a52ddccc7ba366c24bb516637054305dd0c5fa0b57dff9877b95decd3e21586
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.