The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of Normalization, reference main (a13a65), with Swift 6.1 for Linux on 23 May 2025 12:45:33 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/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: 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:         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-4609320-1":/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/apple/swift-syntax.git
Fetching https://github.com/VergeGroup/TypedComparator
Fetching https://github.com/pointfreeco/swift-macro-testing.git
Fetching https://github.com/VergeGroup/swift-typed-identifier
Fetching https://github.com/apple/swift-collections
[1/14] Fetching typedcomparator
[15/904] Fetching typedcomparator, swift-macro-testing
[550/966] Fetching typedcomparator, swift-macro-testing, swift-typed-identifier
Fetched https://github.com/pointfreeco/swift-macro-testing.git from cache (0.23s)
[76/16667] Fetching typedcomparator, swift-typed-identifier, swift-collections
[12520/87103] Fetching typedcomparator, swift-typed-identifier, swift-collections, swift-syntax
Fetched https://github.com/VergeGroup/swift-typed-identifier from cache (0.96s)
Fetched https://github.com/VergeGroup/TypedComparator from cache (0.96s)
[29270/87027] Fetching swift-collections, swift-syntax
Fetched https://github.com/apple/swift-collections from cache (0.99s)
[13383/70436] Fetching swift-syntax
Fetched https://github.com/apple/swift-syntax.git from cache (4.52s)
Computing version for https://github.com/VergeGroup/swift-typed-identifier
Computed https://github.com/VergeGroup/swift-typed-identifier at 2.0.4 (5.33s)
Computing version for https://github.com/VergeGroup/TypedComparator
Computed https://github.com/VergeGroup/TypedComparator at 1.0.0 (0.66s)
Computing version for https://github.com/apple/swift-syntax.git
Computed https://github.com/apple/swift-syntax.git at 600.0.1 (3.39s)
Computing version for https://github.com/apple/swift-collections
Computed https://github.com/apple/swift-collections at 1.2.0 (1.06s)
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.79s)
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.54s)
Computing version for https://github.com/pointfreeco/swift-snapshot-testing
Computed https://github.com/pointfreeco/swift-snapshot-testing at 1.18.4 (3.35s)
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.49s)
Computing version for https://github.com/pointfreeco/swift-custom-dump
Computed https://github.com/pointfreeco/swift-custom-dump at 1.3.3 (1.11s)
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.67s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.5.2 (1.09s)
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/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/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/VergeGroup/TypedComparator
Working copy of https://github.com/VergeGroup/TypedComparator resolved at 1.0.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.2
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.5.2
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
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 SwiftSyntax600
[29/74] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[30/74] Compiling InternalCollectionsUtilities _SortedCollection.swift
[31/75] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[32/75] Compiling InternalCollectionsUtilities UInt+reversed.swift
[33/75] Compiling SwiftSyntax510 Empty.swift
[34/75] Emitting module SwiftSyntax510
[35/76] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[36/76] Compiling InternalCollectionsUtilities Integer rank.swift
[37/76] Emitting module InternalCollectionsUtilities
[38/76] Compiling SwiftSyntax509 Empty.swift
[39/76] Compiling TypedComparator TypedComparator.swift
[40/76] Emitting module SwiftSyntax509
[41/77] Emitting module TypedIdentifier
[42/77] Compiling TypedIdentifier TypedIdentifier.swift
[44/77] Emitting module TypedIdentifier
[45/77] Emitting module TypedComparator
[46/79] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[47/79] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[48/79] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[49/79] Compiling InternalCollectionsUtilities Debugging.swift
[50/79] Compiling InternalCollectionsUtilities Descriptions.swift
[51/79] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[52/79] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[53/79] Emitting module TypedComparator
[54/79] Compiling TypedComparator PackedCompare.swift
[56/80] Compiling TypedComparator TypedComparator.swift
[58/81] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[61/82] Compiling SwiftSyntax600 Empty.swift
[66/90] Wrapping AST for SwiftSyntax600 for debugging
[67/90] Wrapping AST for SwiftSyntax510 for debugging
[68/90] Wrapping AST for SwiftSyntax509 for debugging
[70/237] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[71/238] Compiling HashTreeCollections _HashNode+Debugging.swift
[72/238] Compiling HashTreeCollections _HashNode+Initializers.swift
[73/238] Compiling HashTreeCollections _HashNode+Primitive Insertions.swift
[74/238] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[75/238] Compiling HashTreeCollections _HashLevel.swift
[76/238] Compiling HashTreeCollections _HashNode+Builder.swift
[77/238] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[78/238] Compiling HashTreeCollections _HashNode+Invariants.swift
[79/238] Compiling HashTreeCollections _HashNode+Lookups.swift
[80/238] Compiling HashTreeCollections _AncestorHashSlots.swift
[81/238] Compiling HashTreeCollections _Bitmap.swift
[82/238] Emitting module InternalCollectionsUtilities
[83/238] Compiling HashTreeCollections _Bucket.swift
[84/238] Compiling HashTreeCollections _Hash.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 TreeSet+SetAlgebra isEqualSet.swift
[107/325] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[108/325] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[109/325] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[110/325] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[111/325] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[112/325] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[113/325] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[114/325] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[115/325] Compiling HashTreeCollections TreeSet.swift
[116/325] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[117/325] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[118/325] Compiling HashTreeCollections TreeDictionary+Filter.swift
[119/325] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[120/325] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[121/325] Compiling HashTreeCollections TreeDictionary+Keys.swift
[122/325] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[123/325] Compiling HashTreeCollections TreeDictionary+Merge.swift
[124/325] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[125/325] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[126/325] Compiling HashTreeCollections TreeDictionary+Values.swift
[127/325] Compiling HashTreeCollections _HashTreeIterator.swift
[128/325] Compiling HashTreeCollections _HashTreeStatistics.swift
[129/325] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[130/325] Compiling HashTreeCollections _RawHashNode.swift
[131/325] Compiling HashTreeCollections _UnmanagedHashNode.swift
[132/325] Compiling HashTreeCollections _UnsafePath.swift
[133/325] Compiling HashTreeCollections TreeDictionary+Codable.swift
[134/325] Compiling HashTreeCollections TreeDictionary+Collection.swift
[135/325] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[136/325] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[137/325] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[138/325] Compiling HashTreeCollections TreeSet+Hashable.swift
[139/325] Compiling HashTreeCollections TreeSet+Sendable.swift
[140/325] Compiling HashTreeCollections TreeSet+Sequence.swift
[141/325] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[142/325] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[143/325] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[144/325] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[145/325] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[146/325] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[147/325] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[159/335] Compiling HashTreeCollections TreeDictionary.swift
[160/335] Compiling HashTreeCollections TreeSet+Codable.swift
[161/335] Compiling HashTreeCollections TreeSet+Collection.swift
[162/335] Compiling HashTreeCollections TreeSet+CustomReflectable.swift
[163/335] Compiling HashTreeCollections TreeSet+Debugging.swift
[164/335] Compiling HashTreeCollections TreeSet+Descriptions.swift
[165/335] Compiling HashTreeCollections TreeSet+Equatable.swift
[166/335] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[167/335] Compiling HashTreeCollections TreeSet+Extras.swift
[168/335] Compiling HashTreeCollections TreeSet+Filter.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 _AncestorHashSlots.swift
[181/335] Compiling HashTreeCollections _Bitmap.swift
[182/335] Compiling HashTreeCollections _Bucket.swift
[183/335] Compiling HashTreeCollections _Hash.swift
[184/335] Compiling HashTreeCollections _HashLevel.swift
[185/335] Compiling HashTreeCollections _HashNode+Builder.swift
[186/335] Compiling HashTreeCollections _HashNode+Debugging.swift
[187/335] Compiling HashTreeCollections _HashNode+Initializers.swift
[188/335] Compiling HashTreeCollections _HashNode+Invariants.swift
[189/335] Compiling HashTreeCollections _HashNode+Lookups.swift
[190/335] Compiling HashTreeCollections _HashNode+Primitive Insertions.swift
[191/335] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[192/335] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[193/335] Compiling HashTreeCollections _HashNode+Structural union.swift
[194/335] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[195/335] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[196/335] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[197/335] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[198/335] Compiling HashTreeCollections _HashNode.swift
[199/335] Compiling HashTreeCollections _HashNodeHeader.swift
[200/335] Compiling HashTreeCollections _HashSlot.swift
[201/335] Compiling HashTreeCollections _HashStack.swift
[202/335] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[203/335] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[204/335] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[205/335] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[206/335] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[207/335] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[208/335] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[209/335] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[210/335] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[211/335] Compiling HashTreeCollections TreeSet.swift
[283/343] 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/346] Wrapping AST for SwiftSyntax for debugging
[334/403] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[335/403] Compiling SwiftDiagnostics Message.swift
[336/404] Compiling SwiftBasicFormat Syntax+Extensions.swift
[337/404] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[338/404] Compiling SwiftDiagnostics Note.swift
[339/404] Compiling SwiftDiagnostics FixIt.swift
[340/404] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[341/404] Compiling SwiftDiagnostics DiagnosticDecorator.swift
[342/404] Compiling SwiftParser Patterns.swift
[343/404] Compiling SwiftParser Recovery.swift
[344/404] Emitting module SwiftDiagnostics
[345/404] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[346/404] Compiling SwiftParser Specifiers.swift
[347/404] Compiling SwiftParser Statements.swift
[348/405] Compiling SwiftBasicFormat InferIndentation.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] Compiling SwiftParser SwiftParserCompatibility.swift
[356/406] Compiling SwiftParser SwiftVersion.swift
[357/406] Compiling SwiftParser SyntaxUtils.swift
[358/406] Compiling SwiftParser TokenConsumer.swift
[359/406] Compiling SwiftParser TokenPrecedence.swift
[360/406] Compiling SwiftParser TokenSpec.swift
[361/406] Compiling SwiftParser TokenSpecSet.swift
[362/406] Compiling SwiftParser TopLevel.swift
[363/406] Compiling SwiftParser TriviaParser.swift
[364/406] Compiling SwiftParser Types.swift
[365/411] Compiling SwiftParser Modifiers.swift
[366/411] Compiling SwiftParser Names.swift
[367/411] Compiling SwiftParser Nominals.swift
[368/411] Compiling SwiftParser Parameters.swift
[369/411] Compiling SwiftParser ParseSourceFile.swift
[370/411] Compiling SwiftParser Parser.swift
[371/411] Compiling SwiftParser LexemeSequence.swift
[372/411] Compiling SwiftParser Lexer.swift
[373/411] Compiling SwiftParser RegexLiteralLexer.swift
[374/411] Compiling SwiftParser UnicodeScalarExtensions.swift
[375/411] Compiling SwiftParser Lookahead.swift
[376/411] Compiling SwiftParser LoopProgressCondition.swift
[381/411] Compiling SwiftParser StringLiteralRepresentedLiteralValue.swift
[382/411] Compiling SwiftParser StringLiterals.swift
[383/411] Emitting module SwiftParser
[384/411] Compiling SwiftParser Attributes.swift
[385/411] Compiling SwiftParser Availability.swift
[386/411] Compiling SwiftParser CharacterInfo.swift
[387/411] Compiling SwiftParser CollectionNodes+Parsable.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 Operator.swift
[405/436] Compiling SwiftOperators OperatorError+Diagnostics.swift
[406/436] Compiling SwiftOperators PrecedenceGroup.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 OperatorTable+Folding.swift
[412/437] Compiling SwiftOperators OperatorTable+Semantics.swift
[415/437] Compiling SwiftOperators OperatorError.swift
[416/437] Compiling SwiftOperators OperatorTable+Defaults.swift
[417/437] Compiling SwiftOperators SyntaxSynthesis.swift
[418/438] Wrapping AST for SwiftOperators for debugging
[420/438] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[421/438] Compiling SwiftParserDiagnostics ParserDiagnosticMessages.swift
[422/438] Compiling SwiftParserDiagnostics PresenceUtils.swift
[423/438] Compiling SwiftParserDiagnostics MissingNodesError.swift
[424/438] Compiling SwiftParserDiagnostics MissingTokenError.swift
[427/438] Emitting module SwiftParserDiagnostics
[428/438] Compiling SwiftParserDiagnostics MultiLineStringLiteralDiagnosticsGenerator.swift
[429/438] Compiling SwiftParserDiagnostics ParseDiagnosticsGenerator.swift
[430/439] Wrapping AST for SwiftParserDiagnostics for debugging
[432/454] Compiling SwiftSyntaxBuilder SyntaxParsable+ExpressibleByStringInterpolation.swift
[433/454] Compiling SwiftSyntaxBuilder ValidatingSyntaxNodes.swift
[434/454] Compiling SwiftSyntaxBuilder ResultBuilderExtensions.swift
[435/454] Compiling SwiftSyntaxBuilder SwiftSyntaxBuilderCompatibility.swift
[436/454] Compiling SwiftSyntaxBuilder Indenter.swift
[437/454] Compiling SwiftSyntaxBuilder ListBuilder.swift
[438/455] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
[439/455] Emitting module SwiftSyntaxBuilder
[440/455] Compiling SwiftSyntaxBuilder ConvenienceInitializers.swift
[441/455] Compiling SwiftSyntaxBuilder DeclSyntaxParseable.swift
[442/455] Compiling SwiftSyntaxBuilder Syntax+StringInterpolation.swift
[443/455] Compiling SwiftSyntaxBuilder SyntaxNodeWithBody.swift
[444/455] Compiling SwiftSyntaxBuilder WithTrailingCommaSyntax+EnsuringTrailingComma.swift
[445/455] Compiling SwiftSyntaxBuilder BuildableNodes.swift
[446/455] Compiling SwiftSyntaxBuilder RenamedChildrenBuilderCompatibility.swift
[447/455] Compiling SwiftSyntaxBuilder ResultBuilders.swift
[448/456] Wrapping AST for SwiftSyntaxBuilder for debugging
[450/473] Emitting module SwiftSyntaxMacros
[451/475] Compiling SwiftSyntaxMacros MemberMacro.swift
[452/475] Compiling SwiftSyntaxMacros PeerMacro.swift
[453/475] Compiling SwiftSyntaxMacros ExpressionMacro.swift
[454/475] Compiling SwiftSyntaxMacros ExtensionMacro.swift
[455/475] Compiling SwiftSyntaxMacros AccessorMacro.swift
[456/475] Compiling SwiftSyntaxMacros AttachedMacro.swift
[457/475] Compiling SwiftSyntaxMacros BodyMacro.swift
[458/475] Compiling SwiftSyntaxMacros CodeItemMacro.swift
[459/475] Compiling SwiftSyntaxMacros DeclarationMacro.swift
[460/475] Compiling SwiftSyntaxMacros FreestandingMacro.swift
[461/475] Compiling SwiftSyntaxMacros Macro+Format.swift
[462/475] Compiling SwiftSyntaxMacros Macro.swift
[463/475] Compiling SwiftSyntaxMacros MemberAttributeMacro.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 MacroExpansion.swift
[473/486] Compiling SwiftSyntaxMacroExpansion IndentationUtils.swift
[474/486] Compiling SwiftSyntaxMacroExpansion BasicMacroExpansionContext.swift
[475/486] Compiling SwiftSyntaxMacroExpansion FunctionParameterUtils.swift
[476/486] Emitting module SwiftSyntaxMacroExpansion
[477/486] Compiling SwiftSyntaxMacroExpansion MacroArgument.swift
[478/486] Compiling SwiftSyntaxMacroExpansion MacroExpansionDiagnosticMessages.swift
[479/486] Compiling SwiftSyntaxMacroExpansion MacroReplacement.swift
[480/486] Compiling SwiftSyntaxMacroExpansion MacroSystem.swift
[481/487] Wrapping AST for SwiftSyntaxMacroExpansion for debugging
[483/499] Compiling SwiftCompilerPluginMessageHandling PluginMessageCompatibility.swift
[484/499] Compiling SwiftCompilerPluginMessageHandling PluginMacroExpansionContext.swift
[485/500] Compiling SwiftCompilerPluginMessageHandling CodingUtilities.swift
[486/500] Compiling SwiftCompilerPluginMessageHandling JSON.swift
[487/500] Compiling SwiftCompilerPluginMessageHandling StandardIOMessageConnection.swift
[488/500] Compiling SwiftCompilerPluginMessageHandling PluginMessages.swift
[489/500] Compiling SwiftCompilerPluginMessageHandling CompilerPluginMessageHandler.swift
[490/500] Compiling SwiftCompilerPluginMessageHandling Diagnostics.swift
[491/500] Compiling SwiftCompilerPluginMessageHandling JSONDecoding.swift
[492/500] Compiling SwiftCompilerPluginMessageHandling JSONEncoding.swift
[493/500] Emitting module SwiftCompilerPluginMessageHandling
[494/500] Compiling SwiftCompilerPluginMessageHandling LRUCache.swift
[495/500] Compiling SwiftCompilerPluginMessageHandling Macros.swift
[496/501] Wrapping AST for SwiftCompilerPluginMessageHandling for debugging
[498/503] Compiling SwiftCompilerPlugin CompilerPlugin.swift
[499/503] Emitting module SwiftCompilerPlugin
[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] Emitting module NormalizationMacrosPlugin
[505/511] Compiling NormalizationMacrosPlugin DatabaseStateMacro.swift
[506/511] Compiling NormalizationMacrosPlugin IndexMacro.swift
[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 TableType.swift
[514/536] Compiling Normalization Tables.Hash.swift
[515/537] Compiling Normalization EntityType.swift
[516/537] Compiling Normalization Indexes.swift
[517/537] Emitting module Normalization
[521/538] Compiling Normalization NormalizedStorageType.swift
[522/538] Compiling Normalization Selector.swift
[523/538] Compiling Normalization NormalizedStorageType.swift
[524/538] Compiling Normalization Selector.swift
[525/538] Compiling Normalization VergeNormalization.swift
[533/538] Compiling Normalization Tables.swift
[534/538] Compiling Normalization UpdatedMarker.swift
[535/538] Compiling Normalization VergeNormalization+Macros.swift
[536/539] Compiling Normalization Tables.swift
[537/539] Compiling Normalization UpdatedMarker.swift
[538/539] Compiling Normalization VergeNormalization+Macros.swift
Build complete! (102.36s)
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.