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.1 for macOS (SPM) on 27 Apr 2025 14:55:21 UTC.

Swift 6 data race errors: 2

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.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.61.0
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/70233] Fetching swift-syntax
Fetched https://github.com/apple/swift-syntax.git from cache (3.22s)
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.67s)
Fetching https://github.com/apple/swift-syntax.git from cache
Fetched https://github.com/apple/swift-syntax.git from cache (0.88s)
Creating working copy for https://github.com/apple/swift-syntax.git
Working copy of https://github.com/apple/swift-syntax.git resolved at main (77874c1)
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)
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.1
Building package at path:  $PWD
https://github.com/JosephDuffy/Renamed.git
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.3.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-2F0A5646E1D333AE.txt
[15/60] Compiling SwiftSyntax SyntaxTreeViewMode.swift
[16/60] Compiling SwiftSyntax TokenDiagnostic.swift
[17/60] Compiling SwiftSyntax TokenSyntax.swift
[18/60] Compiling SwiftSyntax Trivia.swift
[19/60] Compiling SwiftSyntax Utils.swift
[20/60] Compiling SwiftSyntax RawSyntaxTokenView.swift
[21/60] Compiling SwiftSyntax SourceLength.swift
[22/60] Compiling SwiftSyntax SourceLocation.swift
[23/60] Compiling SwiftSyntax SourcePresence.swift
[24/60] Compiling SwiftSyntax SwiftSyntaxCompatibility.swift
[25/64] Compiling SwiftSyntax AbsolutePosition.swift
[26/64] Compiling SwiftSyntax Assert.swift
[27/64] Compiling SwiftSyntax BumpPtrAllocator.swift
[28/64] Compiling SwiftSyntax CommonAncestor.swift
[29/64] Compiling SwiftSyntax IncrementalParseTransition.swift
[30/64] Emitting module SwiftSyntax
[31/64] Compiling SwiftSyntax SyntaxEnum.swift
[32/64] Compiling SwiftSyntax SyntaxKind.swift
[33/64] Compiling SwiftSyntax SyntaxRewriter.swift
[34/64] Compiling SwiftSyntax SyntaxTraits.swift
[35/64] Compiling SwiftSyntax SyntaxTransform.swift
[36/64] Compiling SwiftSyntax Syntax.swift
[37/64] Compiling SwiftSyntax SyntaxArena.swift
[38/64] Compiling SwiftSyntax SyntaxChildren.swift
[39/64] Compiling SwiftSyntax SyntaxData.swift
[40/64] Compiling SwiftSyntax SyntaxText.swift
[41/64] Compiling SwiftSyntax SyntaxNodes.swift
[42/64] Compiling SwiftSyntax SyntaxPatternNodes.swift
[43/64] Compiling SwiftSyntax SyntaxStmtNodes.swift
[44/64] Compiling SwiftSyntax SyntaxTypeNodes.swift
[45/64] Compiling SwiftSyntax ChildNameForKeyPath.swift
[46/64] Compiling SwiftSyntax Keyword.swift
[47/64] Compiling SwiftSyntax SyntaxAnyVisitor.swift
[48/64] Compiling SwiftSyntax SyntaxBaseNodes.swift
[49/64] Compiling SwiftSyntax SyntaxCollections.swift
[50/64] Compiling SwiftSyntax RawSyntaxNodes.swift
[51/64] Compiling SwiftSyntax RawSyntaxValidation.swift
[52/64] Compiling SwiftSyntax SyntaxDeclNodes.swift
[53/64] Compiling SwiftSyntax SyntaxExprNodes.swift
[54/64] Compiling SwiftSyntax MemoryLayout.swift
[55/64] Compiling SwiftSyntax MissingNodeInitializers.swift
[56/64] Compiling SwiftSyntax RawSyntax.swift
[57/64] Compiling SwiftSyntax RawSyntaxLayoutView.swift
[58/64] Compiling SwiftSyntax RawSyntaxNodeProtocol.swift
[59/64] Compiling SwiftSyntax SyntaxVisitor.swift
[60/64] Compiling SwiftSyntax TokenKind.swift
[61/64] Compiling SwiftSyntax Tokens.swift
[62/64] Compiling SwiftSyntax TriviaPieces.swift
[63/110] Compiling SwiftDiagnostics Note.swift
[64/110] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[65/110] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[66/110] Compiling SwiftBasicFormat BasicFormat+Extensions.swift
[67/110] Compiling SwiftDiagnostics Message.swift
[68/110] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[69/110] Compiling SwiftDiagnostics FixIt.swift
[70/110] Compiling SwiftDiagnostics Diagnostic.swift
[71/110] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[72/110] Emitting module SwiftDiagnostics
[73/110] Emitting module SwiftBasicFormat
[74/110] Compiling SwiftBasicFormat BasicFormat.swift
[75/110] Compiling SwiftParser Lookahead.swift
[76/110] Compiling SwiftParser LoopProgressCondition.swift
[77/110] Compiling SwiftParser Modifiers.swift
[78/110] Compiling SwiftParser Names.swift
[79/113] Compiling SwiftParser TopLevel.swift
[80/113] Compiling SwiftParser TriviaParser.swift
[81/113] Compiling SwiftParser Types.swift
[82/113] Compiling SwiftParser Nominals.swift
[83/113] Compiling SwiftParser Parameters.swift
[84/113] Compiling SwiftParser Parser.swift
[85/113] Compiling SwiftParser Patterns.swift
[86/113] Emitting module SwiftParser
[87/113] Compiling SwiftParser StringLiterals.swift
[88/113] Compiling SwiftParser SyntaxUtils.swift
[89/113] Compiling SwiftParser TokenConsumer.swift
[90/113] Compiling SwiftParser TokenPrecedence.swift
[91/113] Compiling SwiftParser TokenSpec.swift
[92/113] Compiling SwiftParser TokenSpecSet.swift
[93/113] Compiling SwiftParser LexemeSequence.swift
[94/113] Compiling SwiftParser Lexer.swift
[95/113] Compiling SwiftParser RegexLiteralLexer.swift
[96/113] Compiling SwiftParser UnicodeScalarExtensions.swift
[97/113] Compiling SwiftParser Recovery.swift
[98/113] Compiling SwiftParser Specifiers.swift
[99/113] Compiling SwiftParser Statements.swift
[100/113] Compiling SwiftParser StringLiteralRepresentedLiteralValue.swift
[101/113] Compiling SwiftParser IsLexerClassified.swift
[102/113] Compiling SwiftParser Parser+Entry.swift
[103/113] Compiling SwiftParser TokenSpecStaticMembers.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 SwiftParserDiagnostics SyntaxKindNameForDiagnostics.swift
[113/137] Compiling SwiftOperators PrecedenceGraph.swift
[114/137] Compiling SwiftOperators PrecedenceGroup.swift
[115/137] Compiling SwiftOperators OperatorTable.swift
[116/138] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[117/138] Compiling SwiftOperators OperatorTable+Semantics.swift
[118/138] Compiling SwiftOperators SyntaxSynthesis.swift
[119/138] Compiling SwiftOperators OperatorError.swift
[120/138] Compiling SwiftOperators OperatorTable+Defaults.swift
[121/138] Compiling SwiftOperators OperatorError+Diagnostics.swift
[122/138] Emitting module SwiftOperators
[123/138] Compiling SwiftOperators Operator.swift
[124/138] Compiling SwiftOperators OperatorTable+Folding.swift
[125/138] Compiling SwiftParserDiagnostics Utils.swift
[126/138] Compiling SwiftParserDiagnostics SyntaxExtensions.swift
[127/138] Compiling SwiftParserDiagnostics PresenceUtils.swift
[128/138] Compiling SwiftParserDiagnostics ParserDiagnosticMessages.swift
[129/138] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[130/138] Compiling SwiftParserDiagnostics DiagnosticExtensions.swift
[131/138] Compiling SwiftParserDiagnostics LexerDiagnosticMessages.swift
[132/138] Compiling SwiftParserDiagnostics MissingNodesError.swift
[133/138] Compiling SwiftParserDiagnostics MissingTokenError.swift
[134/138] Emitting module SwiftParserDiagnostics
[135/138] Compiling SwiftParserDiagnostics MultiLineStringLiteralDiagnosticsGenerator.swift
[136/138] Compiling SwiftParserDiagnostics ParseDiagnosticsGenerator.swift
[137/150] Compiling SwiftSyntaxBuilder BuildableNodes.swift
[138/151] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
[139/151] Compiling SwiftSyntaxBuilder BuildableCollectionNodes.swift
[140/151] Compiling SwiftSyntaxBuilder WithTrailingCommaSyntax+EnsuringTrailingComma.swift
[141/151] Compiling SwiftSyntaxBuilder Syntax+StringInterpolation.swift
[142/151] Compiling SwiftSyntaxBuilder ConvenienceInitializers.swift
[143/151] Compiling SwiftSyntaxBuilder Indenter.swift
[144/151] Emitting module SwiftSyntaxBuilder
[145/151] Compiling SwiftSyntaxBuilder ValidatingSyntaxNodes.swift
[146/151] Compiling SwiftSyntaxBuilder SyntaxNodeWithBody.swift
[147/151] Compiling SwiftSyntaxBuilder ResultBuilderExtensions.swift
[148/151] Compiling SwiftSyntaxBuilder SwiftSyntaxBuilderCompatibility.swift
[149/151] Compiling SwiftSyntaxBuilder ResultBuilders.swift
[150/170] Compiling SwiftSyntaxMacros Macro.swift
[151/170] Compiling SwiftSyntaxMacros MemberAttributeMacro.swift
[152/170] Compiling SwiftSyntaxMacros MemberMacro.swift
[153/170] Compiling SwiftSyntaxMacros PeerMacro.swift
[154/171] Compiling SwiftSyntaxMacros Syntax+MacroEvaluation.swift
[155/171] Compiling SwiftSyntaxMacros DeclarationMacro.swift
[156/171] Compiling SwiftSyntaxMacros ExpressionMacro.swift
[157/171] Compiling SwiftSyntaxMacros FreestandingMacro.swift
[158/171] Compiling SwiftSyntaxMacros Macro+Format.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 AbstractSourceLocation.swift
[164/171] Compiling SwiftSyntaxMacros BasicMacroExpansionContext.swift
[165/171] Emitting module SwiftSyntaxMacros
[166/171] Compiling SwiftSyntaxMacros FunctionParameterUtils.swift
[167/171] Compiling SwiftSyntaxMacros MacroExpansionContext.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 Macros.swift
[173/179] Compiling SwiftCompilerPluginMessageHandling PluginMacroExpansionContext.swift
[174/179] Compiling SwiftCompilerPluginMessageHandling Diagnostics.swift
[175/179] Emitting module SwiftCompilerPluginMessageHandling
[176/179] Compiling SwiftCompilerPluginMessageHandling PluginMessages.swift
[177/179] Compiling SwiftCompilerPluginMessageHandling CompilerPluginMessageHandler.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] Compiling Renamed Macros.swift
[187/187] Emitting module Renamed
Build complete! (24.70s)
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.