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 1.2.1 (a13a65), with Swift 6.1 for Android on 31 May 2025 06:36:16 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/VergeGroup/Normalization.git
Reference: 1.2.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               1.2.1      -> FETCH_HEAD
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 1.2.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" : "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-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/VergeGroup/TypedComparator
Fetching https://github.com/apple/swift-syntax.git
Fetching https://github.com/apple/swift-collections
Fetching https://github.com/pointfreeco/swift-macro-testing.git
Fetching https://github.com/VergeGroup/swift-typed-identifier
[1/62] Fetching swift-typed-identifier
[63/16653] Fetching swift-typed-identifier, swift-collections
[64/16667] Fetching swift-typed-identifier, swift-collections, typedcomparator
[66/17575] Fetching swift-typed-identifier, swift-collections, typedcomparator, swift-macro-testing
Fetched https://github.com/VergeGroup/swift-typed-identifier from cache (0.93s)
Fetched https://github.com/VergeGroup/TypedComparator from cache (0.93s)
[5222/17499] Fetching swift-collections, swift-macro-testing
[8375/88040] Fetching swift-collections, swift-macro-testing, swift-syntax
Fetched https://github.com/pointfreeco/swift-macro-testing.git from cache (5.50s)
Fetched https://github.com/apple/swift-collections from cache (5.52s)
Fetched https://github.com/apple/swift-syntax.git from cache (5.55s)
Computing version for https://github.com/VergeGroup/swift-typed-identifier
Computed https://github.com/VergeGroup/swift-typed-identifier at 2.0.4 (6.06s)
Computing version for https://github.com/VergeGroup/TypedComparator
Computed https://github.com/VergeGroup/TypedComparator at 1.0.0 (0.44s)
Computing version for https://github.com/apple/swift-syntax.git
Computed https://github.com/apple/swift-syntax.git at 600.0.1 (2.84s)
Computing version for https://github.com/apple/swift-collections
Computed https://github.com/apple/swift-collections at 1.2.0 (0.73s)
Computing version for https://github.com/pointfreeco/swift-macro-testing.git
Computed https://github.com/pointfreeco/swift-macro-testing.git at 0.6.3 (0.90s)
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.83s)
Computing version for https://github.com/pointfreeco/swift-snapshot-testing
Computed https://github.com/pointfreeco/swift-snapshot-testing at 1.18.4 (2.39s)
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.95s)
Computing version for https://github.com/pointfreeco/swift-custom-dump
Computed https://github.com/pointfreeco/swift-custom-dump at 1.3.3 (1.40s)
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay
[1/5458] Fetching xctest-dynamic-overlay
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (1.55s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.5.2 (2.10s)
Creating working copy for https://github.com/pointfreeco/xctest-dynamic-overlay
Working copy of https://github.com/pointfreeco/xctest-dynamic-overlay resolved at 1.5.2
Creating working copy for https://github.com/pointfreeco/swift-snapshot-testing
Working copy of https://github.com/pointfreeco/swift-snapshot-testing resolved at 1.18.4
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-custom-dump
Working copy of https://github.com/pointfreeco/swift-custom-dump resolved at 1.3.3
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-collections
Working copy of https://github.com/apple/swift-collections resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-syntax.git
Working copy of https://github.com/apple/swift-syntax.git resolved at 600.0.1
Creating working copy for https://github.com/VergeGroup/swift-typed-identifier
Working copy of https://github.com/VergeGroup/swift-typed-identifier resolved at 2.0.4
warning: 'swift-macro-testing': 'swift-macro-testing' dependency on 'https://github.com/swiftlang/swift-syntax' conflicts with dependency on 'https://github.com/apple/swift-syntax.git' which has the same identity 'swift-syntax'. this will be escalated to an error in future versions of SwiftPM.
warning: 'swift-snapshot-testing': 'swift-snapshot-testing' dependency on 'https://github.com/swiftlang/swift-syntax' conflicts with dependency on 'https://github.com/apple/swift-syntax.git' which has the same identity 'swift-syntax'. this will be escalated to an error in future versions of SwiftPM.
Building for debugging...
[0/44] Write sources
[25/44] Compiling _SwiftSyntaxCShims dummy.c
[26/44] Write swift-version-24593BA9C3E375BF.txt
[28/86] Emitting module TypedComparator
[29/86] Emitting module InternalCollectionsUtilities
[30/87] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[31/87] Emitting module SwiftSyntax509
[32/87] Compiling TypedComparator TypedComparator.swift
[33/87] Compiling SwiftSyntax509 Empty.swift
[34/87] Compiling TypedComparator PackedCompare.swift
[35/88] Emitting module SwiftSyntax600
[36/88] Compiling SwiftSyntax600 Empty.swift
[37/90] Compiling SwiftSyntax510 Empty.swift
[38/90] Emitting module SwiftSyntax510
[39/90] Compiling InternalCollectionsUtilities Descriptions.swift
[40/90] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[41/90] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[44/91] Emitting module TypedIdentifier
[45/91] Compiling TypedIdentifier TypedIdentifier.swift
[46/92] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[47/92] Compiling InternalCollectionsUtilities Integer rank.swift
[48/92] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[49/92] Compiling InternalCollectionsUtilities UInt+reversed.swift
[52/92] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[53/92] Compiling InternalCollectionsUtilities Debugging.swift
[54/92] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[55/92] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[56/92] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[57/92] Compiling InternalCollectionsUtilities _SortedCollection.swift
[59/93] Emitting module TypedComparator
[60/93] Compiling TypedComparator TypedComparator.swift
[61/93] Compiling TypedComparator PackedCompare.swift
[62/94] Emitting module InternalCollectionsUtilities
[64/95] Wrapping AST for SwiftSyntax509 for debugging
[66/95] Wrapping AST for SwiftSyntax600 for debugging
[67/95] Wrapping AST for SwiftSyntax510 for debugging
[80/97] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[81/98] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[82/162] Compiling TypedIdentifier TypedIdentifier.swift
[83/162] Emitting module TypedIdentifier
[86/315] Compiling HashTreeCollections TreeSet+Hashable.swift
[87/315] Compiling HashTreeCollections TreeSet+Sendable.swift
[88/315] Compiling HashTreeCollections TreeSet+Sequence.swift
[89/315] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[90/315] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[91/315] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[92/315] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[93/315] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[94/315] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[95/315] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[106/335] Compiling HashTreeCollections _AncestorHashSlots.swift
[107/335] Compiling HashTreeCollections _Bitmap.swift
[108/335] Compiling HashTreeCollections _Bucket.swift
[109/335] Compiling HashTreeCollections _Hash.swift
[110/335] Compiling HashTreeCollections _HashLevel.swift
[111/335] Compiling HashTreeCollections _HashNode+Builder.swift
[112/335] Compiling HashTreeCollections _HashNode+Debugging.swift
[113/335] Compiling HashTreeCollections _HashNode+Initializers.swift
[114/335] Compiling HashTreeCollections _HashNode+Invariants.swift
[115/335] Compiling HashTreeCollections _HashNode+Lookups.swift
[116/335] Compiling HashTreeCollections _HashNode+Primitive Insertions.swift
[117/335] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[118/335] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[119/335] Compiling HashTreeCollections _HashNode+Structural union.swift
[120/335] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[121/335] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[122/335] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[123/335] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[124/335] Compiling HashTreeCollections _HashNode.swift
[125/335] Compiling HashTreeCollections _HashNodeHeader.swift
[126/335] Compiling HashTreeCollections _HashSlot.swift
[127/335] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[128/335] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[129/335] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[130/335] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[131/335] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[132/335] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[133/335] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[134/335] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[135/335] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[136/335] Compiling HashTreeCollections TreeSet.swift
[137/335] Compiling HashTreeCollections TreeDictionary.swift
[138/335] Compiling HashTreeCollections TreeSet+Codable.swift
[139/335] Compiling HashTreeCollections TreeSet+Collection.swift
[140/335] Compiling HashTreeCollections TreeSet+CustomReflectable.swift
[141/335] Compiling HashTreeCollections TreeSet+Debugging.swift
[142/335] Compiling HashTreeCollections TreeSet+Descriptions.swift
[143/335] Compiling HashTreeCollections TreeSet+Equatable.swift
[144/335] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[145/335] Compiling HashTreeCollections TreeSet+Extras.swift
[146/335] Compiling HashTreeCollections TreeSet+Filter.swift
[157/335] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[158/335] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[159/335] Compiling HashTreeCollections TreeDictionary+Filter.swift
[160/335] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[161/335] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[162/335] Compiling HashTreeCollections TreeDictionary+Keys.swift
[163/335] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[164/335] Compiling HashTreeCollections TreeDictionary+Merge.swift
[165/335] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[166/335] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[167/335] Compiling HashTreeCollections TreeDictionary+Values.swift
[168/335] Compiling HashTreeCollections _HashStack.swift
[169/335] Compiling HashTreeCollections _HashTreeIterator.swift
[170/335] Compiling HashTreeCollections _HashTreeStatistics.swift
[171/335] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[172/335] Compiling HashTreeCollections _RawHashNode.swift
[173/335] Compiling HashTreeCollections _UnmanagedHashNode.swift
[174/335] Compiling HashTreeCollections _UnsafePath.swift
[175/335] Compiling HashTreeCollections TreeDictionary+Codable.swift
[176/335] Compiling HashTreeCollections TreeDictionary+Collection.swift
[177/335] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[178/335] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[189/335] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[190/335] Compiling HashTreeCollections _HashNode+Primitive Removals.swift
[191/335] Compiling HashTreeCollections _HashNode+Primitive Replacement.swift
[192/335] Compiling HashTreeCollections _HashNode+Storage.swift
[193/335] Compiling HashTreeCollections _HashNode+Structural compactMapValues.swift
[194/335] Compiling HashTreeCollections _HashNode+Structural filter.swift
[195/335] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[196/335] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[197/335] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[198/335] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[199/335] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[200/335] Compiling HashTreeCollections _HashNode+Structural merge.swift
[201/335] Emitting module HashTreeCollections
[260/337] 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/387] Wrapping AST for SwiftSyntax for debugging
[334/403] Compiling SwiftDiagnostics Message.swift
[335/404] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[336/404] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[337/404] Emitting module SwiftDiagnostics
[338/404] Compiling SwiftBasicFormat Syntax+Extensions.swift
[339/404] Compiling SwiftDiagnostics Convenience.swift
[340/404] Compiling SwiftDiagnostics Diagnostic.swift
[341/404] Compiling SwiftDiagnostics Note.swift
[342/404] Compiling SwiftBasicFormat BasicFormat.swift
[343/404] Emitting module SwiftBasicFormat
[344/404] Compiling SwiftBasicFormat InferIndentation.swift
[345/404] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[346/405] Compiling SwiftDiagnostics FixIt.swift
[348/405] Compiling SwiftDiagnostics ANSIDiagnosticDecorator.swift
[349/405] Compiling SwiftDiagnostics BasicDiagnosticDecorator.swift
[350/405] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[351/405] Compiling SwiftDiagnostics DiagnosticDecorator.swift
[351/406] Wrapping AST for SwiftBasicFormat for debugging
[353/406] Wrapping AST for SwiftDiagnostics for debugging
[355/406] Compiling SwiftParser LexemeSequence.swift
[356/406] Compiling SwiftParser Lexer.swift
[357/406] Compiling SwiftParser RegexLiteralLexer.swift
[358/406] Compiling SwiftParser UnicodeScalarExtensions.swift
[359/406] Compiling SwiftParser Lookahead.swift
[360/406] Compiling SwiftParser LoopProgressCondition.swift
[361/411] Emitting module SwiftParser
[366/411] Compiling SwiftParser Declarations.swift
[367/411] Compiling SwiftParser Directives.swift
[368/411] Compiling SwiftParser Modifiers.swift
[369/411] Compiling SwiftParser Names.swift
[370/411] Compiling SwiftParser Nominals.swift
[371/411] Compiling SwiftParser Parameters.swift
[372/411] Compiling SwiftParser ParseSourceFile.swift
[373/411] Compiling SwiftParser Parser.swift
[374/411] Compiling SwiftParser SwiftParserCompatibility.swift
[375/411] Compiling SwiftParser SwiftVersion.swift
[376/411] Compiling SwiftParser SyntaxUtils.swift
[377/411] Compiling SwiftParser TokenConsumer.swift
[378/411] Compiling SwiftParser TokenPrecedence.swift
[379/411] Compiling SwiftParser Patterns.swift
[380/411] Compiling SwiftParser Recovery.swift
[381/411] Compiling SwiftParser Specifiers.swift
[382/411] Compiling SwiftParser Statements.swift
[383/411] Compiling SwiftParser StringLiteralRepresentedLiteralValue.swift
[384/411] Compiling SwiftParser StringLiterals.swift
[385/411] Compiling SwiftParser TokenSpec.swift
[386/411] Compiling SwiftParser TokenSpecSet.swift
[387/411] Compiling SwiftParser TopLevel.swift
[388/411] Compiling SwiftParser TriviaParser.swift
[389/411] Compiling SwiftParser Types.swift
[390/411] Compiling SwiftParser ExpressionInterpretedAsVersionTuple.swift
[391/411] Compiling SwiftParser Expressions.swift
[392/411] Compiling SwiftParser IncrementalParseTransition.swift
[393/411] Compiling SwiftParser IsValidIdentifier.swift
[394/411] Compiling SwiftParser Cursor.swift
[395/411] Compiling SwiftParser Lexeme.swift
[396/411] Compiling SwiftParser ExperimentalFeatures.swift
[397/411] Compiling SwiftParser IsLexerClassified.swift
[398/411] Compiling SwiftParser LayoutNodes+Parsable.swift
[399/411] Compiling SwiftParser Parser+TokenSpecSet.swift
[400/411] Compiling SwiftParser TokenSpecStaticMembers.swift
[401/412] Wrapping AST for SwiftParser for debugging
[403/435] Compiling SwiftParserDiagnostics SyntaxKindNameForDiagnostics.swift
[404/436] Compiling SwiftOperators PrecedenceGroup.swift
[405/437] Compiling SwiftOperators PrecedenceGraph.swift
[406/437] Compiling SwiftOperators OperatorTable.swift
[407/437] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[408/437] Compiling SwiftOperators OperatorTable+Semantics.swift
[409/437] Compiling SwiftOperators SyntaxSynthesis.swift
[410/437] Compiling SwiftOperators OperatorError.swift
[411/437] Compiling SwiftOperators OperatorTable+Defaults.swift
[412/437] Emitting module SwiftOperators
[413/437] Compiling SwiftOperators OperatorTable+Folding.swift
[414/437] Compiling SwiftOperators Operator.swift
[415/437] Compiling SwiftOperators OperatorError+Diagnostics.swift
[417/438] Compiling SwiftParserDiagnostics SyntaxExtensions.swift
[418/438] Compiling SwiftParserDiagnostics Utils.swift
[419/438] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[419/438] Wrapping AST for SwiftOperators for debugging
[421/438] Compiling SwiftParserDiagnostics ParserDiagnosticMessages.swift
[422/438] Compiling SwiftParserDiagnostics PresenceUtils.swift
[427/438] Emitting module SwiftParserDiagnostics
[428/438] Compiling SwiftParserDiagnostics MultiLineStringLiteralDiagnosticsGenerator.swift
[429/438] Compiling SwiftParserDiagnostics ParseDiagnosticsGenerator.swift
[430/439] Wrapping AST for SwiftParserDiagnostics for debugging
[432/454] Compiling SwiftSyntaxBuilder Indenter.swift
[433/454] Compiling SwiftSyntaxBuilder ListBuilder.swift
[434/455] Compiling SwiftSyntaxBuilder ConvenienceInitializers.swift
[435/455] Compiling SwiftSyntaxBuilder DeclSyntaxParseable.swift
[436/455] Emitting module SwiftSyntaxBuilder
[437/455] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
[438/455] Compiling SwiftSyntaxBuilder ResultBuilderExtensions.swift
[439/455] Compiling SwiftSyntaxBuilder SwiftSyntaxBuilderCompatibility.swift
[440/455] Compiling SwiftSyntaxBuilder Syntax+StringInterpolation.swift
[441/455] Compiling SwiftSyntaxBuilder SyntaxNodeWithBody.swift
[442/455] Compiling SwiftSyntaxBuilder WithTrailingCommaSyntax+EnsuringTrailingComma.swift
[443/455] Compiling SwiftSyntaxBuilder BuildableNodes.swift
[444/455] Compiling SwiftSyntaxBuilder RenamedChildrenBuilderCompatibility.swift
[445/455] Compiling SwiftSyntaxBuilder ResultBuilders.swift
[446/455] Compiling SwiftSyntaxBuilder SyntaxParsable+ExpressibleByStringInterpolation.swift
[447/455] Compiling SwiftSyntaxBuilder ValidatingSyntaxNodes.swift
[448/456] Wrapping AST for SwiftSyntaxBuilder for debugging
[450/473] Compiling SwiftSyntaxMacros Macro.swift
[451/473] Compiling SwiftSyntaxMacros MemberAttributeMacro.swift
[452/473] Compiling SwiftSyntaxMacros MemberMacro.swift
[453/473] Compiling SwiftSyntaxMacros PeerMacro.swift
[454/473] Compiling SwiftSyntaxMacros ExpressionMacro.swift
[455/473] Compiling SwiftSyntaxMacros ExtensionMacro.swift
[456/473] Compiling SwiftSyntaxMacros CodeItemMacro.swift
[457/473] Compiling SwiftSyntaxMacros DeclarationMacro.swift
[458/473] Compiling SwiftSyntaxMacros FreestandingMacro.swift
[459/473] Compiling SwiftSyntaxMacros Macro+Format.swift
[460/473] Compiling SwiftSyntaxMacros AccessorMacro.swift
[461/473] Compiling SwiftSyntaxMacros AttachedMacro.swift
[462/473] Compiling SwiftSyntaxMacros BodyMacro.swift
[463/475] Compiling SwiftSyntaxMacros AbstractSourceLocation.swift
[464/475] Compiling SwiftSyntaxMacros MacroExpansionContext.swift
[465/475] Compiling SwiftSyntaxMacros MacroExpansionDiagnosticMessages.swift
[466/475] Emitting module SwiftSyntaxMacros
[467/475] Compiling SwiftSyntaxMacros PreambleMacro.swift
[468/475] Compiling SwiftSyntaxMacros Syntax+LexicalContext.swift
[469/476] Wrapping AST for SwiftSyntaxMacros for debugging
[471/485] Compiling SwiftSyntaxMacroExpansion MacroSpec.swift
[472/486] Emitting module SwiftSyntaxMacroExpansion
[473/486] Compiling SwiftSyntaxMacroExpansion BasicMacroExpansionContext.swift
[474/486] Compiling SwiftSyntaxMacroExpansion FunctionParameterUtils.swift
[475/486] Compiling SwiftSyntaxMacroExpansion IndentationUtils.swift
[476/486] Compiling SwiftSyntaxMacroExpansion MacroExpansion.swift
[477/486] Compiling SwiftSyntaxMacroExpansion MacroArgument.swift
[478/486] Compiling SwiftSyntaxMacroExpansion MacroExpansionDiagnosticMessages.swift
[479/486] Compiling SwiftSyntaxMacroExpansion MacroReplacement.swift
[480/486] Compiling SwiftSyntaxMacroExpansion MacroSystem.swift
[481/487] Wrapping AST for SwiftSyntaxMacroExpansion for debugging
[483/499] Compiling SwiftCompilerPluginMessageHandling CompilerPluginMessageHandler.swift
[484/499] Compiling SwiftCompilerPluginMessageHandling Diagnostics.swift
[485/500] Emitting module SwiftCompilerPluginMessageHandling
[486/500] Compiling SwiftCompilerPluginMessageHandling StandardIOMessageConnection.swift
[487/500] Compiling SwiftCompilerPluginMessageHandling LRUCache.swift
[488/500] Compiling SwiftCompilerPluginMessageHandling Macros.swift
[489/500] Compiling SwiftCompilerPluginMessageHandling PluginMacroExpansionContext.swift
[490/500] Compiling SwiftCompilerPluginMessageHandling PluginMessageCompatibility.swift
[491/500] Compiling SwiftCompilerPluginMessageHandling PluginMessages.swift
[492/500] Compiling SwiftCompilerPluginMessageHandling JSONDecoding.swift
[493/500] Compiling SwiftCompilerPluginMessageHandling JSONEncoding.swift
[494/500] Compiling SwiftCompilerPluginMessageHandling CodingUtilities.swift
[495/500] Compiling SwiftCompilerPluginMessageHandling JSON.swift
[496/501] Wrapping AST for SwiftCompilerPluginMessageHandling for debugging
[498/503] Compiling SwiftCompilerPlugin CompilerPlugin.swift
[499/503] Emitting module SwiftCompilerPlugin
[500/504] Wrapping AST for SwiftCompilerPlugin for debugging
[502/511] Compiling NormalizationMacrosPlugin Plugin.swift
[503/511] Compiling NormalizationMacrosPlugin DatabaseStateMacro.swift
[504/511] Emitting module NormalizationMacrosPlugin
[505/511] Compiling NormalizationMacrosPlugin IndexMacro.swift
[506/511] Compiling NormalizationMacrosPlugin MacroError.swift
[507/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 [
[508/511] Compiling NormalizationMacrosPlugin NormalizedStorageMacro.swift
[509/512] Wrapping AST for NormalizationMacrosPlugin for debugging
[510/512] Write Objects.LinkFileList
[511/512] Linking NormalizationMacrosPlugin-tool
[513/536] Compiling Normalization Normalization.swift
[514/536] Compiling Normalization NormalizedStorageComparators.swift
[517/538] Compiling Normalization EntityType.swift
[518/538] Compiling Normalization Indexes.swift
[519/538] Compiling Normalization Tables.swift
[520/538] Compiling Normalization VergeNormalization.swift
[522/538] Emitting module Normalization
[523/538] Compiling Normalization NormalizedStorageType.swift
[524/538] Compiling Normalization Selector.swift
[527/538] Compiling Normalization TableType.swift
[528/538] Compiling Normalization Tables.Hash.swift
[531/538] Emitting module Normalization
[534/538] Compiling Normalization UpdatedMarker.swift
[535/538] Compiling Normalization VergeNormalization+Macros.swift
[538/539] Compiling Normalization Tables.swift
[539/539] Compiling Normalization UpdatedMarker.swift
Build complete! (134.01s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-collections",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.1.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-collections"
    },
    {
      "identity" : "typedcomparator",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/VergeGroup/TypedComparator"
    },
    {
      "identity" : "swift-typed-identifier",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.0.4",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/VergeGroup/swift-typed-identifier"
    },
    {
      "identity" : "swift-syntax",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "600.0.0",
            "upper_bound" : "601.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-syntax.git"
    },
    {
      "identity" : "swift-macro-testing",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.2.1",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/pointfreeco/swift-macro-testing.git"
    }
  ],
  "manifest_display_name" : "Normalization",
  "name" : "Normalization",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "11.0"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    }
  ],
  "products" : [
    {
      "name" : "Normalization",
      "targets" : [
        "Normalization"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "NormalizationMacrosPlugin",
      "targets" : [
        "NormalizationMacrosPlugin"
      ],
      "type" : {
        "macro" : null
      }
    }
  ],
  "swift_languages_versions" : [
    "6"
  ],
  "targets" : [
    {
      "c99name" : "NormalizationTests",
      "module_type" : "SwiftTarget",
      "name" : "NormalizationTests",
      "path" : "Tests/NormalizationTests",
      "sources" : [
        "Entities.swift",
        "Source.swift"
      ],
      "target_dependencies" : [
        "Normalization"
      ],
      "type" : "test"
    },
    {
      "c99name" : "NormalizationMacrosTests",
      "module_type" : "SwiftTarget",
      "name" : "NormalizationMacrosTests",
      "path" : "Tests/NormalizationMacrosTests",
      "product_dependencies" : [
        "SwiftSyntaxMacrosTestSupport",
        "MacroTesting"
      ],
      "sources" : [
        "Tests.swift"
      ],
      "target_dependencies" : [
        "NormalizationMacrosPlugin"
      ],
      "type" : "test"
    },
    {
      "c99name" : "NormalizationMacrosPlugin",
      "module_type" : "SwiftTarget",
      "name" : "NormalizationMacrosPlugin",
      "path" : "Sources/NormalizationMacrosPlugin",
      "product_dependencies" : [
        "SwiftSyntaxMacros",
        "SwiftCompilerPlugin"
      ],
      "product_memberships" : [
        "Normalization",
        "NormalizationMacrosPlugin"
      ],
      "sources" : [
        "DatabaseStateMacro.swift",
        "IndexMacro.swift",
        "MacroError.swift",
        "NormalizedStorageMacro.swift",
        "Plugin.swift",
        "TableMacro.swift"
      ],
      "type" : "macro"
    },
    {
      "c99name" : "Normalization",
      "module_type" : "SwiftTarget",
      "name" : "Normalization",
      "path" : "Sources/Normalization",
      "product_dependencies" : [
        "TypedIdentifier",
        "TypedComparator",
        "HashTreeCollections"
      ],
      "product_memberships" : [
        "Normalization"
      ],
      "sources" : [
        "EntityType.swift",
        "Indexes/Indexes.swift",
        "Normalization.swift",
        "NormalizedStorageComparators.swift",
        "NormalizedStorageType.swift",
        "Selector.swift",
        "Tables/TableType.swift",
        "Tables/Tables.Hash.swift",
        "Tables/Tables.swift",
        "UpdatedMarker.swift",
        "VergeNormalization+Macros.swift",
        "VergeNormalization.swift"
      ],
      "target_dependencies" : [
        "NormalizationMacrosPlugin"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Done.