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

Failed to build Makros, reference main (145889), with Swift 6.0 for macOS (SPM) on 29 Nov 2024 13:48:46 UTC.

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/Sajjon/Makros.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Sajjon/Makros
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 1458899 WIP
Cloned https://github.com/Sajjon/Makros.git
Revision (git rev-parse @):
14588993d1819980900b12fe7ad3dd36540f6a46
SUCCESS checkout https://github.com/Sajjon/Makros.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.85s)
Creating working copy for https://github.com/apple/swift-syntax.git
Working copy of https://github.com/apple/swift-syntax.git resolved at main (4d8981f)
========================================
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": "makros",
      "name": "Makros",
      "url": "https://github.com/Sajjon/Makros.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Makros",
      "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/Sajjon/Makros.git
[1/162] Fetching makros
Fetched https://github.com/Sajjon/Makros.git from cache (0.69s)
Fetching https://github.com/apple/swift-syntax.git from cache
Fetched https://github.com/apple/swift-syntax.git from cache (0.89s)
Creating working copy for https://github.com/apple/swift-syntax.git
Working copy of https://github.com/apple/swift-syntax.git resolved at main (b721fa8)
Creating working copy for https://github.com/Sajjon/Makros.git
Working copy of https://github.com/Sajjon/Makros.git resolved at main (1458899)
Found 1 product dependencies
  - swift-syntax
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/Sajjon/Makros.git
{
  "dependencies" : [
    {
      "identity" : "swift-syntax",
      "requirement" : {
        "branch" : [
          "main"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-syntax.git"
    }
  ],
  "manifest_display_name" : "Makros",
  "name" : "Makros",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "macos",
      "version" : "10.15"
    }
  ],
  "products" : [
    {
      "name" : "Makros",
      "targets" : [
        "Makros"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "MakrosLib",
      "targets" : [
        "MakrosLib"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "MakrosPlugin",
      "targets" : [
        "MakrosPlugin"
      ],
      "type" : {
        "macro" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "MakrosPluginTests",
      "module_type" : "SwiftTarget",
      "name" : "MakrosPluginTests",
      "path" : "Tests",
      "product_dependencies" : [
        "SwiftSyntaxMacrosTestSupport"
      ],
      "sources" : [
        "DataStorageTests.swift"
      ],
      "target_dependencies" : [
        "MakrosPlugin"
      ],
      "type" : "test"
    },
    {
      "c99name" : "MakrosPlugin",
      "module_type" : "SwiftTarget",
      "name" : "MakrosPlugin",
      "path" : "Plugin",
      "product_dependencies" : [
        "SwiftSyntax",
        "SwiftSyntaxMacros",
        "SwiftOperators",
        "SwiftParser",
        "SwiftParserDiagnostics",
        "SwiftCompilerPlugin"
      ],
      "product_memberships" : [
        "Makros",
        "MakrosLib",
        "MakrosPlugin"
      ],
      "sources" : [
        "DataStorage.swift",
        "Plugin.swift"
      ],
      "type" : "macro"
    },
    {
      "c99name" : "MakrosLib",
      "module_type" : "SwiftTarget",
      "name" : "MakrosLib",
      "path" : "Lib",
      "product_memberships" : [
        "Makros",
        "MakrosLib"
      ],
      "sources" : [
        "MakrosLib.swift"
      ],
      "target_dependencies" : [
        "MakrosPlugin"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Makros",
      "module_type" : "SwiftTarget",
      "name" : "Makros",
      "path" : "Makros",
      "product_memberships" : [
        "Makros"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "MakrosLib"
      ],
      "type" : "executable"
    }
  ],
  "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/21] Write sources
[12/21] Write Makros-entitlement.plist
[15/21] Write swift-version--7754E27361AE5C74.txt
[17/65] Compiling SwiftSyntax AbsolutePosition.swift
[18/65] Compiling SwiftSyntax Assert.swift
[19/65] Compiling SwiftSyntax BumpPtrAllocator.swift
[20/65] Compiling SwiftSyntax CommonAncestor.swift
[21/65] Compiling SwiftSyntax IncrementalParseTransition.swift
[22/69] Compiling SwiftSyntax SyntaxTreeViewMode.swift
[23/69] Compiling SwiftSyntax TokenDiagnostic.swift
[24/69] Compiling SwiftSyntax TokenSyntax.swift
[25/69] Compiling SwiftSyntax Trivia.swift
[26/69] Compiling SwiftSyntax Utils.swift
[27/69] Compiling SwiftSyntax MemoryLayout.swift
[28/69] Compiling SwiftSyntax MissingNodeInitializers.swift
[29/69] Compiling SwiftSyntax RawSyntax.swift
[30/69] Compiling SwiftSyntax RawSyntaxLayoutView.swift
[31/69] Compiling SwiftSyntax RawSyntaxNodeProtocol.swift
[32/69] Compiling SwiftSyntax Syntax.swift
[33/69] Compiling SwiftSyntax SyntaxArena.swift
[34/69] Compiling SwiftSyntax SyntaxChildren.swift
[35/69] Compiling SwiftSyntax SyntaxData.swift
[36/69] Compiling SwiftSyntax SyntaxText.swift
[37/69] Compiling SwiftSyntax SyntaxVisitor.swift
[38/69] Compiling SwiftSyntax TokenKind.swift
[39/69] Compiling SwiftSyntax Tokens.swift
[40/69] Compiling SwiftSyntax TriviaPieces.swift
[41/69] Emitting module SwiftSyntax
[42/69] Compiling SwiftSyntax SyntaxNodes.swift
[43/69] Compiling SwiftSyntax SyntaxPatternNodes.swift
[44/69] Compiling SwiftSyntax SyntaxStmtNodes.swift
[45/69] Compiling SwiftSyntax SyntaxTypeNodes.swift
[46/69] Compiling SwiftSyntax ChildNameForKeyPath.swift
[47/69] Compiling SwiftSyntax Keyword.swift
[48/69] Compiling SwiftSyntax SyntaxAnyVisitor.swift
[49/69] Compiling SwiftSyntax SyntaxBaseNodes.swift
[50/69] Compiling SwiftSyntax SyntaxCollections.swift
[51/69] Compiling SwiftSyntax SyntaxEnum.swift
[52/69] Compiling SwiftSyntax SyntaxKind.swift
[53/69] Compiling SwiftSyntax SyntaxRewriter.swift
[54/69] Compiling SwiftSyntax SyntaxTraits.swift
[55/69] Compiling SwiftSyntax SyntaxTransform.swift
[56/69] Compiling SwiftSyntax RawSyntaxNodes.swift
[57/69] Compiling SwiftSyntax RawSyntaxValidation.swift
[58/69] Compiling SwiftSyntax SyntaxDeclNodes.swift
[59/69] Compiling SwiftSyntax SyntaxExprNodes.swift
[60/69] Compiling SwiftSyntax RawSyntaxTokenView.swift
[61/69] Compiling SwiftSyntax SourceLength.swift
[62/69] Compiling SwiftSyntax SourceLocation.swift
[63/69] Compiling SwiftSyntax SourcePresence.swift
[64/69] Compiling SwiftSyntax SwiftSyntaxCompatibility.swift
[65/115] Compiling SwiftDiagnostics Diagnostic.swift
[66/115] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[67/115] Compiling SwiftBasicFormat BasicFormat+Extensions.swift
[68/115] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[69/115] Emitting module SwiftDiagnostics
[70/115] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[71/115] Compiling SwiftDiagnostics Message.swift
[72/115] Compiling SwiftDiagnostics FixIt.swift
[73/115] Compiling SwiftDiagnostics Note.swift
[74/115] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[75/115] Emitting module SwiftBasicFormat
[76/115] Compiling SwiftBasicFormat BasicFormat.swift
[77/115] Compiling SwiftParser Nominals.swift
[78/115] Compiling SwiftParser Parameters.swift
[79/115] Compiling SwiftParser Parser.swift
[80/115] Compiling SwiftParser Patterns.swift
[81/115] Compiling SwiftParser Lookahead.swift
[82/115] Compiling SwiftParser LoopProgressCondition.swift
[83/115] Compiling SwiftParser Modifiers.swift
[84/115] Compiling SwiftParser Names.swift
[85/115] Compiling SwiftParser TopLevel.swift
[86/115] Compiling SwiftParser TriviaParser.swift
[87/115] Compiling SwiftParser Types.swift
[88/118] Compiling SwiftParser Recovery.swift
[89/118] Compiling SwiftParser Specifiers.swift
[90/118] Compiling SwiftParser Statements.swift
[91/118] Compiling SwiftParser StringLiteralRepresentedLiteralValue.swift
[92/118] Compiling SwiftParser LexemeSequence.swift
[93/118] Compiling SwiftParser Lexer.swift
[94/118] Compiling SwiftParser RegexLiteralLexer.swift
[95/118] Compiling SwiftParser UnicodeScalarExtensions.swift
[96/118] Compiling SwiftParser IsLexerClassified.swift
[97/118] Compiling SwiftParser Parser+Entry.swift
[98/118] Compiling SwiftParser TokenSpecStaticMembers.swift
[99/118] Emitting module SwiftParser
[100/118] Compiling SwiftParser TokenPrecedence.swift
[101/118] Compiling SwiftParser TokenSpec.swift
[102/118] Compiling SwiftParser TokenSpecSet.swift
[103/118] Compiling SwiftParser Attributes.swift
[104/118] Compiling SwiftParser Availability.swift
[105/118] Compiling SwiftParser CharacterInfo.swift
[106/118] Compiling SwiftParser Declarations.swift
[107/118] Compiling SwiftParser Directives.swift
[108/118] Compiling SwiftParser Expressions.swift
[109/118] Compiling SwiftParser Cursor.swift
[110/118] Compiling SwiftParser Lexeme.swift
[111/118] Compiling SwiftParser StringLiterals.swift
[112/118] Compiling SwiftParser SyntaxUtils.swift
[113/118] Compiling SwiftParser TokenConsumer.swift
[114/141] Compiling SwiftParserDiagnostics SyntaxKindNameForDiagnostics.swift
[115/142] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[116/142] Compiling SwiftOperators PrecedenceGroup.swift
[117/143] Compiling SwiftOperators PrecedenceGraph.swift
[118/143] Compiling SwiftOperators OperatorTable.swift
[119/143] Compiling SwiftOperators SyntaxSynthesis.swift
[120/143] Compiling SwiftOperators OperatorTable+Semantics.swift
[121/143] Compiling SwiftOperators OperatorTable+Defaults.swift
[122/143] Compiling SwiftOperators OperatorError+Diagnostics.swift
[123/143] Compiling SwiftOperators OperatorError.swift
[124/143] Compiling SwiftOperators OperatorTable+Folding.swift
[125/143] Emitting module SwiftOperators
[126/143] Compiling SwiftOperators Operator.swift
[127/143] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[128/143] Compiling SwiftParserDiagnostics Utils.swift
[129/143] Compiling SwiftParserDiagnostics MissingNodesError.swift
[130/143] Compiling SwiftParserDiagnostics MissingTokenError.swift
[131/143] Compiling SwiftParserDiagnostics SyntaxExtensions.swift
[132/143] Compiling SwiftParserDiagnostics DiagnosticExtensions.swift
[133/143] Compiling SwiftParserDiagnostics LexerDiagnosticMessages.swift
[134/143] Compiling SwiftParserDiagnostics ParserDiagnosticMessages.swift
[135/143] Compiling SwiftParserDiagnostics PresenceUtils.swift
[136/143] Emitting module SwiftParserDiagnostics
[137/143] Compiling SwiftParserDiagnostics MultiLineStringLiteralDiagnosticsGenerator.swift
[138/143] Compiling SwiftParserDiagnostics ParseDiagnosticsGenerator.swift
[139/155] Compiling SwiftSyntaxBuilder WithTrailingCommaSyntax+EnsuringTrailingComma.swift
[140/155] Compiling SwiftSyntaxBuilder BuildableCollectionNodes.swift
[141/156] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
[142/156] Compiling SwiftSyntaxBuilder ValidatingSyntaxNodes.swift
[143/156] Compiling SwiftSyntaxBuilder BuildableNodes.swift
[144/156] Compiling SwiftSyntaxBuilder SyntaxNodeWithBody.swift
[145/156] Compiling SwiftSyntaxBuilder Syntax+StringInterpolation.swift
[146/156] Compiling SwiftSyntaxBuilder ConvenienceInitializers.swift
[147/156] Compiling SwiftSyntaxBuilder Indenter.swift
[148/156] Compiling SwiftSyntaxBuilder ResultBuilderExtensions.swift
[149/156] Compiling SwiftSyntaxBuilder SwiftSyntaxBuilderCompatibility.swift
[150/156] Emitting module SwiftSyntaxBuilder
[151/156] Compiling SwiftSyntaxBuilder ResultBuilders.swift
[152/175] Compiling SwiftSyntaxMacros Macro.swift
[153/175] Compiling SwiftSyntaxMacros MemberAttributeMacro.swift
[154/175] Compiling SwiftSyntaxMacros CodeItemMacro.swift
[155/175] Compiling SwiftSyntaxMacros ConformanceMacro.swift
[156/175] Compiling SwiftSyntaxMacros AccessorMacro.swift
[157/175] Compiling SwiftSyntaxMacros AttachedMacro.swift
[158/175] Compiling SwiftSyntaxMacros FunctionParameterUtils.swift
[159/175] Compiling SwiftSyntaxMacros MacroExpansionContext.swift
[160/176] Compiling SwiftSyntaxMacros Syntax+MacroEvaluation.swift
[161/176] Emitting module SwiftSyntaxMacros
[162/176] Compiling SwiftSyntaxMacros FreestandingMacro.swift
[163/176] Compiling SwiftSyntaxMacros Macro+Format.swift
[164/176] Compiling SwiftSyntaxMacros AbstractSourceLocation.swift
[165/176] Compiling SwiftSyntaxMacros BasicMacroExpansionContext.swift
[166/176] Compiling SwiftSyntaxMacros DeclarationMacro.swift
[167/176] Compiling SwiftSyntaxMacros ExpressionMacro.swift
[168/176] Compiling SwiftSyntaxMacros MemberMacro.swift
[169/176] Compiling SwiftSyntaxMacros PeerMacro.swift
[170/176] Compiling SwiftSyntaxMacros MacroReplacement.swift
[171/176] Compiling SwiftSyntaxMacros MacroSystem.swift
[172/178] Compiling SwiftSyntaxMacroExpansion MacroExpansion.swift
[173/178] Emitting module SwiftSyntaxMacroExpansion
[174/184] Compiling SwiftCompilerPluginMessageHandling Diagnostics.swift
[175/184] Compiling SwiftCompilerPluginMessageHandling PluginMacroExpansionContext.swift
[176/184] Compiling SwiftCompilerPluginMessageHandling PluginMessages.swift
[177/184] Emitting module SwiftCompilerPluginMessageHandling
[178/184] Compiling SwiftCompilerPluginMessageHandling CompilerPluginMessageHandler.swift
[179/184] Compiling SwiftCompilerPluginMessageHandling Macros.swift
[180/186] Compiling SwiftCompilerPlugin CompilerPlugin.swift
[181/186] Emitting module SwiftCompilerPlugin
[182/189] Compiling MakrosPlugin Plugin.swift
[183/189] Emitting module MakrosPlugin
/Users/admin/builder/spi-builder-workspace/Plugin/DataStorage.swift:217:13: warning: static property 'throws' is not concurrency-safe because non-'Sendable' type 'FunctionEffectSpecifiersSyntax' may have shared mutable state; this is an error in the Swift 6 language mode
215 |
216 | extension FunctionEffectSpecifiersSyntax {
217 | 	static let `throws` = Self(throwsSpecifier: "throws")
    |             `- warning: static property 'throws' is not concurrency-safe because non-'Sendable' type 'FunctionEffectSpecifiersSyntax' may have shared mutable state; this is an error in the Swift 6 language mode
218 | }
219 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/generated/syntaxNodes/SyntaxNodes.swift:8566:15: note: struct 'FunctionEffectSpecifiersSyntax' does not conform to the 'Sendable' protocol
 8564 |
 8565 |
 8566 | public struct FunctionEffectSpecifiersSyntax: SyntaxProtocol, SyntaxHashable {
      |               `- note: struct 'FunctionEffectSpecifiersSyntax' does not conform to the 'Sendable' protocol
 8567 |   public let _syntaxNode: Syntax
 8568 |
/Users/admin/builder/spi-builder-workspace/Plugin/DataStorage.swift:1:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'SwiftSyntax'
  1 | import SwiftSyntax
    | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'SwiftSyntax'
  2 | import SwiftSyntaxBuilder
  3 | import SwiftSyntaxMacros
    :
215 |
216 | extension FunctionEffectSpecifiersSyntax {
217 | 	static let `throws` = Self(throwsSpecifier: "throws")
    |             |- note: annotate 'throws' with '@MainActor' if property should only be accessed from the main actor
    |             `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
218 | }
219 |
/Users/admin/builder/spi-builder-workspace/Plugin/DataStorage.swift:220:1: warning: extension declares a conformance of imported type 'ParameterClauseSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
218 | }
219 |
220 | extension ParameterClauseSyntax: ExpressibleByArrayLiteral {
    | |- warning: extension declares a conformance of imported type 'ParameterClauseSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
221 | 	public init(arrayLiteral elements: FunctionParameterSyntax...) {
222 | 		self.init(parameterList: .init(elements))
/Users/admin/builder/spi-builder-workspace/Plugin/DataStorage.swift:226:1: warning: extension declares a conformance of imported type 'TypeInheritanceClauseSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
224 | }
225 |
226 | extension TypeInheritanceClauseSyntax: ExpressibleByArrayLiteral {
    | |- warning: extension declares a conformance of imported type 'TypeInheritanceClauseSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
227 | 	public init(arrayLiteral elements: String...) {
228 | 		self.init(inheritedTypeCollection: .init(elements.enumerated().map { (offset, element) in
[184/189] Compiling MakrosPlugin DataStorage.swift
/Users/admin/builder/spi-builder-workspace/Plugin/DataStorage.swift:217:13: warning: static property 'throws' is not concurrency-safe because non-'Sendable' type 'FunctionEffectSpecifiersSyntax' may have shared mutable state; this is an error in the Swift 6 language mode
215 |
216 | extension FunctionEffectSpecifiersSyntax {
217 | 	static let `throws` = Self(throwsSpecifier: "throws")
    |             `- warning: static property 'throws' is not concurrency-safe because non-'Sendable' type 'FunctionEffectSpecifiersSyntax' may have shared mutable state; this is an error in the Swift 6 language mode
218 | }
219 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/generated/syntaxNodes/SyntaxNodes.swift:8566:15: note: struct 'FunctionEffectSpecifiersSyntax' does not conform to the 'Sendable' protocol
 8564 |
 8565 |
 8566 | public struct FunctionEffectSpecifiersSyntax: SyntaxProtocol, SyntaxHashable {
      |               `- note: struct 'FunctionEffectSpecifiersSyntax' does not conform to the 'Sendable' protocol
 8567 |   public let _syntaxNode: Syntax
 8568 |
/Users/admin/builder/spi-builder-workspace/Plugin/DataStorage.swift:1:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'SwiftSyntax'
  1 | import SwiftSyntax
    | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'SwiftSyntax'
  2 | import SwiftSyntaxBuilder
  3 | import SwiftSyntaxMacros
    :
215 |
216 | extension FunctionEffectSpecifiersSyntax {
217 | 	static let `throws` = Self(throwsSpecifier: "throws")
    |             |- note: annotate 'throws' with '@MainActor' if property should only be accessed from the main actor
    |             `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
218 | }
219 |
/Users/admin/builder/spi-builder-workspace/Plugin/DataStorage.swift:220:1: warning: extension declares a conformance of imported type 'ParameterClauseSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
218 | }
219 |
220 | extension ParameterClauseSyntax: ExpressibleByArrayLiteral {
    | |- warning: extension declares a conformance of imported type 'ParameterClauseSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
221 | 	public init(arrayLiteral elements: FunctionParameterSyntax...) {
222 | 		self.init(parameterList: .init(elements))
/Users/admin/builder/spi-builder-workspace/Plugin/DataStorage.swift:226:1: warning: extension declares a conformance of imported type 'TypeInheritanceClauseSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
224 | }
225 |
226 | extension TypeInheritanceClauseSyntax: ExpressibleByArrayLiteral {
    | |- warning: extension declares a conformance of imported type 'TypeInheritanceClauseSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
227 | 	public init(arrayLiteral elements: String...) {
228 | 		self.init(inheritedTypeCollection: .init(elements.enumerated().map { (offset, element) in
[184/189] Write Objects.LinkFileList
[185/189] Linking MakrosPlugin-tool
error: emit-module command failed with exit code 1 (use -v to see invocation)
[187/191] Emitting module MakrosLib
/Users/admin/builder/spi-builder-workspace/Lib/MakrosLib.swift:2:8: error: no such module 'MakrosPlugin'
 1 | import Foundation
 2 | import MakrosPlugin
   |        `- error: no such module 'MakrosPlugin'
 3 |
 4 | @attached(member, names: named(init(data:)), arbitrary)
[188/191] Compiling MakrosLib MakrosLib.swift
/Users/admin/builder/spi-builder-workspace/Lib/MakrosLib.swift:2:8: error: no such module 'MakrosPlugin'
 1 | import Foundation
 2 | import MakrosPlugin
   |        `- error: no such module 'MakrosPlugin'
 3 |
 4 | @attached(member, names: named(init(data:)), arbitrary)
note: module 'MakrosPlugin' is a macro, and cannot be imported by tests and other targets
note: module 'MakrosPlugin' is a macro, and cannot be imported by tests and other targets
BUILD FAILURE 6.0 macosSpm