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 Wasm 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-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi -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:         wasm
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-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Fetching https://github.com/pointfreeco/swift-macro-testing.git
Fetching https://github.com/VergeGroup/TypedComparator
Fetching https://github.com/apple/swift-syntax.git
Fetching https://github.com/VergeGroup/swift-typed-identifier
Fetching https://github.com/apple/swift-collections
[1/62] Fetching swift-typed-identifier
[33/76] Fetching swift-typed-identifier, typedcomparator
[47/984] Fetching swift-typed-identifier, typedcomparator, swift-macro-testing
[710/17575] Fetching swift-typed-identifier, typedcomparator, swift-macro-testing, swift-collections
Fetched https://github.com/VergeGroup/TypedComparator from cache (0.51s)
[1604/17561] Fetching swift-typed-identifier, swift-macro-testing, swift-collections
[8407/88102] Fetching swift-typed-identifier, swift-macro-testing, swift-collections, swift-syntax
Fetched https://github.com/VergeGroup/swift-typed-identifier from cache (1.74s)
[30902/88040] Fetching swift-macro-testing, swift-collections, swift-syntax
Fetched https://github.com/apple/swift-collections from cache (1.80s)
[15722/71449] Fetching swift-macro-testing, swift-syntax
Fetched https://github.com/pointfreeco/swift-macro-testing.git from cache (5.93s)
Fetched https://github.com/apple/swift-syntax.git from cache (5.97s)
Computing version for https://github.com/VergeGroup/swift-typed-identifier
Computed https://github.com/VergeGroup/swift-typed-identifier at 2.0.4 (8.74s)
Computing version for https://github.com/VergeGroup/TypedComparator
Computed https://github.com/VergeGroup/TypedComparator at 1.0.0 (0.63s)
Computing version for https://github.com/apple/swift-syntax.git
Computed https://github.com/apple/swift-syntax.git at 600.0.1 (2.26s)
Computing version for https://github.com/apple/swift-collections
Computed https://github.com/apple/swift-collections at 1.2.0 (0.60s)
Computing version for https://github.com/pointfreeco/swift-macro-testing.git
Computed https://github.com/pointfreeco/swift-macro-testing.git at 0.6.3 (1.27s)
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.80s)
Computing version for https://github.com/pointfreeco/swift-snapshot-testing
Computed https://github.com/pointfreeco/swift-snapshot-testing at 1.18.4 (2.37s)
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.33s)
Computing version for https://github.com/pointfreeco/swift-custom-dump
Computed https://github.com/pointfreeco/swift-custom-dump at 1.3.3 (0.92s)
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.64s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.5.2 (1.11s)
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/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/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/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-custom-dump
Working copy of https://github.com/pointfreeco/swift-custom-dump resolved at 1.3.3
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/60] Emitting module TypedComparator
[30/74] Emitting module InternalCollectionsUtilities
[31/75] Emitting module TypedIdentifier
[32/75] Compiling TypedIdentifier TypedIdentifier.swift
[33/76] Compiling TypedComparator TypedComparator.swift
[34/76] Compiling TypedComparator PackedCompare.swift
[35/77] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[36/77] Compiling InternalCollectionsUtilities Integer rank.swift
[37/77] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[38/77] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[39/77] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[40/77] Compiling InternalCollectionsUtilities _SortedCollection.swift
[41/77] Compiling SwiftSyntax510 Empty.swift
[42/77] Emitting module SwiftSyntax510
[43/77] Emitting module SwiftSyntax509
[44/77] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[45/77] Compiling SwiftSyntax509 Empty.swift
[46/79] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[47/79] Compiling TypedComparator TypedComparator.swift
[48/79] Compiling TypedComparator PackedCompare.swift
[50/79] Compiling SwiftSyntax600 Empty.swift
[51/79] Emitting module SwiftSyntax600
[52/80] Compiling InternalCollectionsUtilities Descriptions.swift
[53/80] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[54/81] Compiling TypedIdentifier TypedIdentifier.swift
[55/81] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[56/81] Compiling InternalCollectionsUtilities Debugging.swift
[57/81] Emitting module TypedIdentifier
[59/82] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[60/82] Compiling InternalCollectionsUtilities UInt+reversed.swift
[66/83] Wrapping AST for SwiftSyntax600 for debugging
[67/83] Wrapping AST for SwiftSyntax510 for debugging
[68/88] Wrapping AST for SwiftSyntax509 for debugging
[70/115] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[71/115] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[72/163] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[73/238] Compiling SwiftSyntax ChildNameForKeyPath.swift
[74/238] Compiling SwiftSyntax Keyword.swift
[75/238] Compiling SwiftSyntax AbsolutePosition.swift
[76/238] Compiling SwiftSyntax AbsoluteRawSyntax.swift
[77/238] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[78/238] Compiling SwiftSyntax AbsoluteSyntaxInfo.swift
[79/238] Compiling SwiftSyntax Assert.swift
[80/238] Emitting module InternalCollectionsUtilities
[81/238] Compiling HashTreeCollections TreeSet+Hashable.swift
[82/238] Compiling HashTreeCollections TreeSet+Sendable.swift
[83/238] Compiling HashTreeCollections TreeSet+Sequence.swift
[84/238] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[85/238] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[86/238] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[87/238] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[88/238] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[89/238] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[90/238] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[91/248] Compiling SwiftSyntax BumpPtrAllocator.swift
[92/248] Compiling SwiftSyntax CommonAncestor.swift
[93/248] Compiling SwiftSyntax Identifier.swift
[94/248] Compiling SwiftSyntax Utils.swift
[95/249] Compiling SwiftSyntax MissingNodeInitializers.swift
[96/249] Compiling SwiftSyntax RawSyntax.swift
[97/249] Compiling SwiftSyntax RawSyntaxLayoutView.swift
[98/249] Compiling SwiftSyntax RawSyntaxNodeProtocol.swift
[99/249] Compiling SwiftSyntax RawSyntaxTokenView.swift
[100/249] Compiling SwiftSyntax SourceEdit.swift
[101/249] Compiling SwiftSyntax SourceLength.swift
[102/249] Compiling SwiftSyntax SourceLocation.swift
[103/249] Compiling HashTreeCollections TreeSet+Extras.swift
[104/249] Compiling HashTreeCollections TreeSet+Filter.swift
[106/249] Compiling SwiftSyntax TriviaPieces.swift
[107/249] Compiling SwiftSyntax RawSyntaxNodesAB.swift
[108/249] Compiling SwiftSyntax RawSyntaxNodesC.swift
[109/249] Compiling SwiftSyntax SyntaxNodeFactory.swift
[110/249] Compiling SwiftSyntax SyntaxNodeStructure.swift
[111/249] Compiling SwiftSyntax SyntaxProtocol.swift
[112/249] Compiling SwiftSyntax SyntaxText.swift
[113/249] Compiling SwiftSyntax SyntaxTreeViewMode.swift
[114/249] Compiling SwiftSyntax TokenDiagnostic.swift
[115/249] Compiling SwiftSyntax TokenSequence.swift
[116/249] Compiling SwiftSyntax TokenSyntax.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 _HashNode+Structural subtracting.swift
[138/335] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[139/335] Compiling HashTreeCollections _HashNode+Structural union.swift
[140/335] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[141/335] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[142/335] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[143/335] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[144/335] Compiling HashTreeCollections _HashNode.swift
[145/335] Compiling HashTreeCollections _HashNodeHeader.swift
[146/335] Compiling HashTreeCollections _HashSlot.swift
[147/335] Compiling HashTreeCollections _HashStack.swift
[148/335] Compiling HashTreeCollections TreeDictionary.swift
[149/335] Compiling HashTreeCollections TreeSet+Codable.swift
[150/335] Compiling HashTreeCollections TreeSet+Collection.swift
[151/335] Compiling HashTreeCollections TreeSet+CustomReflectable.swift
[152/335] Compiling HashTreeCollections TreeSet+Debugging.swift
[153/335] Compiling HashTreeCollections TreeSet+Descriptions.swift
[154/335] Compiling HashTreeCollections TreeSet+Equatable.swift
[155/335] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[156/335] Compiling HashTreeCollections TreeSet+Extras.swift
[157/335] Compiling HashTreeCollections TreeSet+Filter.swift
[158/335] Compiling HashTreeCollections TreeDictionary+Equatable.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 _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 TreeSet+SetAlgebra isEqualSet.swift
[192/335] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[193/335] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[194/335] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[195/335] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[196/335] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[197/335] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[198/335] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[199/335] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[200/335] Compiling HashTreeCollections TreeSet.swift
[212/335] Compiling HashTreeCollections _HashTreeIterator.swift
[213/335] Compiling HashTreeCollections _HashTreeStatistics.swift
[214/335] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[215/335] Compiling HashTreeCollections _RawHashNode.swift
[216/335] Compiling HashTreeCollections _UnmanagedHashNode.swift
[217/335] Compiling HashTreeCollections _UnsafePath.swift
[218/335] Compiling HashTreeCollections TreeDictionary+Codable.swift
[219/335] Compiling HashTreeCollections TreeDictionary+Collection.swift
[220/335] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[221/335] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[222/335] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[254/343] Emitting module HashTreeCollections
[269/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/362] Wrapping AST for SwiftSyntax for debugging
[334/403] Compiling SwiftDiagnostics FixIt.swift
[335/403] Emitting module SwiftDiagnostics
[336/404] Compiling SwiftDiagnostics Message.swift
[337/404] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[338/404] Compiling SwiftBasicFormat Syntax+Extensions.swift
[339/404] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[340/404] Emitting module SwiftBasicFormat
[341/404] Compiling SwiftBasicFormat InferIndentation.swift
[342/404] Compiling SwiftDiagnostics Note.swift
[343/404] Compiling SwiftParser Specifiers.swift
[344/404] Compiling SwiftParser Statements.swift
[345/404] Compiling SwiftParser Patterns.swift
[346/404] Compiling SwiftParser Recovery.swift
[347/404] Compiling SwiftDiagnostics DiagnosticDecorator.swift
[348/404] Compiling SwiftParser SwiftParserCompatibility.swift
[349/404] Compiling SwiftParser SwiftVersion.swift
[350/404] Compiling SwiftParser SyntaxUtils.swift
[351/404] Compiling SwiftParser TokenConsumer.swift
[352/404] Compiling SwiftParser TokenPrecedence.swift
[353/409] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[354/409] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[355/410] Wrapping AST for SwiftDiagnostics for debugging
[357/410] Compiling SwiftBasicFormat BasicFormat.swift
[358/411] Wrapping AST for SwiftBasicFormat for debugging
[360/411] Compiling SwiftParser TokenSpec.swift
[361/411] Compiling SwiftParser TokenSpecSet.swift
[362/411] Compiling SwiftParser TopLevel.swift
[363/411] Compiling SwiftParser TriviaParser.swift
[364/411] Compiling SwiftParser Types.swift
[369/411] Compiling SwiftParser StringLiteralRepresentedLiteralValue.swift
[370/411] Compiling SwiftParser StringLiterals.swift
[371/411] Compiling SwiftParser ExperimentalFeatures.swift
[372/411] Compiling SwiftParser IsLexerClassified.swift
[373/411] Compiling SwiftParser LayoutNodes+Parsable.swift
[374/411] Compiling SwiftParser Parser+TokenSpecSet.swift
[375/411] Compiling SwiftParser TokenSpecStaticMembers.swift
[376/411] Compiling SwiftParser LexemeSequence.swift
[377/411] Compiling SwiftParser Lexer.swift
[378/411] Compiling SwiftParser RegexLiteralLexer.swift
[379/411] Compiling SwiftParser UnicodeScalarExtensions.swift
[380/411] Compiling SwiftParser Lookahead.swift
[381/411] Compiling SwiftParser LoopProgressCondition.swift
[382/411] Compiling SwiftParser Modifiers.swift
[383/411] Compiling SwiftParser Names.swift
[384/411] Compiling SwiftParser Nominals.swift
[385/411] Compiling SwiftParser Parameters.swift
[386/411] Compiling SwiftParser ParseSourceFile.swift
[387/411] Compiling SwiftParser Parser.swift
[388/411] Compiling SwiftParser Attributes.swift
[389/411] Compiling SwiftParser Availability.swift
[390/411] Compiling SwiftParser CharacterInfo.swift
[391/411] Compiling SwiftParser CollectionNodes+Parsable.swift
[392/411] Compiling SwiftParser Declarations.swift
[393/411] Compiling SwiftParser Directives.swift
[394/411] Compiling SwiftParser ExpressionInterpretedAsVersionTuple.swift
[395/411] Compiling SwiftParser Expressions.swift
[396/411] Compiling SwiftParser IncrementalParseTransition.swift
[397/411] Compiling SwiftParser IsValidIdentifier.swift
[398/411] Compiling SwiftParser Cursor.swift
[399/411] Compiling SwiftParser Lexeme.swift
[400/411] Emitting module SwiftParser
[401/412] Wrapping AST for SwiftParser for debugging
[403/435] Compiling SwiftParserDiagnostics SyntaxKindNameForDiagnostics.swift
[404/436] Compiling SwiftOperators OperatorTable.swift
[405/437] Compiling SwiftOperators PrecedenceGraph.swift
[406/437] Compiling SwiftOperators PrecedenceGroup.swift
[407/437] Compiling SwiftParserDiagnostics MissingNodesError.swift
[408/437] Compiling SwiftParserDiagnostics MissingTokenError.swift
[409/437] Compiling SwiftOperators OperatorTable+Semantics.swift
[410/437] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[411/437] Emitting module SwiftParserDiagnostics
[412/437] Compiling SwiftOperators SyntaxSynthesis.swift
[413/437] Compiling SwiftParserDiagnostics SyntaxExtensions.swift
[414/437] Compiling SwiftParserDiagnostics Utils.swift
[415/437] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[416/437] Compiling SwiftOperators OperatorTable+Folding.swift
[417/437] Emitting module SwiftOperators
[418/437] Compiling SwiftParserDiagnostics MultiLineStringLiteralDiagnosticsGenerator.swift
[419/437] Compiling SwiftParserDiagnostics ParseDiagnosticsGenerator.swift
[420/438] Wrapping AST for SwiftOperators for debugging
[422/438] Compiling SwiftParserDiagnostics ParserDiagnosticMessages.swift
[423/438] Compiling SwiftParserDiagnostics PresenceUtils.swift
[426/438] Compiling SwiftParserDiagnostics DiagnosticExtensions.swift
[427/438] Compiling SwiftParserDiagnostics LexerDiagnosticMessages.swift
[430/439] Wrapping AST for SwiftParserDiagnostics for debugging
[432/454] Compiling SwiftSyntaxBuilder SyntaxParsable+ExpressibleByStringInterpolation.swift
[433/454] Compiling SwiftSyntaxBuilder ValidatingSyntaxNodes.swift
[434/455] Compiling SwiftSyntaxBuilder Indenter.swift
[435/455] Compiling SwiftSyntaxBuilder ListBuilder.swift
[436/455] Compiling SwiftSyntaxBuilder ConvenienceInitializers.swift
[437/455] Compiling SwiftSyntaxBuilder DeclSyntaxParseable.swift
[438/455] Emitting module SwiftSyntaxBuilder
[439/455] Compiling SwiftSyntaxBuilder Syntax+StringInterpolation.swift
[440/455] Compiling SwiftSyntaxBuilder SyntaxNodeWithBody.swift
[441/455] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
[442/455] Compiling SwiftSyntaxBuilder ResultBuilderExtensions.swift
[443/455] Compiling SwiftSyntaxBuilder SwiftSyntaxBuilderCompatibility.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 Macro.swift
[452/475] Compiling SwiftSyntaxMacros MemberAttributeMacro.swift
[453/475] Compiling SwiftSyntaxMacros ExpressionMacro.swift
[454/475] Compiling SwiftSyntaxMacros ExtensionMacro.swift
[455/475] Compiling SwiftSyntaxMacros FreestandingMacro.swift
[456/475] Compiling SwiftSyntaxMacros Macro+Format.swift
[457/475] Compiling SwiftSyntaxMacros CodeItemMacro.swift
[458/475] Compiling SwiftSyntaxMacros DeclarationMacro.swift
[459/475] Compiling SwiftSyntaxMacros MemberMacro.swift
[460/475] Compiling SwiftSyntaxMacros PeerMacro.swift
[461/475] Compiling SwiftSyntaxMacros AccessorMacro.swift
[462/475] Compiling SwiftSyntaxMacros AttachedMacro.swift
[463/475] Compiling SwiftSyntaxMacros BodyMacro.swift
[464/475] Compiling SwiftSyntaxMacros PreambleMacro.swift
[465/475] Compiling SwiftSyntaxMacros Syntax+LexicalContext.swift
[466/475] Compiling SwiftSyntaxMacros AbstractSourceLocation.swift
[467/475] Compiling SwiftSyntaxMacros MacroExpansionContext.swift
[468/475] Compiling SwiftSyntaxMacros MacroExpansionDiagnosticMessages.swift
[469/476] Wrapping AST for SwiftSyntaxMacros for debugging
[471/485] Compiling SwiftSyntaxMacroExpansion IndentationUtils.swift
[472/486] Compiling SwiftSyntaxMacroExpansion MacroSpec.swift
[473/486] Compiling SwiftSyntaxMacroExpansion BasicMacroExpansionContext.swift
[474/486] Compiling SwiftSyntaxMacroExpansion FunctionParameterUtils.swift
[475/486] Emitting module SwiftSyntaxMacroExpansion
[476/486] Compiling SwiftSyntaxMacroExpansion MacroExpansion.swift
[477/486] Compiling SwiftSyntaxMacroExpansion MacroExpansionDiagnosticMessages.swift
[478/486] Compiling SwiftSyntaxMacroExpansion MacroArgument.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 PluginMessages.swift
[484/499] Compiling SwiftCompilerPluginMessageHandling PluginMessageCompatibility.swift
[485/499] Compiling SwiftCompilerPluginMessageHandling PluginMacroExpansionContext.swift
[486/499] Compiling SwiftCompilerPluginMessageHandling LRUCache.swift
[487/499] Compiling SwiftCompilerPluginMessageHandling Macros.swift
[488/500] Compiling SwiftCompilerPluginMessageHandling StandardIOMessageConnection.swift
[489/500] Compiling SwiftCompilerPluginMessageHandling CodingUtilities.swift
[490/500] Compiling SwiftCompilerPluginMessageHandling JSON.swift
[491/500] Emitting module SwiftCompilerPluginMessageHandling
[492/500] Compiling SwiftCompilerPluginMessageHandling JSONDecoding.swift
[493/500] Compiling SwiftCompilerPluginMessageHandling JSONEncoding.swift
[494/500] Compiling SwiftCompilerPluginMessageHandling CompilerPluginMessageHandler.swift
[495/500] Compiling SwiftCompilerPluginMessageHandling Diagnostics.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 MacroError.swift
[503/511] Emitting module NormalizationMacrosPlugin
[504/511] Compiling NormalizationMacrosPlugin Plugin.swift
[505/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 [
[506/511] Compiling NormalizationMacrosPlugin DatabaseStateMacro.swift
[507/511] Compiling NormalizationMacrosPlugin IndexMacro.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] Emitting module Normalization
[514/537] Compiling Normalization EntityType.swift
[515/537] Compiling Normalization Indexes.swift
[516/538] Compiling Normalization Tables.swift
[517/538] Compiling Normalization TableType.swift
[518/538] Compiling Normalization Tables.Hash.swift
[521/538] Compiling Normalization Normalization.swift
[522/538] Compiling Normalization NormalizedStorageComparators.swift
[523/538] Compiling Normalization NormalizedStorageType.swift
[524/538] Compiling Normalization Selector.swift
[525/538] Compiling Normalization VergeNormalization.swift
[526/538] Emitting module Normalization
[529/538] Compiling Normalization UpdatedMarker.swift
[534/538] Compiling Normalization VergeNormalization+Macros.swift
[535/538] Compiling Normalization VergeNormalization.swift
[536/539] Compiling Normalization UpdatedMarker.swift
[537/539] Compiling Normalization Tables.swift
[538/539] Compiling Normalization VergeNormalization+Macros.swift
Build complete! (148.55s)
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"
}
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Done.