The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of AssociatedObject, reference 0.13.0 (32a7d1), with Swift 6.0 for Linux on 14 Apr 2025 15:57:04 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.60.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/p-x9/AssociatedObject.git
Reference: 0.13.0
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/p-x9/AssociatedObject
 * tag               0.13.0     -> FETCH_HEAD
HEAD is now at 32a7d18 Merge pull request #47 from p-x9/feature/support-swift6
Cloned https://github.com/p-x9/AssociatedObject.git
Revision (git rev-parse @):
32a7d18f0f82e179e1bb91613b6ae8b0ebcfa931
SUCCESS checkout https://github.com/p-x9/AssociatedObject.git at 0.13.0
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.0
Building package at path:  $PWD
https://github.com/p-x9/AssociatedObject.git
https://github.com/p-x9/AssociatedObject.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-syntax",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "509.0.0",
            "upper_bound" : "602.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swiftlang/swift-syntax.git"
    },
    {
      "identity" : "swift-literal-type-inference",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.4.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/p-x9/swift-literal-type-inference.git"
    },
    {
      "identity" : "swift-object-association",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.5.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/p-x9/swift-object-association.git"
    },
    {
      "identity" : "swift-macro-testing",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.6.1",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/pointfreeco/swift-macro-testing.git"
    }
  ],
  "manifest_display_name" : "AssociatedObject",
  "name" : "AssociatedObject",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "macos",
      "version" : "10.15"
    }
  ],
  "products" : [
    {
      "name" : "AssociatedObject",
      "targets" : [
        "AssociatedObject"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "AssociatedObjectPlugin",
      "targets" : [
        "AssociatedObjectPlugin"
      ],
      "type" : {
        "macro" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "AssociatedObjectTests",
      "module_type" : "SwiftTarget",
      "name" : "AssociatedObjectTests",
      "path" : "Tests/AssociatedObjectTests",
      "product_dependencies" : [
        "SwiftSyntax",
        "SwiftSyntaxMacros",
        "SwiftCompilerPlugin",
        "SwiftSyntaxBuilder",
        "SwiftSyntaxMacrosTestSupport",
        "MacroTesting"
      ],
      "sources" : [
        "AssociatedObjectTests.swift",
        "AssociatedTypeDetectionObjectTests.swift",
        "Model/ClassType.swift",
        "PatternBindingSyntax+Tests.swift"
      ],
      "target_dependencies" : [
        "AssociatedObject",
        "AssociatedObjectPlugin"
      ],
      "type" : "test"
    },
    {
      "c99name" : "AssociatedObjectPlugin",
      "module_type" : "SwiftTarget",
      "name" : "AssociatedObjectPlugin",
      "path" : "Sources/AssociatedObjectPlugin",
      "product_dependencies" : [
        "SwiftSyntax",
        "SwiftSyntaxMacros",
        "SwiftCompilerPlugin",
        "SwiftSyntaxBuilder",
        "SwiftParserDiagnostics",
        "LiteralTypeInference"
      ],
      "product_memberships" : [
        "AssociatedObject",
        "AssociatedObjectPlugin"
      ],
      "sources" : [
        "AssociatedObjectMacro.swift",
        "AssociatedObjectMacroDiagnostic.swift",
        "AssociatedObjectMacrosPlugin.swift",
        "Extension/PatternBindingSyntax+.swift",
        "Extension/TypeSyntax+.swift"
      ],
      "type" : "macro"
    },
    {
      "c99name" : "AssociatedObjectC",
      "module_type" : "ClangTarget",
      "name" : "AssociatedObjectC",
      "path" : "Sources/AssociatedObjectC",
      "product_memberships" : [
        "AssociatedObject"
      ],
      "sources" : [
        "associated_object_key.c"
      ],
      "type" : "library"
    },
    {
      "c99name" : "AssociatedObject",
      "module_type" : "SwiftTarget",
      "name" : "AssociatedObject",
      "path" : "Sources/AssociatedObject",
      "product_dependencies" : [
        "ObjectAssociation"
      ],
      "product_memberships" : [
        "AssociatedObject"
      ],
      "sources" : [
        "AssociatedObject.swift",
        "Extension/objc_AssociationPolicy+.swift",
        "Extension/swift_AssociationPolicy+.swift",
        "functions.swift"
      ],
      "target_dependencies" : [
        "AssociatedObjectC",
        "AssociatedObjectPlugin"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:9029076bb687edc160a3d5201c89e92dd9fa7309f33f090c4234365c83366c31
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Fetching https://github.com/pointfreeco/swift-macro-testing.git
Fetching https://github.com/p-x9/swift-object-association.git
[1/857] Fetching swift-macro-testing
[858/1064] Fetching swift-macro-testing, swift-object-association
Fetching https://github.com/p-x9/swift-literal-type-inference.git
Fetching https://github.com/swiftlang/swift-syntax.git
Fetched https://github.com/pointfreeco/swift-macro-testing.git from cache (0.28s)
Fetched https://github.com/p-x9/swift-object-association.git from cache (0.28s)
[1/105] Fetching swift-literal-type-inference
Fetched https://github.com/p-x9/swift-literal-type-inference.git from cache (0.20s)
[1/70098] Fetching swift-syntax
Fetched https://github.com/swiftlang/swift-syntax.git from cache (7.28s)
Computing version for https://github.com/p-x9/swift-object-association.git
Computed https://github.com/p-x9/swift-object-association.git at 0.5.0 (1.24s)
Computing version for https://github.com/p-x9/swift-literal-type-inference.git
Computed https://github.com/p-x9/swift-literal-type-inference.git at 0.4.0 (0.89s)
Computing version for https://github.com/pointfreeco/swift-macro-testing.git
Computed https://github.com/pointfreeco/swift-macro-testing.git at 0.6.2 (0.81s)
Fetching https://github.com/pointfreeco/swift-snapshot-testing
[1/13124] Fetching swift-snapshot-testing
Fetched https://github.com/pointfreeco/swift-snapshot-testing from cache (2.26s)
Computing version for https://github.com/pointfreeco/swift-snapshot-testing
Computed https://github.com/pointfreeco/swift-snapshot-testing at 1.18.3 (0.83s)
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.37s)
Computing version for https://github.com/pointfreeco/swift-custom-dump
Computed https://github.com/pointfreeco/swift-custom-dump at 1.3.3 (0.80s)
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay
[1/5348] Fetching xctest-dynamic-overlay
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (0.80s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 601.0.1 (3.22s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.5.2 (0.63s)
Creating working copy for https://github.com/swiftlang/swift-syntax.git
Working copy of https://github.com/swiftlang/swift-syntax.git resolved at 601.0.1
Creating working copy for https://github.com/pointfreeco/swift-custom-dump
Working copy of https://github.com/pointfreeco/swift-custom-dump resolved at 1.3.3
Creating working copy for https://github.com/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-macro-testing.git
Working copy of https://github.com/pointfreeco/swift-macro-testing.git resolved at 0.6.2
Creating working copy for https://github.com/pointfreeco/swift-snapshot-testing
Working copy of https://github.com/pointfreeco/swift-snapshot-testing resolved at 1.18.3
Creating working copy for https://github.com/p-x9/swift-literal-type-inference.git
Working copy of https://github.com/p-x9/swift-literal-type-inference.git resolved at 0.4.0
Creating working copy for https://github.com/p-x9/swift-object-association.git
Working copy of https://github.com/p-x9/swift-object-association.git resolved at 0.5.0
Building for debugging...
[0/45] Write sources
[21/45] Compiling AssociatedObjectC associated_object_key.c
[22/45] Compiling _SwiftSyntaxCShims dummy.c
[23/45] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[25/55] Emitting module SwiftSyntax509
<unknown>:0: error: upcoming feature 'StrictConcurrency' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
error: emit-module command failed with exit code 1 (use -v to see invocation)
[26/55] Emitting module SwiftSyntax600
<unknown>:0: error: upcoming feature 'StrictConcurrency' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
[27/55] Compiling SwiftSyntax600 Empty.swift
<unknown>:0: error: upcoming feature 'StrictConcurrency' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
[28/55] Emitting module SwiftRetain
error: emit-module command failed with exit code 1 (use -v to see invocation)
error: emit-module command failed with exit code 1 (use -v to see invocation)
<unknown>:0: error: upcoming feature 'StrictConcurrency' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
[29/55] Emitting module SwiftSyntax510
<unknown>:0: error: upcoming feature 'StrictConcurrency' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
[30/55] Emitting module SwiftSyntax601
<unknown>:0: error: upcoming feature 'StrictConcurrency' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'StrictConcurrency' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'StrictConcurrency' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:9029076bb687edc160a3d5201c89e92dd9fa7309f33f090c4234365c83366c31
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
[0/1] Planning build
Building for debugging...
[0/22] Write swift-version-24593BA9C3E375BF.txt
[2/32] Emitting module SwiftSyntax601
[3/32] Compiling SwiftSyntax601 Empty.swift
[4/33] Emitting module SwiftSyntax510
[5/33] Compiling SwiftSyntax510 Empty.swift
[6/34] Emitting module SwiftSyntax600
[7/34] Compiling SwiftSyntax600 Empty.swift
[8/35] Compiling SwiftSyntax509 Empty.swift
[9/35] Emitting module SwiftSyntax509
[13/36] Wrapping AST for SwiftSyntax601 for debugging
[14/36] Wrapping AST for SwiftSyntax510 for debugging
[15/36] Wrapping AST for SwiftSyntax600 for debugging
[16/36] Wrapping AST for SwiftSyntax509 for debugging
[18/100] Emitting module SwiftRetain
[19/100] Compiling SwiftRetain Retain.swift
[20/101] Compiling ObjectAssociationRuntimeC associated.cpp
[22/101] Compiling SwiftSyntax AbsolutePosition.swift
[23/101] Compiling SwiftSyntax AbsoluteRawSyntax.swift
[24/101] Compiling SwiftSyntax AbsoluteSyntaxInfo.swift
[25/101] Compiling SwiftSyntax Assert.swift
[26/101] Compiling SwiftSyntax BumpPtrAllocator.swift
[27/101] Compiling SwiftSyntax CommonAncestor.swift
[28/101] Compiling SwiftSyntax Convenience.swift
[29/101] Compiling SwiftSyntax CustomTraits.swift
[30/101] Compiling SwiftSyntax EditorPlaceholder.swift
[30/110] Compiling reference.cpp
[32/110] Compiling SwiftSyntax Identifier.swift
[33/110] Compiling SwiftSyntax MemoryLayout.swift
[34/110] Compiling SwiftSyntax MissingNodeInitializers.swift
[35/110] Compiling SwiftSyntax RawSyntax.swift
[36/110] Compiling SwiftSyntax RawSyntaxLayoutView.swift
[37/110] Compiling SwiftSyntax RawSyntaxNodeProtocol.swift
[38/110] Compiling SwiftSyntax RawSyntaxTokenView.swift
[39/110] Compiling SwiftSyntax SourceEdit.swift
[40/110] Compiling SwiftSyntax SourceLength.swift
[41/110] Compiling SwiftSyntax SyntaxIdentifier.swift
[42/110] Compiling SwiftSyntax SyntaxNodeFactory.swift
[43/110] Compiling SwiftSyntax SyntaxNodeStructure.swift
[44/110] Compiling SwiftSyntax SyntaxProtocol.swift
[45/110] Compiling SwiftSyntax SyntaxText.swift
[46/110] Compiling SwiftSyntax SyntaxTreeViewMode.swift
[47/110] Compiling SwiftSyntax TokenDiagnostic.swift
[48/110] Compiling SwiftSyntax TokenSequence.swift
[49/110] Compiling SwiftSyntax TokenSyntax.swift
[50/112] Emitting module ObjectAssociationRuntime
[51/112] Compiling ObjectAssociationRuntime ObjectAssociationRuntime.swift
[53/118] Compiling SwiftSyntax SourceLocation.swift
[54/118] Compiling SwiftSyntax SourcePresence.swift
[55/118] Compiling SwiftSyntax SwiftSyntaxCompatibility.swift
[56/118] Compiling SwiftSyntax Syntax.swift
[57/118] Compiling SwiftSyntax SyntaxArena.swift
[58/118] Compiling SwiftSyntax SyntaxArenaAllocatedBuffer.swift
[59/118] Compiling SwiftSyntax SyntaxChildren.swift
[60/118] Compiling SwiftSyntax SyntaxCollection.swift
[61/118] Compiling SwiftSyntax SyntaxHashable.swift
[62/118] Compiling ObjectAssociation Util.swift
[63/118] Emitting module ObjectAssociation
[64/118] Compiling ObjectAssociation Policy.swift
[65/118] Compiling ObjectAssociation Ref.swift
[66/118] Compiling ObjectAssociation ObjectAssociation.swift
[68/119] Emitting module SwiftSyntax
[69/119] Compiling SwiftSyntax SyntaxEnum.swift
[70/119] Compiling SwiftSyntax SyntaxKind.swift
[71/119] Compiling SwiftSyntax SyntaxRewriter.swift
[72/119] Compiling SwiftSyntax SyntaxTraits.swift
[73/119] Compiling SwiftSyntax SyntaxVisitor.swift
[74/119] Compiling SwiftSyntax TokenKind.swift
[75/119] Compiling SwiftSyntax Tokens.swift
[76/119] Compiling SwiftSyntax TriviaPieces.swift
[77/119] Compiling SwiftSyntax RawSyntaxNodesAB.swift
[78/119] Compiling SwiftSyntax Trivia.swift
[79/119] Compiling SwiftSyntax Utils.swift
[80/119] Compiling SwiftSyntax ChildNameForKeyPath.swift
[81/119] Compiling SwiftSyntax Keyword.swift
[82/119] Compiling SwiftSyntax RenamedChildrenCompatibility.swift
[83/119] Compiling SwiftSyntax RenamedNodesCompatibility.swift
[84/119] Compiling SwiftSyntax SyntaxAnyVisitor.swift
[85/119] Compiling SwiftSyntax SyntaxBaseNodes.swift
[86/119] Compiling SwiftSyntax SyntaxCollections.swift
[87/119] Compiling SwiftSyntax RawSyntaxNodesC.swift
[88/119] Compiling SwiftSyntax RawSyntaxNodesD.swift
[89/119] Compiling SwiftSyntax RawSyntaxNodesEF.swift
[90/119] Compiling SwiftSyntax RawSyntaxNodesGHI.swift
[91/119] Compiling SwiftSyntax RawSyntaxNodesJKLMN.swift
[92/119] Compiling SwiftSyntax RawSyntaxNodesOP.swift
[93/119] Compiling SwiftSyntax RawSyntaxNodesQRS.swift
[94/119] Compiling SwiftSyntax RawSyntaxNodesTUVWXYZ.swift
[95/119] Compiling SwiftSyntax RawSyntaxValidation.swift
[96/119] Compiling SwiftSyntax SyntaxNodesAB.swift
[97/119] Compiling SwiftSyntax SyntaxNodesC.swift
[98/119] Compiling SwiftSyntax SyntaxNodesD.swift
[99/119] Compiling SwiftSyntax SyntaxNodesEF.swift
[100/119] Compiling SwiftSyntax SyntaxNodesGHI.swift
[101/119] Compiling SwiftSyntax SyntaxNodesJKLMN.swift
[102/119] Compiling SwiftSyntax SyntaxNodesOP.swift
[103/119] Compiling SwiftSyntax SyntaxNodesQRS.swift
[104/119] Compiling SwiftSyntax SyntaxNodesTUVWXYZ.swift
[105/120] Wrapping AST for SwiftSyntax for debugging
[107/178] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[108/178] Compiling SwiftDiagnostics Message.swift
[109/178] Compiling SwiftDiagnostics DiagnosticDecorator.swift
[110/178] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[111/179] Compiling SwiftBasicFormat Syntax+Extensions.swift
[112/179] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[113/179] Compiling SwiftParser CharacterInfo.swift
[114/179] Compiling SwiftParser CollectionNodes+Parsable.swift
[115/179] Emitting module SwiftDiagnostics
[116/179] Compiling SwiftParser Attributes.swift
[117/179] Compiling SwiftParser Availability.swift
[118/179] Compiling SwiftBasicFormat Indenter.swift
[119/179] Compiling SwiftDiagnostics Note.swift
[120/179] Compiling SwiftBasicFormat InferIndentation.swift
[121/179] Compiling SwiftDiagnostics FixIt.swift
[122/179] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[123/180] Compiling SwiftBasicFormat BasicFormat.swift
[124/180] Emitting module SwiftBasicFormat
[127/181] Compiling SwiftParser SwiftParserCompatibility.swift
[128/181] Compiling SwiftParser SwiftVersion.swift
[129/181] Compiling SwiftParser SyntaxUtils.swift
[130/181] Compiling SwiftParser TokenConsumer.swift
[131/181] Compiling SwiftParser TokenPrecedence.swift
[131/186] Wrapping AST for SwiftDiagnostics for debugging
[132/186] Wrapping AST for SwiftBasicFormat for debugging
[134/186] Compiling SwiftParser Modifiers.swift
[135/186] Compiling SwiftParser Names.swift
[136/186] Compiling SwiftParser Nominals.swift
[137/186] Compiling SwiftParser Parameters.swift
[138/186] Compiling SwiftParser ParseSourceFile.swift
[139/186] Compiling SwiftParser Parser.swift
[140/186] Compiling SwiftParser Patterns.swift
[141/186] Compiling SwiftParser Recovery.swift
[142/186] Compiling SwiftParser Specifiers.swift
[143/186] Compiling SwiftParser Statements.swift
[144/186] Compiling SwiftParser StringLiteralRepresentedLiteralValue.swift
[145/186] Compiling SwiftParser StringLiterals.swift
[146/186] Emitting module SwiftParser
[151/186] Compiling SwiftParser Declarations.swift
[152/186] Compiling SwiftParser Directives.swift
[153/186] Compiling SwiftParser TokenSpec.swift
[154/186] Compiling SwiftParser TokenSpecSet.swift
[155/186] Compiling SwiftParser TopLevel.swift
[156/186] Compiling SwiftParser TriviaParser.swift
[157/186] Compiling SwiftParser Types.swift
[158/186] Compiling SwiftParser ExpressionInterpretedAsVersionTuple.swift
[159/186] Compiling SwiftParser Expressions.swift
[160/186] Compiling SwiftParser IncrementalParseTransition.swift
[161/186] Compiling SwiftParser IsValidIdentifier.swift
[162/186] Compiling SwiftParser Cursor.swift
[163/186] Compiling SwiftParser Lexeme.swift
[164/186] Compiling SwiftParser LexemeSequence.swift
[165/186] Compiling SwiftParser Lexer.swift
[166/186] Compiling SwiftParser RegexLiteralLexer.swift
[167/186] Compiling SwiftParser UnicodeScalarExtensions.swift
[168/186] Compiling SwiftParser Lookahead.swift
[169/186] Compiling SwiftParser LoopProgressCondition.swift
[170/186] Compiling SwiftParser ExperimentalFeatures.swift
[171/186] Compiling SwiftParser IsLexerClassified.swift
[172/186] Compiling SwiftParser LayoutNodes+Parsable.swift
[173/186] Compiling SwiftParser Parser+TokenSpecSet.swift
[174/186] Compiling SwiftParser TokenSpecStaticMembers.swift
[175/187] Wrapping AST for SwiftParser for debugging
[177/210] Compiling SwiftParserDiagnostics SyntaxKindNameForDiagnostics.swift
[178/211] Compiling SwiftOperators PrecedenceGroup.swift
[179/212] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[180/212] Compiling SwiftOperators OperatorTable+Semantics.swift
[181/212] Compiling SwiftOperators PrecedenceGraph.swift
[182/212] Compiling SwiftOperators OperatorTable.swift
[183/212] Compiling SwiftOperators SyntaxSynthesis.swift
[184/212] Compiling SwiftParserDiagnostics DiagnosticExtensions.swift
[185/212] Compiling SwiftParserDiagnostics LexerDiagnosticMessages.swift
[186/212] Compiling SwiftOperators OperatorTable+Folding.swift
[187/212] Compiling SwiftParserDiagnostics SyntaxExtensions.swift
[188/212] Compiling SwiftParserDiagnostics Utils.swift
[189/212] Emitting module SwiftOperators
[193/213] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[193/213] Wrapping AST for SwiftOperators for debugging
[195/213] Compiling SwiftParserDiagnostics ParserDiagnosticMessages.swift
[196/213] Compiling SwiftParserDiagnostics PresenceUtils.swift
[197/213] Emitting module SwiftParserDiagnostics
[198/213] Compiling SwiftParserDiagnostics MissingNodesError.swift
[199/213] Compiling SwiftParserDiagnostics MissingTokenError.swift
[202/213] Compiling SwiftParserDiagnostics MultiLineStringLiteralDiagnosticsGenerator.swift
[203/213] Compiling SwiftParserDiagnostics ParseDiagnosticsGenerator.swift
[204/214] Wrapping AST for SwiftParserDiagnostics for debugging
[206/229] Compiling SwiftSyntaxBuilder ConvenienceInitializers.swift
[207/229] Compiling SwiftSyntaxBuilder DeclSyntaxParseable.swift
[208/229] Emitting module SwiftSyntaxBuilder
[209/230] Compiling SwiftSyntaxBuilder ResultBuilderExtensions.swift
[210/230] Compiling SwiftSyntaxBuilder SwiftSyntaxBuilderCompatibility.swift
[211/230] Compiling SwiftSyntaxBuilder Indenter.swift
[212/230] Compiling SwiftSyntaxBuilder ListBuilder.swift
[213/230] Compiling SwiftSyntaxBuilder Syntax+StringInterpolation.swift
[214/230] Compiling SwiftSyntaxBuilder SyntaxNodeWithBody.swift
[215/230] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
[216/230] Compiling SwiftSyntaxBuilder RenamedChildrenBuilderCompatibility.swift
[217/230] Compiling SwiftSyntaxBuilder ResultBuilders.swift
[218/230] Compiling SwiftSyntaxBuilder WithTrailingCommaSyntax+EnsuringTrailingComma.swift
[219/230] Compiling SwiftSyntaxBuilder BuildableNodes.swift
[220/230] Compiling SwiftSyntaxBuilder SyntaxParsable+ExpressibleByStringInterpolation.swift
[221/230] Compiling SwiftSyntaxBuilder ValidatingSyntaxNodes.swift
[222/231] Wrapping AST for SwiftSyntaxBuilder for debugging
[224/256] Compiling SwiftSyntaxMacros AccessorMacro.swift
[225/256] Compiling SwiftSyntaxMacros AttachedMacro.swift
[226/256] Compiling SwiftSyntaxMacros BodyMacro.swift
[227/258] Emitting module SwiftSyntaxMacros
[228/258] Compiling SwiftSyntaxMacros FreestandingMacro.swift
[229/258] Compiling SwiftSyntaxMacros Macro+Format.swift
[230/258] Compiling SwiftSyntaxMacros ExpressionMacro.swift
[231/258] Compiling SwiftSyntaxMacros ExtensionMacro.swift
[232/258] Compiling SwiftSyntaxMacros Macro.swift
[233/258] Compiling SwiftSyntaxMacros MemberAttributeMacro.swift
[234/258] Compiling SwiftSyntaxMacros CodeItemMacro.swift
[235/258] Compiling SwiftSyntaxMacros DeclarationMacro.swift
[236/258] Compiling SwiftSyntaxMacros MemberMacro.swift
[237/258] Compiling SwiftSyntaxMacros PeerMacro.swift
[238/258] Emitting module LiteralTypeInference
[239/259] Compiling LiteralTypeInference ArrayExprSyntax+inference.swift
[240/259] Compiling SwiftSyntaxMacros PreambleMacro.swift
[241/259] Compiling SwiftSyntaxMacros Syntax+LexicalContext.swift
[242/259] Compiling LiteralTypeInference ExprSyntax+.swift
[243/259] Compiling LiteralTypeInference TupleExprSyntax+inference.swift
[244/259] Compiling LiteralTypeInference DictionaryExprSyntax+inference.swift
[245/259] Compiling LiteralTypeInference ExprSyntax+inference.swift
[246/259] Compiling LiteralTypeInference ExprSyntax+isElementsEmpty.swift
[247/259] Compiling LiteralTypeInference TupleTypeElementListSyntax+.swift
[248/259] Compiling SwiftSyntaxMacros AbstractSourceLocation.swift
[249/259] Compiling SwiftSyntaxMacros MacroExpansionContext.swift
[250/259] Compiling SwiftSyntaxMacros MacroExpansionDiagnosticMessages.swift
[251/260] Compiling LiteralTypeInference LiteralTypeInference.swift
[253/261] Wrapping AST for SwiftSyntaxMacros for debugging
[254/261] Wrapping AST for LiteralTypeInference for debugging
[256/270] Compiling SwiftSyntaxMacroExpansion MacroExpansionDiagnosticMessages.swift
[257/270] Compiling SwiftSyntaxMacroExpansion MacroSpec.swift
[258/271] Compiling SwiftSyntaxMacroExpansion BasicMacroExpansionContext.swift
[259/271] Compiling SwiftSyntaxMacroExpansion FunctionParameterUtils.swift
[260/271] Emitting module SwiftSyntaxMacroExpansion
[261/271] Compiling SwiftSyntaxMacroExpansion MacroArgument.swift
[262/271] Compiling SwiftSyntaxMacroExpansion IndentationUtils.swift
[263/271] Compiling SwiftSyntaxMacroExpansion MacroExpansion.swift
[264/271] Compiling SwiftSyntaxMacroExpansion MacroReplacement.swift
[265/271] Compiling SwiftSyntaxMacroExpansion MacroSystem.swift
[266/272] Wrapping AST for SwiftSyntaxMacroExpansion for debugging
[268/284] Compiling SwiftCompilerPluginMessageHandling PluginMessages.swift
[269/284] Compiling SwiftCompilerPluginMessageHandling PluginMessageCompatibility.swift
[270/284] Compiling SwiftCompilerPluginMessageHandling PluginMacroExpansionContext.swift
[271/285] Compiling SwiftCompilerPluginMessageHandling StandardIOMessageConnection.swift
[272/285] Compiling SwiftCompilerPluginMessageHandling LRUCache.swift
[273/285] Compiling SwiftCompilerPluginMessageHandling Macros.swift
[274/285] Emitting module SwiftCompilerPluginMessageHandling
[275/285] Compiling SwiftCompilerPluginMessageHandling CompilerPluginMessageHandler.swift
[276/285] Compiling SwiftCompilerPluginMessageHandling Diagnostics.swift
[277/285] Compiling SwiftCompilerPluginMessageHandling CodingUtilities.swift
[278/285] Compiling SwiftCompilerPluginMessageHandling JSON.swift
[279/285] Compiling SwiftCompilerPluginMessageHandling JSONDecoding.swift
[280/285] Compiling SwiftCompilerPluginMessageHandling JSONEncoding.swift
[281/286] Wrapping AST for SwiftCompilerPluginMessageHandling for debugging
[283/288] Emitting module SwiftCompilerPlugin
[284/288] Compiling SwiftCompilerPlugin CompilerPlugin.swift
[285/289] Wrapping AST for SwiftCompilerPlugin for debugging
[287/295] Compiling AssociatedObjectPlugin TypeSyntax+.swift
[288/295] Compiling AssociatedObjectPlugin AssociatedObjectMacrosPlugin.swift
[289/295] Compiling AssociatedObjectPlugin AssociatedObjectMacroDiagnostic.swift
[290/295] Compiling AssociatedObjectPlugin PatternBindingSyntax+.swift
[291/295] Emitting module AssociatedObjectPlugin
[292/295] Compiling AssociatedObjectPlugin AssociatedObjectMacro.swift
/host/spi-builder-workspace/Sources/AssociatedObjectPlugin/AssociatedObjectMacro.swift:187:47: warning: 'as' is deprecated: Use `ExprSyntax.init` for upcasting
185 |         var policy: ExprSyntax = ".retain(.nonatomic)"
186 |         if let firstElement = arguments.first?.expression,
187 |            let specifiedPolicy = firstElement.as(ExprSyntax.self) {
    |                                               `- warning: 'as' is deprecated: Use `ExprSyntax.init` for upcasting
188 |             policy = specifiedPolicy
189 |         }
/host/spi-builder-workspace/Sources/AssociatedObjectPlugin/AssociatedObjectMacro.swift:193:47: warning: 'as' is deprecated: Use `ExprSyntax.init` for upcasting
191 |         var associatedKey: ExprSyntax = "Self.__associated_\(identifier.trimmed)Key"
192 |         if let element = arguments.first(where: { $0.label?.text == "key" }),
193 |            let customKey = element.expression.as(ExprSyntax.self) {
    |                                               `- warning: 'as' is deprecated: Use `ExprSyntax.init` for upcasting
194 |             // Provide store key from outside the macro
195 |             associatedKey = "&\(customKey)"
/host/spi-builder-workspace/Sources/AssociatedObjectPlugin/AssociatedObjectMacro.swift:401:37: warning: 'init(leadingTrivia:_:specifier:_:name:_:equal:_:expression:_:trailingComma:_:trailingTrivia:)' is deprecated: renamed to 'ClosureCaptureSyntax(leadingTrivia:_:specifier:_:name:_:initializer:_:trailingComma:_:trailingTrivia:)'
399 |                             signature: .init(
400 |                                 capture: .init() {
401 |                                     ClosureCaptureSyntax(
    |                                     |- warning: 'init(leadingTrivia:_:specifier:_:name:_:equal:_:expression:_:trailingComma:_:trailingTrivia:)' is deprecated: renamed to 'ClosureCaptureSyntax(leadingTrivia:_:specifier:_:name:_:initializer:_:trailingComma:_:trailingTrivia:)'
    |                                     `- note: use 'ClosureCaptureSyntax(leadingTrivia:_:specifier:_:name:_:initializer:_:trailingComma:_:trailingTrivia:)' instead
402 |                                         expression: DeclReferenceExprSyntax(
403 |                                             baseName: .keyword(.`self`)
/host/spi-builder-workspace/Sources/AssociatedObjectPlugin/AssociatedObjectMacro.swift:459:37: warning: 'init(leadingTrivia:_:specifier:_:name:_:equal:_:expression:_:trailingComma:_:trailingTrivia:)' is deprecated: renamed to 'ClosureCaptureSyntax(leadingTrivia:_:specifier:_:name:_:initializer:_:trailingComma:_:trailingTrivia:)'
457 |                             signature: .init(
458 |                                 capture: .init() {
459 |                                     ClosureCaptureSyntax(
    |                                     |- warning: 'init(leadingTrivia:_:specifier:_:name:_:equal:_:expression:_:trailingComma:_:trailingTrivia:)' is deprecated: renamed to 'ClosureCaptureSyntax(leadingTrivia:_:specifier:_:name:_:initializer:_:trailingComma:_:trailingTrivia:)'
    |                                     `- note: use 'ClosureCaptureSyntax(leadingTrivia:_:specifier:_:name:_:initializer:_:trailingComma:_:trailingTrivia:)' instead
460 |                                         expression: DeclReferenceExprSyntax(
461 |                                             baseName: .keyword(.`self`)
[293/296] Wrapping AST for AssociatedObjectPlugin for debugging
[294/296] Write Objects.LinkFileList
[295/296] Linking AssociatedObjectPlugin-tool
[297/301] Compiling AssociatedObject functions.swift
[298/301] Compiling AssociatedObject swift_AssociationPolicy+.swift
[299/301] Compiling AssociatedObject objc_AssociationPolicy+.swift
[300/301] Compiling AssociatedObject AssociatedObject.swift
[301/301] Emitting module AssociatedObject
Build complete! (80.61s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-syntax",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "509.0.0",
            "upper_bound" : "602.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swiftlang/swift-syntax.git"
    },
    {
      "identity" : "swift-literal-type-inference",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.4.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/p-x9/swift-literal-type-inference.git"
    },
    {
      "identity" : "swift-object-association",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.5.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/p-x9/swift-object-association.git"
    },
    {
      "identity" : "swift-macro-testing",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.6.1",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/pointfreeco/swift-macro-testing.git"
    }
  ],
  "manifest_display_name" : "AssociatedObject",
  "name" : "AssociatedObject",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "macos",
      "version" : "10.15"
    }
  ],
  "products" : [
    {
      "name" : "AssociatedObject",
      "targets" : [
        "AssociatedObject"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "AssociatedObjectPlugin",
      "targets" : [
        "AssociatedObjectPlugin"
      ],
      "type" : {
        "macro" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "AssociatedObjectTests",
      "module_type" : "SwiftTarget",
      "name" : "AssociatedObjectTests",
      "path" : "Tests/AssociatedObjectTests",
      "product_dependencies" : [
        "SwiftSyntax",
        "SwiftSyntaxMacros",
        "SwiftCompilerPlugin",
        "SwiftSyntaxBuilder",
        "SwiftSyntaxMacrosTestSupport",
        "MacroTesting"
      ],
      "sources" : [
        "AssociatedObjectTests.swift",
        "AssociatedTypeDetectionObjectTests.swift",
        "Model/ClassType.swift",
        "PatternBindingSyntax+Tests.swift"
      ],
      "target_dependencies" : [
        "AssociatedObject",
        "AssociatedObjectPlugin"
      ],
      "type" : "test"
    },
    {
      "c99name" : "AssociatedObjectPlugin",
      "module_type" : "SwiftTarget",
      "name" : "AssociatedObjectPlugin",
      "path" : "Sources/AssociatedObjectPlugin",
      "product_dependencies" : [
        "SwiftSyntax",
        "SwiftSyntaxMacros",
        "SwiftCompilerPlugin",
        "SwiftSyntaxBuilder",
        "SwiftParserDiagnostics",
        "LiteralTypeInference"
      ],
      "product_memberships" : [
        "AssociatedObject",
        "AssociatedObjectPlugin"
      ],
      "sources" : [
        "AssociatedObjectMacro.swift",
        "AssociatedObjectMacroDiagnostic.swift",
        "AssociatedObjectMacrosPlugin.swift",
        "Extension/PatternBindingSyntax+.swift",
        "Extension/TypeSyntax+.swift"
      ],
      "type" : "macro"
    },
    {
      "c99name" : "AssociatedObjectC",
      "module_type" : "ClangTarget",
      "name" : "AssociatedObjectC",
      "path" : "Sources/AssociatedObjectC",
      "product_memberships" : [
        "AssociatedObject"
      ],
      "sources" : [
        "associated_object_key.c"
      ],
      "type" : "library"
    },
    {
      "c99name" : "AssociatedObject",
      "module_type" : "SwiftTarget",
      "name" : "AssociatedObject",
      "path" : "Sources/AssociatedObject",
      "product_dependencies" : [
        "ObjectAssociation"
      ],
      "product_memberships" : [
        "AssociatedObject"
      ],
      "sources" : [
        "AssociatedObject.swift",
        "Extension/objc_AssociationPolicy+.swift",
        "Extension/swift_AssociationPolicy+.swift",
        "functions.swift"
      ],
      "target_dependencies" : [
        "AssociatedObjectC",
        "AssociatedObjectPlugin"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:9029076bb687edc160a3d5201c89e92dd9fa7309f33f090c4234365c83366c31
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Done.