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 EasyMetalShader, reference main (fc4810), with Swift 6.0 for macOS (SPM) on 6 Feb 2025 18:55:10 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.60.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/yukiny0811/EasyMetalShader.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/yukiny0811/EasyMetalShader
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at fc4810f Merge pull request #15 from yukiny0811/patch
Cloned https://github.com/yukiny0811/EasyMetalShader.git
Revision (git rev-parse @):
fc4810f3ac4358c600e8778317e25e37de1cf891
SUCCESS checkout https://github.com/yukiny0811/EasyMetalShader.git at main
Fetching https://github.com/apple/swift-syntax.git
[1/68330] Fetching swift-syntax
Fetched https://github.com/apple/swift-syntax.git from cache (3.51s)
Computing version for https://github.com/apple/swift-syntax.git
Computed https://github.com/apple/swift-syntax.git at 600.0.1 (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 600.0.1
========================================
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": "easymetalshader",
      "name": "EasyMetalShader",
      "url": "https://github.com/yukiny0811/EasyMetalShader.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/EasyMetalShader",
      "dependencies": [
        {
          "identity": "swift-syntax",
          "name": "swift-syntax",
          "url": "https://github.com/apple/swift-syntax.git",
          "version": "600.0.1",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-syntax",
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/yukiny0811/EasyMetalShader.git
[10/955] Fetching easymetalshader
Fetched https://github.com/yukiny0811/EasyMetalShader.git from cache (0.78s)
Fetching https://github.com/apple/swift-syntax.git from cache
Fetched https://github.com/apple/swift-syntax.git from cache (0.95s)
Computing version for https://github.com/apple/swift-syntax.git
Computed https://github.com/apple/swift-syntax.git at 600.0.1 (0.02s)
Creating working copy for https://github.com/apple/swift-syntax.git
Working copy of https://github.com/apple/swift-syntax.git resolved at 600.0.1
Creating working copy for https://github.com/yukiny0811/EasyMetalShader.git
Working copy of https://github.com/yukiny0811/EasyMetalShader.git resolved at main (fc4810f)
warning: '.resolve-product-dependencies': dependency 'easymetalshader' 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/yukiny0811/EasyMetalShader.git
https://github.com/yukiny0811/EasyMetalShader.git
{
  "dependencies" : [
    {
      "identity" : "swift-syntax",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "600.0.1",
            "upper_bound" : "601.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-syntax.git"
    }
  ],
  "manifest_display_name" : "EasyMetalShader",
  "name" : "EasyMetalShader",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "11.0"
    },
    {
      "name" : "ios",
      "version" : "14.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    }
  ],
  "products" : [
    {
      "name" : "EasyMetalShader",
      "targets" : [
        "EasyMetalShader"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "EasyMetalShaderMacro",
      "targets" : [
        "EasyMetalShaderMacro"
      ],
      "type" : {
        "macro" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "EasyMetalShaderTests",
      "module_type" : "SwiftTarget",
      "name" : "EasyMetalShaderTests",
      "path" : "Sources/EasyMetalShaderTests",
      "sources" : [
        "ArrayBufferTests.swift",
        "ComputeShader3DTests.swift",
        "ComputeShaderTests.swift",
        "MetalPreLibraryTests.swift",
        "RenderShaderTests.swift"
      ],
      "target_dependencies" : [
        "EasyMetalShader"
      ],
      "type" : "test"
    },
    {
      "c99name" : "EasyMetalShaderMacro",
      "module_type" : "SwiftTarget",
      "name" : "EasyMetalShaderMacro",
      "path" : "Sources/EasyMetalShaderMacro",
      "product_dependencies" : [
        "SwiftSyntaxMacros",
        "SwiftCompilerPlugin"
      ],
      "product_memberships" : [
        "EasyMetalShader",
        "EasyMetalShaderMacro"
      ],
      "sources" : [
        "EMArgument/EMArgument.swift",
        "EMComputeShader/ComputeFunctionStrings/ComputeFunctionStrings.swift",
        "EMComputeShader/ComputeFunctionStrings/InitCompute.swift",
        "EMComputeShader/EMComputeShader+ExtensionMacro.swift",
        "EMComputeShader/EMComputeShader+MemberAttributeMacro.swift",
        "EMComputeShader/EMComputeShader+MemberMacro.swift",
        "EMComputeShader/EMComputeShader.swift",
        "EMComputeShader3D/ComputeFunctionStrings3D/ComputeFunctionStrings3D.swift",
        "EMComputeShader3D/ComputeFunctionStrings3D/InitCompute3D.swift",
        "EMComputeShader3D/EMComputeShader3D+ExtensionMacro.swift",
        "EMComputeShader3D/EMComputeShader3D+MemberAttributeMacro.swift",
        "EMComputeShader3D/EMComputeShader3D+MemberMacro.swift",
        "EMComputeShader3D/EMComputeShader3D.swift",
        "EMRenderShader/EMRenderShader+ExtensionMacro.swift",
        "EMRenderShader/EMRenderShader+MemberAttributeMacro.swift",
        "EMRenderShader/EMRenderShader+MemberMacro.swift",
        "EMRenderShader/EMRenderShader.swift",
        "EMRenderShader/RenderFunctionStrings/InitRender.swift",
        "EMRenderShader/RenderFunctionStrings/RenderFunctionStrings.swift",
        "EMTextureArgument/EMTextureArgument.swift",
        "EasyMetalShaderMacroPlugin.swift",
        "Utils/String+Error.swift",
        "Utils/Util.swift"
      ],
      "type" : "macro"
    },
    {
      "c99name" : "EasyMetalShader",
      "module_type" : "SwiftTarget",
      "name" : "EasyMetalShader",
      "path" : "Sources/EasyMetalShader",
      "product_memberships" : [
        "EasyMetalShader"
      ],
      "sources" : [
        "Builder/ShaderStringBuilder.swift",
        "EXPORTER.swift",
        "Extensions/MTLTexture+.swift",
        "Macros/EMArgument.swift",
        "Macros/EMComputeShader.swift",
        "Macros/EMComputeShader3D.swift",
        "Macros/EMRenderShader.swift",
        "Macros/EMTextureArgument.swift",
        "MetalPreLibrary/Include.swift",
        "MetalPreLibrary/MetalPreLibrary.swift",
        "MetalPreLibrary/Rand.swift",
        "MetalPreLibrary/RasterizerData.swift",
        "MetalPreLibrary/VertexInput.swift",
        "Models/ArrayBuffer.swift",
        "Models/EMMetalArgument.swift",
        "Models/EMMetalTexture.swift",
        "Models/EMMetalTextureUsage.swift",
        "Pipelines/EMMetalComputeFunction.swift",
        "Pipelines/EMMetalDispatch.swift",
        "Pipelines/EMMetalFunction.swift",
        "Pipelines/EMMetalRenderFunction.swift",
        "Pipelines/ShaderRenderer.swift",
        "PropertyWrappers/EMIgnore.swift",
        "Utils/ShaderCore_EasyMetalShaderLib.swift",
        "Views/EasyShaderView.swift",
        "Views/ShaderMTKView.swift"
      ],
      "target_dependencies" : [
        "EasyMetalShaderMacro"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.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/20] Write sources
[16/20] Compiling _SwiftSyntaxCShims dummy.c
[17/20] Write swift-version-5BDAB9E9C0126B9D.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[19/26] Emitting module SwiftSyntax509
<unknown>:0: error: upcoming feature 'StrictConcurrency' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
[20/26] Compiling SwiftSyntax509 Empty.swift
<unknown>:0: error: upcoming feature 'StrictConcurrency' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
error: emit-module command failed with exit code 1 (use -v to see invocation)
[21/26] Emitting module SwiftSyntax510
<unknown>:0: error: upcoming feature 'StrictConcurrency' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
[22/26] Compiling SwiftSyntax510 Empty.swift
<unknown>:0: error: upcoming feature 'StrictConcurrency' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
error: emit-module command failed with exit code 1 (use -v to see invocation)
[23/26] Emitting module SwiftSyntax600
<unknown>:0: error: upcoming feature 'StrictConcurrency' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
[24/26] Compiling SwiftSyntax600 Empty.swift
<unknown>:0: error: upcoming feature 'StrictConcurrency' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
[0/1] Planning build
Building for debugging...
[0/3] Write swift-version-5BDAB9E9C0126B9D.txt
[2/9] Compiling SwiftSyntax510 Empty.swift
[3/9] Emitting module SwiftSyntax510
[4/9] Emitting module SwiftSyntax509
[5/9] Compiling SwiftSyntax509 Empty.swift
[6/9] Compiling SwiftSyntax600 Empty.swift
[7/9] Emitting module SwiftSyntax600
[8/74] Compiling SwiftSyntax AbsolutePosition.swift
[9/74] Compiling SwiftSyntax AbsoluteRawSyntax.swift
[10/74] Compiling SwiftSyntax AbsoluteSyntaxInfo.swift
[11/74] Compiling SwiftSyntax Assert.swift
[12/74] Compiling SwiftSyntax BumpPtrAllocator.swift
[13/74] Compiling SwiftSyntax CommonAncestor.swift
[14/74] Compiling SwiftSyntax Convenience.swift
[15/74] Compiling SwiftSyntax CustomTraits.swift
[16/81] Compiling SwiftSyntax SourceEdit.swift
[17/81] Compiling SwiftSyntax SourceLength.swift
[18/81] Compiling SwiftSyntax SourceLocation.swift
[19/81] Compiling SwiftSyntax SourcePresence.swift
[20/81] Compiling SwiftSyntax SwiftSyntaxCompatibility.swift
[21/81] Compiling SwiftSyntax Syntax.swift
[22/81] Compiling SwiftSyntax SyntaxArena.swift
[23/81] Compiling SwiftSyntax SyntaxProtocol.swift
[24/81] Compiling SwiftSyntax SyntaxText.swift
[25/81] Compiling SwiftSyntax SyntaxTreeViewMode.swift
[26/81] Compiling SwiftSyntax TokenDiagnostic.swift
[27/81] Compiling SwiftSyntax TokenSequence.swift
[28/81] Compiling SwiftSyntax TokenSyntax.swift
[29/81] Compiling SwiftSyntax Trivia.swift
[30/81] Emitting module SwiftSyntax
[31/81] Compiling SwiftSyntax Tokens.swift
[32/81] Compiling SwiftSyntax TriviaPieces.swift
[33/81] Compiling SwiftSyntax RawSyntaxNodesAB.swift
[34/81] Compiling SwiftSyntax RawSyntaxNodesC.swift
[35/81] Compiling SwiftSyntax RawSyntaxNodesD.swift
[36/81] Compiling SwiftSyntax RawSyntaxNodesEF.swift
[37/81] Compiling SwiftSyntax RawSyntaxNodesGHI.swift
[38/81] Compiling SwiftSyntax Identifier.swift
[39/81] Compiling SwiftSyntax MemoryLayout.swift
[40/81] Compiling SwiftSyntax MissingNodeInitializers.swift
[41/81] Compiling SwiftSyntax RawSyntax.swift
[42/81] Compiling SwiftSyntax RawSyntaxLayoutView.swift
[43/81] Compiling SwiftSyntax RawSyntaxNodeProtocol.swift
[44/81] Compiling SwiftSyntax RawSyntaxTokenView.swift
[45/81] Compiling SwiftSyntax SyntaxCollections.swift
[46/81] Compiling SwiftSyntax SyntaxEnum.swift
[47/81] Compiling SwiftSyntax SyntaxKind.swift
[48/81] Compiling SwiftSyntax SyntaxRewriter.swift
[49/81] Compiling SwiftSyntax SyntaxTraits.swift
[50/81] Compiling SwiftSyntax SyntaxVisitor.swift
[51/81] Compiling SwiftSyntax TokenKind.swift
[52/81] Compiling SwiftSyntax RawSyntaxNodesJKLMN.swift
[53/81] Compiling SwiftSyntax RawSyntaxNodesOP.swift
[54/81] Compiling SwiftSyntax RawSyntaxNodesQRS.swift
[55/81] Compiling SwiftSyntax RawSyntaxNodesTUVWXYZ.swift
[56/81] Compiling SwiftSyntax RawSyntaxValidation.swift
[57/81] Compiling SwiftSyntax SyntaxNodesAB.swift
[58/81] Compiling SwiftSyntax SyntaxNodesC.swift
[59/81] Compiling SwiftSyntax SyntaxArenaAllocatedBuffer.swift
[60/81] Compiling SwiftSyntax SyntaxChildren.swift
[61/81] Compiling SwiftSyntax SyntaxCollection.swift
[62/81] Compiling SwiftSyntax SyntaxHashable.swift
[63/81] Compiling SwiftSyntax SyntaxIdentifier.swift
[64/81] Compiling SwiftSyntax SyntaxNodeFactory.swift
[65/81] Compiling SwiftSyntax SyntaxNodeStructure.swift
[66/81] Compiling SwiftSyntax Utils.swift
[67/81] Compiling SwiftSyntax ChildNameForKeyPath.swift
[68/81] Compiling SwiftSyntax Keyword.swift
[69/81] Compiling SwiftSyntax RenamedChildrenCompatibility.swift
[70/81] Compiling SwiftSyntax RenamedNodesCompatibility.swift
[71/81] Compiling SwiftSyntax SyntaxAnyVisitor.swift
[72/81] Compiling SwiftSyntax SyntaxBaseNodes.swift
[73/81] Compiling SwiftSyntax SyntaxNodesD.swift
[74/81] Compiling SwiftSyntax SyntaxNodesEF.swift
[75/81] Compiling SwiftSyntax SyntaxNodesGHI.swift
[76/81] Compiling SwiftSyntax SyntaxNodesJKLMN.swift
[77/81] Compiling SwiftSyntax SyntaxNodesOP.swift
[78/81] Compiling SwiftSyntax SyntaxNodesQRS.swift
[79/81] Compiling SwiftSyntax SyntaxNodesTUVWXYZ.swift
[80/139] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[81/139] Compiling SwiftDiagnostics Message.swift
[82/140] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[83/140] Emitting module SwiftDiagnostics
[84/140] Compiling SwiftDiagnostics Note.swift
[85/140] Compiling SwiftDiagnostics FixIt.swift
[86/140] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[87/140] Compiling SwiftDiagnostics ANSIDiagnosticDecorator.swift
[88/140] Compiling SwiftDiagnostics Diagnostic.swift
[89/140] Compiling SwiftDiagnostics Convenience.swift
[90/140] Compiling SwiftDiagnostics BasicDiagnosticDecorator.swift
[91/140] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[92/140] Compiling SwiftDiagnostics DiagnosticDecorator.swift
[93/140] Compiling SwiftBasicFormat Syntax+Extensions.swift
[94/140] Emitting module SwiftBasicFormat
[95/140] Compiling SwiftBasicFormat BasicFormat.swift
[96/140] Compiling SwiftBasicFormat InferIndentation.swift
[97/140] Compiling SwiftParser TopLevel.swift
[98/140] Compiling SwiftParser TriviaParser.swift
[99/140] Compiling SwiftParser Types.swift
[100/140] Compiling SwiftParser ExperimentalFeatures.swift
[101/144] Compiling SwiftParser UnicodeScalarExtensions.swift
[102/144] Compiling SwiftParser Lookahead.swift
[103/144] Compiling SwiftParser LoopProgressCondition.swift
[104/144] Compiling SwiftParser Modifiers.swift
[105/144] Compiling SwiftParser Names.swift
[106/144] Compiling SwiftParser StringLiterals.swift
[107/144] Compiling SwiftParser SwiftParserCompatibility.swift
[108/144] Compiling SwiftParser SwiftVersion.swift
[109/144] Compiling SwiftParser SyntaxUtils.swift
[110/144] Compiling SwiftParser TokenConsumer.swift
[111/144] Compiling SwiftParser TokenPrecedence.swift
[112/144] Compiling SwiftParser TokenSpec.swift
[113/144] Compiling SwiftParser TokenSpecSet.swift
[114/144] Compiling SwiftParser Recovery.swift
[115/144] Compiling SwiftParser Specifiers.swift
[116/144] Compiling SwiftParser Statements.swift
[117/144] Compiling SwiftParser StringLiteralRepresentedLiteralValue.swift
[118/144] Compiling SwiftParser Nominals.swift
[119/144] Compiling SwiftParser Parameters.swift
[120/144] Compiling SwiftParser ParseSourceFile.swift
[121/144] Compiling SwiftParser Parser.swift
[122/144] Compiling SwiftParser Patterns.swift
[123/144] Compiling SwiftParser Attributes.swift
[124/144] Compiling SwiftParser Availability.swift
[125/144] Compiling SwiftParser CharacterInfo.swift
[126/144] Compiling SwiftParser CollectionNodes+Parsable.swift
[127/144] Compiling SwiftParser Declarations.swift
[128/144] Emitting module SwiftParser
[129/144] Compiling SwiftParser Directives.swift
[130/144] Compiling SwiftParser ExpressionInterpretedAsVersionTuple.swift
[131/144] Compiling SwiftParser Expressions.swift
[132/144] Compiling SwiftParser IncrementalParseTransition.swift
[133/144] Compiling SwiftParser IsValidIdentifier.swift
[134/144] Compiling SwiftParser Cursor.swift
[135/144] Compiling SwiftParser Lexeme.swift
[136/144] Compiling SwiftParser LexemeSequence.swift
[137/144] Compiling SwiftParser Lexer.swift
[138/144] Compiling SwiftParser RegexLiteralLexer.swift
[139/144] Compiling SwiftParser IsLexerClassified.swift
[140/144] Compiling SwiftParser LayoutNodes+Parsable.swift
[141/144] Compiling SwiftParser Parser+TokenSpecSet.swift
[142/144] Compiling SwiftParser TokenSpecStaticMembers.swift
[143/167] Compiling SwiftParserDiagnostics SyntaxKindNameForDiagnostics.swift
[144/168] Compiling SwiftOperators OperatorTable.swift
[145/168] Compiling SwiftOperators PrecedenceGraph.swift
[146/168] Compiling SwiftOperators PrecedenceGroup.swift
[147/169] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[148/169] Compiling SwiftOperators OperatorTable+Semantics.swift
[149/169] Compiling SwiftOperators OperatorError+Diagnostics.swift
[150/169] Compiling SwiftOperators Operator.swift
[151/169] Compiling SwiftOperators OperatorTable+Defaults.swift
[152/169] Emitting module SwiftOperators
[153/169] Compiling SwiftOperators OperatorError.swift
[154/169] Compiling SwiftOperators OperatorTable+Folding.swift
[155/169] Compiling SwiftOperators SyntaxSynthesis.swift
[156/169] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[157/169] Compiling SwiftParserDiagnostics SyntaxExtensions.swift
[158/169] Compiling SwiftParserDiagnostics Utils.swift
[159/169] Compiling SwiftParserDiagnostics PresenceUtils.swift
[160/169] Compiling SwiftParserDiagnostics ParserDiagnosticMessages.swift
[161/169] Emitting module SwiftParserDiagnostics
[162/169] Compiling SwiftParserDiagnostics DiagnosticExtensions.swift
[163/169] Compiling SwiftParserDiagnostics LexerDiagnosticMessages.swift
[164/169] Compiling SwiftParserDiagnostics MissingNodesError.swift
[165/169] Compiling SwiftParserDiagnostics MissingTokenError.swift
[166/169] Compiling SwiftParserDiagnostics MultiLineStringLiteralDiagnosticsGenerator.swift
[167/169] Compiling SwiftParserDiagnostics ParseDiagnosticsGenerator.swift
[168/184] Compiling SwiftSyntaxBuilder ResultBuilders.swift
[169/184] Compiling SwiftSyntaxBuilder Syntax+StringInterpolation.swift
[170/184] Compiling SwiftSyntaxBuilder SyntaxNodeWithBody.swift
[171/184] Compiling SwiftSyntaxBuilder WithTrailingCommaSyntax+EnsuringTrailingComma.swift
[172/184] Compiling SwiftSyntaxBuilder BuildableNodes.swift
[173/184] Compiling SwiftSyntaxBuilder RenamedChildrenBuilderCompatibility.swift
[174/185] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
[175/185] Compiling SwiftSyntaxBuilder Indenter.swift
[176/185] Compiling SwiftSyntaxBuilder ListBuilder.swift
[177/185] Compiling SwiftSyntaxBuilder ResultBuilderExtensions.swift
[178/185] Compiling SwiftSyntaxBuilder SwiftSyntaxBuilderCompatibility.swift
[179/185] Emitting module SwiftSyntaxBuilder
[180/185] Compiling SwiftSyntaxBuilder ConvenienceInitializers.swift
[181/185] Compiling SwiftSyntaxBuilder DeclSyntaxParseable.swift
[182/185] Compiling SwiftSyntaxBuilder SyntaxParsable+ExpressibleByStringInterpolation.swift
[183/185] Compiling SwiftSyntaxBuilder ValidatingSyntaxNodes.swift
[184/203] Compiling SwiftSyntaxMacros PreambleMacro.swift
[185/203] Compiling SwiftSyntaxMacros Macro.swift
[186/203] Compiling SwiftSyntaxMacros MemberAttributeMacro.swift
[187/203] Compiling SwiftSyntaxMacros MemberMacro.swift
[188/203] Compiling SwiftSyntaxMacros PeerMacro.swift
[189/204] Compiling SwiftSyntaxMacros ExpressionMacro.swift
[190/204] Compiling SwiftSyntaxMacros ExtensionMacro.swift
[191/204] Compiling SwiftSyntaxMacros CodeItemMacro.swift
[192/204] Compiling SwiftSyntaxMacros DeclarationMacro.swift
[193/204] Compiling SwiftSyntaxMacros FreestandingMacro.swift
[194/204] Compiling SwiftSyntaxMacros Macro+Format.swift
[195/204] Compiling SwiftSyntaxMacros AttachedMacro.swift
[196/204] Compiling SwiftSyntaxMacros BodyMacro.swift
[197/204] Compiling SwiftSyntaxMacros MacroExpansionDiagnosticMessages.swift
[198/204] Compiling SwiftSyntaxMacros AccessorMacro.swift
[199/204] Compiling SwiftSyntaxMacros AbstractSourceLocation.swift
[200/204] Compiling SwiftSyntaxMacros MacroExpansionContext.swift
[201/204] Emitting module SwiftSyntaxMacros
[202/204] Compiling SwiftSyntaxMacros Syntax+LexicalContext.swift
[203/214] Compiling SwiftSyntaxMacroExpansion MacroSpec.swift
[204/214] Compiling SwiftSyntaxMacroExpansion MacroExpansionDiagnosticMessages.swift
[205/214] Compiling SwiftSyntaxMacroExpansion MacroExpansion.swift
[206/214] Compiling SwiftSyntaxMacroExpansion MacroReplacement.swift
[207/214] Compiling SwiftSyntaxMacroExpansion IndentationUtils.swift
[208/214] Compiling SwiftSyntaxMacroExpansion FunctionParameterUtils.swift
[209/214] Compiling SwiftSyntaxMacroExpansion MacroArgument.swift
[210/214] Compiling SwiftSyntaxMacroExpansion BasicMacroExpansionContext.swift
[211/214] Emitting module SwiftSyntaxMacroExpansion
[212/214] Compiling SwiftSyntaxMacroExpansion MacroSystem.swift
[213/226] Compiling SwiftCompilerPluginMessageHandling PluginMacroExpansionContext.swift
[214/226] Compiling SwiftCompilerPluginMessageHandling Macros.swift
[215/226] Compiling SwiftCompilerPluginMessageHandling JSONDecoding.swift
[216/226] Compiling SwiftCompilerPluginMessageHandling LRUCache.swift
[217/226] Compiling SwiftCompilerPluginMessageHandling CodingUtilities.swift
[218/226] Compiling SwiftCompilerPluginMessageHandling JSON.swift
[219/226] Emitting module SwiftCompilerPluginMessageHandling
[220/226] Compiling SwiftCompilerPluginMessageHandling JSONEncoding.swift
[221/226] Compiling SwiftCompilerPluginMessageHandling PluginMessageCompatibility.swift
[222/226] Compiling SwiftCompilerPluginMessageHandling PluginMessages.swift
[223/226] Compiling SwiftCompilerPluginMessageHandling CompilerPluginMessageHandler.swift
[224/226] Compiling SwiftCompilerPluginMessageHandling Diagnostics.swift
[225/227] Compiling SwiftCompilerPluginMessageHandling StandardIOMessageConnection.swift
[226/229] Emitting module SwiftCompilerPlugin
[227/229] Compiling SwiftCompilerPlugin CompilerPlugin.swift
[228/251] Emitting module EasyMetalShaderMacro
/Users/admin/builder/spi-builder-workspace/Sources/EasyMetalShaderMacro/Utils/String+Error.swift:10:1: warning: extension declares a conformance of imported type 'String' to imported protocols 'LocalizedError', 'Error'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
 8 | import Foundation
 9 |
10 | extension String: LocalizedError {
   | |- warning: extension declares a conformance of imported type 'String' to imported protocols 'LocalizedError', 'Error'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
11 |     public var errorDescription: String? { self }
12 | }
[229/253] Compiling EasyMetalShaderMacro EMRenderShader+MemberMacro.swift
/Users/admin/builder/spi-builder-workspace/Sources/EasyMetalShaderMacro/EMRenderShader/EMRenderShader+MemberMacro.swift:71:65: warning: 'as' is deprecated: This cast will always succeed
 69 |                                     if attribute.attributeName.trimmedDescription == "EMTextureArgument" {
 70 |                                         if let args = attribute.arguments?.as(LabeledExprListSyntax.self) {
 71 |                                             usage = args.first?.as(LabeledExprSyntax.self)?.expression.as(MemberAccessExprSyntax.self)?.declName.baseName.trimmedDescription
    |                                                                 `- warning: 'as' is deprecated: This cast will always succeed
 72 |                                             if args.count >= 2 {
 73 |                                                 format = args[args.index(args.startIndex, offsetBy: 1)].as(LabeledExprSyntax.self)?.expression.as(
/Users/admin/builder/spi-builder-workspace/Sources/EasyMetalShaderMacro/EMRenderShader/EMRenderShader+MemberMacro.swift:73:105: warning: 'as' is deprecated: This cast will always succeed
 71 |                                             usage = args.first?.as(LabeledExprSyntax.self)?.expression.as(MemberAccessExprSyntax.self)?.declName.baseName.trimmedDescription
 72 |                                             if args.count >= 2 {
 73 |                                                 format = args[args.index(args.startIndex, offsetBy: 1)].as(LabeledExprSyntax.self)?.expression.as(
    |                                                                                                         `- warning: 'as' is deprecated: This cast will always succeed
 74 |                                                     MemberAccessExprSyntax.self
 75 |                                                 )?.declName.baseName.trimmedDescription
[230/253] Compiling EasyMetalShaderMacro EMRenderShader.swift
/Users/admin/builder/spi-builder-workspace/Sources/EasyMetalShaderMacro/EMRenderShader/EMRenderShader+MemberMacro.swift:71:65: warning: 'as' is deprecated: This cast will always succeed
 69 |                                     if attribute.attributeName.trimmedDescription == "EMTextureArgument" {
 70 |                                         if let args = attribute.arguments?.as(LabeledExprListSyntax.self) {
 71 |                                             usage = args.first?.as(LabeledExprSyntax.self)?.expression.as(MemberAccessExprSyntax.self)?.declName.baseName.trimmedDescription
    |                                                                 `- warning: 'as' is deprecated: This cast will always succeed
 72 |                                             if args.count >= 2 {
 73 |                                                 format = args[args.index(args.startIndex, offsetBy: 1)].as(LabeledExprSyntax.self)?.expression.as(
/Users/admin/builder/spi-builder-workspace/Sources/EasyMetalShaderMacro/EMRenderShader/EMRenderShader+MemberMacro.swift:73:105: warning: 'as' is deprecated: This cast will always succeed
 71 |                                             usage = args.first?.as(LabeledExprSyntax.self)?.expression.as(MemberAccessExprSyntax.self)?.declName.baseName.trimmedDescription
 72 |                                             if args.count >= 2 {
 73 |                                                 format = args[args.index(args.startIndex, offsetBy: 1)].as(LabeledExprSyntax.self)?.expression.as(
    |                                                                                                         `- warning: 'as' is deprecated: This cast will always succeed
 74 |                                                     MemberAccessExprSyntax.self
 75 |                                                 )?.declName.baseName.trimmedDescription
[231/253] Compiling EasyMetalShaderMacro InitRender.swift
[232/253] Compiling EasyMetalShaderMacro RenderFunctionStrings.swift
[233/253] Compiling EasyMetalShaderMacro EMRenderShader+ExtensionMacro.swift
[234/253] Compiling EasyMetalShaderMacro EMRenderShader+MemberAttributeMacro.swift
[235/253] Compiling EasyMetalShaderMacro EMArgument.swift
[236/253] Compiling EasyMetalShaderMacro ComputeFunctionStrings.swift
[237/253] Compiling EasyMetalShaderMacro InitCompute.swift
[238/253] Compiling EasyMetalShaderMacro EMComputeShader3D+ExtensionMacro.swift
[239/253] Compiling EasyMetalShaderMacro EMComputeShader3D+MemberAttributeMacro.swift
[240/253] Compiling EasyMetalShaderMacro EMComputeShader3D+MemberMacro.swift
/Users/admin/builder/spi-builder-workspace/Sources/EasyMetalShaderMacro/EMComputeShader3D/EMComputeShader3D+MemberMacro.swift:64:65: warning: 'as' is deprecated: This cast will always succeed
 62 |                                     if attribute.attributeName.trimmedDescription == "EMTextureArgument" {
 63 |                                         if let args = attribute.arguments?.as(LabeledExprListSyntax.self) {
 64 |                                             usage = args.first?.as(LabeledExprSyntax.self)?.expression.as(MemberAccessExprSyntax.self)?.declName.baseName.trimmedDescription
    |                                                                 `- warning: 'as' is deprecated: This cast will always succeed
 65 |                                             if args.count >= 2 {
 66 |                                                 format = args[args.index(args.startIndex, offsetBy: 1)].as(LabeledExprSyntax.self)?.expression.as(
/Users/admin/builder/spi-builder-workspace/Sources/EasyMetalShaderMacro/EMComputeShader3D/EMComputeShader3D+MemberMacro.swift:66:105: warning: 'as' is deprecated: This cast will always succeed
 64 |                                             usage = args.first?.as(LabeledExprSyntax.self)?.expression.as(MemberAccessExprSyntax.self)?.declName.baseName.trimmedDescription
 65 |                                             if args.count >= 2 {
 66 |                                                 format = args[args.index(args.startIndex, offsetBy: 1)].as(LabeledExprSyntax.self)?.expression.as(
    |                                                                                                         `- warning: 'as' is deprecated: This cast will always succeed
 67 |                                                     MemberAccessExprSyntax.self
 68 |                                                 )?.declName.baseName.trimmedDescription
[241/253] Compiling EasyMetalShaderMacro EMComputeShader3D.swift
/Users/admin/builder/spi-builder-workspace/Sources/EasyMetalShaderMacro/EMComputeShader3D/EMComputeShader3D+MemberMacro.swift:64:65: warning: 'as' is deprecated: This cast will always succeed
 62 |                                     if attribute.attributeName.trimmedDescription == "EMTextureArgument" {
 63 |                                         if let args = attribute.arguments?.as(LabeledExprListSyntax.self) {
 64 |                                             usage = args.first?.as(LabeledExprSyntax.self)?.expression.as(MemberAccessExprSyntax.self)?.declName.baseName.trimmedDescription
    |                                                                 `- warning: 'as' is deprecated: This cast will always succeed
 65 |                                             if args.count >= 2 {
 66 |                                                 format = args[args.index(args.startIndex, offsetBy: 1)].as(LabeledExprSyntax.self)?.expression.as(
/Users/admin/builder/spi-builder-workspace/Sources/EasyMetalShaderMacro/EMComputeShader3D/EMComputeShader3D+MemberMacro.swift:66:105: warning: 'as' is deprecated: This cast will always succeed
 64 |                                             usage = args.first?.as(LabeledExprSyntax.self)?.expression.as(MemberAccessExprSyntax.self)?.declName.baseName.trimmedDescription
 65 |                                             if args.count >= 2 {
 66 |                                                 format = args[args.index(args.startIndex, offsetBy: 1)].as(LabeledExprSyntax.self)?.expression.as(
    |                                                                                                         `- warning: 'as' is deprecated: This cast will always succeed
 67 |                                                     MemberAccessExprSyntax.self
 68 |                                                 )?.declName.baseName.trimmedDescription
[242/253] Compiling EasyMetalShaderMacro EMTextureArgument.swift
/Users/admin/builder/spi-builder-workspace/Sources/EasyMetalShaderMacro/EMTextureArgument/EMTextureArgument.swift:37:39: warning: 'as' is deprecated: This cast will always succeed
35 |         }
36 |
37 |         guard let usage = args.first?.as(LabeledExprSyntax.self)?.expression.as(MemberAccessExprSyntax.self)?.declName.baseName.trimmedDescription else {
   |                                       `- warning: 'as' is deprecated: This cast will always succeed
38 |             throw "invalid texture usage"
39 |         }
/Users/admin/builder/spi-builder-workspace/Sources/EasyMetalShaderMacro/EMTextureArgument/EMTextureArgument.swift:44:69: warning: 'as' is deprecated: This cast will always succeed
42 |
43 |         if args.count >= 2 {
44 |             format = args[args.index(args.startIndex, offsetBy: 1)].as(LabeledExprSyntax.self)?.expression.as(MemberAccessExprSyntax.self)?.declName.baseName.trimmedDescription
   |                                                                     `- warning: 'as' is deprecated: This cast will always succeed
45 |         }
46 |
[243/253] Compiling EasyMetalShaderMacro EasyMetalShaderMacroPlugin.swift
/Users/admin/builder/spi-builder-workspace/Sources/EasyMetalShaderMacro/EMTextureArgument/EMTextureArgument.swift:37:39: warning: 'as' is deprecated: This cast will always succeed
35 |         }
36 |
37 |         guard let usage = args.first?.as(LabeledExprSyntax.self)?.expression.as(MemberAccessExprSyntax.self)?.declName.baseName.trimmedDescription else {
   |                                       `- warning: 'as' is deprecated: This cast will always succeed
38 |             throw "invalid texture usage"
39 |         }
/Users/admin/builder/spi-builder-workspace/Sources/EasyMetalShaderMacro/EMTextureArgument/EMTextureArgument.swift:44:69: warning: 'as' is deprecated: This cast will always succeed
42 |
43 |         if args.count >= 2 {
44 |             format = args[args.index(args.startIndex, offsetBy: 1)].as(LabeledExprSyntax.self)?.expression.as(MemberAccessExprSyntax.self)?.declName.baseName.trimmedDescription
   |                                                                     `- warning: 'as' is deprecated: This cast will always succeed
45 |         }
46 |
[244/253] Compiling EasyMetalShaderMacro EMComputeShader.swift
[245/253] Compiling EasyMetalShaderMacro ComputeFunctionStrings3D.swift
[246/253] Compiling EasyMetalShaderMacro InitCompute3D.swift
[247/253] Compiling EasyMetalShaderMacro EMComputeShader+ExtensionMacro.swift
/Users/admin/builder/spi-builder-workspace/Sources/EasyMetalShaderMacro/EMComputeShader/EMComputeShader+MemberMacro.swift:64:65: warning: 'as' is deprecated: This cast will always succeed
 62 |                                     if attribute.attributeName.trimmedDescription == "EMTextureArgument" {
 63 |                                         if let args = attribute.arguments?.as(LabeledExprListSyntax.self) {
 64 |                                             usage = args.first?.as(LabeledExprSyntax.self)?.expression.as(MemberAccessExprSyntax.self)?.declName.baseName.trimmedDescription
    |                                                                 `- warning: 'as' is deprecated: This cast will always succeed
 65 |                                             if args.count >= 2 {
 66 |                                                 format = args[args.index(args.startIndex, offsetBy: 1)].as(LabeledExprSyntax.self)?.expression.as(
/Users/admin/builder/spi-builder-workspace/Sources/EasyMetalShaderMacro/EMComputeShader/EMComputeShader+MemberMacro.swift:66:105: warning: 'as' is deprecated: This cast will always succeed
 64 |                                             usage = args.first?.as(LabeledExprSyntax.self)?.expression.as(MemberAccessExprSyntax.self)?.declName.baseName.trimmedDescription
 65 |                                             if args.count >= 2 {
 66 |                                                 format = args[args.index(args.startIndex, offsetBy: 1)].as(LabeledExprSyntax.self)?.expression.as(
    |                                                                                                         `- warning: 'as' is deprecated: This cast will always succeed
 67 |                                                     MemberAccessExprSyntax.self
 68 |                                                 )?.declName.baseName.trimmedDescription
[248/253] Compiling EasyMetalShaderMacro EMComputeShader+MemberAttributeMacro.swift
/Users/admin/builder/spi-builder-workspace/Sources/EasyMetalShaderMacro/EMComputeShader/EMComputeShader+MemberMacro.swift:64:65: warning: 'as' is deprecated: This cast will always succeed
 62 |                                     if attribute.attributeName.trimmedDescription == "EMTextureArgument" {
 63 |                                         if let args = attribute.arguments?.as(LabeledExprListSyntax.self) {
 64 |                                             usage = args.first?.as(LabeledExprSyntax.self)?.expression.as(MemberAccessExprSyntax.self)?.declName.baseName.trimmedDescription
    |                                                                 `- warning: 'as' is deprecated: This cast will always succeed
 65 |                                             if args.count >= 2 {
 66 |                                                 format = args[args.index(args.startIndex, offsetBy: 1)].as(LabeledExprSyntax.self)?.expression.as(
/Users/admin/builder/spi-builder-workspace/Sources/EasyMetalShaderMacro/EMComputeShader/EMComputeShader+MemberMacro.swift:66:105: warning: 'as' is deprecated: This cast will always succeed
 64 |                                             usage = args.first?.as(LabeledExprSyntax.self)?.expression.as(MemberAccessExprSyntax.self)?.declName.baseName.trimmedDescription
 65 |                                             if args.count >= 2 {
 66 |                                                 format = args[args.index(args.startIndex, offsetBy: 1)].as(LabeledExprSyntax.self)?.expression.as(
    |                                                                                                         `- warning: 'as' is deprecated: This cast will always succeed
 67 |                                                     MemberAccessExprSyntax.self
 68 |                                                 )?.declName.baseName.trimmedDescription
[249/253] Compiling EasyMetalShaderMacro EMComputeShader+MemberMacro.swift
/Users/admin/builder/spi-builder-workspace/Sources/EasyMetalShaderMacro/EMComputeShader/EMComputeShader+MemberMacro.swift:64:65: warning: 'as' is deprecated: This cast will always succeed
 62 |                                     if attribute.attributeName.trimmedDescription == "EMTextureArgument" {
 63 |                                         if let args = attribute.arguments?.as(LabeledExprListSyntax.self) {
 64 |                                             usage = args.first?.as(LabeledExprSyntax.self)?.expression.as(MemberAccessExprSyntax.self)?.declName.baseName.trimmedDescription
    |                                                                 `- warning: 'as' is deprecated: This cast will always succeed
 65 |                                             if args.count >= 2 {
 66 |                                                 format = args[args.index(args.startIndex, offsetBy: 1)].as(LabeledExprSyntax.self)?.expression.as(
/Users/admin/builder/spi-builder-workspace/Sources/EasyMetalShaderMacro/EMComputeShader/EMComputeShader+MemberMacro.swift:66:105: warning: 'as' is deprecated: This cast will always succeed
 64 |                                             usage = args.first?.as(LabeledExprSyntax.self)?.expression.as(MemberAccessExprSyntax.self)?.declName.baseName.trimmedDescription
 65 |                                             if args.count >= 2 {
 66 |                                                 format = args[args.index(args.startIndex, offsetBy: 1)].as(LabeledExprSyntax.self)?.expression.as(
    |                                                                                                         `- warning: 'as' is deprecated: This cast will always succeed
 67 |                                                     MemberAccessExprSyntax.self
 68 |                                                 )?.declName.baseName.trimmedDescription
[250/253] Compiling EasyMetalShaderMacro String+Error.swift
/Users/admin/builder/spi-builder-workspace/Sources/EasyMetalShaderMacro/Utils/String+Error.swift:10:1: warning: extension declares a conformance of imported type 'String' to imported protocols 'LocalizedError', 'Error'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
 8 | import Foundation
 9 |
10 | extension String: LocalizedError {
   | |- warning: extension declares a conformance of imported type 'String' to imported protocols 'LocalizedError', 'Error'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
11 |     public var errorDescription: String? { self }
12 | }
[251/253] Compiling EasyMetalShaderMacro Util.swift
/Users/admin/builder/spi-builder-workspace/Sources/EasyMetalShaderMacro/Utils/String+Error.swift:10:1: warning: extension declares a conformance of imported type 'String' to imported protocols 'LocalizedError', 'Error'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
 8 | import Foundation
 9 |
10 | extension String: LocalizedError {
   | |- warning: extension declares a conformance of imported type 'String' to imported protocols 'LocalizedError', 'Error'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
11 |     public var errorDescription: String? { self }
12 | }
[251/253] Write Objects.LinkFileList
[252/253] Linking EasyMetalShaderMacro-tool
[254/278] Compiling EasyMetalShader MetalPreLibrary.swift
[255/278] Compiling EasyMetalShader Rand.swift
[256/278] Compiling EasyMetalShader RasterizerData.swift
[257/280] Compiling EasyMetalShader EMMetalDispatch.swift
[258/280] Compiling EasyMetalShader EMMetalFunction.swift
[259/280] Compiling EasyMetalShader ShaderStringBuilder.swift
[260/280] Compiling EasyMetalShader EXPORTER.swift
[261/280] Compiling EasyMetalShader MTLTexture+.swift
[262/280] Compiling EasyMetalShader EMMetalTexture.swift
[263/280] Compiling EasyMetalShader EMMetalTextureUsage.swift
[264/280] Compiling EasyMetalShader EMMetalComputeFunction.swift
[265/280] Compiling EasyMetalShader EMIgnore.swift
[266/280] Compiling EasyMetalShader ShaderCore_EasyMetalShaderLib.swift
[267/280] Compiling EasyMetalShader EMMetalRenderFunction.swift
[268/280] Compiling EasyMetalShader ShaderRenderer.swift
[269/280] Compiling EasyMetalShader EMArgument.swift
[270/280] Compiling EasyMetalShader EMComputeShader.swift
[271/280] Compiling EasyMetalShader EMComputeShader3D.swift
[272/280] Compiling EasyMetalShader VertexInput.swift
/Users/admin/builder/spi-builder-workspace/Sources/EasyMetalShader/Models/ArrayBuffer.swift:11:1: warning: extension declares a conformance of imported type 'String' to imported protocols 'LocalizedError', 'Error'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
  9 | import simd
 10 |
 11 | extension String: LocalizedError {
    | |- warning: extension declares a conformance of imported type 'String' to imported protocols 'LocalizedError', 'Error'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
 12 |     public var errorDescription: String? { self }
 13 | }
[273/280] Compiling EasyMetalShader ArrayBuffer.swift
/Users/admin/builder/spi-builder-workspace/Sources/EasyMetalShader/Models/ArrayBuffer.swift:11:1: warning: extension declares a conformance of imported type 'String' to imported protocols 'LocalizedError', 'Error'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
  9 | import simd
 10 |
 11 | extension String: LocalizedError {
    | |- warning: extension declares a conformance of imported type 'String' to imported protocols 'LocalizedError', 'Error'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
 12 |     public var errorDescription: String? { self }
 13 | }
[274/280] Compiling EasyMetalShader EMMetalArgument.swift
/Users/admin/builder/spi-builder-workspace/Sources/EasyMetalShader/Models/ArrayBuffer.swift:11:1: warning: extension declares a conformance of imported type 'String' to imported protocols 'LocalizedError', 'Error'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
  9 | import simd
 10 |
 11 | extension String: LocalizedError {
    | |- warning: extension declares a conformance of imported type 'String' to imported protocols 'LocalizedError', 'Error'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
 12 |     public var errorDescription: String? { self }
 13 | }
[275/280] Compiling EasyMetalShader EMRenderShader.swift
[276/280] Compiling EasyMetalShader EMTextureArgument.swift
[277/280] Compiling EasyMetalShader Include.swift
[278/280] Emitting module EasyMetalShader
/Users/admin/builder/spi-builder-workspace/Sources/EasyMetalShader/Models/ArrayBuffer.swift:11:1: warning: extension declares a conformance of imported type 'String' to imported protocols 'LocalizedError', 'Error'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
  9 | import simd
 10 |
 11 | extension String: LocalizedError {
    | |- warning: extension declares a conformance of imported type 'String' to imported protocols 'LocalizedError', 'Error'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
 12 |     public var errorDescription: String? { self }
 13 | }
[279/280] Compiling EasyMetalShader EasyShaderView.swift
[280/280] Compiling EasyMetalShader ShaderMTKView.swift
Build complete! (34.15s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-syntax",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "600.0.1",
            "upper_bound" : "601.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-syntax.git"
    }
  ],
  "manifest_display_name" : "EasyMetalShader",
  "name" : "EasyMetalShader",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "11.0"
    },
    {
      "name" : "ios",
      "version" : "14.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    }
  ],
  "products" : [
    {
      "name" : "EasyMetalShader",
      "targets" : [
        "EasyMetalShader"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "EasyMetalShaderMacro",
      "targets" : [
        "EasyMetalShaderMacro"
      ],
      "type" : {
        "macro" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "EasyMetalShaderTests",
      "module_type" : "SwiftTarget",
      "name" : "EasyMetalShaderTests",
      "path" : "Sources/EasyMetalShaderTests",
      "sources" : [
        "ArrayBufferTests.swift",
        "ComputeShader3DTests.swift",
        "ComputeShaderTests.swift",
        "MetalPreLibraryTests.swift",
        "RenderShaderTests.swift"
      ],
      "target_dependencies" : [
        "EasyMetalShader"
      ],
      "type" : "test"
    },
    {
      "c99name" : "EasyMetalShaderMacro",
      "module_type" : "SwiftTarget",
      "name" : "EasyMetalShaderMacro",
      "path" : "Sources/EasyMetalShaderMacro",
      "product_dependencies" : [
        "SwiftSyntaxMacros",
        "SwiftCompilerPlugin"
      ],
      "product_memberships" : [
        "EasyMetalShader",
        "EasyMetalShaderMacro"
      ],
      "sources" : [
        "EMArgument/EMArgument.swift",
        "EMComputeShader/ComputeFunctionStrings/ComputeFunctionStrings.swift",
        "EMComputeShader/ComputeFunctionStrings/InitCompute.swift",
        "EMComputeShader/EMComputeShader+ExtensionMacro.swift",
        "EMComputeShader/EMComputeShader+MemberAttributeMacro.swift",
        "EMComputeShader/EMComputeShader+MemberMacro.swift",
        "EMComputeShader/EMComputeShader.swift",
        "EMComputeShader3D/ComputeFunctionStrings3D/ComputeFunctionStrings3D.swift",
        "EMComputeShader3D/ComputeFunctionStrings3D/InitCompute3D.swift",
        "EMComputeShader3D/EMComputeShader3D+ExtensionMacro.swift",
        "EMComputeShader3D/EMComputeShader3D+MemberAttributeMacro.swift",
        "EMComputeShader3D/EMComputeShader3D+MemberMacro.swift",
        "EMComputeShader3D/EMComputeShader3D.swift",
        "EMRenderShader/EMRenderShader+ExtensionMacro.swift",
        "EMRenderShader/EMRenderShader+MemberAttributeMacro.swift",
        "EMRenderShader/EMRenderShader+MemberMacro.swift",
        "EMRenderShader/EMRenderShader.swift",
        "EMRenderShader/RenderFunctionStrings/InitRender.swift",
        "EMRenderShader/RenderFunctionStrings/RenderFunctionStrings.swift",
        "EMTextureArgument/EMTextureArgument.swift",
        "EasyMetalShaderMacroPlugin.swift",
        "Utils/String+Error.swift",
        "Utils/Util.swift"
      ],
      "type" : "macro"
    },
    {
      "c99name" : "EasyMetalShader",
      "module_type" : "SwiftTarget",
      "name" : "EasyMetalShader",
      "path" : "Sources/EasyMetalShader",
      "product_memberships" : [
        "EasyMetalShader"
      ],
      "sources" : [
        "Builder/ShaderStringBuilder.swift",
        "EXPORTER.swift",
        "Extensions/MTLTexture+.swift",
        "Macros/EMArgument.swift",
        "Macros/EMComputeShader.swift",
        "Macros/EMComputeShader3D.swift",
        "Macros/EMRenderShader.swift",
        "Macros/EMTextureArgument.swift",
        "MetalPreLibrary/Include.swift",
        "MetalPreLibrary/MetalPreLibrary.swift",
        "MetalPreLibrary/Rand.swift",
        "MetalPreLibrary/RasterizerData.swift",
        "MetalPreLibrary/VertexInput.swift",
        "Models/ArrayBuffer.swift",
        "Models/EMMetalArgument.swift",
        "Models/EMMetalTexture.swift",
        "Models/EMMetalTextureUsage.swift",
        "Pipelines/EMMetalComputeFunction.swift",
        "Pipelines/EMMetalDispatch.swift",
        "Pipelines/EMMetalFunction.swift",
        "Pipelines/EMMetalRenderFunction.swift",
        "Pipelines/ShaderRenderer.swift",
        "PropertyWrappers/EMIgnore.swift",
        "Utils/ShaderCore_EasyMetalShaderLib.swift",
        "Views/EasyShaderView.swift",
        "Views/ShaderMTKView.swift"
      ],
      "target_dependencies" : [
        "EasyMetalShaderMacro"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Done.