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 swift-property-name, reference main (bc111b), with Swift 6.1 for Linux on 29 Apr 2025 04:44:29 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.1-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

Build Log

========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/CuriositySoftware/swift-property-name.git
Reference: main
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/CuriositySoftware/swift-property-name
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at bc111b3 Merge pull request #10 from CuriositySoftware/bump/swift-syntax
Cloned https://github.com/CuriositySoftware/swift-property-name.git
Revision (git rev-parse @):
bc111b35c343e0548d836059e8da642a4e2467de
SUCCESS checkout https://github.com/CuriositySoftware/swift-property-name.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/CuriositySoftware/swift-property-name.git
https://github.com/CuriositySoftware/swift-property-name.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-syntax",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "510.0.0",
            "upper_bound" : "511.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swiftlang/swift-syntax.git"
    }
  ],
  "manifest_display_name" : "swift-property-name",
  "name" : "swift-property-name",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    },
    {
      "name" : "maccatalyst",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "PropertyName",
      "targets" : [
        "PropertyName"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "PropertyNameMacroClient",
      "targets" : [
        "PropertyNameMacroClient"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "Implementation",
      "targets" : [
        "Implementation"
      ],
      "type" : {
        "macro" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "PropertyNameMacroClient",
      "module_type" : "SwiftTarget",
      "name" : "PropertyNameMacroClient",
      "path" : "Sources/PropertyNameMacroClient",
      "product_dependencies" : [
        "SwiftSyntaxMacros"
      ],
      "product_memberships" : [
        "PropertyNameMacroClient"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "PropertyName"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "PropertyName",
      "module_type" : "SwiftTarget",
      "name" : "PropertyName",
      "path" : "Sources/PropertyName",
      "product_memberships" : [
        "PropertyName",
        "PropertyNameMacroClient"
      ],
      "sources" : [
        "PropertyName.swift"
      ],
      "target_dependencies" : [
        "Implementation"
      ],
      "type" : "library"
    },
    {
      "c99name" : "ImplementationMacroTests",
      "module_type" : "SwiftTarget",
      "name" : "ImplementationMacroTests",
      "path" : "Tests/ImplementationMacroTests",
      "product_dependencies" : [
        "SwiftSyntaxMacrosTestSupport"
      ],
      "sources" : [
        "PropertyNameTests.swift"
      ],
      "target_dependencies" : [
        "Implementation"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Implementation",
      "module_type" : "SwiftTarget",
      "name" : "Implementation",
      "path" : "Sources/Implementation",
      "product_dependencies" : [
        "SwiftSyntaxMacros",
        "SwiftCompilerPlugin"
      ],
      "product_memberships" : [
        "PropertyName",
        "PropertyNameMacroClient",
        "Implementation"
      ],
      "sources" : [
        "Diagnostics/Diagnostics.swift",
        "Macro/PropertyNameMacro.swift",
        "Plugin.swift"
      ],
      "type" : "macro"
    }
  ],
  "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.1-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.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/swiftlang/swift-syntax.git
[1/70245] Fetching swift-syntax
Fetched https://github.com/swiftlang/swift-syntax.git from cache (4.34s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 510.0.3 (6.76s)
Creating working copy for https://github.com/swiftlang/swift-syntax.git
Working copy of https://github.com/swiftlang/swift-syntax.git resolved at 510.0.3
Building for debugging...
[0/55] Write sources
[25/55] Write swift-version-24593BA9C3E375BF.txt
[27/63] Emitting module SwiftSyntax509
[29/63] Compiling SwiftSyntax509 Empty.swift
[31/65] Emitting module SwiftSyntax510
[32/65] Compiling SwiftSyntax510 Empty.swift
[35/66] Wrapping AST for SwiftSyntax509 for debugging
[38/66] Emitting module SwiftSyntax510
[39/66] Compiling SwiftSyntax510 Empty.swift
[39/66] Wrapping AST for SwiftSyntax510 for debugging
[43/187] Compiling SwiftSyntax RawSyntax.swift
[44/187] Compiling SwiftSyntax RawSyntaxLayoutView.swift
[45/187] Compiling SwiftSyntax RawSyntaxNodeProtocol.swift
[46/187] Compiling SwiftSyntax RawSyntaxTokenView.swift
[47/187] Compiling SwiftSyntax SourceLength.swift
[48/187] Compiling SwiftSyntax SourceLocation.swift
[49/187] Compiling SwiftSyntax SourcePresence.swift
[50/187] Compiling SwiftSyntax SwiftSyntaxCompatibility.swift
[51/187] Compiling SwiftSyntax Syntax.swift
[61/203] Emitting module SwiftSyntax
[63/203] Compiling SwiftSyntax AbsolutePosition.swift
[64/203] Compiling SwiftSyntax AbsoluteRawSyntax.swift
[65/203] Compiling SwiftSyntax AbsoluteSyntaxInfo.swift
[66/203] Compiling SwiftSyntax Assert.swift
[67/203] Compiling SwiftSyntax BumpPtrAllocator.swift
[68/203] Compiling SwiftSyntax CommonAncestor.swift
[69/203] Compiling SwiftSyntax Convenience.swift
[70/203] Compiling SwiftSyntax MemoryLayout.swift
[71/203] Compiling SwiftSyntax MissingNodeInitializers.swift
[72/203] Compiling SwiftSyntax RenamedNodesCompatibility.swift
[73/203] Compiling SwiftSyntax SyntaxAnyVisitor.swift
[74/203] Compiling SwiftSyntax SyntaxBaseNodes.swift
[75/203] Compiling SwiftSyntax SyntaxCollections.swift
[76/203] Compiling SwiftSyntax SyntaxEnum.swift
[77/203] Compiling SwiftSyntax SyntaxKind.swift
[78/203] Compiling SwiftSyntax SyntaxRewriter.swift
[79/203] Compiling SwiftSyntax SyntaxTraits.swift
[80/203] Compiling SwiftSyntax RawSyntaxNodesEF.swift
[81/203] Compiling SwiftSyntax RawSyntaxNodesGHI.swift
[82/203] Compiling SwiftSyntax RawSyntaxNodesJKLMN.swift
[83/203] Compiling SwiftSyntax RawSyntaxNodesOP.swift
[84/203] Compiling SwiftSyntax RawSyntaxNodesQRS.swift
[85/203] Compiling SwiftSyntax RawSyntaxNodesTUVWXYZ.swift
[86/203] Compiling SwiftSyntax RawSyntaxValidation.swift
[87/203] Compiling SwiftSyntax SyntaxNodesAB.swift
[88/203] Compiling SwiftSyntax TokenDiagnostic.swift
[89/203] Compiling SwiftSyntax TokenSequence.swift
[90/203] Compiling SwiftSyntax TokenSyntax.swift
[91/203] Compiling SwiftSyntax Trivia.swift
[92/203] Compiling SwiftSyntax Utils.swift
[93/203] Compiling SwiftSyntax ChildNameForKeyPath.swift
[94/203] Compiling SwiftSyntax Keyword.swift
[95/203] Compiling SwiftSyntax RenamedChildrenCompatibility.swift
[104/203] Compiling SwiftSyntax SyntaxTreeViewMode.swift
[105/203] Compiling SwiftSyntax SyntaxTransform.swift
[106/203] Compiling SwiftSyntax SyntaxVisitor.swift
[107/203] Compiling SwiftSyntax TokenKind.swift
[108/203] Compiling SwiftSyntax Tokens.swift
[109/203] Compiling SwiftSyntax TriviaPieces.swift
[110/203] Compiling SwiftSyntax RawSyntaxNodesAB.swift
[111/203] Compiling SwiftSyntax RawSyntaxNodesC.swift
[112/203] Compiling SwiftSyntax RawSyntaxNodesD.swift
[121/203] Compiling SwiftSyntax SyntaxArena.swift
[122/203] Compiling SwiftSyntax SyntaxChildren.swift
[123/203] Compiling SwiftSyntax SyntaxCollection.swift
[124/203] Compiling SwiftSyntax SyntaxHashable.swift
[125/203] Compiling SwiftSyntax SyntaxIdentifier.swift
[126/203] Compiling SwiftSyntax SyntaxNodeStructure.swift
[127/203] Compiling SwiftSyntax SyntaxProtocol.swift
[128/203] Compiling SwiftSyntax SyntaxText.swift
[163/203] Compiling SwiftSyntax SyntaxNodesC.swift
[164/203] Compiling SwiftSyntax SyntaxNodesD.swift
[165/203] Compiling SwiftSyntax SyntaxNodesEF.swift
[166/203] Compiling SwiftSyntax SyntaxNodesGHI.swift
[167/203] Compiling SwiftSyntax SyntaxNodesJKLMN.swift
[168/203] Compiling SwiftSyntax SyntaxNodesOP.swift
[169/203] Compiling SwiftSyntax SyntaxNodesQRS.swift
[170/203] Compiling SwiftSyntax SyntaxNodesTUVWXYZ.swift
[171/204] Wrapping AST for SwiftSyntax for debugging
[173/255] Emitting module SwiftBasicFormat
[174/255] Compiling SwiftDiagnostics FixIt.swift
[175/255] Compiling SwiftDiagnostics Diagnostic.swift
[176/255] Compiling SwiftDiagnostics Convenience.swift
[177/255] Emitting module SwiftDiagnostics
[178/255] Compiling SwiftDiagnostics Note.swift
[179/255] Compiling SwiftDiagnostics Message.swift
[180/255] Compiling SwiftBasicFormat Syntax+Extensions.swift
[181/255] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[182/255] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[183/255] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[184/255] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[186/256] Compiling SwiftBasicFormat BasicFormat.swift
[187/257] Compiling SwiftParser StringLiteralRepresentedLiteralValue.swift
[188/257] Compiling SwiftParser StringLiterals.swift
[189/257] Compiling SwiftParser SwiftParserCompatibility.swift
[190/257] Compiling SwiftParser SyntaxUtils.swift
[191/257] Compiling SwiftParser TokenConsumer.swift
[191/262] Wrapping AST for SwiftDiagnostics for debugging
[193/262] Wrapping AST for SwiftBasicFormat for debugging
[195/262] Compiling SwiftParser Lexer.swift
[196/262] Compiling SwiftParser RegexLiteralLexer.swift
[197/262] Compiling SwiftParser UnicodeScalarExtensions.swift
[198/262] Compiling SwiftParser Lookahead.swift
[199/262] Compiling SwiftParser LoopProgressCondition.swift
[200/262] Emitting module SwiftParser
[201/262] Compiling SwiftParser TokenPrecedence.swift
[202/262] Compiling SwiftParser TokenSpec.swift
[203/262] Compiling SwiftParser TokenSpecSet.swift
[204/262] Compiling SwiftParser TopLevel.swift
[205/262] Compiling SwiftParser TriviaParser.swift
[215/263] Compiling SwiftParser Parser.swift
[216/263] Compiling SwiftParser Patterns.swift
[217/263] Compiling SwiftParser Recovery.swift
[218/263] Compiling SwiftParser Specifiers.swift
[219/263] Compiling SwiftParser Statements.swift
[220/263] Compiling SwiftParser Modifiers.swift
[221/263] Compiling SwiftParser Names.swift
[222/263] Compiling SwiftParser Nominals.swift
[223/263] Compiling SwiftParser Parameters.swift
[224/263] Compiling SwiftParser ParseSourceFile.swift
[224/263] Wrapping AST for SwiftSyntax for debugging
[226/314] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[227/314] Emitting module SwiftDiagnostics
[228/314] Compiling SwiftDiagnostics Convenience.swift
[229/314] Compiling SwiftDiagnostics Message.swift
[230/314] Compiling SwiftDiagnostics Note.swift
[231/314] Compiling SwiftBasicFormat Syntax+Extensions.swift
[232/314] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[233/314] Compiling SwiftDiagnostics FixIt.swift
[234/314] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[235/314] Compiling SwiftDiagnostics Diagnostic.swift
[236/314] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[238/315] Emitting module SwiftBasicFormat
[239/315] Compiling SwiftBasicFormat BasicFormat.swift
[239/316] Wrapping AST for SwiftDiagnostics for debugging
[241/316] Wrapping AST for SwiftBasicFormat for debugging
[243/316] Compiling SwiftParser Types.swift
[244/316] Compiling SwiftParser IsLexerClassified.swift
[245/316] Compiling SwiftParser LayoutNodes+Parsable.swift
[246/316] Compiling SwiftParser Parser+TokenSpecSet.swift
[247/316] Compiling SwiftParser TokenSpecStaticMembers.swift
[248/316] Compiling SwiftParser StringLiteralRepresentedLiteralValue.swift
[249/316] Compiling SwiftParser StringLiterals.swift
[250/316] Compiling SwiftParser SwiftParserCompatibility.swift
[251/316] Compiling SwiftParser SyntaxUtils.swift
[252/316] Compiling SwiftParser TokenConsumer.swift
[253/316] Compiling SwiftParser Lexer.swift
[254/316] Compiling SwiftParser Attributes.swift
[255/316] Compiling SwiftParser Availability.swift
[256/316] Compiling SwiftParser CharacterInfo.swift
[257/316] Compiling SwiftParser CollectionNodes+Parsable.swift
[258/316] Compiling SwiftParser Declarations.swift
[259/316] Compiling SwiftParser Directives.swift
[261/317] Emitting module SwiftParser
[261/322] Wrapping AST for SwiftParser for debugging
[263/344] Compiling SwiftParser TokenPrecedence.swift
[264/344] Compiling SwiftParser TokenSpec.swift
[265/344] Compiling SwiftParser TokenSpecSet.swift
[266/344] Compiling SwiftParser TopLevel.swift
[267/344] Compiling SwiftParser TriviaParser.swift
[268/345] Compiling SwiftParserDiagnostics SyntaxKindNameForDiagnostics.swift
[269/346] Compiling SwiftOperators Operator.swift
[270/346] Compiling SwiftOperators OperatorError+Diagnostics.swift
[271/346] Compiling SwiftOperators PrecedenceGroup.swift
[272/347] Emitting module SwiftOperators
[273/347] Compiling SwiftOperators OperatorTable.swift
[274/347] Compiling SwiftOperators PrecedenceGraph.swift
[275/347] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[276/347] Compiling SwiftParser Parser.swift
[277/347] Compiling SwiftParser Patterns.swift
[278/347] Compiling SwiftParser Recovery.swift
[279/347] Compiling SwiftParser Specifiers.swift
[280/347] Compiling SwiftParser Statements.swift
[281/347] Compiling SwiftOperators OperatorTable+Semantics.swift
[282/347] Compiling SwiftParserDiagnostics SyntaxExtensions.swift
[283/347] Compiling SwiftParserDiagnostics Utils.swift
[285/347] Compiling SwiftParser RegexLiteralLexer.swift
[286/347] Compiling SwiftParser UnicodeScalarExtensions.swift
[287/347] Compiling SwiftParser Lookahead.swift
[288/347] Compiling SwiftParser LoopProgressCondition.swift
[289/347] Compiling SwiftOperators SyntaxSynthesis.swift
[292/347] Compiling SwiftOperators OperatorError.swift
[293/347] Compiling SwiftOperators OperatorTable+Defaults.swift
[294/347] Compiling SwiftParserDiagnostics MultiLineStringLiteralDiagnosticsGenerator.swift
[295/347] Compiling SwiftParserDiagnostics ParseDiagnosticsGenerator.swift
[298/347] Compiling SwiftOperators OperatorTable+Folding.swift
[300/348] Emitting module SwiftParserDiagnostics
[300/348] Wrapping AST for SwiftOperators for debugging
[302/348] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[305/348] Compiling SwiftParserDiagnostics ParserDiagnosticMessages.swift
[306/348] Compiling SwiftParserDiagnostics PresenceUtils.swift
[312/348] Compiling SwiftParser ExperimentalFeatures.swift
[313/348] Compiling SwiftParser Expressions.swift
[314/348] Compiling SwiftParser IncrementalParseTransition.swift
[315/348] Compiling SwiftParser Cursor.swift
[316/348] Compiling SwiftParser Lexeme.swift
[317/348] Compiling SwiftParser LexemeSequence.swift
[318/348] Compiling SwiftParser Modifiers.swift
[319/348] Compiling SwiftParser Names.swift
[320/348] Compiling SwiftParser Nominals.swift
[321/348] Compiling SwiftParser Parameters.swift
[322/348] Compiling SwiftParser ParseSourceFile.swift
[328/349] Compiling SwiftParser Types.swift
[329/349] Compiling SwiftParser IsLexerClassified.swift
[330/349] Compiling SwiftParser LayoutNodes+Parsable.swift
[331/349] Compiling SwiftParser Parser+TokenSpecSet.swift
[332/349] Compiling SwiftParser TokenSpecStaticMembers.swift
[332/350] Wrapping AST for SwiftParserDiagnostics for debugging
[334/364] Wrapping AST for SwiftParser for debugging
[336/377] Compiling SwiftParserDiagnostics SyntaxKindNameForDiagnostics.swift
[337/378] Compiling SwiftParserDiagnostics MultiLineStringLiteralDiagnosticsGenerator.swift
[338/378] Compiling SwiftParserDiagnostics ParseDiagnosticsGenerator.swift
[339/378] Emitting module SwiftSyntaxBuilder
[340/378] Compiling SwiftParserDiagnostics ParserDiagnosticMessages.swift
[341/378] Compiling SwiftParserDiagnostics PresenceUtils.swift
[342/378] Compiling SwiftParserDiagnostics MissingNodesError.swift
[343/378] Compiling SwiftParserDiagnostics MissingTokenError.swift
[344/379] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[345/379] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
[346/379] Compiling SwiftParserDiagnostics DiagnosticExtensions.swift
[347/379] Compiling SwiftParserDiagnostics LexerDiagnosticMessages.swift
[348/379] Compiling SwiftParserDiagnostics SyntaxExtensions.swift
[349/379] Compiling SwiftParserDiagnostics Utils.swift
[350/379] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[351/379] Emitting module SwiftParserDiagnostics
[356/379] Compiling SwiftSyntaxBuilder ResultBuilders.swift
[359/379] Compiling SwiftSyntaxBuilder BuildableNodes.swift
[360/379] Compiling SwiftSyntaxBuilder RenamedChildrenBuilderCompatibility.swift
[361/380] Wrapping AST for SwiftSyntaxBuilder for debugging
[363/394] Compiling SwiftSyntaxMacros Macro.swift
[364/394] Compiling SwiftSyntaxMacros MemberAttributeMacro.swift
[365/394] Compiling SwiftSyntaxMacros FreestandingMacro.swift
[366/394] Compiling SwiftSyntaxMacros Macro+Format.swift
[367/395] Compiling SwiftSyntaxMacros CodeItemMacro.swift
[368/395] Compiling SwiftSyntaxMacros DeclarationMacro.swift
[369/395] Compiling SwiftSyntaxMacros ExpressionMacro.swift
[370/395] Compiling SwiftSyntaxMacros ExtensionMacro.swift
[371/395] Emitting module SwiftSyntaxMacros
[372/395] Compiling SwiftSyntaxMacros MemberMacro.swift
[373/395] Compiling SwiftSyntaxMacros PeerMacro.swift
[374/395] Compiling SwiftSyntaxMacros AccessorMacro.swift
[375/395] Compiling SwiftSyntaxMacros AttachedMacro.swift
[376/395] Compiling SwiftSyntaxMacros AbstractSourceLocation.swift
[377/395] Compiling SwiftSyntaxMacros MacroExpansionContext.swift
[378/396] Wrapping AST for SwiftSyntaxMacros for debugging
[384/405] Wrapping AST for SwiftParserDiagnostics for debugging
[386/416] Emitting module SwiftSyntaxMacroExpansion
[387/419] Compiling SwiftSyntaxMacroExpansion IndentationUtils.swift
[388/419] Compiling SwiftSyntaxMacroExpansion BasicMacroExpansionContext.swift
[389/419] Compiling SwiftSyntaxMacroExpansion FunctionParameterUtils.swift
[390/419] Compiling SwiftSyntaxMacroExpansion MacroReplacement.swift
[391/419] Compiling SwiftSyntaxBuilder ValidatingSyntaxNodes.swift
[392/419] Compiling SwiftSyntaxBuilder WithTrailingCommaSyntax+EnsuringTrailingComma.swift
[393/420] Compiling SwiftSyntaxBuilder SyntaxNodeWithBody.swift
[394/420] Compiling SwiftSyntaxBuilder SyntaxParsable+ExpressibleByStringInterpolation.swift
[395/420] Compiling SwiftSyntaxMacroExpansion MacroExpansionDiagnosticMessages.swift
[396/420] Compiling SwiftSyntaxMacroExpansion MacroExpansion.swift
[397/420] Compiling SwiftSyntaxMacroExpansion MacroSystem.swift
[398/420] Compiling SwiftSyntaxBuilder Indenter.swift
[399/420] Compiling SwiftSyntaxBuilder ResultBuilderExtensions.swift
[400/421] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
[402/421] Compiling SwiftSyntaxBuilder ConvenienceInitializers.swift
[403/421] Compiling SwiftSyntaxBuilder DeclSyntaxParseable.swift
[404/421] Emitting module SwiftSyntaxBuilder
[405/421] Compiling SwiftSyntaxBuilder SwiftSyntaxBuilderCompatibility.swift
[406/421] Compiling SwiftSyntaxBuilder Syntax+StringInterpolation.swift
[406/421] Wrapping AST for SwiftSyntaxMacroExpansion for debugging
[408/428] Compiling SwiftCompilerPluginMessageHandling Macros.swift
[409/428] Compiling SwiftCompilerPluginMessageHandling Diagnostics.swift
[410/428] Compiling SwiftCompilerPluginMessageHandling CompilerPluginMessageHandler.swift
[411/428] Compiling SwiftCompilerPluginMessageHandling PluginMacroExpansionContext.swift
[412/428] Emitting module SwiftCompilerPluginMessageHandling
[413/428] Compiling SwiftSyntaxBuilder ResultBuilders.swift
[414/428] Compiling SwiftSyntaxBuilder BuildableNodes.swift
[415/428] Compiling SwiftSyntaxBuilder RenamedChildrenBuilderCompatibility.swift
[416/429] Wrapping AST for SwiftSyntaxBuilder for debugging
[418/443] Compiling SwiftSyntaxMacros FreestandingMacro.swift
[419/443] Compiling SwiftSyntaxMacros Macro+Format.swift
[420/444] Compiling SwiftSyntaxMacros MemberMacro.swift
[421/444] Compiling SwiftSyntaxMacros ExpressionMacro.swift
[422/444] Compiling SwiftSyntaxMacros ExtensionMacro.swift
[423/444] Compiling SwiftSyntaxMacros Macro.swift
[424/444] Compiling SwiftSyntaxMacros MemberAttributeMacro.swift
[425/444] Compiling SwiftSyntaxMacros CodeItemMacro.swift
[426/444] Compiling SwiftSyntaxMacros DeclarationMacro.swift
[427/444] Compiling SwiftCompilerPluginMessageHandling PluginMessageCompatibility.swift
[428/444] Compiling SwiftCompilerPluginMessageHandling PluginMessages.swift
[429/445] Emitting module SwiftSyntaxMacros
[430/445] Compiling SwiftSyntaxMacros AccessorMacro.swift
[431/445] Compiling SwiftSyntaxMacros AttachedMacro.swift
[432/445] Compiling SwiftSyntaxMacros AbstractSourceLocation.swift
[433/445] Compiling SwiftSyntaxMacros MacroExpansionContext.swift
[434/445] Compiling SwiftSyntaxMacros PeerMacro.swift
[436/446] Wrapping AST for SwiftCompilerPluginMessageHandling for debugging
[437/446] Wrapping AST for SwiftSyntaxMacros for debugging
[439/448] Compiling SwiftCompilerPlugin CompilerPlugin.swift
[440/448] Emitting module SwiftCompilerPlugin
[441/449] Wrapping AST for SwiftCompilerPlugin for debugging
[443/453] Compiling Implementation Plugin.swift
[444/453] Compiling Implementation Diagnostics.swift
[445/453] Emitting module Implementation
[446/453] Compiling Implementation PropertyNameMacro.swift
[447/454] Wrapping AST for Implementation for debugging
[448/454] Write Objects.LinkFileList
[449/454] Linking Implementation-tool
[451/456] Compiling PropertyName PropertyName.swift
[452/456] Emitting module PropertyName
[453/457] Wrapping AST for PropertyName for debugging
[455/459] Emitting module PropertyNameMacroClient
[456/459] Compiling PropertyNameMacroClient main.swift
[457/460] Wrapping AST for PropertyNameMacroClient for debugging
[458/460] Write Objects.LinkFileList
[459/460] Linking PropertyNameMacroClient
Build complete! (97.06s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-syntax",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "510.0.0",
            "upper_bound" : "511.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swiftlang/swift-syntax.git"
    }
  ],
  "manifest_display_name" : "swift-property-name",
  "name" : "swift-property-name",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    },
    {
      "name" : "maccatalyst",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "PropertyName",
      "targets" : [
        "PropertyName"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "PropertyNameMacroClient",
      "targets" : [
        "PropertyNameMacroClient"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "Implementation",
      "targets" : [
        "Implementation"
      ],
      "type" : {
        "macro" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "PropertyNameMacroClient",
      "module_type" : "SwiftTarget",
      "name" : "PropertyNameMacroClient",
      "path" : "Sources/PropertyNameMacroClient",
      "product_dependencies" : [
        "SwiftSyntaxMacros"
      ],
      "product_memberships" : [
        "PropertyNameMacroClient"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "PropertyName"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "PropertyName",
      "module_type" : "SwiftTarget",
      "name" : "PropertyName",
      "path" : "Sources/PropertyName",
      "product_memberships" : [
        "PropertyName",
        "PropertyNameMacroClient"
      ],
      "sources" : [
        "PropertyName.swift"
      ],
      "target_dependencies" : [
        "Implementation"
      ],
      "type" : "library"
    },
    {
      "c99name" : "ImplementationMacroTests",
      "module_type" : "SwiftTarget",
      "name" : "ImplementationMacroTests",
      "path" : "Tests/ImplementationMacroTests",
      "product_dependencies" : [
        "SwiftSyntaxMacrosTestSupport"
      ],
      "sources" : [
        "PropertyNameTests.swift"
      ],
      "target_dependencies" : [
        "Implementation"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Implementation",
      "module_type" : "SwiftTarget",
      "name" : "Implementation",
      "path" : "Sources/Implementation",
      "product_dependencies" : [
        "SwiftSyntaxMacros",
        "SwiftCompilerPlugin"
      ],
      "product_memberships" : [
        "PropertyName",
        "PropertyNameMacroClient",
        "Implementation"
      ],
      "sources" : [
        "Diagnostics/Diagnostics.swift",
        "Macro/PropertyNameMacro.swift",
        "Plugin.swift"
      ],
      "type" : "macro"
    }
  ],
  "tools_version" : "5.9"
}
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.