Build Information
Successful build of Normalization, reference main (360cc9), with Swift 6.1 for Linux on 24 Sep 2025 08:32:53 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/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.67.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/VergeGroup/Normalization.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/VergeGroup/Normalization
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 360cc94 Update swift-syntax version constraint to range 600.0.0..<603.0.0 (#5)
Cloned https://github.com/VergeGroup/Normalization.git
Revision (git rev-parse @):
360cc940e9c9f5c14db229ea9757c1b18a541fff
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/VergeGroup/Normalization.git at main
========================================
Build
========================================
Selected platform: linux
Swift version: 6.1
Building package at path: $PWD
https://github.com/VergeGroup/Normalization.git
https://github.com/VergeGroup/Normalization.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "swift-collections",
"requirement" : {
"range" : [
{
"lower_bound" : "1.1.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-collections"
},
{
"identity" : "typedcomparator",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/VergeGroup/TypedComparator"
},
{
"identity" : "swift-typed-identifier",
"requirement" : {
"range" : [
{
"lower_bound" : "2.0.4",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/VergeGroup/swift-typed-identifier"
},
{
"identity" : "swift-syntax",
"requirement" : {
"range" : [
{
"lower_bound" : "600.0.0",
"upper_bound" : "603.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swiftlang/swift-syntax.git"
},
{
"identity" : "swift-macro-testing",
"requirement" : {
"range" : [
{
"lower_bound" : "0.2.1",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/pointfreeco/swift-macro-testing.git"
}
],
"manifest_display_name" : "Normalization",
"name" : "Normalization",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "11.0"
},
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "tvos",
"version" : "13.0"
},
{
"name" : "watchos",
"version" : "6.0"
}
],
"products" : [
{
"name" : "Normalization",
"targets" : [
"Normalization"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "NormalizationMacrosPlugin",
"targets" : [
"NormalizationMacrosPlugin"
],
"type" : {
"macro" : null
}
}
],
"swift_languages_versions" : [
"6"
],
"targets" : [
{
"c99name" : "NormalizationTests",
"module_type" : "SwiftTarget",
"name" : "NormalizationTests",
"path" : "Tests/NormalizationTests",
"sources" : [
"Entities.swift",
"Source.swift"
],
"target_dependencies" : [
"Normalization"
],
"type" : "test"
},
{
"c99name" : "NormalizationMacrosTests",
"module_type" : "SwiftTarget",
"name" : "NormalizationMacrosTests",
"path" : "Tests/NormalizationMacrosTests",
"product_dependencies" : [
"SwiftSyntaxMacrosTestSupport",
"MacroTesting"
],
"sources" : [
"Tests.swift"
],
"target_dependencies" : [
"NormalizationMacrosPlugin"
],
"type" : "test"
},
{
"c99name" : "NormalizationMacrosPlugin",
"module_type" : "SwiftTarget",
"name" : "NormalizationMacrosPlugin",
"path" : "Sources/NormalizationMacrosPlugin",
"product_dependencies" : [
"SwiftSyntaxMacros",
"SwiftCompilerPlugin"
],
"product_memberships" : [
"Normalization",
"NormalizationMacrosPlugin"
],
"sources" : [
"DatabaseStateMacro.swift",
"IndexMacro.swift",
"MacroError.swift",
"NormalizedStorageMacro.swift",
"Plugin.swift",
"TableMacro.swift"
],
"type" : "macro"
},
{
"c99name" : "Normalization",
"module_type" : "SwiftTarget",
"name" : "Normalization",
"path" : "Sources/Normalization",
"product_dependencies" : [
"TypedIdentifier",
"TypedComparator",
"HashTreeCollections"
],
"product_memberships" : [
"Normalization"
],
"sources" : [
"EntityType.swift",
"Indexes/Indexes.swift",
"Normalization.swift",
"NormalizedStorageComparators.swift",
"NormalizedStorageType.swift",
"Selector.swift",
"Tables/TableType.swift",
"Tables/Tables.Hash.swift",
"Tables/Tables.swift",
"UpdatedMarker.swift",
"VergeNormalization+Macros.swift",
"VergeNormalization.swift"
],
"target_dependencies" : [
"NormalizationMacrosPlugin"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/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:808cb2b2a6cec76654a3acbd283c6c2205bc60d2b29562c95b9f5147612f6d32
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/swiftlang/swift-syntax.git
Fetching https://github.com/apple/swift-collections
Fetching https://github.com/pointfreeco/swift-macro-testing.git
Fetching https://github.com/VergeGroup/swift-typed-identifier
Fetching https://github.com/VergeGroup/TypedComparator
[1/63] Fetching swift-typed-identifier
[64/77] Fetching swift-typed-identifier, typedcomparator
[77/991] Fetching swift-typed-identifier, typedcomparator, swift-macro-testing
[991/18519] Fetching swift-typed-identifier, typedcomparator, swift-macro-testing, swift-collections
Fetched https://github.com/VergeGroup/TypedComparator from cache (0.42s)
Fetched https://github.com/VergeGroup/swift-typed-identifier from cache (0.43s)
[1616/18442] Fetching swift-macro-testing, swift-collections
Fetched https://github.com/pointfreeco/swift-macro-testing.git from cache (0.44s)
[877/17528] Fetching swift-collections
[4208/89524] Fetching swift-collections, swift-syntax
Fetched https://github.com/apple/swift-collections from cache (7.86s)
Fetched https://github.com/swiftlang/swift-syntax.git from cache (7.89s)
Computing version for https://github.com/VergeGroup/swift-typed-identifier
Computed https://github.com/VergeGroup/swift-typed-identifier at 2.0.4 (8.34s)
Computing version for https://github.com/VergeGroup/TypedComparator
Computed https://github.com/VergeGroup/TypedComparator at 1.0.0 (0.44s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 602.0.0 (2.02s)
Computing version for https://github.com/apple/swift-collections
Computed https://github.com/apple/swift-collections at 1.2.1 (0.72s)
Computing version for https://github.com/pointfreeco/swift-macro-testing.git
Computed https://github.com/pointfreeco/swift-macro-testing.git at 0.6.4 (0.53s)
Fetching https://github.com/pointfreeco/swift-snapshot-testing
[1/15537] Fetching swift-snapshot-testing
Fetched https://github.com/pointfreeco/swift-snapshot-testing from cache (3.02s)
Computing version for https://github.com/pointfreeco/swift-snapshot-testing
Computed https://github.com/pointfreeco/swift-snapshot-testing at 1.18.7 (3.61s)
Fetching https://github.com/pointfreeco/swift-custom-dump
[1/4598] Fetching swift-custom-dump
Fetched https://github.com/pointfreeco/swift-custom-dump from cache (0.37s)
Computing version for https://github.com/pointfreeco/swift-custom-dump
Computed https://github.com/pointfreeco/swift-custom-dump at 1.3.3 (0.93s)
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay
[1/5509] Fetching xctest-dynamic-overlay
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (0.80s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.6.1 (1.44s)
Creating working copy for https://github.com/pointfreeco/swift-macro-testing.git
Working copy of https://github.com/pointfreeco/swift-macro-testing.git resolved at 0.6.4
Creating working copy for https://github.com/pointfreeco/swift-snapshot-testing
Working copy of https://github.com/pointfreeco/swift-snapshot-testing resolved at 1.18.7
Creating working copy for https://github.com/VergeGroup/swift-typed-identifier
Working copy of https://github.com/VergeGroup/swift-typed-identifier resolved at 2.0.4
Creating working copy for https://github.com/pointfreeco/xctest-dynamic-overlay
Working copy of https://github.com/pointfreeco/xctest-dynamic-overlay resolved at 1.6.1
Creating working copy for https://github.com/swiftlang/swift-syntax.git
Working copy of https://github.com/swiftlang/swift-syntax.git resolved at 602.0.0
Creating working copy for https://github.com/VergeGroup/TypedComparator
Working copy of https://github.com/VergeGroup/TypedComparator resolved at 1.0.0
Creating working copy for https://github.com/apple/swift-collections
Working copy of https://github.com/apple/swift-collections resolved at 1.2.1
Creating working copy for https://github.com/pointfreeco/swift-custom-dump
Working copy of https://github.com/pointfreeco/swift-custom-dump resolved at 1.3.3
Building for debugging...
[0/48] Write sources
[27/48] Compiling _SwiftSyntaxCShims PlatformMutex.c
[28/48] Write swift-version-24593BA9C3E375BF.txt
[30/77] Emitting module TypedIdentifier
[31/77] Emitting module SwiftSyntax510
[32/77] Compiling SwiftSyntax602 Empty.swift
[33/77] Emitting module SwiftSyntax602
[35/78] Compiling TypedIdentifier TypedIdentifier.swift
[37/79] Compiling SwiftSyntax509 Empty.swift
[38/79] Emitting module SwiftSyntax509
[39/80] Compiling TypedComparator TypedComparator.swift
[41/80] Emitting module SwiftSyntax600
[42/80] Compiling SwiftSyntax600 Empty.swift
[43/81] Emitting module SwiftSyntax601
[44/81] Compiling SwiftSyntax601 Empty.swift
[45/81] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[46/81] Compiling InternalCollectionsUtilities UInt+reversed.swift
[47/82] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[48/82] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[51/85] Compiling SwiftSyntax510 Empty.swift
[52/86] Emitting module InternalCollectionsUtilities
[53/86] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[54/86] Compiling InternalCollectionsUtilities Debugging.swift
[55/86] Compiling InternalCollectionsUtilities Descriptions.swift
[56/86] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[57/86] Compiling TypedComparator PackedCompare.swift
[58/86] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[59/86] Emitting module TypedComparator
[60/87] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[61/87] Compiling InternalCollectionsUtilities Integer rank.swift
[62/87] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[63/87] Compiling InternalCollectionsUtilities _SortedCollection.swift
[63/87] Wrapping AST for SwiftSyntax602 for debugging
[65/87] Wrapping AST for SwiftSyntax600 for debugging
[67/101] Wrapping AST for SwiftSyntax601 for debugging
[69/104] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[70/105] Compiling TypedIdentifier TypedIdentifier.swift
[71/105] Emitting module TypedIdentifier
[71/106] Wrapping AST for SwiftSyntax509 for debugging
[72/106] Wrapping AST for SwiftSyntax510 for debugging
[76/169] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[77/170] Compiling SwiftSyntax MemoryLayout.swift
[78/170] Compiling SwiftSyntax MissingNodeInitializers.swift
[79/170] Compiling SwiftSyntax EditorPlaceholder.swift
[80/170] Compiling SwiftSyntax Identifier.swift
[81/170] Compiling TypedComparator PackedCompare.swift
[82/170] Emitting module TypedComparator
[83/170] Compiling TypedComparator TypedComparator.swift
[85/172] Compiling SwiftSyntax AbsolutePosition.swift
[86/172] Compiling SwiftSyntax AbsoluteSyntaxInfo.swift
[87/247] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[88/247] Compiling HashTreeCollections TreeDictionary+Codable.swift
[89/247] Compiling HashTreeCollections TreeDictionary+Collection.swift
[90/247] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[91/247] Compiling HashTreeCollections _RawHashNode.swift
[92/247] Compiling HashTreeCollections _UnmanagedHashNode.swift
[93/247] Compiling HashTreeCollections _UnsafePath.swift
[94/247] Emitting module InternalCollectionsUtilities
[96/248] Compiling HashTreeCollections TreeSet+Hashable.swift
[97/248] Compiling HashTreeCollections TreeSet+Sendable.swift
[98/248] Compiling HashTreeCollections TreeSet+Sequence.swift
[99/248] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[100/248] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[101/248] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[102/248] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[103/248] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[104/248] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[105/248] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[106/334] Compiling HashTreeCollections TreeDictionary.swift
[107/334] Compiling HashTreeCollections TreeSet+Codable.swift
[108/334] Compiling HashTreeCollections TreeSet+Collection.swift
[109/334] Compiling HashTreeCollections TreeSet+CustomReflectable.swift
[110/334] Compiling HashTreeCollections TreeSet+Debugging.swift
[111/334] Compiling HashTreeCollections TreeSet+Descriptions.swift
[112/334] Compiling HashTreeCollections TreeSet+Equatable.swift
[113/334] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[114/334] Compiling HashTreeCollections TreeSet+Extras.swift
[115/334] Compiling HashTreeCollections TreeSet+Filter.swift
[116/334] Compiling HashTreeCollections _HashTreeIterator.swift
[117/334] Compiling HashTreeCollections _HashTreeStatistics.swift
[118/334] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[119/334] Compiling HashTreeCollections _RawHashNode.swift
[120/334] Compiling HashTreeCollections _UnmanagedHashNode.swift
[121/334] Compiling HashTreeCollections _UnsafePath.swift
[122/334] Compiling HashTreeCollections TreeDictionary+Codable.swift
[123/334] Compiling HashTreeCollections TreeDictionary+Collection.swift
[124/334] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[125/334] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[126/334] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[127/334] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[128/334] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[129/334] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[130/334] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[131/334] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[132/334] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[133/334] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[134/334] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[135/334] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[136/334] Compiling HashTreeCollections TreeSet.swift
[137/334] Compiling HashTreeCollections TreeSet+Hashable.swift
[138/334] Compiling HashTreeCollections TreeSet+Sendable.swift
[139/334] Compiling HashTreeCollections TreeSet+Sequence.swift
[140/334] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[141/334] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[142/334] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[143/334] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[144/334] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[145/334] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[146/334] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[157/344] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[158/344] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[159/344] Compiling HashTreeCollections TreeDictionary+Filter.swift
[160/344] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[161/344] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[162/344] Compiling HashTreeCollections TreeDictionary+Keys.swift
[163/344] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[164/344] Compiling HashTreeCollections TreeDictionary+Merge.swift
[165/344] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[166/344] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[167/344] Compiling HashTreeCollections TreeDictionary+Values.swift
[168/344] Compiling HashTreeCollections _AncestorHashSlots.swift
[169/344] Compiling HashTreeCollections _Bitmap.swift
[170/344] Compiling HashTreeCollections _Bucket.swift
[171/344] Compiling HashTreeCollections _Hash.swift
[172/344] Compiling HashTreeCollections _HashLevel.swift
[173/344] Compiling HashTreeCollections _HashNode+Builder.swift
[174/344] Compiling HashTreeCollections _HashNode+Debugging.swift
[175/344] Compiling HashTreeCollections _HashNode+Initializers.swift
[176/344] Compiling HashTreeCollections _HashNode+Invariants.swift
[177/344] Compiling HashTreeCollections _HashNode+Lookups.swift
[178/344] Compiling HashTreeCollections _HashNode+Primitive Insertions.swift
[179/344] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[180/344] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[181/344] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[182/344] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[183/344] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[184/344] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[185/344] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[186/344] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[187/344] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[188/344] Compiling HashTreeCollections TreeSet.swift
[200/344] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[201/344] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[202/344] Compiling HashTreeCollections _HashNode+Structural union.swift
[203/344] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[204/344] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[205/344] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[206/344] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[207/344] Compiling HashTreeCollections _HashNode.swift
[208/344] Compiling HashTreeCollections _HashNodeHeader.swift
[209/344] Compiling HashTreeCollections _HashSlot.swift
[210/344] Compiling HashTreeCollections _HashStack.swift
[222/344] Compiling HashTreeCollections _HashNode+Primitive Removals.swift
[223/344] Compiling HashTreeCollections _HashNode+Primitive Replacement.swift
[224/344] Compiling HashTreeCollections _HashNode+Storage.swift
[225/344] Compiling HashTreeCollections _HashNode+Structural compactMapValues.swift
[226/344] Compiling HashTreeCollections _HashNode+Structural filter.swift
[227/344] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[228/344] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[229/344] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[230/344] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[231/344] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[232/344] Compiling HashTreeCollections _HashNode+Structural merge.swift
[266/344] Emitting module HashTreeCollections
[270/346] Emitting module SwiftSyntax
[333/354] Compiling SwiftSyntax SyntaxNodesC.swift
[334/354] Compiling SwiftSyntax SyntaxNodesD.swift
[335/354] Compiling SwiftSyntax SyntaxNodesEF.swift
[336/354] Compiling SwiftSyntax SyntaxNodesGHI.swift
[337/354] Compiling SwiftSyntax SyntaxNodesJKLMN.swift
[338/354] Compiling SwiftSyntax SyntaxNodesOP.swift
[339/354] Compiling SwiftSyntax SyntaxNodesQRS.swift
[340/354] Compiling SwiftSyntax SyntaxNodesTUVWXYZ.swift
[341/355] Wrapping AST for SwiftSyntax for debugging
[343/414] Emitting module SwiftDiagnostics
[344/415] Compiling SwiftDiagnostics Message.swift
[345/415] Compiling SwiftBasicFormat Syntax+Extensions.swift
[346/415] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[347/415] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[348/415] Compiling SwiftParser Names.swift
[349/415] Compiling SwiftParser Nominals.swift
[350/415] Compiling SwiftParser LoopProgressCondition.swift
[351/415] Compiling SwiftParser Modifiers.swift
[352/415] Compiling SwiftDiagnostics Note.swift
[353/415] Compiling SwiftBasicFormat Indenter.swift
[354/415] Compiling SwiftBasicFormat InferIndentation.swift
[355/415] Compiling SwiftDiagnostics FixIt.swift
[356/415] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[357/415] Compiling SwiftDiagnostics DiagnosticDecorator.swift
[358/415] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[359/416] Wrapping AST for SwiftDiagnostics for debugging
[361/416] Compiling SwiftBasicFormat BasicFormat.swift
[362/416] Emitting module SwiftBasicFormat
[363/417] Wrapping AST for SwiftBasicFormat for debugging
[365/417] Compiling SwiftParser StringLiterals.swift
[366/417] Compiling SwiftParser SwiftParserCompatibility.swift
[367/417] Compiling SwiftParser SwiftVersion.swift
[368/417] Compiling SwiftParser SyntaxUtils.swift
[369/417] Compiling SwiftParser TokenConsumer.swift
[370/417] Compiling SwiftParser TokenPrecedence.swift
[371/422] Emitting module SwiftParser
[372/422] Compiling SwiftParser Parser.swift
[373/422] Compiling SwiftParser Patterns.swift
[374/422] Compiling SwiftParser Recovery.swift
[375/422] Compiling SwiftParser Specifiers.swift
[376/422] Compiling SwiftParser Statements.swift
[377/422] Compiling SwiftParser StringLiteralRepresentedLiteralValue.swift
[382/422] Compiling SwiftParser Parameters.swift
[383/422] Compiling SwiftParser ParseSourceFile.swift
[384/422] Compiling SwiftParser Lexeme.swift
[385/422] Compiling SwiftParser LexemeSequence.swift
[386/422] Compiling SwiftParser Lexer.swift
[387/422] Compiling SwiftParser RegexLiteralLexer.swift
[388/422] Compiling SwiftParser UnicodeScalarExtensions.swift
[389/422] Compiling SwiftParser Lookahead.swift
[390/422] Compiling SwiftParser TokenSpec.swift
[391/422] Compiling SwiftParser TokenSpecSet.swift
[392/422] Compiling SwiftParser TopLevel.swift
[393/422] Compiling SwiftParser TriviaParser.swift
[394/422] Compiling SwiftParser Types.swift
[395/422] Compiling SwiftParser Attributes.swift
[396/422] Compiling SwiftParser Availability.swift
[397/422] Compiling SwiftParser CharacterInfo.swift
[398/422] Compiling SwiftParser CollectionNodes+Parsable.swift
[399/422] Compiling SwiftParser CompilerFiles.swift
[400/422] Compiling SwiftParser Declarations.swift
[401/422] Compiling SwiftParser Directives.swift
[402/422] Compiling SwiftParser ExpressionInterpretedAsVersionTuple.swift
[403/422] Compiling SwiftParser Expressions.swift
[404/422] Compiling SwiftParser IncrementalParseTransition.swift
[405/422] Compiling SwiftParser IsValidIdentifier.swift
[406/422] Compiling SwiftParser Cursor.swift
[407/422] Compiling SwiftParser ExperimentalFeatures.swift
[408/422] Compiling SwiftParser IsLexerClassified.swift
[409/422] Compiling SwiftParser LayoutNodes+Parsable.swift
[410/422] Compiling SwiftParser Parser+TokenSpecSet.swift
[411/422] Compiling SwiftParser TokenSpecStaticMembers.swift
[412/431] Wrapping AST for SwiftParser for debugging
[414/446] Compiling SwiftOperators PrecedenceGroup.swift
[415/447] Compiling SwiftParserDiagnostics SyntaxKindNameForDiagnostics.swift
[416/448] Compiling SwiftOperators PrecedenceGraph.swift
[417/448] Compiling SwiftOperators OperatorTable.swift
[418/448] Compiling SwiftOperators OperatorTable+Semantics.swift
[419/448] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[420/448] Compiling SwiftOperators SyntaxSynthesis.swift
[421/448] Compiling SwiftOperators OperatorTable+Folding.swift
[422/448] Compiling SwiftParserDiagnostics DiagnosticExtensions.swift
[423/448] Compiling SwiftParserDiagnostics LexerDiagnosticMessages.swift
[424/448] Compiling SwiftParserDiagnostics MissingNodesError.swift
[425/448] Compiling SwiftParserDiagnostics MissingTokenError.swift
[426/448] Emitting module SwiftOperators
[427/449] Wrapping AST for SwiftOperators for debugging
[429/449] Emitting module SwiftParserDiagnostics
[430/449] Compiling SwiftParserDiagnostics SyntaxExtensions.swift
[431/449] Compiling SwiftParserDiagnostics Utils.swift
[432/449] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[433/449] Compiling SwiftParserDiagnostics ParserDiagnosticMessages.swift
[434/449] Compiling SwiftParserDiagnostics PresenceUtils.swift
[439/449] Compiling SwiftParserDiagnostics MultiLineStringLiteralDiagnosticsGenerator.swift
[440/449] Compiling SwiftParserDiagnostics ParseDiagnosticsGenerator.swift
[441/450] Wrapping AST for SwiftParserDiagnostics for debugging
[443/465] Compiling SwiftSyntaxBuilder SyntaxParsable+ExpressibleByStringInterpolation.swift
[444/465] Compiling SwiftSyntaxBuilder ValidatingSyntaxNodes.swift
[445/466] Compiling SwiftSyntaxBuilder ConvenienceInitializers.swift
[446/466] Compiling SwiftSyntaxBuilder DeclSyntaxParseable.swift
[447/466] Compiling SwiftSyntaxBuilder Indenter.swift
[448/466] Compiling SwiftSyntaxBuilder ListBuilder.swift
[449/466] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
[450/466] Emitting module SwiftSyntaxBuilder
[451/466] Compiling SwiftSyntaxBuilder RenamedChildrenBuilderCompatibility.swift
[452/466] Compiling SwiftSyntaxBuilder ResultBuilders.swift
[453/466] Compiling SwiftSyntaxBuilder WithTrailingCommaSyntax+EnsuringTrailingComma.swift
[454/466] Compiling SwiftSyntaxBuilder BuildableNodes.swift
[455/466] Compiling SwiftSyntaxBuilder ResultBuilderExtensions.swift
[456/466] Compiling SwiftSyntaxBuilder SwiftSyntaxBuilderCompatibility.swift
[457/466] Compiling SwiftSyntaxBuilder Syntax+StringInterpolation.swift
[458/466] Compiling SwiftSyntaxBuilder SyntaxNodeWithBody.swift
[459/467] Wrapping AST for SwiftSyntaxBuilder for debugging
[461/484] Compiling SwiftSyntaxMacros ExpressionMacro.swift
[462/484] Compiling SwiftSyntaxMacros ExtensionMacro.swift
[463/484] Compiling SwiftSyntaxMacros CodeItemMacro.swift
[464/484] Compiling SwiftSyntaxMacros DeclarationMacro.swift
[465/486] Compiling SwiftSyntaxMacros FreestandingMacro.swift
[466/486] Compiling SwiftSyntaxMacros Macro+Format.swift
[467/486] Compiling SwiftSyntaxMacros AccessorMacro.swift
[468/486] Compiling SwiftSyntaxMacros AttachedMacro.swift
[469/486] Compiling SwiftSyntaxMacros BodyMacro.swift
[470/486] Compiling SwiftSyntaxMacros Macro.swift
[471/486] Compiling SwiftSyntaxMacros MemberAttributeMacro.swift
[472/486] Compiling SwiftSyntaxMacros MemberMacro.swift
[473/486] Compiling SwiftSyntaxMacros PeerMacro.swift
[474/486] Emitting module SwiftSyntaxMacros
[475/486] Compiling SwiftSyntaxMacros AbstractSourceLocation.swift
[476/486] Compiling SwiftSyntaxMacros MacroExpansionContext.swift
[477/486] Compiling SwiftSyntaxMacros MacroExpansionDiagnosticMessages.swift
[478/486] Compiling SwiftSyntaxMacros PreambleMacro.swift
[479/486] Compiling SwiftSyntaxMacros Syntax+LexicalContext.swift
[480/487] Wrapping AST for SwiftSyntaxMacros for debugging
[482/496] Compiling SwiftSyntaxMacroExpansion MacroSpec.swift
[483/497] Compiling SwiftSyntaxMacroExpansion MacroArgument.swift
[484/497] Compiling SwiftSyntaxMacroExpansion IndentationUtils.swift
[485/497] Compiling SwiftSyntaxMacroExpansion MacroExpansion.swift
[486/497] Emitting module SwiftSyntaxMacroExpansion
[487/497] Compiling SwiftSyntaxMacroExpansion BasicMacroExpansionContext.swift
[488/497] Compiling SwiftSyntaxMacroExpansion FunctionParameterUtils.swift
[489/497] Compiling SwiftSyntaxMacroExpansion MacroExpansionDiagnosticMessages.swift
[490/497] Compiling SwiftSyntaxMacroExpansion MacroReplacement.swift
[491/497] Compiling SwiftSyntaxMacroExpansion MacroSystem.swift
[492/498] Wrapping AST for SwiftSyntaxMacroExpansion for debugging
[494/510] Compiling SwiftCompilerPluginMessageHandling LRUCache.swift
[495/510] Compiling SwiftCompilerPluginMessageHandling Macros.swift
[496/511] Compiling SwiftCompilerPluginMessageHandling StandardIOMessageConnection.swift
[497/511] Compiling SwiftCompilerPluginMessageHandling PluginMacroExpansionContext.swift
[498/511] Compiling SwiftCompilerPluginMessageHandling PluginMessages.swift
[499/511] Compiling SwiftCompilerPluginMessageHandling PluginMessageCompatibility.swift
[500/511] Compiling SwiftCompilerPluginMessageHandling CodingUtilities.swift
[501/511] Compiling SwiftCompilerPluginMessageHandling JSON.swift
[502/511] Compiling SwiftCompilerPluginMessageHandling CompilerPluginMessageHandler.swift
[503/511] Compiling SwiftCompilerPluginMessageHandling Diagnostics.swift
[504/511] Emitting module SwiftCompilerPluginMessageHandling
[505/511] Compiling SwiftCompilerPluginMessageHandling JSONDecoding.swift
[506/511] Compiling SwiftCompilerPluginMessageHandling JSONEncoding.swift
[507/514] Wrapping AST for SwiftCompilerPluginMessageHandling for debugging
[509/514] Emitting module SwiftCompilerPlugin
[510/514] Compiling SwiftCompilerPlugin CompilerPlugin.swift
[511/515] Wrapping AST for SwiftCompilerPlugin for debugging
[513/522] Compiling NormalizationMacrosPlugin TableMacro.swift
/host/spi-builder-workspace/Sources/NormalizationMacrosPlugin/TableMacro.swift:24:28: warning: 'cast' is deprecated: This cast will always succeed
22 |
23 | func identifier(from node: VariableDeclSyntax) -> TokenSyntax {
24 | node.bindings.first!.cast(PatternBindingSyntax.self).pattern.cast(IdentifierPatternSyntax.self).identifier
| `- warning: 'cast' is deprecated: This cast will always succeed
25 | }
26 |
/host/spi-builder-workspace/Sources/NormalizationMacrosPlugin/TableMacro.swift:27:9: warning: initialization of immutable value 'id' was never used; consider replacing with assignment to '_' or removing it
25 | }
26 |
27 | let id = identifier(from: declaration.cast(VariableDeclSyntax.self))
| `- warning: initialization of immutable value 'id' was never used; consider replacing with assignment to '_' or removing it
28 |
29 | return [
[514/522] Emitting module NormalizationMacrosPlugin
/host/spi-builder-workspace/Sources/NormalizationMacrosPlugin/DatabaseStateMacro.swift:40:1: warning: deprecated default implementation is used to satisfy static method 'expansion(of:providingMembersOf:conformingTo:in:)' required by protocol 'MemberMacro': `MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter
38 | }
39 |
40 | extension DatabaseStateMacro: MemberMacro {
| `- warning: deprecated default implementation is used to satisfy static method 'expansion(of:providingMembersOf:conformingTo:in:)' required by protocol 'MemberMacro': `MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter
41 |
42 | public static func expansion<Declaration, Context>(
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntaxMacros/MacroProtocols/MemberMacro.swift:89:22: note: 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
53 | /// - Returns: the set of member declarations introduced by this macro, which
54 | /// are nested inside the `attachedTo` declaration.
55 | static func expansion(
| `- note: requirement 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
56 | of node: AttributeSyntax,
57 | providingMembersOf declaration: some DeclGroupSyntax,
:
87 | message: "`MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter"
88 | )
89 | public static func expansion(
| `- note: 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
90 | of node: AttributeSyntax,
91 | providingMembersOf declaration: some DeclGroupSyntax,
/host/spi-builder-workspace/Sources/NormalizationMacrosPlugin/NormalizedStorageMacro.swift:178:1: warning: deprecated default implementation is used to satisfy static method 'expansion(of:providingMembersOf:conformingTo:in:)' required by protocol 'MemberMacro': `MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter
176 |
177 | /// Add member
178 | extension NormalizedStorageMacro: MemberMacro {
| `- warning: deprecated default implementation is used to satisfy static method 'expansion(of:providingMembersOf:conformingTo:in:)' required by protocol 'MemberMacro': `MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter
179 |
180 | public static func expansion(
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntaxMacros/MacroProtocols/MemberMacro.swift:89:22: note: 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
53 | /// - Returns: the set of member declarations introduced by this macro, which
54 | /// are nested inside the `attachedTo` declaration.
55 | static func expansion(
| `- note: requirement 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
56 | of node: AttributeSyntax,
57 | providingMembersOf declaration: some DeclGroupSyntax,
:
87 | message: "`MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter"
88 | )
89 | public static func expansion(
| `- note: 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
90 | of node: AttributeSyntax,
91 | providingMembersOf declaration: some DeclGroupSyntax,
[515/522] Compiling NormalizationMacrosPlugin Plugin.swift
[516/522] Compiling NormalizationMacrosPlugin MacroError.swift
[517/522] Compiling NormalizationMacrosPlugin IndexMacro.swift
[518/522] Compiling NormalizationMacrosPlugin NormalizedStorageMacro.swift
/host/spi-builder-workspace/Sources/NormalizationMacrosPlugin/NormalizedStorageMacro.swift:178:1: warning: deprecated default implementation is used to satisfy static method 'expansion(of:providingMembersOf:conformingTo:in:)' required by protocol 'MemberMacro': `MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter
176 |
177 | /// Add member
178 | extension NormalizedStorageMacro: MemberMacro {
| `- warning: deprecated default implementation is used to satisfy static method 'expansion(of:providingMembersOf:conformingTo:in:)' required by protocol 'MemberMacro': `MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter
179 |
180 | public static func expansion(
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntaxMacros/MacroProtocols/MemberMacro.swift:89:22: note: 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
53 | /// - Returns: the set of member declarations introduced by this macro, which
54 | /// are nested inside the `attachedTo` declaration.
55 | static func expansion(
| `- note: requirement 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
56 | of node: AttributeSyntax,
57 | providingMembersOf declaration: some DeclGroupSyntax,
:
87 | message: "`MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter"
88 | )
89 | public static func expansion(
| `- note: 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
90 | of node: AttributeSyntax,
91 | providingMembersOf declaration: some DeclGroupSyntax,
[519/522] Compiling NormalizationMacrosPlugin DatabaseStateMacro.swift
/host/spi-builder-workspace/Sources/NormalizationMacrosPlugin/DatabaseStateMacro.swift:40:1: warning: deprecated default implementation is used to satisfy static method 'expansion(of:providingMembersOf:conformingTo:in:)' required by protocol 'MemberMacro': `MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter
38 | }
39 |
40 | extension DatabaseStateMacro: MemberMacro {
| `- warning: deprecated default implementation is used to satisfy static method 'expansion(of:providingMembersOf:conformingTo:in:)' required by protocol 'MemberMacro': `MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter
41 |
42 | public static func expansion<Declaration, Context>(
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntaxMacros/MacroProtocols/MemberMacro.swift:89:22: note: 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
53 | /// - Returns: the set of member declarations introduced by this macro, which
54 | /// are nested inside the `attachedTo` declaration.
55 | static func expansion(
| `- note: requirement 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
56 | of node: AttributeSyntax,
57 | providingMembersOf declaration: some DeclGroupSyntax,
:
87 | message: "`MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter"
88 | )
89 | public static func expansion(
| `- note: 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
90 | of node: AttributeSyntax,
91 | providingMembersOf declaration: some DeclGroupSyntax,
[520/523] Wrapping AST for NormalizationMacrosPlugin for debugging
[521/523] Write Objects.LinkFileList
[522/523] Linking NormalizationMacrosPlugin-tool
[524/547] Compiling Normalization EntityType.swift
[525/547] Compiling Normalization Indexes.swift
[526/547] Emitting module Normalization
[527/548] Compiling Normalization NormalizedStorageType.swift
[528/548] Compiling Normalization Selector.swift
[529/548] Compiling Normalization VergeNormalization.swift
[530/548] Compiling Normalization VergeNormalization+Macros.swift
[531/548] Compiling Normalization Tables.swift
[532/548] Compiling Normalization UpdatedMarker.swift
[533/548] Compiling Normalization VergeNormalization+Macros.swift
[534/548] Compiling Normalization Tables.swift
[535/548] Compiling Normalization UpdatedMarker.swift
[536/549] Compiling Normalization TableType.swift
[537/549] Compiling Normalization Tables.Hash.swift
[538/549] Compiling Normalization Normalization.swift
[539/549] Compiling Normalization NormalizedStorageComparators.swift
[548/550] Emitting module Normalization
[549/550] Compiling Normalization VergeNormalization.swift
Build complete! (190.70s)
Build complete.
{
"dependencies" : [
{
"identity" : "swift-collections",
"requirement" : {
"range" : [
{
"lower_bound" : "1.1.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-collections"
},
{
"identity" : "typedcomparator",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/VergeGroup/TypedComparator"
},
{
"identity" : "swift-typed-identifier",
"requirement" : {
"range" : [
{
"lower_bound" : "2.0.4",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/VergeGroup/swift-typed-identifier"
},
{
"identity" : "swift-syntax",
"requirement" : {
"range" : [
{
"lower_bound" : "600.0.0",
"upper_bound" : "603.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swiftlang/swift-syntax.git"
},
{
"identity" : "swift-macro-testing",
"requirement" : {
"range" : [
{
"lower_bound" : "0.2.1",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/pointfreeco/swift-macro-testing.git"
}
],
"manifest_display_name" : "Normalization",
"name" : "Normalization",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "11.0"
},
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "tvos",
"version" : "13.0"
},
{
"name" : "watchos",
"version" : "6.0"
}
],
"products" : [
{
"name" : "Normalization",
"targets" : [
"Normalization"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "NormalizationMacrosPlugin",
"targets" : [
"NormalizationMacrosPlugin"
],
"type" : {
"macro" : null
}
}
],
"swift_languages_versions" : [
"6"
],
"targets" : [
{
"c99name" : "NormalizationTests",
"module_type" : "SwiftTarget",
"name" : "NormalizationTests",
"path" : "Tests/NormalizationTests",
"sources" : [
"Entities.swift",
"Source.swift"
],
"target_dependencies" : [
"Normalization"
],
"type" : "test"
},
{
"c99name" : "NormalizationMacrosTests",
"module_type" : "SwiftTarget",
"name" : "NormalizationMacrosTests",
"path" : "Tests/NormalizationMacrosTests",
"product_dependencies" : [
"SwiftSyntaxMacrosTestSupport",
"MacroTesting"
],
"sources" : [
"Tests.swift"
],
"target_dependencies" : [
"NormalizationMacrosPlugin"
],
"type" : "test"
},
{
"c99name" : "NormalizationMacrosPlugin",
"module_type" : "SwiftTarget",
"name" : "NormalizationMacrosPlugin",
"path" : "Sources/NormalizationMacrosPlugin",
"product_dependencies" : [
"SwiftSyntaxMacros",
"SwiftCompilerPlugin"
],
"product_memberships" : [
"Normalization",
"NormalizationMacrosPlugin"
],
"sources" : [
"DatabaseStateMacro.swift",
"IndexMacro.swift",
"MacroError.swift",
"NormalizedStorageMacro.swift",
"Plugin.swift",
"TableMacro.swift"
],
"type" : "macro"
},
{
"c99name" : "Normalization",
"module_type" : "SwiftTarget",
"name" : "Normalization",
"path" : "Sources/Normalization",
"product_dependencies" : [
"TypedIdentifier",
"TypedComparator",
"HashTreeCollections"
],
"product_memberships" : [
"Normalization"
],
"sources" : [
"EntityType.swift",
"Indexes/Indexes.swift",
"Normalization.swift",
"NormalizedStorageComparators.swift",
"NormalizedStorageType.swift",
"Selector.swift",
"Tables/TableType.swift",
"Tables/Tables.Hash.swift",
"Tables/Tables.swift",
"UpdatedMarker.swift",
"VergeNormalization+Macros.swift",
"VergeNormalization.swift"
],
"target_dependencies" : [
"NormalizationMacrosPlugin"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:808cb2b2a6cec76654a3acbd283c6c2205bc60d2b29562c95b9f5147612f6d32
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.