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 SwiftRequest, reference main (280747), with Swift 6.0 for macOS (SPM) on 29 Nov 2024 14:07:37 UTC.

Swift 6 data race errors: 4

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/ailtonvivaz/swift-request.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/ailtonvivaz/swift-request
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 2807472 Merge pull request #1 from ailtonvivaz/service-executor
Cloned https://github.com/ailtonvivaz/swift-request.git
Revision (git rev-parse @):
280747298268344b79ac53809ffea3269fe5b614
SUCCESS checkout https://github.com/ailtonvivaz/swift-request.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 (3.58s)
Computing version for https://github.com/apple/swift-syntax.git
Computed https://github.com/apple/swift-syntax.git at 509.0.0-swift-DEVELOPMENT-SNAPSHOT-2023-05-20-a (3.08s)
Creating working copy for https://github.com/apple/swift-syntax.git
Working copy of https://github.com/apple/swift-syntax.git resolved at 509.0.0-swift-DEVELOPMENT-SNAPSHOT-2023-05-20-a
========================================
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": "swift-request",
      "name": "SwiftRequest",
      "url": "https://github.com/ailtonvivaz/swift-request.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-request",
      "dependencies": [
        {
          "identity": "swift-syntax",
          "name": "swift-syntax",
          "url": "https://github.com/apple/swift-syntax.git",
          "version": "509.1.1",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-syntax",
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/ailtonvivaz/swift-request.git
[1/174] Fetching swift-request
Fetched https://github.com/ailtonvivaz/swift-request.git from cache (0.65s)
Fetching https://github.com/apple/swift-syntax.git from cache
Fetched https://github.com/apple/swift-syntax.git from cache (0.88s)
Computing version for https://github.com/apple/swift-syntax.git
Computed https://github.com/apple/swift-syntax.git at 509.1.1 (0.64s)
Creating working copy for https://github.com/ailtonvivaz/swift-request.git
Working copy of https://github.com/ailtonvivaz/swift-request.git resolved at main (2807472)
Creating working copy for https://github.com/apple/swift-syntax.git
Working copy of https://github.com/apple/swift-syntax.git resolved at 509.1.1
warning: '.resolve-product-dependencies': dependency 'swift-request' 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/ailtonvivaz/swift-request.git
{
  "dependencies" : [
    {
      "identity" : "swift-syntax",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "509.0.0-swift-5.9-DEVELOPMENT-SNAPSHOT-2023-04-25-b",
            "upper_bound" : "510.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-syntax.git"
    }
  ],
  "manifest_display_name" : "SwiftRequest",
  "name" : "SwiftRequest",
  "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" : "SwiftRequest",
      "targets" : [
        "SwiftRequest"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "SwiftRequestMacros",
      "targets" : [
        "SwiftRequestMacros"
      ],
      "type" : {
        "macro" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SwiftRequestTests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftRequestTests",
      "path" : "Tests/SwiftRequestTests",
      "product_dependencies" : [
        "SwiftSyntaxMacrosTestSupport"
      ],
      "sources" : [
        "MethodMacroTests.swift",
        "ServiceTests.swift"
      ],
      "target_dependencies" : [
        "SwiftRequestMacros"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftRequestMacros",
      "module_type" : "SwiftTarget",
      "name" : "SwiftRequestMacros",
      "path" : "Sources/SwiftRequestMacros",
      "product_dependencies" : [
        "SwiftSyntaxMacros",
        "SwiftCompilerPlugin"
      ],
      "product_memberships" : [
        "SwiftRequest",
        "SwiftRequestMacros"
      ],
      "sources" : [
        "Diagnostics.swift",
        "FunctionParameter.swift",
        "MethodDiagnostics.swift",
        "MethodMacro.swift",
        "ParamMacro.swift",
        "RequestDiagnostics.swift",
        "ServiceDiagnostics.swift",
        "ServiceMacro.swift",
        "ServiceMethodExpander.swift",
        "SimpleDiagnosticMessage.swift",
        "SwiftRequestPlugin.swift"
      ],
      "type" : "macro"
    },
    {
      "c99name" : "SwiftRequest",
      "module_type" : "SwiftTarget",
      "name" : "SwiftRequest",
      "path" : "Sources/SwiftRequest",
      "product_memberships" : [
        "SwiftRequest"
      ],
      "sources" : [
        "HTTPResponseError.swift",
        "Macros/MethodMacros.swift",
        "Macros/ParamMacros.swift",
        "Macros/ServiceMacros.swift",
        "Request+toURLRequest.swift",
        "Request.swift",
        "Service.swift",
        "ServiceContainer.swift",
        "ServiceExecutor.swift",
        "URLSessionServiceExecutor.swift"
      ],
      "target_dependencies" : [
        "SwiftRequestMacros"
      ],
      "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 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 RawSyntaxTokenView.swift
[21/64] Compiling SwiftSyntax SourceLength.swift
[22/64] Compiling SwiftSyntax SourceLocation.swift
[23/64] Compiling SwiftSyntax SourcePresence.swift
[24/64] Compiling SwiftSyntax SwiftSyntaxCompatibility.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 SyntaxTreeViewMode.swift
[31/64] Compiling SwiftSyntax TokenDiagnostic.swift
[32/64] Compiling SwiftSyntax TokenSyntax.swift
[33/64] Compiling SwiftSyntax Trivia.swift
[34/64] Compiling SwiftSyntax Utils.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] Emitting module SwiftSyntax
[40/64] Compiling SwiftSyntax Syntax.swift
[41/64] Compiling SwiftSyntax SyntaxArena.swift
[42/64] Compiling SwiftSyntax SyntaxChildren.swift
[43/64] Compiling SwiftSyntax SyntaxData.swift
[44/64] Compiling SwiftSyntax SyntaxText.swift
[45/64] Compiling SwiftSyntax SyntaxEnum.swift
[46/64] Compiling SwiftSyntax SyntaxKind.swift
[47/64] Compiling SwiftSyntax SyntaxRewriter.swift
[48/64] Compiling SwiftSyntax SyntaxTraits.swift
[49/64] Compiling SwiftSyntax SyntaxTransform.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 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/112] Compiling SwiftDiagnostics Message.swift
[64/112] Compiling SwiftDiagnostics Note.swift
[65/112] Compiling SwiftDiagnostics FixIt.swift
[66/112] Emitting module SwiftDiagnostics
[67/112] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[68/112] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[69/112] Compiling SwiftDiagnostics Diagnostic.swift
[70/112] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[71/112] Emitting module SwiftBasicFormat
[72/112] Compiling SwiftBasicFormat BasicFormat+Extensions.swift
[73/112] Compiling SwiftBasicFormat BasicFormat.swift
[74/112] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[75/112] Compiling SwiftParser Types.swift
[76/112] Compiling SwiftParser DeclarationModifier.swift
[77/112] Compiling SwiftParser IsLexerClassified.swift
[78/115] Compiling SwiftParser LexemeSequence.swift
[79/115] Compiling SwiftParser Lexer.swift
[80/115] Compiling SwiftParser RegexLiteralLexer.swift
[81/115] Compiling SwiftParser UnicodeScalarExtensions.swift
[82/115] Compiling SwiftParser Lookahead.swift
[83/115] Compiling SwiftParser LoopProgressCondition.swift
[84/115] Compiling SwiftParser Modifiers.swift
[85/115] Compiling SwiftParser Names.swift
[86/115] Compiling SwiftParser TokenSpec.swift
[87/115] Compiling SwiftParser TokenSpecSet.swift
[88/115] Compiling SwiftParser TopLevel.swift
[89/115] Compiling SwiftParser TriviaParser.swift
[90/115] Compiling SwiftParser StringLiterals.swift
[91/115] Compiling SwiftParser SyntaxUtils.swift
[92/115] Compiling SwiftParser TokenConsumer.swift
[93/115] Compiling SwiftParser TokenPrecedence.swift
[94/115] Compiling SwiftParser Parser+Entry.swift
[95/115] Compiling SwiftParser TokenSpecStaticMembers.swift
[96/115] Compiling SwiftParser TypeAttribute.swift
[97/115] Compiling SwiftParser Nominals.swift
[98/115] Compiling SwiftParser Parameters.swift
[99/115] Compiling SwiftParser Parser.swift
[100/115] Compiling SwiftParser Patterns.swift
[101/115] Compiling SwiftParser Recovery.swift
[102/115] Compiling SwiftParser Specifiers.swift
[103/115] Compiling SwiftParser Statements.swift
[104/115] Compiling SwiftParser StringLiteralRepresentedLiteralValue.swift
[105/115] Emitting module SwiftParser
[106/115] Compiling SwiftParser Attributes.swift
[107/115] Compiling SwiftParser Availability.swift
[108/115] Compiling SwiftParser CharacterInfo.swift
[109/115] Compiling SwiftParser Declarations.swift
[110/115] Compiling SwiftParser Directives.swift
[111/115] Compiling SwiftParser Expressions.swift
[112/115] Compiling SwiftParser Cursor.swift
[113/115] Compiling SwiftParser Lexeme.swift
[114/138] Compiling SwiftParserDiagnostics SyntaxKindNameForDiagnostics.swift
[115/139] Compiling SwiftOperators PrecedenceGroup.swift
[116/140] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[117/140] Compiling SwiftOperators PrecedenceGraph.swift
[118/140] Compiling SwiftOperators SyntaxSynthesis.swift
[119/140] Compiling SwiftOperators OperatorTable.swift
[120/140] Compiling SwiftOperators OperatorTable+Semantics.swift
[121/140] Compiling SwiftOperators OperatorTable+Defaults.swift
[122/140] Compiling SwiftOperators OperatorError+Diagnostics.swift
[123/140] Emitting module SwiftOperators
[124/140] Compiling SwiftOperators Operator.swift
[125/140] Compiling SwiftOperators OperatorTable+Folding.swift
[126/140] Compiling SwiftOperators OperatorError.swift
[127/140] Compiling SwiftParserDiagnostics Utils.swift
[128/140] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[129/140] Compiling SwiftParserDiagnostics PresenceUtils.swift
[130/140] Compiling SwiftParserDiagnostics SyntaxExtensions.swift
[131/140] Compiling SwiftParserDiagnostics ParserDiagnosticMessages.swift
[132/140] Compiling SwiftParserDiagnostics MissingNodesError.swift
[133/140] Compiling SwiftParserDiagnostics MissingTokenError.swift
[134/140] Compiling SwiftParserDiagnostics DiagnosticExtensions.swift
[135/140] Compiling SwiftParserDiagnostics LexerDiagnosticMessages.swift
[136/140] Compiling SwiftParserDiagnostics MultiLineStringLiteralDiagnosticsGenerator.swift
[137/140] Compiling SwiftParserDiagnostics ParseDiagnosticsGenerator.swift
[138/140] Emitting module SwiftParserDiagnostics
[139/151] Compiling SwiftSyntaxBuilder WithTrailingCommaSyntax+EnsuringTrailingComma.swift
[140/151] Compiling SwiftSyntaxBuilder BuildableNodes.swift
[141/151] Compiling SwiftSyntaxBuilder ConvenienceInitializers.swift
[142/151] Compiling SwiftSyntaxBuilder Indenter.swift
[143/151] Compiling SwiftSyntaxBuilder SyntaxNodeWithBody.swift
[144/151] Compiling SwiftSyntaxBuilder BuildableCollectionNodes.swift
[145/151] Compiling SwiftSyntaxBuilder ValidatingSyntaxNodes.swift
[146/151] Compiling SwiftSyntaxBuilder ResultBuilderExtensions.swift
[147/151] Compiling SwiftSyntaxBuilder Syntax+StringInterpolation.swift
[148/151] Compiling SwiftSyntaxBuilder ResultBuilders.swift
[149/151] Emitting module SwiftSyntaxBuilder
[150/152] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
[151/171] Compiling SwiftSyntaxMacros FunctionParameterUtils.swift
[152/171] Compiling SwiftSyntaxMacros MacroExpansionContext.swift
[153/171] Compiling SwiftSyntaxMacros MemberMacro.swift
[154/171] Compiling SwiftSyntaxMacros PeerMacro.swift
[155/171] Compiling SwiftSyntaxMacros Macro.swift
[156/171] Compiling SwiftSyntaxMacros MemberAttributeMacro.swift
[157/172] Compiling SwiftSyntaxMacros Syntax+MacroEvaluation.swift
[158/172] Compiling SwiftSyntaxMacros DeclarationMacro.swift
[159/172] Compiling SwiftSyntaxMacros ExpressionMacro.swift
[160/172] Compiling SwiftSyntaxMacros AccessorMacro.swift
[161/172] Compiling SwiftSyntaxMacros AttachedMacro.swift
[162/172] Compiling SwiftSyntaxMacros FreestandingMacro.swift
[163/172] Compiling SwiftSyntaxMacros Macro+Format.swift
[164/172] Compiling SwiftSyntaxMacros MacroReplacement.swift
[165/172] Compiling SwiftSyntaxMacros MacroSystem.swift
[166/172] Compiling SwiftSyntaxMacros AbstractSourceLocation.swift
[167/172] Compiling SwiftSyntaxMacros BasicMacroExpansionContext.swift
[168/172] Emitting module SwiftSyntaxMacros
[169/172] Compiling SwiftSyntaxMacros CodeItemMacro.swift
[170/172] Compiling SwiftSyntaxMacros ConformanceMacro.swift
[171/174] Compiling SwiftSyntaxMacroExpansion MacroExpansion.swift
[172/174] Emitting module SwiftSyntaxMacroExpansion
[173/180] Compiling SwiftCompilerPluginMessageHandling PluginMacroExpansionContext.swift
[174/180] Compiling SwiftCompilerPluginMessageHandling Diagnostics.swift
[175/180] Compiling SwiftCompilerPluginMessageHandling Macros.swift
[176/180] Compiling SwiftCompilerPluginMessageHandling CompilerPluginMessageHandler.swift
[177/180] Emitting module SwiftCompilerPluginMessageHandling
[178/180] Compiling SwiftCompilerPluginMessageHandling PluginMessages.swift
[179/182] Compiling SwiftCompilerPlugin CompilerPlugin.swift
[180/182] Emitting module SwiftCompilerPlugin
[181/193] Compiling SwiftRequestMacros SimpleDiagnosticMessage.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftRequestMacros/SimpleDiagnosticMessage.swift:6:7: warning: stored property 'diagnosticID' of 'Sendable'-conforming struct 'SimpleDiagnosticMessage' has non-sendable type 'MessageID'; this is an error in the Swift 6 language mode
4 | struct SimpleDiagnosticMessage: DiagnosticMessage, Error {
5 |   let message: String
6 |   let diagnosticID: MessageID
  |       `- warning: stored property 'diagnosticID' of 'Sendable'-conforming struct 'SimpleDiagnosticMessage' has non-sendable type 'MessageID'; this is an error in the Swift 6 language mode
7 |   let severity: DiagnosticSeverity
8 | }
/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/SwiftRequestMacros/SimpleDiagnosticMessage.swift:2:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'SwiftDiagnostics'
1 | import SwiftSyntax
2 | import SwiftDiagnostics
  | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'SwiftDiagnostics'
3 |
4 | struct SimpleDiagnosticMessage: DiagnosticMessage, Error {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftRequestMacros/SimpleDiagnosticMessage.swift:7:7: warning: stored property 'severity' of 'Sendable'-conforming struct 'SimpleDiagnosticMessage' has non-sendable type 'DiagnosticSeverity'; this is an error in the Swift 6 language mode
5 |   let message: String
6 |   let diagnosticID: MessageID
7 |   let severity: DiagnosticSeverity
  |       `- warning: stored property 'severity' of 'Sendable'-conforming struct 'SimpleDiagnosticMessage' has non-sendable type 'DiagnosticSeverity'; this is an error in the Swift 6 language mode
8 | }
9 |
/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
[182/194] Compiling SwiftRequestMacros SwiftRequestPlugin.swift
[183/194] Compiling SwiftRequestMacros ServiceMacro.swift
[184/194] Compiling SwiftRequestMacros ServiceDiagnostics.swift
[185/194] Compiling SwiftRequestMacros RequestDiagnostics.swift
[186/194] Compiling SwiftRequestMacros ParamMacro.swift
[187/194] Compiling SwiftRequestMacros MethodMacro.swift
[188/194] Compiling SwiftRequestMacros MethodDiagnostics.swift
[189/194] Compiling SwiftRequestMacros Diagnostics.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftRequestMacros/Diagnostics.swift:36:9: warning: stored property 'diagnosticID' of 'Sendable'-conforming struct 'CustomMessage' has non-sendable type 'MessageID'; this is an error in the Swift 6 language mode
34 | struct CustomMessage: DiagnosticMessage, Error {
35 |     let message: String
36 |     let diagnosticID: MessageID
   |         `- warning: stored property 'diagnosticID' of 'Sendable'-conforming struct 'CustomMessage' has non-sendable type 'MessageID'; this is an error in the Swift 6 language mode
37 |     let severity: DiagnosticSeverity
38 |
/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/SwiftRequestMacros/Diagnostics.swift:2:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'SwiftDiagnostics'
 1 | import SwiftSyntax
 2 | import SwiftDiagnostics
   | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'SwiftDiagnostics'
 3 |
 4 | protocol Diagnostics {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftRequestMacros/Diagnostics.swift:37:9: warning: stored property 'severity' of 'Sendable'-conforming struct 'CustomMessage' has non-sendable type 'DiagnosticSeverity'; this is an error in the Swift 6 language mode
35 |     let message: String
36 |     let diagnosticID: MessageID
37 |     let severity: DiagnosticSeverity
   |         `- warning: stored property 'severity' of 'Sendable'-conforming struct 'CustomMessage' has non-sendable type 'DiagnosticSeverity'; this is an error in the Swift 6 language mode
38 |
39 |     init(_ message: String, id: MessageID, severity: DiagnosticSeverity) {
/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
[190/194] Compiling SwiftRequestMacros FunctionParameter.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftRequestMacros/Diagnostics.swift:36:9: warning: stored property 'diagnosticID' of 'Sendable'-conforming struct 'CustomMessage' has non-sendable type 'MessageID'; this is an error in the Swift 6 language mode
34 | struct CustomMessage: DiagnosticMessage, Error {
35 |     let message: String
36 |     let diagnosticID: MessageID
   |         `- warning: stored property 'diagnosticID' of 'Sendable'-conforming struct 'CustomMessage' has non-sendable type 'MessageID'; this is an error in the Swift 6 language mode
37 |     let severity: DiagnosticSeverity
38 |
/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/SwiftRequestMacros/Diagnostics.swift:2:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'SwiftDiagnostics'
 1 | import SwiftSyntax
 2 | import SwiftDiagnostics
   | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'SwiftDiagnostics'
 3 |
 4 | protocol Diagnostics {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftRequestMacros/Diagnostics.swift:37:9: warning: stored property 'severity' of 'Sendable'-conforming struct 'CustomMessage' has non-sendable type 'DiagnosticSeverity'; this is an error in the Swift 6 language mode
35 |     let message: String
36 |     let diagnosticID: MessageID
37 |     let severity: DiagnosticSeverity
   |         `- warning: stored property 'severity' of 'Sendable'-conforming struct 'CustomMessage' has non-sendable type 'DiagnosticSeverity'; this is an error in the Swift 6 language mode
38 |
39 |     init(_ message: String, id: MessageID, severity: DiagnosticSeverity) {
/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
[191/194] Emitting module SwiftRequestMacros
/Users/admin/builder/spi-builder-workspace/Sources/SwiftRequestMacros/Diagnostics.swift:36:9: warning: stored property 'diagnosticID' of 'Sendable'-conforming struct 'CustomMessage' has non-sendable type 'MessageID'; this is an error in the Swift 6 language mode
34 | struct CustomMessage: DiagnosticMessage, Error {
35 |     let message: String
36 |     let diagnosticID: MessageID
   |         `- warning: stored property 'diagnosticID' of 'Sendable'-conforming struct 'CustomMessage' has non-sendable type 'MessageID'; this is an error in the Swift 6 language mode
37 |     let severity: DiagnosticSeverity
38 |
/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/SwiftRequestMacros/Diagnostics.swift:2:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'SwiftDiagnostics'
 1 | import SwiftSyntax
 2 | import SwiftDiagnostics
   | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'SwiftDiagnostics'
 3 |
 4 | protocol Diagnostics {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftRequestMacros/Diagnostics.swift:37:9: warning: stored property 'severity' of 'Sendable'-conforming struct 'CustomMessage' has non-sendable type 'DiagnosticSeverity'; this is an error in the Swift 6 language mode
35 |     let message: String
36 |     let diagnosticID: MessageID
37 |     let severity: DiagnosticSeverity
   |         `- warning: stored property 'severity' of 'Sendable'-conforming struct 'CustomMessage' has non-sendable type 'DiagnosticSeverity'; this is an error in the Swift 6 language mode
38 |
39 |     init(_ message: String, id: MessageID, severity: DiagnosticSeverity) {
/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
/Users/admin/builder/spi-builder-workspace/Sources/SwiftRequestMacros/SimpleDiagnosticMessage.swift:6:7: warning: stored property 'diagnosticID' of 'Sendable'-conforming struct 'SimpleDiagnosticMessage' has non-sendable type 'MessageID'; this is an error in the Swift 6 language mode
4 | struct SimpleDiagnosticMessage: DiagnosticMessage, Error {
5 |   let message: String
6 |   let diagnosticID: MessageID
  |       `- warning: stored property 'diagnosticID' of 'Sendable'-conforming struct 'SimpleDiagnosticMessage' has non-sendable type 'MessageID'; this is an error in the Swift 6 language mode
7 |   let severity: DiagnosticSeverity
8 | }
/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/SwiftRequestMacros/SimpleDiagnosticMessage.swift:2:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'SwiftDiagnostics'
1 | import SwiftSyntax
2 | import SwiftDiagnostics
  | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'SwiftDiagnostics'
3 |
4 | struct SimpleDiagnosticMessage: DiagnosticMessage, Error {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftRequestMacros/SimpleDiagnosticMessage.swift:7:7: warning: stored property 'severity' of 'Sendable'-conforming struct 'SimpleDiagnosticMessage' has non-sendable type 'DiagnosticSeverity'; this is an error in the Swift 6 language mode
5 |   let message: String
6 |   let diagnosticID: MessageID
7 |   let severity: DiagnosticSeverity
  |       `- warning: stored property 'severity' of 'Sendable'-conforming struct 'SimpleDiagnosticMessage' has non-sendable type 'DiagnosticSeverity'; this is an error in the Swift 6 language mode
8 | }
9 |
/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
[192/194] Compiling SwiftRequestMacros ServiceMethodExpander.swift
[192/194] Write Objects.LinkFileList
[193/194] Linking SwiftRequestMacros-tool
[195/204] Compiling SwiftRequest ServiceExecutor.swift
[196/205] Compiling SwiftRequest ServiceContainer.swift
[197/205] Compiling SwiftRequest Request.swift
[198/205] Compiling SwiftRequest Service.swift
[199/205] Compiling SwiftRequest Request+toURLRequest.swift
[200/205] Compiling SwiftRequest URLSessionServiceExecutor.swift
[201/205] Compiling SwiftRequest ServiceMacros.swift
[202/205] Compiling SwiftRequest ParamMacros.swift
[203/205] Compiling SwiftRequest MethodMacros.swift
[204/205] Compiling SwiftRequest HTTPResponseError.swift
[205/205] Emitting module SwiftRequest
Build complete! (49.95s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-syntax",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "509.0.0-swift-5.9-DEVELOPMENT-SNAPSHOT-2023-04-25-b",
            "upper_bound" : "510.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-syntax.git"
    }
  ],
  "manifest_display_name" : "SwiftRequest",
  "name" : "SwiftRequest",
  "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" : "SwiftRequest",
      "targets" : [
        "SwiftRequest"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "SwiftRequestMacros",
      "targets" : [
        "SwiftRequestMacros"
      ],
      "type" : {
        "macro" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SwiftRequestTests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftRequestTests",
      "path" : "Tests/SwiftRequestTests",
      "product_dependencies" : [
        "SwiftSyntaxMacrosTestSupport"
      ],
      "sources" : [
        "MethodMacroTests.swift",
        "ServiceTests.swift"
      ],
      "target_dependencies" : [
        "SwiftRequestMacros"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftRequestMacros",
      "module_type" : "SwiftTarget",
      "name" : "SwiftRequestMacros",
      "path" : "Sources/SwiftRequestMacros",
      "product_dependencies" : [
        "SwiftSyntaxMacros",
        "SwiftCompilerPlugin"
      ],
      "product_memberships" : [
        "SwiftRequest",
        "SwiftRequestMacros"
      ],
      "sources" : [
        "Diagnostics.swift",
        "FunctionParameter.swift",
        "MethodDiagnostics.swift",
        "MethodMacro.swift",
        "ParamMacro.swift",
        "RequestDiagnostics.swift",
        "ServiceDiagnostics.swift",
        "ServiceMacro.swift",
        "ServiceMethodExpander.swift",
        "SimpleDiagnosticMessage.swift",
        "SwiftRequestPlugin.swift"
      ],
      "type" : "macro"
    },
    {
      "c99name" : "SwiftRequest",
      "module_type" : "SwiftTarget",
      "name" : "SwiftRequest",
      "path" : "Sources/SwiftRequest",
      "product_memberships" : [
        "SwiftRequest"
      ],
      "sources" : [
        "HTTPResponseError.swift",
        "Macros/MethodMacros.swift",
        "Macros/ParamMacros.swift",
        "Macros/ServiceMacros.swift",
        "Request+toURLRequest.swift",
        "Request.swift",
        "Service.swift",
        "ServiceContainer.swift",
        "ServiceExecutor.swift",
        "URLSessionServiceExecutor.swift"
      ],
      "target_dependencies" : [
        "SwiftRequestMacros"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Done.