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.1 for macOS (SPM) on 27 Apr 2025 14:55:01 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: 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/70233] Fetching swift-syntax
Fetched https://github.com/apple/swift-syntax.git from cache (3.11s)
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.71s)
Fetching https://github.com/apple/swift-syntax.git from cache
Fetched https://github.com/apple/swift-syntax.git from cache (0.79s)
Creating working copy for https://github.com/JosephDuffy/Renamed.git
Working copy of https://github.com/JosephDuffy/Renamed.git resolved at main (8d0a9db)
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)
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 AbsolutePosition.swift
[16/60] Compiling SwiftSyntax Assert.swift
[17/60] Compiling SwiftSyntax BumpPtrAllocator.swift
[18/60] Compiling SwiftSyntax CommonAncestor.swift
[19/60] Compiling SwiftSyntax IncrementalParseTransition.swift
[20/64] Compiling SwiftSyntax Syntax.swift
[21/64] Compiling SwiftSyntax SyntaxArena.swift
[22/64] Compiling SwiftSyntax SyntaxChildren.swift
[23/64] Compiling SwiftSyntax SyntaxData.swift
[24/64] Compiling SwiftSyntax SyntaxText.swift
[25/64] Emitting module SwiftSyntax
[26/64] Compiling SwiftSyntax SyntaxTreeViewMode.swift
[27/64] Compiling SwiftSyntax TokenDiagnostic.swift
[28/64] Compiling SwiftSyntax TokenSyntax.swift
[29/64] Compiling SwiftSyntax Trivia.swift
[30/64] Compiling SwiftSyntax Utils.swift
[31/64] Compiling SwiftSyntax RawSyntaxTokenView.swift
[32/64] Compiling SwiftSyntax SourceLength.swift
[33/64] Compiling SwiftSyntax SourceLocation.swift
[34/64] Compiling SwiftSyntax SourcePresence.swift
[35/64] Compiling SwiftSyntax SwiftSyntaxCompatibility.swift
[36/64] Compiling SwiftSyntax SyntaxEnum.swift
[37/64] Compiling SwiftSyntax SyntaxKind.swift
[38/64] Compiling SwiftSyntax SyntaxRewriter.swift
[39/64] Compiling SwiftSyntax SyntaxTraits.swift
[40/64] Compiling SwiftSyntax SyntaxTransform.swift
[41/64] Compiling SwiftSyntax MemoryLayout.swift
[42/64] Compiling SwiftSyntax MissingNodeInitializers.swift
[43/64] Compiling SwiftSyntax RawSyntax.swift
[44/64] Compiling SwiftSyntax RawSyntaxLayoutView.swift
[45/64] Compiling SwiftSyntax RawSyntaxNodeProtocol.swift
[46/64] Compiling SwiftSyntax SyntaxNodes.swift
[47/64] Compiling SwiftSyntax SyntaxPatternNodes.swift
[48/64] Compiling SwiftSyntax SyntaxStmtNodes.swift
[49/64] Compiling SwiftSyntax SyntaxTypeNodes.swift
[50/64] Compiling SwiftSyntax ChildNameForKeyPath.swift
[51/64] Compiling SwiftSyntax Keyword.swift
[52/64] Compiling SwiftSyntax SyntaxAnyVisitor.swift
[53/64] Compiling SwiftSyntax SyntaxBaseNodes.swift
[54/64] Compiling SwiftSyntax SyntaxCollections.swift
[55/64] Compiling SwiftSyntax RawSyntaxNodes.swift
[56/64] Compiling SwiftSyntax RawSyntaxValidation.swift
[57/64] Compiling SwiftSyntax SyntaxDeclNodes.swift
[58/64] Compiling SwiftSyntax SyntaxExprNodes.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 SwiftDiagnostics Message.swift
[65/110] Compiling SwiftBasicFormat BasicFormat+Extensions.swift
[66/110] Compiling SwiftBasicFormat Trivia+FormatExtensions.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] 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 StringLiterals.swift
[83/113] Compiling SwiftParser SyntaxUtils.swift
[84/113] Compiling SwiftParser TokenConsumer.swift
[85/113] Compiling SwiftParser TokenPrecedence.swift
[86/113] Compiling SwiftParser TokenSpec.swift
[87/113] Compiling SwiftParser TokenSpecSet.swift
[88/113] Compiling SwiftParser LexemeSequence.swift
[89/113] Compiling SwiftParser Lexer.swift
[90/113] Compiling SwiftParser RegexLiteralLexer.swift
[91/113] Compiling SwiftParser UnicodeScalarExtensions.swift
[92/113] Compiling SwiftParser Nominals.swift
[93/113] Compiling SwiftParser Parameters.swift
[94/113] Compiling SwiftParser Parser.swift
[95/113] Compiling SwiftParser Patterns.swift
[96/113] Compiling SwiftParser Recovery.swift
[97/113] Compiling SwiftParser Specifiers.swift
[98/113] Compiling SwiftParser Statements.swift
[99/113] Compiling SwiftParser StringLiteralRepresentedLiteralValue.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 SwiftParserDiagnostics SyntaxKindNameForDiagnostics.swift
[113/137] Compiling SwiftOperators OperatorTable.swift
[114/138] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[115/138] Compiling SwiftOperators SyntaxSynthesis.swift
[116/138] Compiling SwiftOperators PrecedenceGraph.swift
[117/138] Compiling SwiftOperators PrecedenceGroup.swift
[118/138] Compiling SwiftOperators OperatorTable+Semantics.swift
[119/138] Compiling SwiftOperators Operator.swift
[120/138] Compiling SwiftOperators OperatorTable+Defaults.swift
[121/138] Compiling SwiftOperators OperatorError+Diagnostics.swift
[122/138] Compiling SwiftOperators OperatorError.swift
[123/138] Compiling SwiftOperators OperatorTable+Folding.swift
[124/138] Emitting module SwiftOperators
[125/138] Compiling SwiftParserDiagnostics Utils.swift
[126/138] Compiling SwiftParserDiagnostics SyntaxExtensions.swift
[127/138] Compiling SwiftParserDiagnostics PresenceUtils.swift
[128/138] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[129/138] Compiling SwiftParserDiagnostics ParserDiagnosticMessages.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] Compiling SwiftParserDiagnostics MultiLineStringLiteralDiagnosticsGenerator.swift
[135/138] Compiling SwiftParserDiagnostics ParseDiagnosticsGenerator.swift
[136/138] Emitting module SwiftParserDiagnostics
[137/150] Compiling SwiftSyntaxBuilder BuildableNodes.swift
[138/151] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
[139/151] Compiling SwiftSyntaxBuilder WithTrailingCommaSyntax+EnsuringTrailingComma.swift
[140/151] Compiling SwiftSyntaxBuilder SyntaxNodeWithBody.swift
[141/151] Compiling SwiftSyntaxBuilder BuildableCollectionNodes.swift
[142/151] Compiling SwiftSyntaxBuilder ValidatingSyntaxNodes.swift
[143/151] Compiling SwiftSyntaxBuilder ResultBuilderExtensions.swift
[144/151] Compiling SwiftSyntaxBuilder SwiftSyntaxBuilderCompatibility.swift
[145/151] Emitting module SwiftSyntaxBuilder
[146/151] Compiling SwiftSyntaxBuilder ConvenienceInitializers.swift
[147/151] Compiling SwiftSyntaxBuilder Indenter.swift
[148/151] Compiling SwiftSyntaxBuilder ResultBuilders.swift
[149/151] Compiling SwiftSyntaxBuilder Syntax+StringInterpolation.swift
[150/170] Compiling SwiftSyntaxMacros DeclarationMacro.swift
[151/170] Compiling SwiftSyntaxMacros ExpressionMacro.swift
[152/171] Compiling SwiftSyntaxMacros FreestandingMacro.swift
[153/171] Compiling SwiftSyntaxMacros Macro+Format.swift
[154/171] Compiling SwiftSyntaxMacros FunctionParameterUtils.swift
[155/171] Compiling SwiftSyntaxMacros MacroExpansionContext.swift
[156/171] Emitting module SwiftSyntaxMacros
[157/171] Compiling SwiftSyntaxMacros AbstractSourceLocation.swift
[158/171] Compiling SwiftSyntaxMacros BasicMacroExpansionContext.swift
[159/171] Compiling SwiftSyntaxMacros Syntax+MacroEvaluation.swift
[160/171] Compiling SwiftSyntaxMacros AccessorMacro.swift
[161/171] Compiling SwiftSyntaxMacros AttachedMacro.swift
[162/171] Compiling SwiftSyntaxMacros MemberMacro.swift
[163/171] Compiling SwiftSyntaxMacros PeerMacro.swift
[164/171] Compiling SwiftSyntaxMacros CodeItemMacro.swift
[165/171] Compiling SwiftSyntaxMacros ConformanceMacro.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 PluginMacroExpansionContext.swift
[173/179] Compiling SwiftCompilerPluginMessageHandling Macros.swift
[174/179] Emitting module SwiftCompilerPluginMessageHandling
[175/179] Compiling SwiftCompilerPluginMessageHandling CompilerPluginMessageHandler.swift
[176/179] Compiling SwiftCompilerPluginMessageHandling Diagnostics.swift
[177/179] Compiling SwiftCompilerPluginMessageHandling PluginMessages.swift
[178/181] Emitting module SwiftCompilerPlugin
[179/181] Compiling SwiftCompilerPlugin CompilerPlugin.swift
[180/185] Compiling RenamedPlugin SyntaxStringInterpolation+Optional.swift
[181/185] Compiling RenamedPlugin RenamedPlugin.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! (23.54s)
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.