Build Information
Successful build of Normalization, reference 1.2.1 (a13a65
), with Swift 6.1 for Linux on 23 May 2025 12:45:54 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" 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
Build Log
========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/VergeGroup/Normalization.git
Reference: 1.2.1
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
* tag 1.2.1 -> FETCH_HEAD
HEAD is now at a13a65c Update dep (#3)
Cloned https://github.com/VergeGroup/Normalization.git
Revision (git rev-parse @):
a13a65cb2c86e4c3f891b3799f05b12300a9e78b
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/VergeGroup/Normalization.git at 1.2.1
========================================
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" : "601.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/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-4606859-3":/host -w "$PWD" 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:ba854000887cd0c27418c7bc304adc590345237c7003ebd31ba26cc8db085cf3
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/pointfreeco/swift-macro-testing.git
Fetching https://github.com/VergeGroup/TypedComparator
Fetching https://github.com/VergeGroup/swift-typed-identifier
[1/890] Fetching swift-macro-testing
[891/952] Fetching swift-macro-testing, swift-typed-identifier
[953/966] Fetching swift-macro-testing, swift-typed-identifier, typedcomparator
Fetched https://github.com/pointfreeco/swift-macro-testing.git from cache (0.39s)
Fetching https://github.com/apple/swift-syntax.git
Fetched https://github.com/VergeGroup/swift-typed-identifier from cache (0.38s)
Fetched https://github.com/VergeGroup/TypedComparator from cache (0.39s)
Fetching https://github.com/apple/swift-collections
[1/16591] Fetching swift-collections
[7467/87027] Fetching swift-collections, swift-syntax
Fetched https://github.com/apple/swift-collections from cache (1.78s)
[16905/70436] Fetching swift-syntax
Fetched https://github.com/apple/swift-syntax.git from cache (8.23s)
Computing version for https://github.com/VergeGroup/swift-typed-identifier
Computed https://github.com/VergeGroup/swift-typed-identifier at 2.0.4 (9.39s)
Computing version for https://github.com/VergeGroup/TypedComparator
Computed https://github.com/VergeGroup/TypedComparator at 1.0.0 (0.88s)
Computing version for https://github.com/apple/swift-syntax.git
Computed https://github.com/apple/swift-syntax.git at 600.0.1 (2.29s)
Computing version for https://github.com/apple/swift-collections
Computed https://github.com/apple/swift-collections at 1.2.0 (0.67s)
Computing version for https://github.com/pointfreeco/swift-macro-testing.git
Computed https://github.com/pointfreeco/swift-macro-testing.git at 0.6.2 (0.49s)
Fetching https://github.com/pointfreeco/swift-snapshot-testing
[1/13182] Fetching swift-snapshot-testing
Fetched https://github.com/pointfreeco/swift-snapshot-testing from cache (2.03s)
Computing version for https://github.com/pointfreeco/swift-snapshot-testing
Computed https://github.com/pointfreeco/swift-snapshot-testing at 1.18.4 (2.55s)
Fetching https://github.com/pointfreeco/swift-custom-dump
[1/4581] Fetching swift-custom-dump
Fetched https://github.com/pointfreeco/swift-custom-dump from cache (0.32s)
Computing version for https://github.com/pointfreeco/swift-custom-dump
Computed https://github.com/pointfreeco/swift-custom-dump at 1.3.3 (0.82s)
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay
[1/5458] Fetching xctest-dynamic-overlay
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (0.71s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.5.2 (1.27s)
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
Creating working copy for https://github.com/pointfreeco/xctest-dynamic-overlay
Working copy of https://github.com/pointfreeco/xctest-dynamic-overlay resolved at 1.5.2
Creating working copy for https://github.com/apple/swift-syntax.git
Working copy of https://github.com/apple/swift-syntax.git resolved at 600.0.1
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/apple/swift-collections
Working copy of https://github.com/apple/swift-collections resolved at 1.2.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/pointfreeco/swift-snapshot-testing
Working copy of https://github.com/pointfreeco/swift-snapshot-testing resolved at 1.18.4
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.2
warning: 'swift-macro-testing': 'swift-macro-testing' dependency on 'https://github.com/swiftlang/swift-syntax' conflicts with dependency on 'https://github.com/apple/swift-syntax.git' which has the same identity 'swift-syntax'. this will be escalated to an error in future versions of SwiftPM.
warning: 'swift-snapshot-testing': 'swift-snapshot-testing' dependency on 'https://github.com/swiftlang/swift-syntax' conflicts with dependency on 'https://github.com/apple/swift-syntax.git' which has the same identity 'swift-syntax'. this will be escalated to an error in future versions of SwiftPM.
Building for debugging...
[0/44] Write sources
[25/44] Compiling _SwiftSyntaxCShims dummy.c
[26/44] Write swift-version-24593BA9C3E375BF.txt
[28/74] Emitting module TypedComparator
[29/74] Emitting module TypedIdentifier
[30/74] Compiling TypedIdentifier TypedIdentifier.swift
[31/75] Emitting module TypedIdentifier
[32/75] Compiling TypedIdentifier TypedIdentifier.swift
[33/76] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[34/76] Compiling InternalCollectionsUtilities _SortedCollection.swift
[35/77] Emitting module InternalCollectionsUtilities
[36/77] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[38/77] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[39/77] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[40/77] Compiling InternalCollectionsUtilities Descriptions.swift
[41/77] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[43/77] Emitting module SwiftSyntax600
[44/77] Compiling SwiftSyntax600 Empty.swift
[45/78] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[46/78] Emitting module SwiftSyntax509
[48/78] Compiling SwiftSyntax509 Empty.swift
[49/79] Emitting module SwiftSyntax510
[50/79] Compiling SwiftSyntax510 Empty.swift
[51/83] Compiling TypedComparator PackedCompare.swift
[52/83] Emitting module TypedComparator
[53/84] Compiling TypedComparator TypedComparator.swift
[55/86] Compiling TypedComparator PackedCompare.swift
[56/86] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[57/86] Compiling InternalCollectionsUtilities UInt+reversed.swift
[58/86] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[59/86] Compiling InternalCollectionsUtilities Integer rank.swift
[60/90] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[61/90] Compiling InternalCollectionsUtilities Debugging.swift
[66/97] Wrapping AST for SwiftSyntax600 for debugging
[68/97] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[68/98] Wrapping AST for SwiftSyntax509 for debugging
[69/98] Wrapping AST for SwiftSyntax510 for debugging
[73/101] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[74/101] Compiling InternalCollectionsUtilities Debugging.swift
[75/106] Compiling InternalCollectionsUtilities Descriptions.swift
[76/106] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[77/238] Compiling SwiftSyntax AbsolutePosition.swift
[78/238] Compiling SwiftSyntax AbsoluteRawSyntax.swift
[79/238] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[80/238] Compiling SwiftSyntax BumpPtrAllocator.swift
[81/238] Compiling SwiftSyntax CommonAncestor.swift
[82/238] Emitting module InternalCollectionsUtilities
[83/238] Compiling SwiftSyntax Convenience.swift
[84/238] Compiling SwiftSyntax CustomTraits.swift
[85/239] Compiling HashTreeCollections TreeSet+Hashable.swift
[86/239] Compiling HashTreeCollections TreeSet+Sendable.swift
[87/239] Compiling HashTreeCollections TreeSet+Sequence.swift
[88/239] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[89/239] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[90/239] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[91/239] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[92/239] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[93/239] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[94/239] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[96/249] Compiling SwiftSyntax RawSyntaxNodesEF.swift
[97/249] Compiling SwiftSyntax RawSyntaxNodesGHI.swift
[98/249] Compiling SwiftSyntax RawSyntaxNodesJKLMN.swift
[99/249] Compiling SwiftSyntax RawSyntaxNodesOP.swift
[100/249] Compiling SwiftSyntax RawSyntaxNodesQRS.swift
[101/249] Compiling SwiftSyntax RawSyntaxNodesTUVWXYZ.swift
[102/249] Compiling SwiftSyntax RawSyntaxValidation.swift
[103/249] Compiling SwiftSyntax SyntaxNodesAB.swift
[104/249] Compiling HashTreeCollections TreeSet+Extras.swift
[105/249] Compiling HashTreeCollections TreeSet+Filter.swift
[106/318] Compiling HashTreeCollections TreeDictionary.swift
[107/318] Compiling HashTreeCollections TreeSet+Codable.swift
[108/318] Compiling HashTreeCollections TreeSet+Collection.swift
[109/318] Compiling HashTreeCollections TreeSet+CustomReflectable.swift
[110/318] Compiling HashTreeCollections TreeSet+Debugging.swift
[111/318] Compiling HashTreeCollections TreeSet+Descriptions.swift
[112/318] Compiling HashTreeCollections TreeSet+Equatable.swift
[113/318] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[114/318] Compiling HashTreeCollections TreeSet+Extras.swift
[115/318] Compiling HashTreeCollections TreeSet+Filter.swift
[116/318] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[117/325] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[118/325] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[119/325] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[120/325] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[121/325] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[122/325] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[123/325] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[124/325] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[125/325] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[126/325] Compiling HashTreeCollections TreeSet.swift
[127/325] Compiling HashTreeCollections TreeSet+Hashable.swift
[128/325] Compiling HashTreeCollections TreeSet+Sendable.swift
[129/325] Compiling HashTreeCollections TreeSet+Sequence.swift
[130/325] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[131/325] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[132/325] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[133/325] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[134/325] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[135/325] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[136/325] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[147/335] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[148/335] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[149/335] Compiling HashTreeCollections _HashNode+Structural union.swift
[150/335] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[151/335] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[152/335] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[153/335] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[154/335] Compiling HashTreeCollections _HashNode.swift
[155/335] Compiling HashTreeCollections _HashNodeHeader.swift
[156/335] Compiling HashTreeCollections _HashSlot.swift
[157/335] Compiling HashTreeCollections _HashStack.swift
[159/335] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[160/335] Compiling HashTreeCollections TreeDictionary+Filter.swift
[161/335] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[162/335] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[163/335] Compiling HashTreeCollections TreeDictionary+Keys.swift
[164/335] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[165/335] Compiling HashTreeCollections TreeDictionary+Merge.swift
[166/335] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[167/335] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[168/335] Compiling HashTreeCollections TreeDictionary+Values.swift
[169/335] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[170/335] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[171/335] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[172/335] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[173/335] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[174/335] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[175/335] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[176/335] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[177/335] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[178/335] Compiling HashTreeCollections TreeSet.swift
[179/335] Compiling HashTreeCollections _HashTreeIterator.swift
[180/335] Compiling HashTreeCollections _HashTreeStatistics.swift
[181/335] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[182/335] Compiling HashTreeCollections _RawHashNode.swift
[183/335] Compiling HashTreeCollections _UnmanagedHashNode.swift
[184/335] Compiling HashTreeCollections _UnsafePath.swift
[185/335] Compiling HashTreeCollections TreeDictionary+Codable.swift
[186/335] Compiling HashTreeCollections TreeDictionary+Collection.swift
[187/335] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[188/335] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[189/335] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[190/335] Compiling HashTreeCollections _HashNode+Primitive Removals.swift
[191/335] Compiling HashTreeCollections _HashNode+Primitive Replacement.swift
[192/335] Compiling HashTreeCollections _HashNode+Storage.swift
[193/335] Compiling HashTreeCollections _HashNode+Structural compactMapValues.swift
[194/335] Compiling HashTreeCollections _HashNode+Structural filter.swift
[195/335] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[196/335] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[197/335] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[198/335] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[199/335] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[200/335] Compiling HashTreeCollections _HashNode+Structural merge.swift
[201/335] Compiling HashTreeCollections _AncestorHashSlots.swift
[202/335] Compiling HashTreeCollections _Bitmap.swift
[203/335] Compiling HashTreeCollections _Bucket.swift
[204/335] Compiling HashTreeCollections _Hash.swift
[205/335] Compiling HashTreeCollections _HashLevel.swift
[206/335] Compiling HashTreeCollections _HashNode+Builder.swift
[207/335] Compiling HashTreeCollections _HashNode+Debugging.swift
[208/335] Compiling HashTreeCollections _HashNode+Initializers.swift
[209/335] Compiling HashTreeCollections _HashNode+Invariants.swift
[210/335] Compiling HashTreeCollections _HashNode+Lookups.swift
[211/335] Compiling HashTreeCollections _HashNode+Primitive Insertions.swift
[241/343] Emitting module HashTreeCollections
[278/345] Emitting module SwiftSyntax
[324/345] Compiling SwiftSyntax SyntaxNodesC.swift
[325/345] Compiling SwiftSyntax SyntaxNodesD.swift
[326/345] Compiling SwiftSyntax SyntaxNodesEF.swift
[327/345] Compiling SwiftSyntax SyntaxNodesGHI.swift
[328/345] Compiling SwiftSyntax SyntaxNodesJKLMN.swift
[329/345] Compiling SwiftSyntax SyntaxNodesOP.swift
[330/345] Compiling SwiftSyntax SyntaxNodesQRS.swift
[331/345] Compiling SwiftSyntax SyntaxNodesTUVWXYZ.swift
[332/346] Wrapping AST for SwiftSyntax for debugging
[334/403] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[335/403] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[336/403] Compiling SwiftDiagnostics Message.swift
[337/404] Compiling SwiftBasicFormat Syntax+Extensions.swift
[338/404] Compiling SwiftBasicFormat InferIndentation.swift
[339/404] Compiling SwiftDiagnostics Note.swift
[340/404] Compiling SwiftParser Patterns.swift
[341/404] Compiling SwiftParser Recovery.swift
[342/404] Compiling SwiftDiagnostics FixIt.swift
[343/404] Emitting module SwiftDiagnostics
[344/404] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[345/404] Compiling SwiftDiagnostics Convenience.swift
[346/404] Compiling SwiftDiagnostics Diagnostic.swift
[347/404] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[348/404] Compiling SwiftDiagnostics DiagnosticDecorator.swift
[349/405] Wrapping AST for SwiftDiagnostics for debugging
[351/405] Compiling SwiftBasicFormat BasicFormat.swift
[352/405] Emitting module SwiftBasicFormat
[353/406] Wrapping AST for SwiftBasicFormat for debugging
[355/406] Emitting module SwiftParser
[360/411] Compiling SwiftParser StringLiteralRepresentedLiteralValue.swift
[361/411] Compiling SwiftParser StringLiterals.swift
[362/411] Compiling SwiftParser LexemeSequence.swift
[363/411] Compiling SwiftParser Lexer.swift
[364/411] Compiling SwiftParser RegexLiteralLexer.swift
[365/411] Compiling SwiftParser UnicodeScalarExtensions.swift
[366/411] Compiling SwiftParser Lookahead.swift
[367/411] Compiling SwiftParser LoopProgressCondition.swift
[368/411] Compiling SwiftParser TokenSpec.swift
[369/411] Compiling SwiftParser TokenSpecSet.swift
[370/411] Compiling SwiftParser TopLevel.swift
[371/411] Compiling SwiftParser TriviaParser.swift
[372/411] Compiling SwiftParser Types.swift
[373/411] Compiling SwiftParser Attributes.swift
[374/411] Compiling SwiftParser Availability.swift
[375/411] Compiling SwiftParser CharacterInfo.swift
[376/411] Compiling SwiftParser CollectionNodes+Parsable.swift
[377/411] Compiling SwiftParser Declarations.swift
[378/411] Compiling SwiftParser Directives.swift
[379/411] Compiling SwiftParser Modifiers.swift
[380/411] Compiling SwiftParser Names.swift
[381/411] Compiling SwiftParser Nominals.swift
[382/411] Compiling SwiftParser Parameters.swift
[383/411] Compiling SwiftParser ParseSourceFile.swift
[384/411] Compiling SwiftParser Parser.swift
[385/411] Compiling SwiftParser SwiftParserCompatibility.swift
[386/411] Compiling SwiftParser SwiftVersion.swift
[387/411] Compiling SwiftParser SyntaxUtils.swift
[388/411] Compiling SwiftParser TokenConsumer.swift
[389/411] Compiling SwiftParser TokenPrecedence.swift
[390/411] Compiling SwiftParser ExpressionInterpretedAsVersionTuple.swift
[391/411] Compiling SwiftParser Expressions.swift
[392/411] Compiling SwiftParser IncrementalParseTransition.swift
[393/411] Compiling SwiftParser IsValidIdentifier.swift
[394/411] Compiling SwiftParser Cursor.swift
[395/411] Compiling SwiftParser Lexeme.swift
[396/411] Compiling SwiftParser ExperimentalFeatures.swift
[397/411] Compiling SwiftParser IsLexerClassified.swift
[398/411] Compiling SwiftParser LayoutNodes+Parsable.swift
[399/411] Compiling SwiftParser Parser+TokenSpecSet.swift
[400/411] Compiling SwiftParser TokenSpecStaticMembers.swift
[401/412] Wrapping AST for SwiftParser for debugging
[403/435] Compiling SwiftParserDiagnostics SyntaxKindNameForDiagnostics.swift
[404/436] Compiling SwiftParserDiagnostics DiagnosticExtensions.swift
[405/436] Compiling SwiftParserDiagnostics LexerDiagnosticMessages.swift
[406/436] Compiling SwiftOperators PrecedenceGroup.swift
[407/437] Compiling SwiftOperators PrecedenceGraph.swift
[408/437] Compiling SwiftOperators OperatorTable.swift
[409/437] Compiling SwiftOperators OperatorTable+Semantics.swift
[410/437] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[411/437] Compiling SwiftOperators SyntaxSynthesis.swift
[412/437] Compiling SwiftOperators OperatorError.swift
[413/437] Compiling SwiftOperators OperatorTable+Defaults.swift
[414/437] Compiling SwiftOperators OperatorTable+Folding.swift
[415/437] Emitting module SwiftOperators
[416/438] Wrapping AST for SwiftOperators for debugging
[418/438] Compiling SwiftParserDiagnostics SyntaxExtensions.swift
[419/438] Compiling SwiftParserDiagnostics Utils.swift
[420/438] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[421/438] Emitting module SwiftParserDiagnostics
[422/438] Compiling SwiftParserDiagnostics ParserDiagnosticMessages.swift
[423/438] Compiling SwiftParserDiagnostics PresenceUtils.swift
[424/438] Compiling SwiftParserDiagnostics MissingNodesError.swift
[425/438] Compiling SwiftParserDiagnostics MissingTokenError.swift
[430/439] Wrapping AST for SwiftParserDiagnostics for debugging
[432/454] Compiling SwiftSyntaxBuilder ConvenienceInitializers.swift
[433/454] Compiling SwiftSyntaxBuilder DeclSyntaxParseable.swift
[434/455] Emitting module SwiftSyntaxBuilder
[435/455] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
[436/455] Compiling SwiftSyntaxBuilder WithTrailingCommaSyntax+EnsuringTrailingComma.swift
[437/455] Compiling SwiftSyntaxBuilder BuildableNodes.swift
[438/455] Compiling SwiftSyntaxBuilder ResultBuilderExtensions.swift
[439/455] Compiling SwiftSyntaxBuilder SwiftSyntaxBuilderCompatibility.swift
[440/455] Compiling SwiftSyntaxBuilder Indenter.swift
[441/455] Compiling SwiftSyntaxBuilder ListBuilder.swift
[442/455] Compiling SwiftSyntaxBuilder Syntax+StringInterpolation.swift
[443/455] Compiling SwiftSyntaxBuilder SyntaxNodeWithBody.swift
[444/455] Compiling SwiftSyntaxBuilder SyntaxParsable+ExpressibleByStringInterpolation.swift
[445/455] Compiling SwiftSyntaxBuilder ValidatingSyntaxNodes.swift
[446/455] Compiling SwiftSyntaxBuilder RenamedChildrenBuilderCompatibility.swift
[447/455] Compiling SwiftSyntaxBuilder ResultBuilders.swift
[448/456] Wrapping AST for SwiftSyntaxBuilder for debugging
[450/473] Compiling SwiftSyntaxMacros Macro.swift
[451/473] Compiling SwiftSyntaxMacros MemberAttributeMacro.swift
[452/475] Emitting module SwiftSyntaxMacros
[453/475] Compiling SwiftSyntaxMacros CodeItemMacro.swift
[454/475] Compiling SwiftSyntaxMacros DeclarationMacro.swift
[455/475] Compiling SwiftSyntaxMacros ExpressionMacro.swift
[456/475] Compiling SwiftSyntaxMacros ExtensionMacro.swift
[457/475] Compiling SwiftSyntaxMacros MemberMacro.swift
[458/475] Compiling SwiftSyntaxMacros PeerMacro.swift
[459/475] Compiling SwiftSyntaxMacros FreestandingMacro.swift
[460/475] Compiling SwiftSyntaxMacros Macro+Format.swift
[461/475] Compiling SwiftSyntaxMacros AccessorMacro.swift
[462/475] Compiling SwiftSyntaxMacros AttachedMacro.swift
[463/475] Compiling SwiftSyntaxMacros BodyMacro.swift
[464/475] Compiling SwiftSyntaxMacros AbstractSourceLocation.swift
[465/475] Compiling SwiftSyntaxMacros MacroExpansionContext.swift
[466/475] Compiling SwiftSyntaxMacros MacroExpansionDiagnosticMessages.swift
[467/475] Compiling SwiftSyntaxMacros PreambleMacro.swift
[468/475] Compiling SwiftSyntaxMacros Syntax+LexicalContext.swift
[469/476] Wrapping AST for SwiftSyntaxMacros for debugging
[471/485] Compiling SwiftSyntaxMacroExpansion MacroSpec.swift
[472/486] Compiling SwiftSyntaxMacroExpansion IndentationUtils.swift
[473/486] Emitting module SwiftSyntaxMacroExpansion
[474/486] Compiling SwiftSyntaxMacroExpansion BasicMacroExpansionContext.swift
[475/486] Compiling SwiftSyntaxMacroExpansion FunctionParameterUtils.swift
[476/486] Compiling SwiftSyntaxMacroExpansion MacroArgument.swift
[477/486] Compiling SwiftSyntaxMacroExpansion MacroExpansion.swift
[478/486] Compiling SwiftSyntaxMacroExpansion MacroReplacement.swift
[479/486] Compiling SwiftSyntaxMacroExpansion MacroExpansionDiagnosticMessages.swift
[480/486] Compiling SwiftSyntaxMacroExpansion MacroSystem.swift
[481/487] Wrapping AST for SwiftSyntaxMacroExpansion for debugging
[483/499] Compiling SwiftCompilerPluginMessageHandling LRUCache.swift
[484/499] Compiling SwiftCompilerPluginMessageHandling Macros.swift
[485/500] Compiling SwiftCompilerPluginMessageHandling PluginMacroExpansionContext.swift
[486/500] Compiling SwiftCompilerPluginMessageHandling StandardIOMessageConnection.swift
[487/500] Compiling SwiftCompilerPluginMessageHandling PluginMessageCompatibility.swift
[488/500] Compiling SwiftCompilerPluginMessageHandling PluginMessages.swift
[489/500] Compiling SwiftCompilerPluginMessageHandling CompilerPluginMessageHandler.swift
[490/500] Compiling SwiftCompilerPluginMessageHandling Diagnostics.swift
[491/500] Compiling SwiftCompilerPluginMessageHandling CodingUtilities.swift
[492/500] Compiling SwiftCompilerPluginMessageHandling JSON.swift
[493/500] Emitting module SwiftCompilerPluginMessageHandling
[494/500] Compiling SwiftCompilerPluginMessageHandling JSONDecoding.swift
[495/500] Compiling SwiftCompilerPluginMessageHandling JSONEncoding.swift
[496/501] Wrapping AST for SwiftCompilerPluginMessageHandling for debugging
[498/503] Emitting module SwiftCompilerPlugin
[499/503] Compiling SwiftCompilerPlugin CompilerPlugin.swift
[500/504] Wrapping AST for SwiftCompilerPlugin for debugging
[502/511] 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 [
[503/511] Compiling NormalizationMacrosPlugin Plugin.swift
[504/511] Compiling NormalizationMacrosPlugin IndexMacro.swift
[505/511] Compiling NormalizationMacrosPlugin DatabaseStateMacro.swift
[506/511] Compiling NormalizationMacrosPlugin MacroError.swift
[507/511] Compiling NormalizationMacrosPlugin NormalizedStorageMacro.swift
[508/511] Emitting module NormalizationMacrosPlugin
[509/512] Wrapping AST for NormalizationMacrosPlugin for debugging
[510/512] Write Objects.LinkFileList
[511/512] Linking NormalizationMacrosPlugin-tool
[513/536] Compiling Normalization Tables.swift
[514/537] Compiling Normalization Normalization.swift
[515/537] Compiling Normalization NormalizedStorageComparators.swift
[518/537] Compiling Normalization EntityType.swift
[519/537] Compiling Normalization Indexes.swift
[520/538] Compiling Normalization VergeNormalization.swift
[521/538] Compiling Normalization TableType.swift
[522/538] Compiling Normalization Tables.Hash.swift
[523/538] Compiling Normalization NormalizedStorageType.swift
[524/538] Compiling Normalization Selector.swift
[525/538] Emitting module Normalization
[529/538] Compiling Normalization VergeNormalization.swift
[534/538] Compiling Normalization Tables.swift
[535/538] Compiling Normalization UpdatedMarker.swift
[536/538] Compiling Normalization VergeNormalization+Macros.swift
[537/539] Compiling Normalization UpdatedMarker.swift
[538/539] Compiling Normalization VergeNormalization+Macros.swift
Build complete! (143.54s)
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" : "601.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/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:ba854000887cd0c27418c7bc304adc590345237c7003ebd31ba26cc8db085cf3
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.