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 Renamed, reference main (8d0a9d), with Swift 6.0 for macOS (SPM) on 29 Nov 2024 14:19:40 UTC.

Swift 6 data race errors: 2

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun swift build --arch arm64 -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

Build Log

========================================
RunAll
========================================
Builder version: 4.58.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/JosephDuffy/Renamed.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/JosephDuffy/Renamed
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 8d0a9db Add missing ending quotes for string
Cloned https://github.com/JosephDuffy/Renamed.git
Revision (git rev-parse @):
8d0a9dbfb9f60c61d8b042310bd028b2f8563439
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/JosephDuffy/Renamed.git at main
Fetching https://github.com/apple/swift-syntax.git
[1/66684] Fetching swift-syntax
Fetched https://github.com/apple/swift-syntax.git from cache (4.27s)
Creating working copy for https://github.com/apple/swift-syntax.git
Working copy of https://github.com/apple/swift-syntax.git resolved at main (c28f994)
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "renamed",
      "name": "Renamed",
      "url": "https://github.com/JosephDuffy/Renamed.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Renamed",
      "dependencies": [
        {
          "identity": "swift-syntax",
          "name": "swift-syntax",
          "url": "https://github.com/apple/swift-syntax.git",
          "version": "unspecified",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-syntax",
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/JosephDuffy/Renamed.git
[1/221] Fetching renamed
Fetched https://github.com/JosephDuffy/Renamed.git from cache (0.78s)
Fetching https://github.com/apple/swift-syntax.git from cache
Fetched https://github.com/apple/swift-syntax.git from cache (0.83s)
Creating working copy for https://github.com/apple/swift-syntax.git
Working copy of https://github.com/apple/swift-syntax.git resolved at main (b721fa8)
Creating working copy for https://github.com/JosephDuffy/Renamed.git
Working copy of https://github.com/JosephDuffy/Renamed.git resolved at main (8d0a9db)
warning: '.resolve-product-dependencies': dependency 'renamed' is not used by any target
Found 1 product dependencies
  - swift-syntax
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/JosephDuffy/Renamed.git
{
  "dependencies" : [
    {
      "identity" : "swift-syntax",
      "requirement" : {
        "branch" : [
          "main"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-syntax.git"
    }
  ],
  "manifest_display_name" : "Renamed",
  "name" : "Renamed",
  "path" : "/Users/admin/builder/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" : "Renamed",
      "targets" : [
        "Renamed"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "RenamedPlugin",
      "targets" : [
        "RenamedPlugin"
      ],
      "type" : {
        "macro" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "RenamedTests",
      "module_type" : "SwiftTarget",
      "name" : "RenamedTests",
      "path" : "Tests/RenamedTests",
      "product_dependencies" : [
        "SwiftSyntaxMacros",
        "SwiftSyntaxMacrosTestSupport"
      ],
      "sources" : [
        "RenamedTests.swift"
      ],
      "target_dependencies" : [
        "RenamedPlugin"
      ],
      "type" : "test"
    },
    {
      "c99name" : "RenamedPlugin",
      "module_type" : "SwiftTarget",
      "name" : "RenamedPlugin",
      "path" : "Sources/RenamedPlugin",
      "product_dependencies" : [
        "SwiftDiagnostics",
        "SwiftSyntax",
        "SwiftSyntaxBuilder",
        "SwiftSyntaxMacros",
        "SwiftCompilerPlugin"
      ],
      "product_memberships" : [
        "Renamed",
        "RenamedPlugin"
      ],
      "sources" : [
        "Renamed.swift",
        "RenamedPlugin.swift",
        "SyntaxStringInterpolation+Optional.swift"
      ],
      "type" : "macro"
    },
    {
      "c99name" : "Renamed",
      "module_type" : "SwiftTarget",
      "name" : "Renamed",
      "path" : "Sources/Renamed",
      "product_memberships" : [
        "Renamed"
      ],
      "sources" : [
        "Macros.swift"
      ],
      "target_dependencies" : [
        "RenamedPlugin"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun swift build --arch arm64 -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
Building for debugging...
[0/16] Write sources
[13/16] Write swift-version--7754E27361AE5C74.txt
[15/60] Compiling SwiftSyntax RawSyntaxTokenView.swift
[16/60] Compiling SwiftSyntax SourceLength.swift
[17/60] Compiling SwiftSyntax SourceLocation.swift
[18/60] Compiling SwiftSyntax SourcePresence.swift
[19/60] Compiling SwiftSyntax SwiftSyntaxCompatibility.swift
[20/64] Compiling SwiftSyntax MemoryLayout.swift
[21/64] Compiling SwiftSyntax MissingNodeInitializers.swift
[22/64] Compiling SwiftSyntax RawSyntax.swift
[23/64] Compiling SwiftSyntax RawSyntaxLayoutView.swift
[24/64] Compiling SwiftSyntax RawSyntaxNodeProtocol.swift
[25/64] Compiling SwiftSyntax Syntax.swift
[26/64] Compiling SwiftSyntax SyntaxArena.swift
[27/64] Compiling SwiftSyntax SyntaxChildren.swift
[28/64] Compiling SwiftSyntax SyntaxData.swift
[29/64] Compiling SwiftSyntax SyntaxText.swift
[30/64] Compiling SwiftSyntax SyntaxEnum.swift
[31/64] Compiling SwiftSyntax SyntaxKind.swift
[32/64] Compiling SwiftSyntax SyntaxRewriter.swift
[33/64] Compiling SwiftSyntax SyntaxTraits.swift
[34/64] Compiling SwiftSyntax SyntaxTransform.swift
[35/64] Emitting module SwiftSyntax
[36/64] Compiling SwiftSyntax AbsolutePosition.swift
[37/64] Compiling SwiftSyntax Assert.swift
[38/64] Compiling SwiftSyntax BumpPtrAllocator.swift
[39/64] Compiling SwiftSyntax CommonAncestor.swift
[40/64] Compiling SwiftSyntax IncrementalParseTransition.swift
[41/64] Compiling SwiftSyntax SyntaxTreeViewMode.swift
[42/64] Compiling SwiftSyntax TokenDiagnostic.swift
[43/64] Compiling SwiftSyntax TokenSyntax.swift
[44/64] Compiling SwiftSyntax Trivia.swift
[45/64] Compiling SwiftSyntax Utils.swift
[46/64] Compiling SwiftSyntax ChildNameForKeyPath.swift
[47/64] Compiling SwiftSyntax Keyword.swift
[48/64] Compiling SwiftSyntax SyntaxAnyVisitor.swift
[49/64] Compiling SwiftSyntax SyntaxBaseNodes.swift
[50/64] Compiling SwiftSyntax SyntaxCollections.swift
[51/64] Compiling SwiftSyntax SyntaxVisitor.swift
[52/64] Compiling SwiftSyntax TokenKind.swift
[53/64] Compiling SwiftSyntax Tokens.swift
[54/64] Compiling SwiftSyntax TriviaPieces.swift
[55/64] Compiling SwiftSyntax SyntaxNodes.swift
[56/64] Compiling SwiftSyntax SyntaxPatternNodes.swift
[57/64] Compiling SwiftSyntax SyntaxStmtNodes.swift
[58/64] Compiling SwiftSyntax SyntaxTypeNodes.swift
[59/64] Compiling SwiftSyntax RawSyntaxNodes.swift
[60/64] Compiling SwiftSyntax RawSyntaxValidation.swift
[61/64] Compiling SwiftSyntax SyntaxDeclNodes.swift
[62/64] Compiling SwiftSyntax SyntaxExprNodes.swift
[63/110] Compiling SwiftDiagnostics Note.swift
[64/110] Compiling SwiftDiagnostics Message.swift
[65/110] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[66/110] Compiling SwiftBasicFormat BasicFormat+Extensions.swift
[67/110] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[68/110] Compiling SwiftDiagnostics FixIt.swift
[69/110] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[70/110] Compiling SwiftDiagnostics Diagnostic.swift
[71/110] Emitting module SwiftDiagnostics
[72/110] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[73/110] Compiling SwiftBasicFormat BasicFormat.swift
[74/110] Emitting module SwiftBasicFormat
[75/110] Compiling SwiftParser TopLevel.swift
[76/110] Compiling SwiftParser TriviaParser.swift
[77/110] Compiling SwiftParser Types.swift
[78/113] Compiling SwiftParser StringLiterals.swift
[79/113] Compiling SwiftParser SyntaxUtils.swift
[80/113] Compiling SwiftParser TokenConsumer.swift
[81/113] Compiling SwiftParser Nominals.swift
[82/113] Compiling SwiftParser Parameters.swift
[83/113] Compiling SwiftParser Parser.swift
[84/113] Compiling SwiftParser Patterns.swift
[85/113] Compiling SwiftParser TokenPrecedence.swift
[86/113] Compiling SwiftParser TokenSpec.swift
[87/113] Compiling SwiftParser TokenSpecSet.swift
[88/113] Compiling SwiftParser Lookahead.swift
[89/113] Compiling SwiftParser LoopProgressCondition.swift
[90/113] Compiling SwiftParser Modifiers.swift
[91/113] Compiling SwiftParser Names.swift
[92/113] Compiling SwiftParser Recovery.swift
[93/113] Compiling SwiftParser Specifiers.swift
[94/113] Compiling SwiftParser Statements.swift
[95/113] Compiling SwiftParser StringLiteralRepresentedLiteralValue.swift
[96/113] Compiling SwiftParser LexemeSequence.swift
[97/113] Compiling SwiftParser Lexer.swift
[98/113] Compiling SwiftParser RegexLiteralLexer.swift
[99/113] Compiling SwiftParser UnicodeScalarExtensions.swift
[100/113] Compiling SwiftParser IsLexerClassified.swift
[101/113] Compiling SwiftParser Parser+Entry.swift
[102/113] Compiling SwiftParser TokenSpecStaticMembers.swift
[103/113] Emitting module SwiftParser
[104/113] Compiling SwiftParser Attributes.swift
[105/113] Compiling SwiftParser Availability.swift
[106/113] Compiling SwiftParser CharacterInfo.swift
[107/113] Compiling SwiftParser Declarations.swift
[108/113] Compiling SwiftParser Directives.swift
[109/113] Compiling SwiftParser Expressions.swift
[110/113] Compiling SwiftParser Cursor.swift
[111/113] Compiling SwiftParser Lexeme.swift
[112/136] Compiling SwiftOperators PrecedenceGraph.swift
[113/136] Compiling SwiftOperators PrecedenceGroup.swift
[114/137] Compiling SwiftOperators OperatorTable.swift
[115/137] Compiling SwiftParserDiagnostics SyntaxExtensions.swift
[116/138] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[117/138] Compiling SwiftOperators SyntaxSynthesis.swift
[118/138] Compiling SwiftOperators OperatorTable+Semantics.swift
[119/138] Compiling SwiftOperators OperatorTable+Defaults.swift
[120/138] Compiling SwiftOperators OperatorError.swift
[121/138] Compiling SwiftOperators OperatorError+Diagnostics.swift
[122/138] Compiling SwiftOperators Operator.swift
[123/138] Emitting module SwiftOperators
[124/138] Compiling SwiftOperators OperatorTable+Folding.swift
[125/138] Compiling SwiftParserDiagnostics SyntaxKindNameForDiagnostics.swift
[126/138] Compiling SwiftParserDiagnostics PresenceUtils.swift
[127/138] Compiling SwiftParserDiagnostics ParserDiagnosticMessages.swift
[128/138] Compiling SwiftParserDiagnostics Utils.swift
[129/138] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[130/138] Emitting module SwiftParserDiagnostics
[131/138] Compiling SwiftParserDiagnostics MissingNodesError.swift
[132/138] Compiling SwiftParserDiagnostics MissingTokenError.swift
[133/138] Compiling SwiftParserDiagnostics MultiLineStringLiteralDiagnosticsGenerator.swift
[134/138] Compiling SwiftParserDiagnostics ParseDiagnosticsGenerator.swift
[135/138] Compiling SwiftParserDiagnostics DiagnosticExtensions.swift
[136/138] Compiling SwiftParserDiagnostics LexerDiagnosticMessages.swift
[137/150] Compiling SwiftSyntaxBuilder ValidatingSyntaxNodes.swift
[138/150] Compiling SwiftSyntaxBuilder BuildableNodes.swift
[139/150] Compiling SwiftSyntaxBuilder SyntaxNodeWithBody.swift
[140/150] Compiling SwiftSyntaxBuilder Syntax+StringInterpolation.swift
[141/150] Compiling SwiftSyntaxBuilder BuildableCollectionNodes.swift
[142/150] Compiling SwiftSyntaxBuilder ConvenienceInitializers.swift
[143/150] Compiling SwiftSyntaxBuilder Indenter.swift
[144/150] Compiling SwiftSyntaxBuilder ResultBuilderExtensions.swift
[145/150] Compiling SwiftSyntaxBuilder SwiftSyntaxBuilderCompatibility.swift
[146/150] Emitting module SwiftSyntaxBuilder
[147/150] Compiling SwiftSyntaxBuilder WithTrailingCommaSyntax+EnsuringTrailingComma.swift
[148/150] Compiling SwiftSyntaxBuilder ResultBuilders.swift
[149/151] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
[150/170] Compiling SwiftSyntaxMacros FreestandingMacro.swift
[151/170] Compiling SwiftSyntaxMacros Macro+Format.swift
[152/170] Compiling SwiftSyntaxMacros MemberMacro.swift
[153/170] Compiling SwiftSyntaxMacros PeerMacro.swift
[154/170] Compiling SwiftSyntaxMacros Macro.swift
[155/170] Compiling SwiftSyntaxMacros MemberAttributeMacro.swift
[156/171] Compiling SwiftSyntaxMacros Syntax+MacroEvaluation.swift
[157/171] Compiling SwiftSyntaxMacros DeclarationMacro.swift
[158/171] Compiling SwiftSyntaxMacros ExpressionMacro.swift
[159/171] Compiling SwiftSyntaxMacros CodeItemMacro.swift
[160/171] Compiling SwiftSyntaxMacros ConformanceMacro.swift
[161/171] Compiling SwiftSyntaxMacros AccessorMacro.swift
[162/171] Compiling SwiftSyntaxMacros AttachedMacro.swift
[163/171] Compiling SwiftSyntaxMacros FunctionParameterUtils.swift
[164/171] Compiling SwiftSyntaxMacros MacroExpansionContext.swift
[165/171] Compiling SwiftSyntaxMacros MacroReplacement.swift
[166/171] Compiling SwiftSyntaxMacros MacroSystem.swift
[167/171] Emitting module SwiftSyntaxMacros
[168/171] Compiling SwiftSyntaxMacros AbstractSourceLocation.swift
[169/171] Compiling SwiftSyntaxMacros BasicMacroExpansionContext.swift
[170/173] Compiling SwiftSyntaxMacroExpansion MacroExpansion.swift
[171/173] Emitting module SwiftSyntaxMacroExpansion
[172/179] Compiling SwiftCompilerPluginMessageHandling PluginMacroExpansionContext.swift
[173/179] Compiling SwiftCompilerPluginMessageHandling Diagnostics.swift
[174/179] Compiling SwiftCompilerPluginMessageHandling Macros.swift
[175/179] Compiling SwiftCompilerPluginMessageHandling CompilerPluginMessageHandler.swift
[176/179] Emitting module SwiftCompilerPluginMessageHandling
[177/179] Compiling SwiftCompilerPluginMessageHandling PluginMessages.swift
[178/181] Compiling SwiftCompilerPlugin CompilerPlugin.swift
[179/181] Emitting module SwiftCompilerPlugin
[180/185] Compiling RenamedPlugin RenamedPlugin.swift
[181/185] Compiling RenamedPlugin SyntaxStringInterpolation+Optional.swift
[182/185] Compiling RenamedPlugin Renamed.swift
/Users/admin/builder/spi-builder-workspace/Sources/RenamedPlugin/Renamed.swift:319:9: warning: stored property 'diagnosticID' of 'Sendable'-conforming struct 'ErrorDiagnosticMessage' has non-sendable type 'MessageID'; this is an error in the Swift 6 language mode
317 | private struct ErrorDiagnosticMessage: DiagnosticMessage, Error {
318 |     let message: String
319 |     let diagnosticID: MessageID
    |         `- warning: stored property 'diagnosticID' of 'Sendable'-conforming struct 'ErrorDiagnosticMessage' has non-sendable type 'MessageID'; this is an error in the Swift 6 language mode
320 |     let severity: DiagnosticSeverity
321 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftDiagnostics/Message.swift:19:15: note: struct 'MessageID' does not conform to the 'Sendable' protocol
17 | /// same wording. Eg. it’s possible that the message contains more context when
18 | /// available.
19 | public struct MessageID: Hashable {
   |               `- note: struct 'MessageID' does not conform to the 'Sendable' protocol
20 |   private let domain: String
21 |   private let id: String
/Users/admin/builder/spi-builder-workspace/Sources/RenamedPlugin/Renamed.swift:2:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'SwiftDiagnostics'
  1 | import Foundation
  2 | import SwiftDiagnostics
    | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'SwiftDiagnostics'
  3 | import SwiftSyntax
  4 | import SwiftSyntaxMacros
/Users/admin/builder/spi-builder-workspace/Sources/RenamedPlugin/Renamed.swift:320:9: warning: stored property 'severity' of 'Sendable'-conforming struct 'ErrorDiagnosticMessage' has non-sendable type 'DiagnosticSeverity'; this is an error in the Swift 6 language mode
318 |     let message: String
319 |     let diagnosticID: MessageID
320 |     let severity: DiagnosticSeverity
    |         `- warning: stored property 'severity' of 'Sendable'-conforming struct 'ErrorDiagnosticMessage' has non-sendable type 'DiagnosticSeverity'; this is an error in the Swift 6 language mode
321 |
322 |     init(id: String, message: String) {
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftDiagnostics/Message.swift:29:13: note: enum 'DiagnosticSeverity' does not conform to the 'Sendable' protocol
27 | }
28 |
29 | public enum DiagnosticSeverity {
   |             `- note: enum 'DiagnosticSeverity' does not conform to the 'Sendable' protocol
30 |   case error
31 |   case warning
[183/185] Emitting module RenamedPlugin
/Users/admin/builder/spi-builder-workspace/Sources/RenamedPlugin/Renamed.swift:319:9: warning: stored property 'diagnosticID' of 'Sendable'-conforming struct 'ErrorDiagnosticMessage' has non-sendable type 'MessageID'; this is an error in the Swift 6 language mode
317 | private struct ErrorDiagnosticMessage: DiagnosticMessage, Error {
318 |     let message: String
319 |     let diagnosticID: MessageID
    |         `- warning: stored property 'diagnosticID' of 'Sendable'-conforming struct 'ErrorDiagnosticMessage' has non-sendable type 'MessageID'; this is an error in the Swift 6 language mode
320 |     let severity: DiagnosticSeverity
321 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftDiagnostics/Message.swift:19:15: note: struct 'MessageID' does not conform to the 'Sendable' protocol
17 | /// same wording. Eg. it’s possible that the message contains more context when
18 | /// available.
19 | public struct MessageID: Hashable {
   |               `- note: struct 'MessageID' does not conform to the 'Sendable' protocol
20 |   private let domain: String
21 |   private let id: String
/Users/admin/builder/spi-builder-workspace/Sources/RenamedPlugin/Renamed.swift:2:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'SwiftDiagnostics'
  1 | import Foundation
  2 | import SwiftDiagnostics
    | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'SwiftDiagnostics'
  3 | import SwiftSyntax
  4 | import SwiftSyntaxMacros
/Users/admin/builder/spi-builder-workspace/Sources/RenamedPlugin/Renamed.swift:320:9: warning: stored property 'severity' of 'Sendable'-conforming struct 'ErrorDiagnosticMessage' has non-sendable type 'DiagnosticSeverity'; this is an error in the Swift 6 language mode
318 |     let message: String
319 |     let diagnosticID: MessageID
320 |     let severity: DiagnosticSeverity
    |         `- warning: stored property 'severity' of 'Sendable'-conforming struct 'ErrorDiagnosticMessage' has non-sendable type 'DiagnosticSeverity'; this is an error in the Swift 6 language mode
321 |
322 |     init(id: String, message: String) {
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftDiagnostics/Message.swift:29:13: note: enum 'DiagnosticSeverity' does not conform to the 'Sendable' protocol
27 | }
28 |
29 | public enum DiagnosticSeverity {
   |             `- note: enum 'DiagnosticSeverity' does not conform to the 'Sendable' protocol
30 |   case error
31 |   case warning
[183/185] Write Objects.LinkFileList
[184/185] Linking RenamedPlugin-tool
[186/187] Emitting module Renamed
[187/187] Compiling Renamed Macros.swift
Build complete! (48.73s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-syntax",
      "requirement" : {
        "branch" : [
          "main"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-syntax.git"
    }
  ],
  "manifest_display_name" : "Renamed",
  "name" : "Renamed",
  "path" : "/Users/admin/builder/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" : "Renamed",
      "targets" : [
        "Renamed"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "RenamedPlugin",
      "targets" : [
        "RenamedPlugin"
      ],
      "type" : {
        "macro" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "RenamedTests",
      "module_type" : "SwiftTarget",
      "name" : "RenamedTests",
      "path" : "Tests/RenamedTests",
      "product_dependencies" : [
        "SwiftSyntaxMacros",
        "SwiftSyntaxMacrosTestSupport"
      ],
      "sources" : [
        "RenamedTests.swift"
      ],
      "target_dependencies" : [
        "RenamedPlugin"
      ],
      "type" : "test"
    },
    {
      "c99name" : "RenamedPlugin",
      "module_type" : "SwiftTarget",
      "name" : "RenamedPlugin",
      "path" : "Sources/RenamedPlugin",
      "product_dependencies" : [
        "SwiftDiagnostics",
        "SwiftSyntax",
        "SwiftSyntaxBuilder",
        "SwiftSyntaxMacros",
        "SwiftCompilerPlugin"
      ],
      "product_memberships" : [
        "Renamed",
        "RenamedPlugin"
      ],
      "sources" : [
        "Renamed.swift",
        "RenamedPlugin.swift",
        "SyntaxStringInterpolation+Optional.swift"
      ],
      "type" : "macro"
    },
    {
      "c99name" : "Renamed",
      "module_type" : "SwiftTarget",
      "name" : "Renamed",
      "path" : "Sources/Renamed",
      "product_memberships" : [
        "Renamed"
      ],
      "sources" : [
        "Macros.swift"
      ],
      "target_dependencies" : [
        "RenamedPlugin"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Done.