The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Normalization, reference 2.0.1 (360cc9), with Swift 6.1 for Android on 24 Sep 2025 08:32:53 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:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.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:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/VergeGroup/Normalization.git
https://github.com/VergeGroup/Normalization.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-collections",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.1.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-collections"
    },
    {
      "identity" : "typedcomparator",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/VergeGroup/TypedComparator"
    },
    {
      "identity" : "swift-typed-identifier",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.0.4",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/VergeGroup/swift-typed-identifier"
    },
    {
      "identity" : "swift-syntax",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "600.0.0",
            "upper_bound" : "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:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:496d77b037d0552dd779110e0d7093275ebb8376a63c7a364a5a4acca11a4ff5
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/pointfreeco/swift-macro-testing.git
Fetching https://github.com/swiftlang/swift-syntax.git
Fetching https://github.com/apple/swift-collections
Fetching https://github.com/VergeGroup/TypedComparator
Fetching https://github.com/VergeGroup/swift-typed-identifier
[1/14] Fetching typedcomparator
[15/77] Fetching typedcomparator, swift-typed-identifier
[78/991] Fetching typedcomparator, swift-typed-identifier, swift-macro-testing
Fetched https://github.com/VergeGroup/swift-typed-identifier from cache (0.27s)
Fetched https://github.com/VergeGroup/TypedComparator from cache (0.28s)
[1/17528] Fetching swift-collections
[2105/89524] Fetching swift-collections, swift-syntax
Fetched https://github.com/pointfreeco/swift-macro-testing.git from cache (1.51s)
Fetched https://github.com/apple/swift-collections from cache (1.57s)
[41038/71996] Fetching swift-syntax
Fetched https://github.com/swiftlang/swift-syntax.git from cache (7.79s)
Computing version for https://github.com/VergeGroup/swift-typed-identifier
Computed https://github.com/VergeGroup/swift-typed-identifier at 2.0.4 (8.94s)
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 (2.10s)
Computing version for https://github.com/apple/swift-collections
Computed https://github.com/apple/swift-collections at 1.2.1 (0.67s)
Computing version for https://github.com/pointfreeco/swift-macro-testing.git
Computed https://github.com/pointfreeco/swift-macro-testing.git at 0.6.4 (0.51s)
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.67s)
Computing version for https://github.com/pointfreeco/swift-snapshot-testing
Computed https://github.com/pointfreeco/swift-snapshot-testing at 1.18.7 (3.84s)
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.39s)
Computing version for https://github.com/pointfreeco/swift-custom-dump
Computed https://github.com/pointfreeco/swift-custom-dump at 1.3.3 (0.93s)
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.76s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.6.1 (1.44s)
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/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/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-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/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/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.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.6.1
Building for debugging...
[0/48] Write sources
[27/48] Compiling _SwiftSyntaxCShims PlatformMutex.c
[28/48] Write swift-version-24593BA9C3E375BF.txt
[30/89] Emitting module InternalCollectionsUtilities
[31/90] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[32/91] Emitting module SwiftSyntax510
[33/91] Compiling SwiftSyntax510 Empty.swift
[34/91] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[35/91] Compiling InternalCollectionsUtilities _SortedCollection.swift
[36/92] Emitting module InternalCollectionsUtilities
[37/92] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[38/92] Compiling InternalCollectionsUtilities Integer rank.swift
[39/92] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[40/92] Compiling InternalCollectionsUtilities UInt+reversed.swift
[41/92] Emitting module SwiftSyntax509
[42/92] Compiling SwiftSyntax601 Empty.swift
[43/92] Emitting module SwiftSyntax601
[44/92] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[45/92] Compiling InternalCollectionsUtilities Debugging.swift
[46/92] Compiling SwiftSyntax509 Empty.swift
[47/92] Compiling InternalCollectionsUtilities Descriptions.swift
[48/92] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[49/92] Compiling SwiftSyntax600 Empty.swift
[50/92] Emitting module SwiftSyntax600
[51/95] Emitting module SwiftSyntax602
[52/95] Compiling SwiftSyntax602 Empty.swift
[53/96] Compiling TypedComparator TypedComparator.swift
[54/96] Compiling TypedComparator PackedCompare.swift
[55/96] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[56/96] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[57/96] Emitting module TypedComparator
[63/97] Wrapping AST for SwiftSyntax601 for debugging
[65/97] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[65/102] Wrapping AST for SwiftSyntax600 for debugging
[73/105] Wrapping AST for SwiftSyntax602 for debugging
[75/105] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[75/168] Wrapping AST for SwiftSyntax510 for debugging
[77/168] Emitting module TypedIdentifier
[77/168] Wrapping AST for SwiftSyntax509 for debugging
[79/168] Emitting module TypedComparator
[80/168] Compiling TypedComparator PackedCompare.swift
[81/168] Compiling TypedIdentifier TypedIdentifier.swift
[82/168] Emitting module TypedIdentifier
[83/169] Compiling TypedIdentifier TypedIdentifier.swift
[84/169] Compiling SwiftSyntax Convenience.swift
[85/169] Compiling SwiftSyntax CustomTraits.swift
[86/170] Compiling SwiftSyntax MemoryLayout.swift
[87/170] Compiling SwiftSyntax MissingNodeInitializers.swift
[88/170] Compiling SwiftSyntax EditorPlaceholder.swift
[89/170] Compiling SwiftSyntax Identifier.swift
[90/170] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[91/171] Compiling TypedComparator TypedComparator.swift
[96/324] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[97/324] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[98/324] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[99/324] Compiling HashTreeCollections TreeDictionary+Filter.swift
[100/324] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[101/324] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[102/324] Compiling HashTreeCollections TreeDictionary+Keys.swift
[103/324] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[104/324] Compiling HashTreeCollections TreeDictionary+Merge.swift
[105/324] Compiling HashTreeCollections TreeDictionary+Sendable.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 HashTreeCollections _AncestorHashSlots.swift
[117/344] Compiling HashTreeCollections _Bitmap.swift
[118/344] Compiling HashTreeCollections _Bucket.swift
[119/344] Compiling HashTreeCollections _Hash.swift
[120/344] Compiling HashTreeCollections _HashLevel.swift
[121/344] Compiling HashTreeCollections _HashNode+Builder.swift
[122/344] Compiling HashTreeCollections _HashNode+Debugging.swift
[123/344] Compiling HashTreeCollections _HashNode+Initializers.swift
[124/344] Compiling HashTreeCollections _HashNode+Invariants.swift
[125/344] Compiling HashTreeCollections _HashNode+Lookups.swift
[126/344] Compiling HashTreeCollections _HashNode+Primitive Insertions.swift
[127/344] Compiling HashTreeCollections TreeDictionary.swift
[128/344] Compiling HashTreeCollections TreeSet+Codable.swift
[129/344] Compiling HashTreeCollections TreeSet+Collection.swift
[130/344] Compiling HashTreeCollections TreeSet+CustomReflectable.swift
[131/344] Compiling HashTreeCollections TreeSet+Debugging.swift
[132/344] Compiling HashTreeCollections TreeSet+Descriptions.swift
[133/344] Compiling HashTreeCollections TreeSet+Equatable.swift
[134/344] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[135/344] Compiling HashTreeCollections TreeSet+Extras.swift
[136/344] Compiling HashTreeCollections TreeSet+Filter.swift
[137/344] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[138/344] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[139/344] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[140/344] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[141/344] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[142/344] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[143/344] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[144/344] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[145/344] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[146/344] Compiling HashTreeCollections TreeSet.swift
[156/344] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[157/344] Compiling HashTreeCollections TreeDictionary+Values.swift
[168/344] Compiling HashTreeCollections _HashTreeIterator.swift
[169/344] Compiling HashTreeCollections _HashTreeStatistics.swift
[170/344] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[171/344] Compiling HashTreeCollections _RawHashNode.swift
[172/344] Compiling HashTreeCollections _UnmanagedHashNode.swift
[173/344] Compiling HashTreeCollections _UnsafePath.swift
[174/344] Compiling HashTreeCollections TreeDictionary+Codable.swift
[175/344] Compiling HashTreeCollections TreeDictionary+Collection.swift
[176/344] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[177/344] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[178/344] Compiling HashTreeCollections _HashNode+Primitive Removals.swift
[179/344] Compiling HashTreeCollections _HashNode+Primitive Replacement.swift
[180/344] Compiling HashTreeCollections _HashNode+Storage.swift
[181/344] Compiling HashTreeCollections _HashNode+Structural compactMapValues.swift
[182/344] Compiling HashTreeCollections _HashNode+Structural filter.swift
[183/344] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[184/344] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[185/344] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[186/344] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[187/344] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[188/344] Compiling HashTreeCollections _HashNode+Structural merge.swift
[211/344] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[212/344] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[213/344] Compiling HashTreeCollections _HashNode+Structural union.swift
[214/344] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[215/344] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[216/344] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[217/344] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[218/344] Compiling HashTreeCollections _HashNode.swift
[219/344] Compiling HashTreeCollections _HashNodeHeader.swift
[220/344] Compiling HashTreeCollections _HashSlot.swift
[221/344] Compiling HashTreeCollections _HashStack.swift
[284/352] 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 GroupedDiagnostics.swift
[344/415] Compiling SwiftDiagnostics Message.swift
[345/415] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[346/415] Compiling SwiftDiagnostics FixIt.swift
[347/415] Compiling SwiftBasicFormat Syntax+Extensions.swift
[348/415] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[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 DiagnosticDecorator.swift
[355/415] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[356/415] Compiling SwiftParser CharacterInfo.swift
[357/415] Compiling SwiftParser CollectionNodes+Parsable.swift
[358/415] Emitting module SwiftDiagnostics
[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 Lexeme.swift
[366/417] Compiling SwiftParser LexemeSequence.swift
[367/417] Compiling SwiftParser Lexer.swift
[368/417] Compiling SwiftParser RegexLiteralLexer.swift
[369/417] Compiling SwiftParser UnicodeScalarExtensions.swift
[370/417] Compiling SwiftParser Lookahead.swift
[371/422] Compiling SwiftParser StringLiterals.swift
[372/422] Compiling SwiftParser SwiftParserCompatibility.swift
[373/422] Compiling SwiftParser SwiftVersion.swift
[374/422] Compiling SwiftParser SyntaxUtils.swift
[375/422] Compiling SwiftParser TokenConsumer.swift
[376/422] Compiling SwiftParser TokenPrecedence.swift
[377/422] Compiling SwiftParser TokenSpec.swift
[378/422] Compiling SwiftParser TokenSpecSet.swift
[379/422] Compiling SwiftParser TopLevel.swift
[380/422] Compiling SwiftParser TriviaParser.swift
[381/422] Compiling SwiftParser Types.swift
[382/422] Emitting module SwiftParser
[383/422] Compiling SwiftParser LoopProgressCondition.swift
[384/422] Compiling SwiftParser Modifiers.swift
[385/422] Compiling SwiftParser Names.swift
[386/422] Compiling SwiftParser Nominals.swift
[387/422] Compiling SwiftParser Parameters.swift
[388/422] Compiling SwiftParser ParseSourceFile.swift
[389/422] Compiling SwiftParser Parser.swift
[390/422] Compiling SwiftParser Patterns.swift
[391/422] Compiling SwiftParser Recovery.swift
[392/422] Compiling SwiftParser Specifiers.swift
[393/422] Compiling SwiftParser Statements.swift
[394/422] Compiling SwiftParser StringLiteralRepresentedLiteralValue.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 SwiftOperators PrecedenceGraph.swift
[415/446] Compiling SwiftOperators PrecedenceGroup.swift
[416/447] Compiling SwiftOperators OperatorError.swift
[417/447] Compiling SwiftOperators OperatorTable+Defaults.swift
[418/447] Compiling SwiftOperators OperatorTable.swift
[419/447] Compiling SwiftParserDiagnostics SyntaxExtensions.swift
[420/447] Compiling SwiftParserDiagnostics Utils.swift
[421/448] Emitting module SwiftOperators
[422/448] Compiling SwiftOperators OperatorTable+Semantics.swift
[423/448] Compiling SwiftOperators SyntaxSynthesis.swift
[424/448] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[425/448] Compiling SwiftOperators Operator.swift
[426/448] Compiling SwiftOperators OperatorError+Diagnostics.swift
[427/448] Compiling SwiftOperators OperatorTable+Folding.swift
[429/449] Emitting module SwiftParserDiagnostics
[431/449] Wrapping AST for SwiftOperators for debugging
[433/449] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[434/449] Compiling SwiftParserDiagnostics SyntaxKindNameForDiagnostics.swift
[435/449] Compiling SwiftParserDiagnostics ParserDiagnosticMessages.swift
[436/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 SyntaxParsable+ExpressibleByStringInterpolation.swift
[444/465] Compiling SwiftSyntaxBuilder ValidatingSyntaxNodes.swift
[445/466] Compiling SwiftSyntaxBuilder Indenter.swift
[446/466] Compiling SwiftSyntaxBuilder ListBuilder.swift
[447/466] Emitting module SwiftSyntaxBuilder
[448/466] Compiling SwiftSyntaxBuilder ConvenienceInitializers.swift
[449/466] Compiling SwiftSyntaxBuilder DeclSyntaxParseable.swift
[450/466] Compiling SwiftSyntaxBuilder ResultBuilderExtensions.swift
[451/466] Compiling SwiftSyntaxBuilder SwiftSyntaxBuilderCompatibility.swift
[452/466] Compiling SwiftSyntaxBuilder Syntax+StringInterpolation.swift
[453/466] Compiling SwiftSyntaxBuilder SyntaxNodeWithBody.swift
[454/466] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
[455/466] Compiling SwiftSyntaxBuilder WithTrailingCommaSyntax+EnsuringTrailingComma.swift
[456/466] Compiling SwiftSyntaxBuilder BuildableNodes.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/486] Compiling SwiftSyntaxMacros CodeItemMacro.swift
[464/486] Compiling SwiftSyntaxMacros DeclarationMacro.swift
[465/486] Compiling SwiftSyntaxMacros AccessorMacro.swift
[466/486] Compiling SwiftSyntaxMacros AttachedMacro.swift
[467/486] Compiling SwiftSyntaxMacros BodyMacro.swift
[468/486] Compiling SwiftSyntaxMacros FreestandingMacro.swift
[469/486] Compiling SwiftSyntaxMacros Macro+Format.swift
[470/486] Compiling SwiftSyntaxMacros ExpressionMacro.swift
[471/486] Compiling SwiftSyntaxMacros ExtensionMacro.swift
[472/486] Compiling SwiftSyntaxMacros MemberMacro.swift
[473/486] Compiling SwiftSyntaxMacros PeerMacro.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 MacroSpec.swift
[483/497] Compiling SwiftSyntaxMacroExpansion IndentationUtils.swift
[484/497] Compiling SwiftSyntaxMacroExpansion MacroReplacement.swift
[485/497] Compiling SwiftSyntaxMacroExpansion MacroArgument.swift
[486/497] Compiling SwiftSyntaxMacroExpansion BasicMacroExpansionContext.swift
[487/497] Compiling SwiftSyntaxMacroExpansion FunctionParameterUtils.swift
[488/497] Compiling SwiftSyntaxMacroExpansion MacroExpansionDiagnosticMessages.swift
[489/497] Emitting module SwiftSyntaxMacroExpansion
[490/497] Compiling SwiftSyntaxMacroExpansion MacroExpansion.swift
[491/497] Compiling SwiftSyntaxMacroExpansion MacroSystem.swift
[492/498] Wrapping AST for SwiftSyntaxMacroExpansion for debugging
[494/510] Emitting module SwiftCompilerPluginMessageHandling
[495/511] Compiling SwiftCompilerPluginMessageHandling StandardIOMessageConnection.swift
[496/511] Compiling SwiftCompilerPluginMessageHandling PluginMessageCompatibility.swift
[497/511] Compiling SwiftCompilerPluginMessageHandling PluginMacroExpansionContext.swift
[498/511] Compiling SwiftCompilerPluginMessageHandling PluginMessages.swift
[499/511] Compiling SwiftCompilerPluginMessageHandling LRUCache.swift
[500/511] Compiling SwiftCompilerPluginMessageHandling Macros.swift
[501/511] Compiling SwiftCompilerPluginMessageHandling CodingUtilities.swift
[502/511] Compiling SwiftCompilerPluginMessageHandling JSON.swift
[503/511] Compiling SwiftCompilerPluginMessageHandling CompilerPluginMessageHandler.swift
[504/511] Compiling SwiftCompilerPluginMessageHandling Diagnostics.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/522] Wrapping AST for SwiftCompilerPlugin for debugging
[513/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,
[514/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,
[515/522] Compiling NormalizationMacrosPlugin IndexMacro.swift
[516/522] Compiling NormalizationMacrosPlugin Plugin.swift
[517/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 [
[518/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,
[519/522] Compiling NormalizationMacrosPlugin MacroError.swift
[520/523] Wrapping AST for NormalizationMacrosPlugin for debugging
[521/523] Write Objects.LinkFileList
[522/523] Linking NormalizationMacrosPlugin-tool
[524/547] Compiling Normalization Tables.swift
[525/548] Compiling Normalization EntityType.swift
[526/548] Compiling Normalization Indexes.swift
[527/548] Emitting module Normalization
[528/549] Compiling Normalization VergeNormalization.swift
[529/549] Compiling Normalization UpdatedMarker.swift
[530/549] Compiling Normalization Tables.swift
[531/549] Compiling Normalization TableType.swift
[532/549] Compiling Normalization Tables.Hash.swift
[533/549] Compiling Normalization NormalizedStorageType.swift
[534/549] Compiling Normalization Selector.swift
[535/549] Compiling Normalization TableType.swift
[536/549] Compiling Normalization Tables.Hash.swift
[537/549] Compiling Normalization VergeNormalization+Macros.swift
[538/549] Compiling Normalization VergeNormalization.swift
[539/550] Compiling Normalization UpdatedMarker.swift
[546/550] Compiling Normalization VergeNormalization+Macros.swift
[547/550] Emitting module Normalization
Build complete! (191.09s)
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"
}
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:496d77b037d0552dd779110e0d7093275ebb8376a63c7a364a5a4acca11a4ff5
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Done.