Build Information
Successful build of Normalization, reference main (a13a65
), with Swift 6.1 for Android on 31 May 2025 06:37:40 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -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: 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 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 main
========================================
Build
========================================
Selected platform: android
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-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/VergeGroup/TypedComparator
Fetching https://github.com/VergeGroup/swift-typed-identifier
Fetching https://github.com/apple/swift-collections
Fetching https://github.com/apple/swift-syntax.git
Fetching https://github.com/pointfreeco/swift-macro-testing.git
[1/62] Fetching swift-typed-identifier
[63/76] Fetching swift-typed-identifier, typedcomparator
[77/984] Fetching swift-typed-identifier, typedcomparator, swift-macro-testing
[250/17575] Fetching swift-typed-identifier, typedcomparator, swift-macro-testing, swift-collections
Fetched https://github.com/VergeGroup/TypedComparator from cache (1.17s)
Fetched https://github.com/pointfreeco/swift-macro-testing.git from cache (1.26s)
[7694/16653] Fetching swift-typed-identifier, swift-collections
[8691/87194] Fetching swift-typed-identifier, swift-collections, swift-syntax
Fetched https://github.com/VergeGroup/swift-typed-identifier from cache (6.88s)
Fetched https://github.com/apple/swift-collections from cache (6.91s)
Fetched https://github.com/apple/swift-syntax.git from cache (6.94s)
Computing version for https://github.com/VergeGroup/swift-typed-identifier
Computed https://github.com/VergeGroup/swift-typed-identifier at 2.0.4 (7.59s)
Computing version for https://github.com/VergeGroup/TypedComparator
Computed https://github.com/VergeGroup/TypedComparator at 1.0.0 (0.61s)
Computing version for https://github.com/apple/swift-syntax.git
Computed https://github.com/apple/swift-syntax.git at 600.0.1 (4.83s)
Computing version for https://github.com/apple/swift-collections
Computed https://github.com/apple/swift-collections at 1.2.0 (0.69s)
Computing version for https://github.com/pointfreeco/swift-macro-testing.git
Computed https://github.com/pointfreeco/swift-macro-testing.git at 0.6.3 (0.52s)
Fetching https://github.com/pointfreeco/swift-snapshot-testing
[1/13189] Fetching swift-snapshot-testing
Fetched https://github.com/pointfreeco/swift-snapshot-testing from cache (1.69s)
Computing version for https://github.com/pointfreeco/swift-snapshot-testing
Computed https://github.com/pointfreeco/swift-snapshot-testing at 1.18.4 (2.21s)
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.31s)
Computing version for https://github.com/pointfreeco/swift-custom-dump
Computed https://github.com/pointfreeco/swift-custom-dump at 1.3.3 (1.30s)
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.82s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.5.2 (1.73s)
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/apple/swift-collections
Working copy of https://github.com/apple/swift-collections resolved at 1.2.0
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.3
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/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/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/VergeGroup/swift-typed-identifier
Working copy of https://github.com/VergeGroup/swift-typed-identifier resolved at 2.0.4
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] Compiling TypedComparator PackedCompare.swift
[30/74] Emitting module SwiftSyntax600
[31/74] Compiling SwiftSyntax600 Empty.swift
[32/75] Emitting module InternalCollectionsUtilities
[33/75] Emitting module TypedIdentifier
[34/75] Compiling TypedIdentifier TypedIdentifier.swift
[35/75] Emitting module SwiftSyntax510
[36/75] Compiling SwiftSyntax510 Empty.swift
[37/78] Compiling TypedComparator TypedComparator.swift
[38/78] Emitting module TypedComparator
[39/78] Emitting module TypedIdentifier
[40/78] Compiling TypedIdentifier TypedIdentifier.swift
[41/78] Emitting module SwiftSyntax509
[42/78] Compiling SwiftSyntax509 Empty.swift
[43/81] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[44/81] Compiling InternalCollectionsUtilities Integer rank.swift
[45/81] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[46/81] Compiling InternalCollectionsUtilities UInt+reversed.swift
[47/81] Compiling TypedComparator PackedCompare.swift
[48/81] Compiling TypedComparator TypedComparator.swift
[49/82] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[50/82] Compiling InternalCollectionsUtilities Descriptions.swift
[51/82] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[52/82] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[53/82] Compiling InternalCollectionsUtilities Debugging.swift
[55/82] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[56/82] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[57/82] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[58/82] Compiling InternalCollectionsUtilities _SortedCollection.swift
[64/82] Wrapping AST for SwiftSyntax510 for debugging
[65/82] Wrapping AST for SwiftSyntax600 for debugging
[66/82] Wrapping AST for SwiftSyntax509 for debugging
[68/82] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[70/161] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[71/238] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[72/238] Compiling HashTreeCollections _AncestorHashSlots.swift
[73/238] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[74/238] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[75/238] Compiling HashTreeCollections _HashTreeIterator.swift
[76/238] Compiling HashTreeCollections _HashTreeStatistics.swift
[77/238] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[78/238] Compiling HashTreeCollections _UnmanagedHashNode.swift
[79/238] Compiling HashTreeCollections _UnsafePath.swift
[80/238] Emitting module InternalCollectionsUtilities
[81/238] Compiling HashTreeCollections TreeDictionary+Codable.swift
[82/238] Compiling HashTreeCollections TreeDictionary+Collection.swift
[83/238] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[84/238] Compiling HashTreeCollections _RawHashNode.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 HashTreeCollections TreeDictionary.swift
[97/249] Compiling HashTreeCollections TreeSet+Codable.swift
[98/249] Compiling HashTreeCollections TreeSet+Collection.swift
[99/249] Compiling HashTreeCollections TreeSet+CustomReflectable.swift
[100/249] Compiling HashTreeCollections TreeSet+Debugging.swift
[101/249] Compiling HashTreeCollections TreeSet+Descriptions.swift
[102/249] Compiling HashTreeCollections TreeSet+Equatable.swift
[103/249] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[104/249] Compiling HashTreeCollections TreeSet+Extras.swift
[105/249] Compiling HashTreeCollections TreeSet+Filter.swift
[106/325] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[107/325] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[108/325] Compiling HashTreeCollections TreeDictionary+Filter.swift
[109/325] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[110/325] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[111/325] Compiling HashTreeCollections TreeDictionary+Keys.swift
[112/325] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[113/325] Compiling HashTreeCollections TreeDictionary+Merge.swift
[114/325] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[115/325] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[116/325] Compiling HashTreeCollections TreeDictionary+Values.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
[137/335] Compiling HashTreeCollections TreeDictionary.swift
[138/335] Compiling HashTreeCollections TreeSet+Codable.swift
[139/335] Compiling HashTreeCollections TreeSet+Collection.swift
[140/335] Compiling HashTreeCollections TreeSet+CustomReflectable.swift
[141/335] Compiling HashTreeCollections TreeSet+Debugging.swift
[142/335] Compiling HashTreeCollections TreeSet+Descriptions.swift
[143/335] Compiling HashTreeCollections TreeSet+Equatable.swift
[144/335] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[145/335] Compiling HashTreeCollections TreeSet+Extras.swift
[146/335] Compiling HashTreeCollections TreeSet+Filter.swift
[158/335] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[159/335] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[160/335] Compiling HashTreeCollections _HashNode+Structural union.swift
[161/335] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[162/335] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[163/335] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[164/335] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[165/335] Compiling HashTreeCollections _HashNode.swift
[166/335] Compiling HashTreeCollections _HashNodeHeader.swift
[167/335] Compiling HashTreeCollections _HashSlot.swift
[168/335] Compiling HashTreeCollections _HashStack.swift
[169/335] Compiling HashTreeCollections _HashNode+Primitive Removals.swift
[170/335] Compiling HashTreeCollections _HashNode+Primitive Replacement.swift
[171/335] Compiling HashTreeCollections _HashNode+Storage.swift
[172/335] Compiling HashTreeCollections _HashNode+Structural compactMapValues.swift
[173/335] Compiling HashTreeCollections _HashNode+Structural filter.swift
[174/335] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[175/335] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[176/335] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[177/335] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[178/335] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[179/335] Compiling HashTreeCollections _HashNode+Structural merge.swift
[180/335] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[181/335] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[182/335] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[183/335] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[184/335] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[185/335] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[186/335] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[187/335] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[188/335] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[189/335] Compiling HashTreeCollections TreeSet.swift
[190/335] Compiling HashTreeCollections _HashTreeIterator.swift
[191/335] Compiling HashTreeCollections _HashTreeStatistics.swift
[192/335] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[193/335] Compiling HashTreeCollections _RawHashNode.swift
[194/335] Compiling HashTreeCollections _UnmanagedHashNode.swift
[195/335] Compiling HashTreeCollections _UnsafePath.swift
[196/335] Compiling HashTreeCollections TreeDictionary+Codable.swift
[197/335] Compiling HashTreeCollections TreeDictionary+Collection.swift
[198/335] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[199/335] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[200/335] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[201/335] Emitting module HashTreeCollections
[224/335] Compiling HashTreeCollections _AncestorHashSlots.swift
[225/335] Compiling HashTreeCollections _Bitmap.swift
[226/335] Compiling HashTreeCollections _Bucket.swift
[227/335] Compiling HashTreeCollections _Hash.swift
[228/335] Compiling HashTreeCollections _HashLevel.swift
[229/335] Compiling HashTreeCollections _HashNode+Builder.swift
[230/335] Compiling HashTreeCollections _HashNode+Debugging.swift
[231/335] Compiling HashTreeCollections _HashNode+Initializers.swift
[232/335] Compiling HashTreeCollections _HashNode+Invariants.swift
[233/335] Compiling HashTreeCollections _HashNode+Lookups.swift
[234/335] Compiling HashTreeCollections _HashNode+Primitive Insertions.swift
[285/344] Emitting module HashTreeCollections
[287/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/377] Wrapping AST for SwiftSyntax for debugging
[334/403] Compiling SwiftBasicFormat Syntax+Extensions.swift
[335/403] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[336/403] Compiling SwiftDiagnostics Message.swift
[337/404] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[338/404] Compiling SwiftDiagnostics DiagnosticDecorator.swift
[339/404] Compiling SwiftDiagnostics Convenience.swift
[340/404] Compiling SwiftDiagnostics Diagnostic.swift
[341/404] Emitting module SwiftDiagnostics
[342/404] Compiling SwiftDiagnostics ANSIDiagnosticDecorator.swift
[343/404] Compiling SwiftDiagnostics BasicDiagnosticDecorator.swift
[344/404] Compiling SwiftDiagnostics Note.swift
[345/404] Compiling SwiftBasicFormat InferIndentation.swift
[346/404] Compiling SwiftDiagnostics FixIt.swift
[347/404] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[348/404] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[349/404] Emitting module SwiftBasicFormat
[350/404] Compiling SwiftBasicFormat BasicFormat.swift
[352/406] Wrapping AST for SwiftDiagnostics for debugging
[353/406] Wrapping AST for SwiftBasicFormat for debugging
[355/406] Compiling SwiftParser LexemeSequence.swift
[356/406] Compiling SwiftParser Lexer.swift
[357/406] Compiling SwiftParser RegexLiteralLexer.swift
[358/406] Compiling SwiftParser UnicodeScalarExtensions.swift
[359/406] Compiling SwiftParser Lookahead.swift
[360/406] Compiling SwiftParser LoopProgressCondition.swift
[361/411] Compiling SwiftParser Modifiers.swift
[362/411] Compiling SwiftParser Names.swift
[363/411] Compiling SwiftParser Nominals.swift
[364/411] Compiling SwiftParser Parameters.swift
[365/411] Compiling SwiftParser ParseSourceFile.swift
[366/411] Compiling SwiftParser Parser.swift
[367/411] Emitting module SwiftParser
[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 SwiftParserCompatibility.swift
[374/411] Compiling SwiftParser SwiftVersion.swift
[375/411] Compiling SwiftParser SyntaxUtils.swift
[376/411] Compiling SwiftParser TokenConsumer.swift
[377/411] Compiling SwiftParser TokenPrecedence.swift
[378/411] Compiling SwiftParser Patterns.swift
[379/411] Compiling SwiftParser Recovery.swift
[380/411] Compiling SwiftParser Specifiers.swift
[381/411] Compiling SwiftParser Statements.swift
[382/411] Compiling SwiftParser StringLiteralRepresentedLiteralValue.swift
[383/411] Compiling SwiftParser StringLiterals.swift
[388/411] Compiling SwiftParser Declarations.swift
[389/411] Compiling SwiftParser Directives.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 SwiftOperators PrecedenceGroup.swift
[405/437] Compiling SwiftOperators Operator.swift
[406/437] Compiling SwiftOperators OperatorError+Diagnostics.swift
[407/437] Compiling SwiftOperators OperatorTable.swift
[408/437] Compiling SwiftOperators PrecedenceGraph.swift
[409/437] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[410/437] Emitting module SwiftOperators
[411/437] Compiling SwiftOperators SyntaxSynthesis.swift
[412/437] Compiling SwiftOperators OperatorTable+Semantics.swift
[413/437] Compiling SwiftOperators OperatorError.swift
[414/437] Compiling SwiftOperators OperatorTable+Defaults.swift
[415/437] Compiling SwiftOperators OperatorTable+Folding.swift
[416/438] Wrapping AST for SwiftOperators for debugging
[418/438] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[419/438] Compiling SwiftParserDiagnostics SyntaxExtensions.swift
[420/438] Compiling SwiftParserDiagnostics Utils.swift
[423/438] Compiling SwiftParserDiagnostics MissingNodesError.swift
[424/438] Compiling SwiftParserDiagnostics MissingTokenError.swift
[425/438] Compiling SwiftParserDiagnostics DiagnosticExtensions.swift
[426/438] Compiling SwiftParserDiagnostics LexerDiagnosticMessages.swift
[429/438] Emitting module SwiftParserDiagnostics
[430/439] Wrapping AST for SwiftParserDiagnostics for debugging
[432/454] Compiling SwiftSyntaxBuilder Indenter.swift
[433/454] Compiling SwiftSyntaxBuilder ListBuilder.swift
[434/455] Compiling SwiftSyntaxBuilder ConvenienceInitializers.swift
[435/455] Compiling SwiftSyntaxBuilder DeclSyntaxParseable.swift
[436/455] Emitting module SwiftSyntaxBuilder
[437/455] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
[438/455] Compiling SwiftSyntaxBuilder ResultBuilderExtensions.swift
[439/455] Compiling SwiftSyntaxBuilder SwiftSyntaxBuilderCompatibility.swift
[440/455] Compiling SwiftSyntaxBuilder Syntax+StringInterpolation.swift
[441/455] Compiling SwiftSyntaxBuilder SyntaxNodeWithBody.swift
[442/455] Compiling SwiftSyntaxBuilder WithTrailingCommaSyntax+EnsuringTrailingComma.swift
[443/455] Compiling SwiftSyntaxBuilder BuildableNodes.swift
[444/455] Compiling SwiftSyntaxBuilder RenamedChildrenBuilderCompatibility.swift
[445/455] Compiling SwiftSyntaxBuilder ResultBuilders.swift
[446/455] Compiling SwiftSyntaxBuilder SyntaxParsable+ExpressibleByStringInterpolation.swift
[447/455] Compiling SwiftSyntaxBuilder ValidatingSyntaxNodes.swift
[448/456] Wrapping AST for SwiftSyntaxBuilder for debugging
[450/473] Compiling SwiftSyntaxMacros MemberMacro.swift
[451/473] Compiling SwiftSyntaxMacros PeerMacro.swift
[452/475] Emitting module SwiftSyntaxMacros
[453/475] Compiling SwiftSyntaxMacros Macro.swift
[454/475] Compiling SwiftSyntaxMacros MemberAttributeMacro.swift
[455/475] Compiling SwiftSyntaxMacros AbstractSourceLocation.swift
[456/475] Compiling SwiftSyntaxMacros MacroExpansionContext.swift
[457/475] Compiling SwiftSyntaxMacros MacroExpansionDiagnosticMessages.swift
[458/475] Compiling SwiftSyntaxMacros FreestandingMacro.swift
[459/475] Compiling SwiftSyntaxMacros Macro+Format.swift
[460/475] Compiling SwiftSyntaxMacros ExpressionMacro.swift
[461/475] Compiling SwiftSyntaxMacros ExtensionMacro.swift
[462/475] Compiling SwiftSyntaxMacros AccessorMacro.swift
[463/475] Compiling SwiftSyntaxMacros AttachedMacro.swift
[464/475] Compiling SwiftSyntaxMacros BodyMacro.swift
[465/475] Compiling SwiftSyntaxMacros CodeItemMacro.swift
[466/475] Compiling SwiftSyntaxMacros DeclarationMacro.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] Emitting module SwiftSyntaxMacroExpansion
[473/486] Compiling SwiftSyntaxMacroExpansion MacroExpansionDiagnosticMessages.swift
[474/486] Compiling SwiftSyntaxMacroExpansion MacroExpansion.swift
[475/486] Compiling SwiftSyntaxMacroExpansion IndentationUtils.swift
[476/486] Compiling SwiftSyntaxMacroExpansion MacroReplacement.swift
[477/486] Compiling SwiftSyntaxMacroExpansion BasicMacroExpansionContext.swift
[478/486] Compiling SwiftSyntaxMacroExpansion FunctionParameterUtils.swift
[479/486] Compiling SwiftSyntaxMacroExpansion MacroArgument.swift
[480/486] Compiling SwiftSyntaxMacroExpansion MacroSystem.swift
[481/487] Wrapping AST for SwiftSyntaxMacroExpansion for debugging
[483/499] Compiling SwiftCompilerPluginMessageHandling CodingUtilities.swift
[484/499] Compiling SwiftCompilerPluginMessageHandling JSON.swift
[485/500] Compiling SwiftCompilerPluginMessageHandling LRUCache.swift
[486/500] Compiling SwiftCompilerPluginMessageHandling Macros.swift
[487/500] Compiling SwiftCompilerPluginMessageHandling PluginMacroExpansionContext.swift
[488/500] Compiling SwiftCompilerPluginMessageHandling CompilerPluginMessageHandler.swift
[489/500] Compiling SwiftCompilerPluginMessageHandling Diagnostics.swift
[490/500] Emitting module SwiftCompilerPluginMessageHandling
[491/500] Compiling SwiftCompilerPluginMessageHandling StandardIOMessageConnection.swift
[492/500] Compiling SwiftCompilerPluginMessageHandling PluginMessageCompatibility.swift
[493/500] Compiling SwiftCompilerPluginMessageHandling PluginMessages.swift
[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 IndexMacro.swift
[503/511] Compiling NormalizationMacrosPlugin Plugin.swift
[504/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 [
[505/511] Compiling NormalizationMacrosPlugin DatabaseStateMacro.swift
[506/511] Emitting module NormalizationMacrosPlugin
[507/511] Compiling NormalizationMacrosPlugin MacroError.swift
[508/511] Compiling NormalizationMacrosPlugin NormalizedStorageMacro.swift
[509/512] Wrapping AST for NormalizationMacrosPlugin for debugging
[510/512] Write Objects.LinkFileList
[511/512] Linking NormalizationMacrosPlugin-tool
[513/536] Compiling Normalization EntityType.swift
[514/536] Compiling Normalization Indexes.swift
[515/537] Emitting module Normalization
[516/537] Compiling Normalization VergeNormalization.swift
[519/537] Compiling Normalization NormalizedStorageType.swift
[520/537] Compiling Normalization Selector.swift
[521/537] Compiling Normalization TableType.swift
[522/537] Compiling Normalization Tables.Hash.swift
[523/538] Compiling Normalization Normalization.swift
[524/538] Compiling Normalization NormalizedStorageComparators.swift
[531/538] Emitting module Normalization
[532/538] Compiling Normalization VergeNormalization+Macros.swift
[533/538] Compiling Normalization UpdatedMarker.swift
[534/538] Compiling Normalization Tables.swift
[535/538] Compiling Normalization VergeNormalization.swift
[537/539] Compiling Normalization UpdatedMarker.swift
[538/539] Compiling Normalization Tables.swift
[539/539] Compiling Normalization VergeNormalization+Macros.swift
Build complete! (146.66s)
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"
}
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Done.