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 Renamed, reference v1.0.0-beta.1 (53f0f3), with Swift 6.0 for macOS (SPM) on 29 Nov 2024 14:19:16 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: v1.0.0-beta.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/JosephDuffy/Renamed
 * tag               v1.0.0-beta.1 -> FETCH_HEAD
HEAD is now at 53f0f32 Remove question about CI failing; it’s now passing!
Cloned https://github.com/JosephDuffy/Renamed.git
Revision (git rev-parse @):
53f0f32a111e2f0771b1f0e7d13fd052de0c0230
SUCCESS checkout https://github.com/JosephDuffy/Renamed.git at v1.0.0-beta.1
Fetching https://github.com/apple/swift-syntax.git
[1/66684] Fetching swift-syntax
Fetched https://github.com/apple/swift-syntax.git from cache (3.69s)
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.76s)
Fetching https://github.com/apple/swift-syntax.git from cache
Fetched https://github.com/apple/swift-syntax.git from cache (0.84s)
Creating working copy for https://github.com/JosephDuffy/Renamed.git
Working copy of https://github.com/JosephDuffy/Renamed.git resolved at v1.0.0-beta.1 (53f0f32)
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)
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 AbsolutePosition.swift
[21/64] Compiling SwiftSyntax Assert.swift
[22/64] Compiling SwiftSyntax BumpPtrAllocator.swift
[23/64] Compiling SwiftSyntax CommonAncestor.swift
[24/64] Compiling SwiftSyntax IncrementalParseTransition.swift
[25/64] Compiling SwiftSyntax MemoryLayout.swift
[26/64] Compiling SwiftSyntax MissingNodeInitializers.swift
[27/64] Compiling SwiftSyntax RawSyntax.swift
[28/64] Compiling SwiftSyntax RawSyntaxLayoutView.swift
[29/64] Compiling SwiftSyntax RawSyntaxNodeProtocol.swift
[30/64] Compiling SwiftSyntax Syntax.swift
[31/64] Compiling SwiftSyntax SyntaxArena.swift
[32/64] Compiling SwiftSyntax SyntaxChildren.swift
[33/64] Compiling SwiftSyntax SyntaxData.swift
[34/64] Compiling SwiftSyntax SyntaxText.swift
[35/64] Compiling SwiftSyntax SyntaxVisitor.swift
[36/64] Compiling SwiftSyntax TokenKind.swift
[37/64] Compiling SwiftSyntax Tokens.swift
[38/64] Compiling SwiftSyntax TriviaPieces.swift
[39/64] Compiling SwiftSyntax SyntaxTreeViewMode.swift
[40/64] Compiling SwiftSyntax TokenDiagnostic.swift
[41/64] Compiling SwiftSyntax TokenSyntax.swift
[42/64] Compiling SwiftSyntax Trivia.swift
[43/64] Compiling SwiftSyntax Utils.swift
[44/64] Compiling SwiftSyntax SyntaxEnum.swift
[45/64] Compiling SwiftSyntax SyntaxKind.swift
[46/64] Compiling SwiftSyntax SyntaxRewriter.swift
[47/64] Compiling SwiftSyntax SyntaxTraits.swift
[48/64] Compiling SwiftSyntax SyntaxTransform.swift
[49/64] Emitting module SwiftSyntax
[50/64] Compiling SwiftSyntax SyntaxNodes.swift
[51/64] Compiling SwiftSyntax SyntaxPatternNodes.swift
[52/64] Compiling SwiftSyntax SyntaxStmtNodes.swift
[53/64] Compiling SwiftSyntax SyntaxTypeNodes.swift
[54/64] Compiling SwiftSyntax RawSyntaxNodes.swift
[55/64] Compiling SwiftSyntax RawSyntaxValidation.swift
[56/64] Compiling SwiftSyntax SyntaxDeclNodes.swift
[57/64] Compiling SwiftSyntax SyntaxExprNodes.swift
[58/64] Compiling SwiftSyntax ChildNameForKeyPath.swift
[59/64] Compiling SwiftSyntax Keyword.swift
[60/64] Compiling SwiftSyntax SyntaxAnyVisitor.swift
[61/64] Compiling SwiftSyntax SyntaxBaseNodes.swift
[62/64] Compiling SwiftSyntax SyntaxCollections.swift
[63/110] Compiling SwiftDiagnostics Message.swift
[64/110] Compiling SwiftDiagnostics Note.swift
[65/110] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[66/110] Compiling SwiftBasicFormat BasicFormat+Extensions.swift
[67/110] Compiling SwiftDiagnostics FixIt.swift
[68/110] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[69/110] Compiling SwiftDiagnostics Diagnostic.swift
[70/110] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[71/110] Emitting module SwiftDiagnostics
[72/110] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[73/110] Compiling SwiftBasicFormat BasicFormat.swift
[74/110] Emitting module SwiftBasicFormat
[75/110] Compiling SwiftParser StringLiterals.swift
[76/110] Compiling SwiftParser SyntaxUtils.swift
[77/110] Compiling SwiftParser TokenConsumer.swift
[78/113] Compiling SwiftParser Nominals.swift
[79/113] Compiling SwiftParser Parameters.swift
[80/113] Compiling SwiftParser Parser.swift
[81/113] Compiling SwiftParser Patterns.swift
[82/113] Compiling SwiftParser IsLexerClassified.swift
[83/113] Compiling SwiftParser Parser+Entry.swift
[84/113] Compiling SwiftParser TokenSpecStaticMembers.swift
[85/113] Compiling SwiftParser TopLevel.swift
[86/113] Compiling SwiftParser TriviaParser.swift
[87/113] Compiling SwiftParser Types.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 LexemeSequence.swift
[93/113] Compiling SwiftParser Lexer.swift
[94/113] Compiling SwiftParser RegexLiteralLexer.swift
[95/113] Compiling SwiftParser UnicodeScalarExtensions.swift
[96/113] Compiling SwiftParser TokenPrecedence.swift
[97/113] Compiling SwiftParser TokenSpec.swift
[98/113] Compiling SwiftParser TokenSpecSet.swift
[99/113] Emitting module SwiftParser
[100/113] Compiling SwiftParser Recovery.swift
[101/113] Compiling SwiftParser Specifiers.swift
[102/113] Compiling SwiftParser Statements.swift
[103/113] Compiling SwiftParser StringLiteralRepresentedLiteralValue.swift
[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 OperatorTable.swift
[114/137] Compiling SwiftOperators SyntaxSynthesis.swift
[115/137] Compiling SwiftOperators PrecedenceGroup.swift
[116/137] Compiling SwiftOperators OperatorTable+Defaults.swift
[117/137] Compiling SwiftOperators OperatorTable+Folding.swift
[118/137] Compiling SwiftOperators OperatorError.swift
[119/137] Compiling SwiftOperators OperatorTable+Semantics.swift
[120/137] Emitting module SwiftOperators
[121/137] Compiling SwiftOperators Operator.swift
[122/137] Compiling SwiftOperators OperatorError+Diagnostics.swift
[123/137] Compiling SwiftParserDiagnostics SyntaxKindNameForDiagnostics.swift
[124/137] Compiling SwiftParserDiagnostics SyntaxExtensions.swift
[125/137] Compiling SwiftParserDiagnostics ParserDiagnosticMessages.swift
[126/137] Compiling SwiftParserDiagnostics Utils.swift
[127/137] Compiling SwiftParserDiagnostics PresenceUtils.swift
[128/137] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[129/138] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[130/138] Compiling SwiftParserDiagnostics DiagnosticExtensions.swift
[131/138] Compiling SwiftParserDiagnostics LexerDiagnosticMessages.swift
[132/138] Emitting module SwiftParserDiagnostics
[133/138] Compiling SwiftParserDiagnostics MissingNodesError.swift
[134/138] Compiling SwiftParserDiagnostics MissingTokenError.swift
[135/138] Compiling SwiftParserDiagnostics MultiLineStringLiteralDiagnosticsGenerator.swift
[136/138] Compiling SwiftParserDiagnostics ParseDiagnosticsGenerator.swift
[137/150] Compiling SwiftSyntaxBuilder WithTrailingCommaSyntax+EnsuringTrailingComma.swift
[138/150] Compiling SwiftSyntaxBuilder BuildableNodes.swift
[139/150] Compiling SwiftSyntaxBuilder ValidatingSyntaxNodes.swift
[140/150] Compiling SwiftSyntaxBuilder BuildableCollectionNodes.swift
[141/150] Compiling SwiftSyntaxBuilder SyntaxNodeWithBody.swift
[142/150] Compiling SwiftSyntaxBuilder ConvenienceInitializers.swift
[143/150] Compiling SwiftSyntaxBuilder Indenter.swift
[144/150] Compiling SwiftSyntaxBuilder ResultBuilders.swift
[145/150] Compiling SwiftSyntaxBuilder ResultBuilderExtensions.swift
[146/150] Compiling SwiftSyntaxBuilder SwiftSyntaxBuilderCompatibility.swift
[147/150] Compiling SwiftSyntaxBuilder Syntax+StringInterpolation.swift
[148/150] Emitting module SwiftSyntaxBuilder
[149/151] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
[150/170] Compiling SwiftSyntaxMacros MemberMacro.swift
[151/170] Compiling SwiftSyntaxMacros PeerMacro.swift
[152/171] Compiling SwiftSyntaxMacros FunctionParameterUtils.swift
[153/171] Compiling SwiftSyntaxMacros MacroExpansionContext.swift
[154/171] Compiling SwiftSyntaxMacros Syntax+MacroEvaluation.swift
[155/171] Emitting module SwiftSyntaxMacros
[156/171] Compiling SwiftSyntaxMacros AbstractSourceLocation.swift
[157/171] Compiling SwiftSyntaxMacros BasicMacroExpansionContext.swift
[158/171] Compiling SwiftSyntaxMacros FreestandingMacro.swift
[159/171] Compiling SwiftSyntaxMacros Macro+Format.swift
[160/171] Compiling SwiftSyntaxMacros CodeItemMacro.swift
[161/171] Compiling SwiftSyntaxMacros ConformanceMacro.swift
[162/171] Compiling SwiftSyntaxMacros DeclarationMacro.swift
[163/171] Compiling SwiftSyntaxMacros ExpressionMacro.swift
[164/171] Compiling SwiftSyntaxMacros AccessorMacro.swift
[165/171] Compiling SwiftSyntaxMacros AttachedMacro.swift
[166/171] Compiling SwiftSyntaxMacros Macro.swift
[167/171] Compiling SwiftSyntaxMacros MemberAttributeMacro.swift
[168/171] Compiling SwiftSyntaxMacros MacroReplacement.swift
[169/171] Compiling SwiftSyntaxMacros MacroSystem.swift
[170/173] Compiling SwiftSyntaxMacroExpansion MacroExpansion.swift
[171/173] Emitting module SwiftSyntaxMacroExpansion
[172/179] Compiling SwiftCompilerPluginMessageHandling CompilerPluginMessageHandler.swift
[173/179] Compiling SwiftCompilerPluginMessageHandling Macros.swift
[174/179] Emitting module SwiftCompilerPluginMessageHandling
[175/179] Compiling SwiftCompilerPluginMessageHandling Diagnostics.swift
[176/179] Compiling SwiftCompilerPluginMessageHandling PluginMessages.swift
[177/179] Compiling SwiftCompilerPluginMessageHandling PluginMacroExpansionContext.swift
[178/181] Compiling SwiftCompilerPlugin CompilerPlugin.swift
[179/181] Emitting module SwiftCompilerPlugin
[180/185] Compiling RenamedPlugin SyntaxStringInterpolation+Optional.swift
[181/185] Compiling RenamedPlugin RenamedPlugin.swift
[182/185] Emitting module RenamedPlugin
/Users/admin/builder/spi-builder-workspace/Sources/RenamedPlugin/Renamed.swift:260: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
258 | private struct ErrorDiagnosticMessage: DiagnosticMessage, Error {
259 |     let message: String
260 |     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
261 |     let severity: DiagnosticSeverity
262 |
/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:261: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
259 |     let message: String
260 |     let diagnosticID: MessageID
261 |     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
262 |
263 |     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] Compiling RenamedPlugin Renamed.swift
/Users/admin/builder/spi-builder-workspace/Sources/RenamedPlugin/Renamed.swift:260: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
258 | private struct ErrorDiagnosticMessage: DiagnosticMessage, Error {
259 |     let message: String
260 |     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
261 |     let severity: DiagnosticSeverity
262 |
/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:261: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
259 |     let message: String
260 |     let diagnosticID: MessageID
261 |     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
262 |
263 |     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! (47.04s)
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.