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 v3.3.1 (fc4810), with Swift 6.0 for macOS (SPM) on 6 Feb 2025 18:54:07 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: v3.3.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/yukiny0811/EasyMetalShader
 * tag               v3.3.1     -> FETCH_HEAD
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 v3.3.1
Fetching https://github.com/apple/swift-syntax.git
[1/68330] Fetching swift-syntax
Fetched https://github.com/apple/swift-syntax.git from cache (6.66s)
Computing version for https://github.com/apple/swift-syntax.git
Computed https://github.com/apple/swift-syntax.git at 600.0.1 (3.10s)
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
[20/955] Fetching easymetalshader
Fetched https://github.com/yukiny0811/EasyMetalShader.git from cache (0.80s)
Fetching https://github.com/apple/swift-syntax.git from cache
Fetched https://github.com/apple/swift-syntax.git from cache (0.79s)
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 v3.3.1 (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)
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
[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 SwiftSyntax600 Empty.swift
[3/9] Compiling SwiftSyntax510 Empty.swift
[4/9] Compiling SwiftSyntax509 Empty.swift
[5/9] Emitting module SwiftSyntax600
[6/9] Emitting module SwiftSyntax510
[7/9] Emitting module SwiftSyntax509
[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 Identifier.swift
[17/81] Compiling SwiftSyntax MemoryLayout.swift
[18/81] Compiling SwiftSyntax MissingNodeInitializers.swift
[19/81] Compiling SwiftSyntax RawSyntax.swift
[20/81] Compiling SwiftSyntax RawSyntaxLayoutView.swift
[21/81] Compiling SwiftSyntax RawSyntaxNodeProtocol.swift
[22/81] Compiling SwiftSyntax RawSyntaxTokenView.swift
[23/81] Compiling SwiftSyntax Tokens.swift
[24/81] Compiling SwiftSyntax TriviaPieces.swift
[25/81] Compiling SwiftSyntax RawSyntaxNodesAB.swift
[26/81] Compiling SwiftSyntax RawSyntaxNodesC.swift
[27/81] Compiling SwiftSyntax RawSyntaxNodesD.swift
[28/81] Compiling SwiftSyntax RawSyntaxNodesEF.swift
[29/81] Compiling SwiftSyntax RawSyntaxNodesGHI.swift
[30/81] Compiling SwiftSyntax SourceEdit.swift
[31/81] Compiling SwiftSyntax SourceLength.swift
[32/81] Compiling SwiftSyntax SourceLocation.swift
[33/81] Compiling SwiftSyntax SourcePresence.swift
[34/81] Compiling SwiftSyntax SwiftSyntaxCompatibility.swift
[35/81] Compiling SwiftSyntax Syntax.swift
[36/81] Compiling SwiftSyntax SyntaxArena.swift
[37/81] Compiling SwiftSyntax SyntaxCollections.swift
[38/81] Compiling SwiftSyntax SyntaxEnum.swift
[39/81] Compiling SwiftSyntax SyntaxKind.swift
[40/81] Compiling SwiftSyntax SyntaxRewriter.swift
[41/81] Compiling SwiftSyntax SyntaxTraits.swift
[42/81] Compiling SwiftSyntax SyntaxVisitor.swift
[43/81] Compiling SwiftSyntax TokenKind.swift
[44/81] Compiling SwiftSyntax RawSyntaxNodesJKLMN.swift
[45/81] Compiling SwiftSyntax RawSyntaxNodesOP.swift
[46/81] Compiling SwiftSyntax RawSyntaxNodesQRS.swift
[47/81] Compiling SwiftSyntax RawSyntaxNodesTUVWXYZ.swift
[48/81] Compiling SwiftSyntax RawSyntaxValidation.swift
[49/81] Compiling SwiftSyntax SyntaxNodesAB.swift
[50/81] Compiling SwiftSyntax SyntaxNodesC.swift
[51/81] Emitting module SwiftSyntax
[52/81] Compiling SwiftSyntax SyntaxProtocol.swift
[53/81] Compiling SwiftSyntax SyntaxText.swift
[54/81] Compiling SwiftSyntax SyntaxTreeViewMode.swift
[55/81] Compiling SwiftSyntax TokenDiagnostic.swift
[56/81] Compiling SwiftSyntax TokenSequence.swift
[57/81] Compiling SwiftSyntax TokenSyntax.swift
[58/81] Compiling SwiftSyntax Trivia.swift
[59/81] Compiling SwiftSyntax Utils.swift
[60/81] Compiling SwiftSyntax ChildNameForKeyPath.swift
[61/81] Compiling SwiftSyntax Keyword.swift
[62/81] Compiling SwiftSyntax RenamedChildrenCompatibility.swift
[63/81] Compiling SwiftSyntax RenamedNodesCompatibility.swift
[64/81] Compiling SwiftSyntax SyntaxAnyVisitor.swift
[65/81] Compiling SwiftSyntax SyntaxBaseNodes.swift
[66/81] Compiling SwiftSyntax SyntaxArenaAllocatedBuffer.swift
[67/81] Compiling SwiftSyntax SyntaxChildren.swift
[68/81] Compiling SwiftSyntax SyntaxCollection.swift
[69/81] Compiling SwiftSyntax SyntaxHashable.swift
[70/81] Compiling SwiftSyntax SyntaxIdentifier.swift
[71/81] Compiling SwiftSyntax SyntaxNodeFactory.swift
[72/81] Compiling SwiftSyntax SyntaxNodeStructure.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 Trivia+FormatExtensions.swift
[81/139] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[82/139] Compiling SwiftBasicFormat Syntax+Extensions.swift
[83/139] Compiling SwiftBasicFormat InferIndentation.swift
[84/139] Compiling SwiftDiagnostics Message.swift
[85/139] Compiling SwiftDiagnostics FixIt.swift
[86/139] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[87/140] Compiling SwiftDiagnostics ANSIDiagnosticDecorator.swift
[88/140] Compiling SwiftDiagnostics Diagnostic.swift
[89/140] Compiling SwiftDiagnostics DiagnosticDecorator.swift
[90/140] Compiling SwiftDiagnostics BasicDiagnosticDecorator.swift
[91/140] Compiling SwiftDiagnostics Convenience.swift
[92/140] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[93/140] Emitting module SwiftDiagnostics
[94/140] Compiling SwiftDiagnostics Note.swift
[95/140] Emitting module SwiftBasicFormat
[96/140] Compiling SwiftBasicFormat BasicFormat.swift
[97/140] Compiling SwiftParser StringLiterals.swift
[98/140] Compiling SwiftParser SwiftParserCompatibility.swift
[99/140] Compiling SwiftParser SwiftVersion.swift
[100/140] Compiling SwiftParser SyntaxUtils.swift
[101/144] Compiling SwiftParser TopLevel.swift
[102/144] Compiling SwiftParser TriviaParser.swift
[103/144] Compiling SwiftParser Types.swift
[104/144] Compiling SwiftParser ExperimentalFeatures.swift
[105/144] Compiling SwiftParser UnicodeScalarExtensions.swift
[106/144] Compiling SwiftParser Lookahead.swift
[107/144] Compiling SwiftParser LoopProgressCondition.swift
[108/144] Compiling SwiftParser Modifiers.swift
[109/144] Compiling SwiftParser Names.swift
[110/144] Emitting module SwiftParser
[111/144] Compiling SwiftParser TokenConsumer.swift
[112/144] Compiling SwiftParser TokenPrecedence.swift
[113/144] Compiling SwiftParser TokenSpec.swift
[114/144] Compiling SwiftParser TokenSpecSet.swift
[115/144] Compiling SwiftParser Recovery.swift
[116/144] Compiling SwiftParser Specifiers.swift
[117/144] Compiling SwiftParser Statements.swift
[118/144] Compiling SwiftParser StringLiteralRepresentedLiteralValue.swift
[119/144] Compiling SwiftParser Nominals.swift
[120/144] Compiling SwiftParser Parameters.swift
[121/144] Compiling SwiftParser ParseSourceFile.swift
[122/144] Compiling SwiftParser Parser.swift
[123/144] Compiling SwiftParser Patterns.swift
[124/144] Compiling SwiftParser Directives.swift
[125/144] Compiling SwiftParser ExpressionInterpretedAsVersionTuple.swift
[126/144] Compiling SwiftParser Expressions.swift
[127/144] Compiling SwiftParser IncrementalParseTransition.swift
[128/144] Compiling SwiftParser IsValidIdentifier.swift
[129/144] Compiling SwiftParser Attributes.swift
[130/144] Compiling SwiftParser Availability.swift
[131/144] Compiling SwiftParser CharacterInfo.swift
[132/144] Compiling SwiftParser CollectionNodes+Parsable.swift
[133/144] Compiling SwiftParser Declarations.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 SwiftParserDiagnostics Utils.swift
[145/168] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[146/168] Compiling SwiftOperators PrecedenceGraph.swift
[147/168] Compiling SwiftOperators PrecedenceGroup.swift
[148/168] Compiling SwiftOperators OperatorTable.swift
[149/168] Compiling SwiftOperators OperatorTable+Defaults.swift
[150/168] Compiling SwiftOperators OperatorTable+Semantics.swift
[151/168] Compiling SwiftOperators Operator.swift
[152/168] Emitting module SwiftOperators
[153/168] Compiling SwiftOperators OperatorError.swift
[154/168] Compiling SwiftOperators OperatorTable+Folding.swift
[155/168] Compiling SwiftOperators OperatorError+Diagnostics.swift
[156/169] Compiling SwiftParserDiagnostics SyntaxExtensions.swift
[157/169] Compiling SwiftParserDiagnostics PresenceUtils.swift
[158/169] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[159/169] Compiling SwiftOperators SyntaxSynthesis.swift
[160/169] Compiling SwiftParserDiagnostics ParserDiagnosticMessages.swift
[161/169] Compiling SwiftParserDiagnostics MissingNodesError.swift
[162/169] Compiling SwiftParserDiagnostics MissingTokenError.swift
[163/169] Emitting module SwiftParserDiagnostics
[164/169] Compiling SwiftParserDiagnostics MultiLineStringLiteralDiagnosticsGenerator.swift
[165/169] Compiling SwiftParserDiagnostics ParseDiagnosticsGenerator.swift
[166/169] Compiling SwiftParserDiagnostics DiagnosticExtensions.swift
[167/169] Compiling SwiftParserDiagnostics LexerDiagnosticMessages.swift
[168/184] Compiling SwiftSyntaxBuilder BuildableNodes.swift
[169/184] Compiling SwiftSyntaxBuilder WithTrailingCommaSyntax+EnsuringTrailingComma.swift
[170/184] Compiling SwiftSyntaxBuilder RenamedChildrenBuilderCompatibility.swift
[171/184] Compiling SwiftSyntaxBuilder ResultBuilders.swift
[172/185] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
[173/185] Compiling SwiftSyntaxBuilder Syntax+StringInterpolation.swift
[174/185] Compiling SwiftSyntaxBuilder SyntaxNodeWithBody.swift
[175/185] Compiling SwiftSyntaxBuilder ResultBuilderExtensions.swift
[176/185] Compiling SwiftSyntaxBuilder SwiftSyntaxBuilderCompatibility.swift
[177/185] Emitting module SwiftSyntaxBuilder
[178/185] Compiling SwiftSyntaxBuilder ConvenienceInitializers.swift
[179/185] Compiling SwiftSyntaxBuilder DeclSyntaxParseable.swift
[180/185] Compiling SwiftSyntaxBuilder SyntaxParsable+ExpressibleByStringInterpolation.swift
[181/185] Compiling SwiftSyntaxBuilder ValidatingSyntaxNodes.swift
[182/185] Compiling SwiftSyntaxBuilder Indenter.swift
[183/185] Compiling SwiftSyntaxBuilder ListBuilder.swift
[184/203] Compiling SwiftSyntaxMacros PreambleMacro.swift
[185/204] Compiling SwiftSyntaxMacros MemberMacro.swift
[186/204] Compiling SwiftSyntaxMacros PeerMacro.swift
[187/204] Compiling SwiftSyntaxMacros Macro.swift
[188/204] Compiling SwiftSyntaxMacros MemberAttributeMacro.swift
[189/204] Compiling SwiftSyntaxMacros CodeItemMacro.swift
[190/204] Compiling SwiftSyntaxMacros DeclarationMacro.swift
[191/204] Compiling SwiftSyntaxMacros ExpressionMacro.swift
[192/204] Compiling SwiftSyntaxMacros ExtensionMacro.swift
[193/204] Compiling SwiftSyntaxMacros AttachedMacro.swift
[194/204] Compiling SwiftSyntaxMacros BodyMacro.swift
[195/204] Compiling SwiftSyntaxMacros FreestandingMacro.swift
[196/204] Compiling SwiftSyntaxMacros Macro+Format.swift
[197/204] Emitting module SwiftSyntaxMacros
[198/204] Compiling SwiftSyntaxMacros AbstractSourceLocation.swift
[199/204] Compiling SwiftSyntaxMacros MacroExpansionContext.swift
[200/204] Compiling SwiftSyntaxMacros MacroExpansionDiagnosticMessages.swift
[201/204] Compiling SwiftSyntaxMacros AccessorMacro.swift
[202/204] Compiling SwiftSyntaxMacros Syntax+LexicalContext.swift
[203/214] Compiling SwiftSyntaxMacroExpansion MacroSpec.swift
[204/214] Compiling SwiftSyntaxMacroExpansion MacroReplacement.swift
[205/214] Compiling SwiftSyntaxMacroExpansion MacroExpansionDiagnosticMessages.swift
[206/214] Compiling SwiftSyntaxMacroExpansion IndentationUtils.swift
[207/214] Compiling SwiftSyntaxMacroExpansion MacroExpansion.swift
[208/214] Compiling SwiftSyntaxMacroExpansion MacroArgument.swift
[209/214] Compiling SwiftSyntaxMacroExpansion FunctionParameterUtils.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 CodingUtilities.swift
[216/226] Compiling SwiftCompilerPluginMessageHandling JSON.swift
[217/226] Compiling SwiftCompilerPluginMessageHandling JSONDecoding.swift
[218/226] Compiling SwiftCompilerPluginMessageHandling PluginMessages.swift
[219/226] Compiling SwiftCompilerPluginMessageHandling JSONEncoding.swift
[220/226] Emitting module SwiftCompilerPluginMessageHandling
[221/226] Compiling SwiftCompilerPluginMessageHandling PluginMessageCompatibility.swift
[222/226] Compiling SwiftCompilerPluginMessageHandling LRUCache.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 EMComputeShader.swift
[230/253] Compiling EasyMetalShaderMacro ComputeFunctionStrings3D.swift
[231/253] Compiling EasyMetalShaderMacro InitCompute3D.swift
[232/253] Compiling EasyMetalShaderMacro EMComputeShader3D+ExtensionMacro.swift
[233/253] Compiling EasyMetalShaderMacro EMComputeShader3D+MemberAttributeMacro.swift
[234/253] Compiling EasyMetalShaderMacro EMRenderShader+ExtensionMacro.swift
[235/253] Compiling EasyMetalShaderMacro EMRenderShader+MemberAttributeMacro.swift
[236/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
[237/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
[238/253] Compiling EasyMetalShaderMacro InitRender.swift
[239/253] Compiling EasyMetalShaderMacro RenderFunctionStrings.swift
[240/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 |
[241/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 |
[242/253] Compiling EasyMetalShaderMacro EMArgument.swift
[243/253] Compiling EasyMetalShaderMacro ComputeFunctionStrings.swift
[244/253] Compiling EasyMetalShaderMacro InitCompute.swift
[245/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
[246/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
[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 EMIgnore.swift
[258/280] Compiling EasyMetalShader ShaderCore_EasyMetalShaderLib.swift
[259/280] Compiling EasyMetalShader EMMetalDispatch.swift
[260/280] Compiling EasyMetalShader EMMetalFunction.swift
[261/280] Compiling EasyMetalShader ShaderStringBuilder.swift
[262/280] Compiling EasyMetalShader EXPORTER.swift
[263/280] Compiling EasyMetalShader MTLTexture+.swift
[264/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 | }
[265/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 | }
[266/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 | }
[267/280] Compiling EasyMetalShader EMMetalTexture.swift
[268/280] Compiling EasyMetalShader EMMetalTextureUsage.swift
[269/280] Compiling EasyMetalShader EMMetalComputeFunction.swift
[270/280] Compiling EasyMetalShader EMMetalRenderFunction.swift
[271/280] Compiling EasyMetalShader ShaderRenderer.swift
[272/280] Compiling EasyMetalShader EMArgument.swift
[273/280] Compiling EasyMetalShader EMComputeShader.swift
[274/280] Compiling EasyMetalShader EMComputeShader3D.swift
[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.08s)
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.