The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Normalization, reference 2.0.1 (360cc9), with Swift 6.1 for Wasm on 24 Sep 2025 08:35:32 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images: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.67.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/VergeGroup/Normalization.git
Reference: 2.0.1
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/VergeGroup/Normalization
 * tag               2.0.1      -> FETCH_HEAD
HEAD is now at 360cc94 Update swift-syntax version constraint to range 600.0.0..<603.0.0 (#5)
Cloned https://github.com/VergeGroup/Normalization.git
Revision (git rev-parse @):
360cc940e9c9f5c14db229ea9757c1b18a541fff
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/VergeGroup/Normalization.git at 2.0.1
========================================
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" : "603.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swiftlang/swift-syntax.git"
    },
    {
      "identity" : "swift-macro-testing",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.2.1",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/pointfreeco/swift-macro-testing.git"
    }
  ],
  "manifest_display_name" : "Normalization",
  "name" : "Normalization",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "11.0"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    }
  ],
  "products" : [
    {
      "name" : "Normalization",
      "targets" : [
        "Normalization"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "NormalizationMacrosPlugin",
      "targets" : [
        "NormalizationMacrosPlugin"
      ],
      "type" : {
        "macro" : null
      }
    }
  ],
  "swift_languages_versions" : [
    "6"
  ],
  "targets" : [
    {
      "c99name" : "NormalizationTests",
      "module_type" : "SwiftTarget",
      "name" : "NormalizationTests",
      "path" : "Tests/NormalizationTests",
      "sources" : [
        "Entities.swift",
        "Source.swift"
      ],
      "target_dependencies" : [
        "Normalization"
      ],
      "type" : "test"
    },
    {
      "c99name" : "NormalizationMacrosTests",
      "module_type" : "SwiftTarget",
      "name" : "NormalizationMacrosTests",
      "path" : "Tests/NormalizationMacrosTests",
      "product_dependencies" : [
        "SwiftSyntaxMacrosTestSupport",
        "MacroTesting"
      ],
      "sources" : [
        "Tests.swift"
      ],
      "target_dependencies" : [
        "NormalizationMacrosPlugin"
      ],
      "type" : "test"
    },
    {
      "c99name" : "NormalizationMacrosPlugin",
      "module_type" : "SwiftTarget",
      "name" : "NormalizationMacrosPlugin",
      "path" : "Sources/NormalizationMacrosPlugin",
      "product_dependencies" : [
        "SwiftSyntaxMacros",
        "SwiftCompilerPlugin"
      ],
      "product_memberships" : [
        "Normalization",
        "NormalizationMacrosPlugin"
      ],
      "sources" : [
        "DatabaseStateMacro.swift",
        "IndexMacro.swift",
        "MacroError.swift",
        "NormalizedStorageMacro.swift",
        "Plugin.swift",
        "TableMacro.swift"
      ],
      "type" : "macro"
    },
    {
      "c99name" : "Normalization",
      "module_type" : "SwiftTarget",
      "name" : "Normalization",
      "path" : "Sources/Normalization",
      "product_dependencies" : [
        "TypedIdentifier",
        "TypedComparator",
        "HashTreeCollections"
      ],
      "product_memberships" : [
        "Normalization"
      ],
      "sources" : [
        "EntityType.swift",
        "Indexes/Indexes.swift",
        "Normalization.swift",
        "NormalizedStorageComparators.swift",
        "NormalizedStorageType.swift",
        "Selector.swift",
        "Tables/TableType.swift",
        "Tables/Tables.Hash.swift",
        "Tables/Tables.swift",
        "UpdatedMarker.swift",
        "VergeNormalization+Macros.swift",
        "VergeNormalization.swift"
      ],
      "target_dependencies" : [
        "NormalizationMacrosPlugin"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images: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:062e4aaff76454b333ce7957a8e87c3beb342f1dedb64399abb81cdea021b526
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/apple/swift-collections
Fetching https://github.com/VergeGroup/swift-typed-identifier
Fetching https://github.com/swiftlang/swift-syntax.git
Fetching https://github.com/VergeGroup/TypedComparator
[1/14] Fetching typedcomparator
[15/77] Fetching typedcomparator, swift-typed-identifier
[54/991] Fetching typedcomparator, swift-typed-identifier, swift-macro-testing
[968/18519] Fetching typedcomparator, swift-typed-identifier, swift-macro-testing, swift-collections
Fetched https://github.com/VergeGroup/TypedComparator from cache (0.66s)
Fetched https://github.com/VergeGroup/swift-typed-identifier from cache (0.66s)
Fetched https://github.com/pointfreeco/swift-macro-testing.git from cache (0.67s)
[877/17528] Fetching swift-collections
[2806/89524] Fetching swift-collections, swift-syntax
Fetched https://github.com/apple/swift-collections from cache (1.60s)
[30239/71996] Fetching swift-syntax
Fetched https://github.com/swiftlang/swift-syntax.git from cache (5.82s)
Computing version for https://github.com/VergeGroup/swift-typed-identifier
Computed https://github.com/VergeGroup/swift-typed-identifier at 2.0.4 (6.25s)
Computing version for https://github.com/VergeGroup/TypedComparator
Computed https://github.com/VergeGroup/TypedComparator at 1.0.0 (0.43s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 602.0.0 (3.13s)
Computing version for https://github.com/apple/swift-collections
Computed https://github.com/apple/swift-collections at 1.2.1 (0.66s)
Computing version for https://github.com/pointfreeco/swift-macro-testing.git
Computed https://github.com/pointfreeco/swift-macro-testing.git at 0.6.4 (0.79s)
Fetching https://github.com/pointfreeco/swift-snapshot-testing
[1/15537] Fetching swift-snapshot-testing
Fetched https://github.com/pointfreeco/swift-snapshot-testing from cache (2.83s)
Computing version for https://github.com/pointfreeco/swift-snapshot-testing
Computed https://github.com/pointfreeco/swift-snapshot-testing at 1.18.7 (3.36s)
Fetching https://github.com/pointfreeco/swift-custom-dump
[1/4598] Fetching swift-custom-dump
Fetched https://github.com/pointfreeco/swift-custom-dump from cache (0.37s)
Computing version for https://github.com/pointfreeco/swift-custom-dump
Computed https://github.com/pointfreeco/swift-custom-dump at 1.3.3 (0.77s)
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay
[1/5509] Fetching xctest-dynamic-overlay
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (0.67s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.6.1 (1.09s)
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.7
Creating working copy for https://github.com/VergeGroup/swift-typed-identifier
Working copy of https://github.com/VergeGroup/swift-typed-identifier resolved at 2.0.4
Creating working copy for https://github.com/swiftlang/swift-syntax.git
Working copy of https://github.com/swiftlang/swift-syntax.git resolved at 602.0.0
Creating working copy for https://github.com/pointfreeco/swift-macro-testing.git
Working copy of https://github.com/pointfreeco/swift-macro-testing.git resolved at 0.6.4
Creating working copy for https://github.com/pointfreeco/swift-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.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.6.1
Building for debugging...
[0/48] Write sources
[27/48] Compiling _SwiftSyntaxCShims PlatformMutex.c
[28/48] Write swift-version-24593BA9C3E375BF.txt
[30/89] Compiling TypedComparator TypedComparator.swift
[31/89] Emitting module SwiftSyntax600
[32/89] Compiling SwiftSyntax600 Empty.swift
[33/90] Emitting module TypedComparator
[34/90] Compiling TypedComparator PackedCompare.swift
[35/91] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[36/91] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[38/92] Compiling SwiftSyntax602 Empty.swift
[39/92] Emitting module SwiftSyntax602
[41/93] Compiling TypedIdentifier TypedIdentifier.swift
[42/93] Emitting module TypedIdentifier
[43/93] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[44/94] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[45/94] Compiling InternalCollectionsUtilities UInt+reversed.swift
[46/94] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[47/94] Compiling InternalCollectionsUtilities _SortedCollection.swift
[50/95] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[51/95] Compiling InternalCollectionsUtilities Integer rank.swift
[52/95] Emitting module InternalCollectionsUtilities
[53/95] Compiling TypedIdentifier TypedIdentifier.swift
[54/95] Emitting module TypedIdentifier
[55/96] Emitting module SwiftSyntax601
[56/96] Compiling SwiftSyntax601 Empty.swift
[57/97] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[58/97] Compiling InternalCollectionsUtilities Descriptions.swift
[59/97] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[61/97] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[62/97] Compiling InternalCollectionsUtilities Debugging.swift
[67/97] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[72/98] Emitting module InternalCollectionsUtilities
[78/100] Wrapping AST for SwiftSyntax602 for debugging
[80/103] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[80/104] Wrapping AST for SwiftSyntax601 for debugging
[82/104] Compiling SwiftSyntax510 Empty.swift
[84/106] Emitting module SwiftSyntax510
[84/106] Wrapping AST for SwiftSyntax600 for debugging
[86/107] Compiling TypedComparator PackedCompare.swift
[88/107] Compiling SwiftSyntax509 Empty.swift
[89/107] Emitting module SwiftSyntax509
[90/122] Emitting module TypedComparator
[91/123] Compiling TypedComparator TypedComparator.swift
[92/261] Wrapping AST for SwiftSyntax510 for debugging
[94/261] Wrapping AST for SwiftSyntax509 for debugging
[96/324] Compiling SwiftSyntax RawSyntaxNodesEF.swift
[97/324] Compiling SwiftSyntax RawSyntaxNodesGHI.swift
[98/324] Compiling SwiftSyntax RawSyntaxNodesJKLMN.swift
[99/324] Compiling SwiftSyntax RawSyntaxNodesOP.swift
[100/324] Compiling SwiftSyntax RawSyntaxNodesQRS.swift
[101/324] Compiling SwiftSyntax RawSyntaxNodesTUVWXYZ.swift
[102/324] Compiling SwiftSyntax RawSyntaxValidation.swift
[103/324] Compiling SwiftSyntax SyntaxNodesAB.swift
[104/324] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[105/324] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[106/334] Compiling HashTreeCollections TreeSet+Hashable.swift
[107/334] Compiling HashTreeCollections TreeSet+Sendable.swift
[108/334] Compiling HashTreeCollections TreeSet+Sequence.swift
[109/334] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[110/334] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[111/334] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[112/334] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[113/334] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[114/334] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[115/334] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[116/344] Compiling SwiftSyntax TokenSyntax.swift
[117/344] Compiling SwiftSyntax Trivia.swift
[118/344] Compiling SwiftSyntax Utils.swift
[119/344] Compiling SwiftSyntax ChildNameForKeyPath.swift
[120/344] Compiling SwiftSyntax Keyword.swift
[121/344] Compiling SwiftSyntax RenamedChildrenCompatibility.swift
[122/344] Compiling SwiftSyntax RenamedNodesCompatibility.swift
[123/344] Compiling SwiftSyntax SyntaxAnyVisitor.swift
[124/344] Compiling SwiftSyntax SyntaxBaseNodes.swift
[125/344] Compiling SwiftSyntax SyntaxCollections.swift
[126/344] Compiling SwiftSyntax SyntaxEnum.swift
[127/344] Compiling SwiftSyntax SyntaxKind.swift
[128/344] Compiling SwiftSyntax SyntaxRewriter.swift
[129/344] Compiling SwiftSyntax SyntaxTraits.swift
[130/344] Compiling SwiftSyntax SyntaxVisitor.swift
[131/344] Compiling SwiftSyntax TokenKind.swift
[132/344] Compiling SwiftSyntax Tokens.swift
[133/344] Compiling SwiftSyntax TriviaPieces.swift
[134/344] Compiling SwiftSyntax RawSyntaxNodesAB.swift
[135/344] Compiling SwiftSyntax RawSyntaxNodesC.swift
[136/344] Compiling SwiftSyntax RawSyntaxNodesD.swift
[158/344] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[159/344] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[160/344] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[161/344] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[162/344] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[163/344] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[164/344] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[165/344] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[166/344] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[167/344] Compiling HashTreeCollections TreeSet.swift
[178/344] Compiling SwiftSyntax Syntax.swift
[179/344] Compiling SwiftSyntax SyntaxChildren.swift
[180/344] Compiling SwiftSyntax SyntaxCollection.swift
[181/344] Compiling SwiftSyntax SyntaxHashable.swift
[182/344] Compiling SwiftSyntax SyntaxIdentifier.swift
[183/344] Compiling SwiftSyntax SyntaxNodeStructure.swift
[184/344] Compiling SwiftSyntax SyntaxProtocol.swift
[185/344] Compiling SwiftSyntax SyntaxText.swift
[186/344] Compiling SwiftSyntax SyntaxTreeViewMode.swift
[187/344] Compiling SwiftSyntax TokenDiagnostic.swift
[188/344] Compiling SwiftSyntax TokenSequence.swift
[199/344] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[200/344] Compiling SwiftSyntax Identifier.swift
[201/344] Compiling SwiftSyntax MemoryLayout.swift
[202/344] Compiling SwiftSyntax MissingNodeInitializers.swift
[203/344] Compiling SwiftSyntax RawSyntax.swift
[204/344] Compiling SwiftSyntax RawSyntaxArena.swift
[205/344] Compiling SwiftSyntax RawSyntaxLayoutView.swift
[206/344] Compiling SwiftSyntax RawSyntaxNodeProtocol.swift
[207/344] Compiling SwiftSyntax RawSyntaxTokenView.swift
[208/344] Compiling SwiftSyntax SourceEdit.swift
[209/344] Compiling SwiftSyntax AbsolutePosition.swift
[210/344] Compiling SwiftSyntax AbsoluteSyntaxInfo.swift
[211/344] Compiling SwiftSyntax ArenaAllocatedBuffer.swift
[212/344] Compiling SwiftSyntax Assert.swift
[213/344] Compiling SwiftSyntax BumpPtrAllocator.swift
[214/344] Compiling SwiftSyntax CommonAncestor.swift
[215/344] Compiling SwiftSyntax Convenience.swift
[216/344] Compiling SwiftSyntax CustomTraits.swift
[217/344] Compiling SwiftSyntax EditorPlaceholder.swift
[218/344] Compiling SwiftSyntax SourceLength.swift
[219/344] Compiling SwiftSyntax SourceLocation.swift
[220/344] Compiling SwiftSyntax SourcePresence.swift
[221/344] Compiling SwiftSyntax SwiftSyntaxCompatibility.swift
[266/344] Emitting module HashTreeCollections
[288/354] Emitting module SwiftSyntax
[333/354] Compiling SwiftSyntax SyntaxNodesC.swift
[334/354] Compiling SwiftSyntax SyntaxNodesD.swift
[335/354] Compiling SwiftSyntax SyntaxNodesEF.swift
[336/354] Compiling SwiftSyntax SyntaxNodesGHI.swift
[337/354] Compiling SwiftSyntax SyntaxNodesJKLMN.swift
[338/354] Compiling SwiftSyntax SyntaxNodesOP.swift
[339/354] Compiling SwiftSyntax SyntaxNodesQRS.swift
[340/354] Compiling SwiftSyntax SyntaxNodesTUVWXYZ.swift
[341/355] Wrapping AST for SwiftSyntax for debugging
[343/414] Compiling SwiftDiagnostics Message.swift
[344/415] Compiling SwiftDiagnostics FixIt.swift
[345/415] Compiling SwiftBasicFormat Syntax+Extensions.swift
[346/415] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[347/415] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[348/415] Emitting module SwiftDiagnostics
[349/415] Compiling SwiftParser Attributes.swift
[350/415] Compiling SwiftParser Availability.swift
[351/415] Compiling SwiftDiagnostics Note.swift
[352/415] Compiling SwiftBasicFormat InferIndentation.swift
[353/415] Compiling SwiftBasicFormat Indenter.swift
[354/415] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[355/415] Compiling SwiftDiagnostics DiagnosticDecorator.swift
[356/415] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[357/415] Compiling SwiftParser CharacterInfo.swift
[358/415] Compiling SwiftParser CollectionNodes+Parsable.swift
[359/416] Wrapping AST for SwiftDiagnostics for debugging
[361/416] Emitting module SwiftBasicFormat
[362/416] Compiling SwiftBasicFormat BasicFormat.swift
[363/417] Wrapping AST for SwiftBasicFormat for debugging
[365/417] Compiling SwiftParser LoopProgressCondition.swift
[366/417] Compiling SwiftParser Modifiers.swift
[367/417] Compiling SwiftParser Names.swift
[368/417] Compiling SwiftParser Nominals.swift
[369/417] Compiling SwiftParser Parameters.swift
[370/417] Compiling SwiftParser ParseSourceFile.swift
[371/417] Compiling SwiftParser Lexeme.swift
[372/417] Compiling SwiftParser LexemeSequence.swift
[373/417] Compiling SwiftParser Lexer.swift
[374/417] Compiling SwiftParser RegexLiteralLexer.swift
[375/417] Compiling SwiftParser UnicodeScalarExtensions.swift
[376/417] Compiling SwiftParser Lookahead.swift
[377/422] Emitting module SwiftParser
[378/422] Compiling SwiftParser StringLiterals.swift
[379/422] Compiling SwiftParser SwiftParserCompatibility.swift
[380/422] Compiling SwiftParser SwiftVersion.swift
[381/422] Compiling SwiftParser SyntaxUtils.swift
[382/422] Compiling SwiftParser TokenConsumer.swift
[383/422] Compiling SwiftParser TokenPrecedence.swift
[384/422] Compiling SwiftParser Parser.swift
[385/422] Compiling SwiftParser Patterns.swift
[386/422] Compiling SwiftParser Recovery.swift
[387/422] Compiling SwiftParser Specifiers.swift
[388/422] Compiling SwiftParser Statements.swift
[389/422] Compiling SwiftParser StringLiteralRepresentedLiteralValue.swift
[390/422] Compiling SwiftParser TokenSpec.swift
[391/422] Compiling SwiftParser TokenSpecSet.swift
[392/422] Compiling SwiftParser TopLevel.swift
[393/422] Compiling SwiftParser TriviaParser.swift
[394/422] Compiling SwiftParser Types.swift
[399/422] Compiling SwiftParser CompilerFiles.swift
[400/422] Compiling SwiftParser Declarations.swift
[401/422] Compiling SwiftParser Directives.swift
[402/422] Compiling SwiftParser ExpressionInterpretedAsVersionTuple.swift
[403/422] Compiling SwiftParser Expressions.swift
[404/422] Compiling SwiftParser IncrementalParseTransition.swift
[405/422] Compiling SwiftParser IsValidIdentifier.swift
[406/422] Compiling SwiftParser Cursor.swift
[407/422] Compiling SwiftParser ExperimentalFeatures.swift
[408/422] Compiling SwiftParser IsLexerClassified.swift
[409/422] Compiling SwiftParser LayoutNodes+Parsable.swift
[410/422] Compiling SwiftParser Parser+TokenSpecSet.swift
[411/422] Compiling SwiftParser TokenSpecStaticMembers.swift
[412/423] Wrapping AST for SwiftParser for debugging
[414/446] Compiling SwiftParserDiagnostics SyntaxKindNameForDiagnostics.swift
[415/447] Compiling SwiftParserDiagnostics MissingNodesError.swift
[416/447] Compiling SwiftParserDiagnostics MissingTokenError.swift
[417/448] Compiling SwiftOperators OperatorTable+Semantics.swift
[418/448] Compiling SwiftOperators PrecedenceGraph.swift
[419/448] Compiling SwiftOperators OperatorTable.swift
[420/448] Compiling SwiftOperators PrecedenceGroup.swift
[421/448] Compiling SwiftOperators OperatorTable+Folding.swift
[422/448] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[423/448] Emitting module SwiftParserDiagnostics
[424/448] Compiling SwiftParserDiagnostics DiagnosticExtensions.swift
[425/448] Compiling SwiftParserDiagnostics LexerDiagnosticMessages.swift
[426/448] Emitting module SwiftOperators
[427/448] Compiling SwiftOperators SyntaxSynthesis.swift
[428/449] Wrapping AST for SwiftOperators for debugging
[430/449] Compiling SwiftParserDiagnostics SyntaxExtensions.swift
[431/449] Compiling SwiftParserDiagnostics Utils.swift
[432/449] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[437/449] Compiling SwiftParserDiagnostics ParserDiagnosticMessages.swift
[438/449] Compiling SwiftParserDiagnostics PresenceUtils.swift
[439/449] Compiling SwiftParserDiagnostics MultiLineStringLiteralDiagnosticsGenerator.swift
[440/449] Compiling SwiftParserDiagnostics ParseDiagnosticsGenerator.swift
[441/450] Wrapping AST for SwiftParserDiagnostics for debugging
[443/465] Compiling SwiftSyntaxBuilder WithTrailingCommaSyntax+EnsuringTrailingComma.swift
[444/465] Compiling SwiftSyntaxBuilder BuildableNodes.swift
[445/465] Compiling SwiftSyntaxBuilder SyntaxParsable+ExpressibleByStringInterpolation.swift
[446/465] Compiling SwiftSyntaxBuilder ValidatingSyntaxNodes.swift
[447/466] Compiling SwiftSyntaxBuilder Syntax+StringInterpolation.swift
[448/466] Compiling SwiftSyntaxBuilder SyntaxNodeWithBody.swift
[449/466] Compiling SwiftSyntaxBuilder Indenter.swift
[450/466] Compiling SwiftSyntaxBuilder ListBuilder.swift
[451/466] Emitting module SwiftSyntaxBuilder
[452/466] Compiling SwiftSyntaxBuilder ResultBuilderExtensions.swift
[453/466] Compiling SwiftSyntaxBuilder SwiftSyntaxBuilderCompatibility.swift
[454/466] Compiling SwiftSyntaxBuilder ConvenienceInitializers.swift
[455/466] Compiling SwiftSyntaxBuilder DeclSyntaxParseable.swift
[456/466] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
[457/466] Compiling SwiftSyntaxBuilder RenamedChildrenBuilderCompatibility.swift
[458/466] Compiling SwiftSyntaxBuilder ResultBuilders.swift
[459/467] Wrapping AST for SwiftSyntaxBuilder for debugging
[461/484] Compiling SwiftSyntaxMacros Macro.swift
[462/484] Compiling SwiftSyntaxMacros MemberAttributeMacro.swift
[463/484] Compiling SwiftSyntaxMacros ExpressionMacro.swift
[464/484] Compiling SwiftSyntaxMacros ExtensionMacro.swift
[465/484] Compiling SwiftSyntaxMacros MemberMacro.swift
[466/484] Compiling SwiftSyntaxMacros PeerMacro.swift
[467/486] Compiling SwiftSyntaxMacros AccessorMacro.swift
[468/486] Compiling SwiftSyntaxMacros AttachedMacro.swift
[469/486] Compiling SwiftSyntaxMacros BodyMacro.swift
[470/486] Compiling SwiftSyntaxMacros FreestandingMacro.swift
[471/486] Compiling SwiftSyntaxMacros Macro+Format.swift
[472/486] Compiling SwiftSyntaxMacros CodeItemMacro.swift
[473/486] Compiling SwiftSyntaxMacros DeclarationMacro.swift
[474/486] Emitting module SwiftSyntaxMacros
[475/486] Compiling SwiftSyntaxMacros AbstractSourceLocation.swift
[476/486] Compiling SwiftSyntaxMacros MacroExpansionContext.swift
[477/486] Compiling SwiftSyntaxMacros MacroExpansionDiagnosticMessages.swift
[478/486] Compiling SwiftSyntaxMacros PreambleMacro.swift
[479/486] Compiling SwiftSyntaxMacros Syntax+LexicalContext.swift
[480/487] Wrapping AST for SwiftSyntaxMacros for debugging
[482/496] Compiling SwiftSyntaxMacroExpansion MacroExpansionDiagnosticMessages.swift
[483/497] Compiling SwiftSyntaxMacroExpansion MacroSpec.swift
[484/497] Compiling SwiftSyntaxMacroExpansion IndentationUtils.swift
[485/497] Emitting module SwiftSyntaxMacroExpansion
[486/497] Compiling SwiftSyntaxMacroExpansion MacroExpansion.swift
[487/497] Compiling SwiftSyntaxMacroExpansion MacroArgument.swift
[488/497] Compiling SwiftSyntaxMacroExpansion BasicMacroExpansionContext.swift
[489/497] Compiling SwiftSyntaxMacroExpansion FunctionParameterUtils.swift
[490/497] Compiling SwiftSyntaxMacroExpansion MacroReplacement.swift
[491/497] Compiling SwiftSyntaxMacroExpansion MacroSystem.swift
[492/498] Wrapping AST for SwiftSyntaxMacroExpansion for debugging
[494/510] Compiling SwiftCompilerPluginMessageHandling PluginMacroExpansionContext.swift
[495/510] Compiling SwiftCompilerPluginMessageHandling CodingUtilities.swift
[496/510] Compiling SwiftCompilerPluginMessageHandling JSON.swift
[497/511] Compiling SwiftCompilerPluginMessageHandling CompilerPluginMessageHandler.swift
[498/511] Compiling SwiftCompilerPluginMessageHandling Diagnostics.swift
[499/511] Emitting module SwiftCompilerPluginMessageHandling
[500/511] Compiling SwiftCompilerPluginMessageHandling StandardIOMessageConnection.swift
[501/511] Compiling SwiftCompilerPluginMessageHandling PluginMessageCompatibility.swift
[502/511] Compiling SwiftCompilerPluginMessageHandling LRUCache.swift
[503/511] Compiling SwiftCompilerPluginMessageHandling Macros.swift
[504/511] Compiling SwiftCompilerPluginMessageHandling PluginMessages.swift
[505/511] Compiling SwiftCompilerPluginMessageHandling JSONDecoding.swift
[506/511] Compiling SwiftCompilerPluginMessageHandling JSONEncoding.swift
[507/512] Wrapping AST for SwiftCompilerPluginMessageHandling for debugging
[509/514] Emitting module SwiftCompilerPlugin
[510/514] Compiling SwiftCompilerPlugin CompilerPlugin.swift
[511/515] Wrapping AST for SwiftCompilerPlugin for debugging
[513/522] Compiling NormalizationMacrosPlugin Plugin.swift
[514/522] Compiling NormalizationMacrosPlugin TableMacro.swift
/host/spi-builder-workspace/Sources/NormalizationMacrosPlugin/TableMacro.swift:24:28: warning: 'cast' is deprecated: This cast will always succeed
22 |
23 |     func identifier(from node: VariableDeclSyntax) -> TokenSyntax {
24 |       node.bindings.first!.cast(PatternBindingSyntax.self).pattern.cast(IdentifierPatternSyntax.self).identifier
   |                            `- warning: 'cast' is deprecated: This cast will always succeed
25 |     }
26 |
/host/spi-builder-workspace/Sources/NormalizationMacrosPlugin/TableMacro.swift:27:9: warning: initialization of immutable value 'id' was never used; consider replacing with assignment to '_' or removing it
25 |     }
26 |
27 |     let id = identifier(from: declaration.cast(VariableDeclSyntax.self))
   |         `- warning: initialization of immutable value 'id' was never used; consider replacing with assignment to '_' or removing it
28 |
29 |     return [
[515/522] Emitting module NormalizationMacrosPlugin
/host/spi-builder-workspace/Sources/NormalizationMacrosPlugin/DatabaseStateMacro.swift:40:1: warning: deprecated default implementation is used to satisfy static method 'expansion(of:providingMembersOf:conformingTo:in:)' required by protocol 'MemberMacro': `MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter
38 | }
39 |
40 | extension DatabaseStateMacro: MemberMacro {
   | `- warning: deprecated default implementation is used to satisfy static method 'expansion(of:providingMembersOf:conformingTo:in:)' required by protocol 'MemberMacro': `MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter
41 |
42 |   public static func expansion<Declaration, Context>(
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntaxMacros/MacroProtocols/MemberMacro.swift:89:22: note: 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
53 |   /// - Returns: the set of member declarations introduced by this macro, which
54 |   /// are nested inside the `attachedTo` declaration.
55 |   static func expansion(
   |               `- note: requirement 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
56 |     of node: AttributeSyntax,
57 |     providingMembersOf declaration: some DeclGroupSyntax,
   :
87 |     message: "`MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter"
88 |   )
89 |   public static func expansion(
   |                      `- note: 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
90 |     of node: AttributeSyntax,
91 |     providingMembersOf declaration: some DeclGroupSyntax,
/host/spi-builder-workspace/Sources/NormalizationMacrosPlugin/NormalizedStorageMacro.swift:178:1: warning: deprecated default implementation is used to satisfy static method 'expansion(of:providingMembersOf:conformingTo:in:)' required by protocol 'MemberMacro': `MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter
176 |
177 | /// Add member
178 | extension NormalizedStorageMacro: MemberMacro {
    | `- warning: deprecated default implementation is used to satisfy static method 'expansion(of:providingMembersOf:conformingTo:in:)' required by protocol 'MemberMacro': `MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter
179 |
180 |   public static func expansion(
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntaxMacros/MacroProtocols/MemberMacro.swift:89:22: note: 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
53 |   /// - Returns: the set of member declarations introduced by this macro, which
54 |   /// are nested inside the `attachedTo` declaration.
55 |   static func expansion(
   |               `- note: requirement 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
56 |     of node: AttributeSyntax,
57 |     providingMembersOf declaration: some DeclGroupSyntax,
   :
87 |     message: "`MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter"
88 |   )
89 |   public static func expansion(
   |                      `- note: 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
90 |     of node: AttributeSyntax,
91 |     providingMembersOf declaration: some DeclGroupSyntax,
[516/522] Compiling NormalizationMacrosPlugin DatabaseStateMacro.swift
/host/spi-builder-workspace/Sources/NormalizationMacrosPlugin/DatabaseStateMacro.swift:40:1: warning: deprecated default implementation is used to satisfy static method 'expansion(of:providingMembersOf:conformingTo:in:)' required by protocol 'MemberMacro': `MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter
38 | }
39 |
40 | extension DatabaseStateMacro: MemberMacro {
   | `- warning: deprecated default implementation is used to satisfy static method 'expansion(of:providingMembersOf:conformingTo:in:)' required by protocol 'MemberMacro': `MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter
41 |
42 |   public static func expansion<Declaration, Context>(
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntaxMacros/MacroProtocols/MemberMacro.swift:89:22: note: 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
53 |   /// - Returns: the set of member declarations introduced by this macro, which
54 |   /// are nested inside the `attachedTo` declaration.
55 |   static func expansion(
   |               `- note: requirement 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
56 |     of node: AttributeSyntax,
57 |     providingMembersOf declaration: some DeclGroupSyntax,
   :
87 |     message: "`MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter"
88 |   )
89 |   public static func expansion(
   |                      `- note: 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
90 |     of node: AttributeSyntax,
91 |     providingMembersOf declaration: some DeclGroupSyntax,
[517/522] Compiling NormalizationMacrosPlugin MacroError.swift
[518/522] Compiling NormalizationMacrosPlugin IndexMacro.swift
[519/522] Compiling NormalizationMacrosPlugin NormalizedStorageMacro.swift
/host/spi-builder-workspace/Sources/NormalizationMacrosPlugin/NormalizedStorageMacro.swift:178:1: warning: deprecated default implementation is used to satisfy static method 'expansion(of:providingMembersOf:conformingTo:in:)' required by protocol 'MemberMacro': `MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter
176 |
177 | /// Add member
178 | extension NormalizedStorageMacro: MemberMacro {
    | `- warning: deprecated default implementation is used to satisfy static method 'expansion(of:providingMembersOf:conformingTo:in:)' required by protocol 'MemberMacro': `MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter
179 |
180 |   public static func expansion(
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntaxMacros/MacroProtocols/MemberMacro.swift:89:22: note: 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
53 |   /// - Returns: the set of member declarations introduced by this macro, which
54 |   /// are nested inside the `attachedTo` declaration.
55 |   static func expansion(
   |               `- note: requirement 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
56 |     of node: AttributeSyntax,
57 |     providingMembersOf declaration: some DeclGroupSyntax,
   :
87 |     message: "`MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter"
88 |   )
89 |   public static func expansion(
   |                      `- note: 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
90 |     of node: AttributeSyntax,
91 |     providingMembersOf declaration: some DeclGroupSyntax,
[520/523] Wrapping AST for NormalizationMacrosPlugin for debugging
[521/523] Write Objects.LinkFileList
[522/523] Linking NormalizationMacrosPlugin-tool
[524/547] Compiling Normalization EntityType.swift
[525/547] Compiling Normalization Indexes.swift
[526/548] Compiling Normalization Tables.swift
[527/548] Compiling Normalization VergeNormalization.swift
[528/549] Compiling Normalization TableType.swift
[529/549] Compiling Normalization Tables.Hash.swift
[530/549] Emitting module Normalization
[533/549] Compiling Normalization Normalization.swift
[534/549] Compiling Normalization Selector.swift
[537/549] Compiling Normalization VergeNormalization.swift
[538/549] Compiling Normalization Tables.swift
[541/549] Compiling Normalization TableType.swift
[542/549] Compiling Normalization Tables.Hash.swift
[543/549] Emitting module Normalization
[546/549] Compiling Normalization UpdatedMarker.swift
[547/549] Compiling Normalization VergeNormalization+Macros.swift
[548/550] Compiling Normalization UpdatedMarker.swift
[549/550] Compiling Normalization VergeNormalization+Macros.swift
Build complete! (126.16s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-collections",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.1.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-collections"
    },
    {
      "identity" : "typedcomparator",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/VergeGroup/TypedComparator"
    },
    {
      "identity" : "swift-typed-identifier",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.0.4",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/VergeGroup/swift-typed-identifier"
    },
    {
      "identity" : "swift-syntax",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "600.0.0",
            "upper_bound" : "603.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swiftlang/swift-syntax.git"
    },
    {
      "identity" : "swift-macro-testing",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.2.1",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/pointfreeco/swift-macro-testing.git"
    }
  ],
  "manifest_display_name" : "Normalization",
  "name" : "Normalization",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "11.0"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    }
  ],
  "products" : [
    {
      "name" : "Normalization",
      "targets" : [
        "Normalization"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "NormalizationMacrosPlugin",
      "targets" : [
        "NormalizationMacrosPlugin"
      ],
      "type" : {
        "macro" : null
      }
    }
  ],
  "swift_languages_versions" : [
    "6"
  ],
  "targets" : [
    {
      "c99name" : "NormalizationTests",
      "module_type" : "SwiftTarget",
      "name" : "NormalizationTests",
      "path" : "Tests/NormalizationTests",
      "sources" : [
        "Entities.swift",
        "Source.swift"
      ],
      "target_dependencies" : [
        "Normalization"
      ],
      "type" : "test"
    },
    {
      "c99name" : "NormalizationMacrosTests",
      "module_type" : "SwiftTarget",
      "name" : "NormalizationMacrosTests",
      "path" : "Tests/NormalizationMacrosTests",
      "product_dependencies" : [
        "SwiftSyntaxMacrosTestSupport",
        "MacroTesting"
      ],
      "sources" : [
        "Tests.swift"
      ],
      "target_dependencies" : [
        "NormalizationMacrosPlugin"
      ],
      "type" : "test"
    },
    {
      "c99name" : "NormalizationMacrosPlugin",
      "module_type" : "SwiftTarget",
      "name" : "NormalizationMacrosPlugin",
      "path" : "Sources/NormalizationMacrosPlugin",
      "product_dependencies" : [
        "SwiftSyntaxMacros",
        "SwiftCompilerPlugin"
      ],
      "product_memberships" : [
        "Normalization",
        "NormalizationMacrosPlugin"
      ],
      "sources" : [
        "DatabaseStateMacro.swift",
        "IndexMacro.swift",
        "MacroError.swift",
        "NormalizedStorageMacro.swift",
        "Plugin.swift",
        "TableMacro.swift"
      ],
      "type" : "macro"
    },
    {
      "c99name" : "Normalization",
      "module_type" : "SwiftTarget",
      "name" : "Normalization",
      "path" : "Sources/Normalization",
      "product_dependencies" : [
        "TypedIdentifier",
        "TypedComparator",
        "HashTreeCollections"
      ],
      "product_memberships" : [
        "Normalization"
      ],
      "sources" : [
        "EntityType.swift",
        "Indexes/Indexes.swift",
        "Normalization.swift",
        "NormalizedStorageComparators.swift",
        "NormalizedStorageType.swift",
        "Selector.swift",
        "Tables/TableType.swift",
        "Tables/Tables.Hash.swift",
        "Tables/Tables.swift",
        "UpdatedMarker.swift",
        "VergeNormalization+Macros.swift",
        "VergeNormalization.swift"
      ],
      "target_dependencies" : [
        "NormalizationMacrosPlugin"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:062e4aaff76454b333ce7957a8e87c3beb342f1dedb64399abb81cdea021b526
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Done.