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 MetalCompilerPlugin, reference main (8eee0b), with Swift 6.1 for macOS (SPM) on 29 Apr 2025 05:02:17 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures

Build Log

========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/schwa/MetalCompilerPlugin.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/schwa/MetalCompilerPlugin
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 8eee0b0 Merge pull request #4 from schwa/jwight/develop
Cloned https://github.com/schwa/MetalCompilerPlugin.git
Revision (git rev-parse @):
8eee0b05069520306c93abe7ee9a333740d59007
SUCCESS checkout https://github.com/schwa/MetalCompilerPlugin.git at main
Fetching https://github.com/apple/swift-argument-parser from cache
Fetched https://github.com/apple/swift-argument-parser from cache (0.65s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.1.4 (1.31s)
Creating working copy for https://github.com/apple/swift-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 1.1.4
========================================
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": "metalcompilerplugin",
      "name": "MetalCompilerPlugin",
      "url": "https://github.com/schwa/MetalCompilerPlugin.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/MetalCompilerPlugin",
      "dependencies": [
        {
          "identity": "swift-argument-parser",
          "name": "swift-argument-parser",
          "url": "https://github.com/apple/swift-argument-parser",
          "version": "1.5.0",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-argument-parser",
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/schwa/MetalCompilerPlugin.git
[1/185] Fetching metalcompilerplugin
Fetched https://github.com/schwa/MetalCompilerPlugin.git from cache (0.80s)
Fetching https://github.com/apple/swift-argument-parser from cache
Fetched https://github.com/apple/swift-argument-parser from cache (0.54s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.5.0 (1.07s)
Creating working copy for https://github.com/schwa/MetalCompilerPlugin.git
Working copy of https://github.com/schwa/MetalCompilerPlugin.git resolved at main (8eee0b0)
Creating working copy for https://github.com/apple/swift-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 1.5.0
Found 1 product dependencies
  - swift-argument-parser
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/schwa/MetalCompilerPlugin.git
https://github.com/schwa/MetalCompilerPlugin.git
{
  "dependencies" : [
    {
      "identity" : "swift-argument-parser",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-argument-parser"
    }
  ],
  "manifest_display_name" : "MetalCompilerPlugin",
  "name" : "MetalCompilerPlugin",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "MetalCompilerPlugin",
      "targets" : [
        "MetalCompilerPlugin"
      ],
      "type" : {
        "plugin" : null
      }
    },
    {
      "name" : "MetalCompilerTool",
      "targets" : [
        "MetalCompilerTool"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "MetalCompilerTool",
      "module_type" : "SwiftTarget",
      "name" : "MetalCompilerTool",
      "path" : "Sources/MetalCompilerTool",
      "product_dependencies" : [
        "ArgumentParser"
      ],
      "product_memberships" : [
        "MetalCompilerPlugin",
        "MetalCompilerTool"
      ],
      "sources" : [
        "MetalCompiler.swift"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "MetalCompilerPluginTests",
      "module_type" : "SwiftTarget",
      "name" : "MetalCompilerPluginTests",
      "path" : "Tests/MetalCompilerPluginTests",
      "sources" : [
        "MetalCompilerPluginTests.swift"
      ],
      "target_dependencies" : [
        "ExampleShaders"
      ],
      "type" : "test"
    },
    {
      "c99name" : "MetalCompilerPlugin",
      "module_type" : "PluginTarget",
      "name" : "MetalCompilerPlugin",
      "path" : "Plugins/MetalCompilerPlugin",
      "plugin_capability" : {
        "type" : "buildTool"
      },
      "product_memberships" : [
        "MetalCompilerPlugin"
      ],
      "sources" : [
        "MetalPlugin.swift"
      ],
      "target_dependencies" : [
        "MetalCompilerTool"
      ],
      "type" : "plugin"
    },
    {
      "c99name" : "ExampleShaders",
      "module_type" : "ClangTarget",
      "name" : "ExampleShaders",
      "path" : "Sources/ExampleShaders",
      "sources" : [
        "ExampleShaders.c"
      ],
      "target_dependencies" : [
        "MetalCompilerPlugin"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.7"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
[0/8] Write sources
[1/8] Write MetalCompilerTool-tool-entitlement.plist
[2/8] Write sources
[4/8] Write swift-version-2F0A5646E1D333AE.txt
[6/10] Compiling ArgumentParserToolInfo ToolInfo.swift
[7/10] Emitting module ArgumentParserToolInfo
[8/47] Compiling ArgumentParser OptionGroup.swift
[9/47] Compiling ArgumentParser AsyncParsableCommand.swift
[10/47] Compiling ArgumentParser CommandConfiguration.swift
[11/47] Compiling ArgumentParser EnumerableFlag.swift
[12/50] Emitting module ArgumentParser
[13/50] Compiling ArgumentParser Argument.swift
[14/50] Compiling ArgumentParser ArgumentHelp.swift
[15/50] Compiling ArgumentParser ArgumentVisibility.swift
[16/50] Compiling ArgumentParser CompletionKind.swift
[17/50] Compiling ArgumentParser SequenceExtensions.swift
[18/50] Compiling ArgumentParser StringExtensions.swift
[19/50] Compiling ArgumentParser Tree.swift
[20/50] Compiling ArgumentParser BashCompletionsGenerator.swift
[21/50] Compiling ArgumentParser CompletionsGenerator.swift
[22/50] Compiling ArgumentParser FishCompletionsGenerator.swift
[23/50] Compiling ArgumentParser ZshCompletionsGenerator.swift
[24/50] Compiling ArgumentParser ExpressibleByArgument.swift
[25/50] Compiling ArgumentParser ParsableArguments.swift
[26/50] Compiling ArgumentParser ParsableArgumentsValidation.swift
[27/50] Compiling ArgumentParser ParsableCommand.swift
[28/50] Compiling ArgumentParser InputOrigin.swift
[29/50] Compiling ArgumentParser Name.swift
[30/50] Compiling ArgumentParser Parsed.swift
[31/50] Compiling ArgumentParser ParsedValues.swift
[32/50] Compiling ArgumentParser Errors.swift
[33/50] Compiling ArgumentParser Flag.swift
[34/50] Compiling ArgumentParser NameSpecification.swift
[35/50] Compiling ArgumentParser Option.swift
[36/50] Compiling ArgumentParser ArgumentDecoder.swift
[37/50] Compiling ArgumentParser ArgumentDefinition.swift
[38/50] Compiling ArgumentParser ArgumentSet.swift
[39/50] Compiling ArgumentParser CommandParser.swift
[40/50] Compiling ArgumentParser ParserError.swift
[41/50] Compiling ArgumentParser SplitArguments.swift
[42/50] Compiling ArgumentParser DumpHelpGenerator.swift
[43/50] Compiling ArgumentParser HelpCommand.swift
[44/50] Compiling ArgumentParser HelpGenerator.swift
[45/50] Compiling ArgumentParser MessageInfo.swift
[46/50] Compiling ArgumentParser UsageGenerator.swift
[47/50] Compiling ArgumentParser CollectionExtensions.swift
[48/52] Compiling MetalCompilerTool MetalCompiler.swift
[49/52] Emitting module MetalCompilerTool
[49/52] Write Objects.LinkFileList
[50/52] Linking MetalCompilerTool-tool
[51/52] Applying MetalCompilerTool-tool
[1/1] Compiling plugin MetalCompilerPlugin
[2/2] Compiling plugin GenerateManualPlugin
Building for debugging...
[2/18] Write MetalCompilerTool-entitlement.plist
[2/18] Write sources
[9/18] Write MetalCompilerTool-tool-entitlement.plist
[10/18] Compiling ExampleShaders ExampleShaders.c
[11/18] Write swift-version-2F0A5646E1D333AE.txt
[13/20] Emitting module ArgumentParserToolInfo
[14/20] Compiling ArgumentParserToolInfo ToolInfo.swift
[14/20] Write Objects.LinkFileList
[15/57] Linking MetalCompilerTool-tool
[16/57] Applying MetalCompilerTool-tool
[18/57] Emitting module ArgumentParser
[19/60] Compiling ArgumentParser OptionGroup.swift
[20/60] Compiling ArgumentParser AsyncParsableCommand.swift
[21/60] Compiling ArgumentParser CommandConfiguration.swift
[22/60] Compiling ArgumentParser EnumerableFlag.swift
[23/60] Compiling ArgumentParser InputOrigin.swift
[24/60] Compiling ArgumentParser Name.swift
[25/60] Compiling ArgumentParser Parsed.swift
[26/60] Compiling ArgumentParser ParsedValues.swift
[27/60] Compiling ArgumentParser SequenceExtensions.swift
[28/60] Compiling ArgumentParser StringExtensions.swift
[29/60] Compiling ArgumentParser Tree.swift
[30/60] Compiling ArgumentParser BashCompletionsGenerator.swift
[31/60] Compiling ArgumentParser CompletionsGenerator.swift
[32/60] Compiling ArgumentParser FishCompletionsGenerator.swift
[33/60] Compiling ArgumentParser ZshCompletionsGenerator.swift
[34/60] Compiling ArgumentParser ExpressibleByArgument.swift
[35/60] Compiling ArgumentParser ParsableArguments.swift
[36/60] Compiling ArgumentParser ParsableArgumentsValidation.swift
[37/60] Compiling ArgumentParser ParsableCommand.swift
[38/60] Compiling ArgumentParser ParserError.swift
[39/60] Compiling ArgumentParser SplitArguments.swift
[40/60] Compiling ArgumentParser DumpHelpGenerator.swift
[41/60] Compiling ArgumentParser HelpCommand.swift
[42/60] Compiling ArgumentParser Errors.swift
[43/60] Compiling ArgumentParser Flag.swift
[44/60] Compiling ArgumentParser NameSpecification.swift
[45/60] Compiling ArgumentParser Option.swift
[46/60] Compiling ArgumentParser ArgumentDecoder.swift
[47/60] Compiling ArgumentParser ArgumentDefinition.swift
[48/60] Compiling ArgumentParser ArgumentSet.swift
[49/60] Compiling ArgumentParser CommandParser.swift
[50/60] Compiling ArgumentParser HelpGenerator.swift
[51/60] Compiling ArgumentParser MessageInfo.swift
[52/60] Compiling ArgumentParser UsageGenerator.swift
[53/60] Compiling ArgumentParser CollectionExtensions.swift
[54/60] Compiling ArgumentParser Argument.swift
[55/60] Compiling ArgumentParser ArgumentHelp.swift
[56/60] Compiling ArgumentParser ArgumentVisibility.swift
[57/60] Compiling ArgumentParser CompletionKind.swift
[58/62] Compiling MetalCompilerTool MetalCompiler.swift
[59/62] Emitting module MetalCompilerTool
[59/62] Write Objects.LinkFileList
[60/62] Linking MetalCompilerTool
[61/62] Applying MetalCompilerTool
Build complete! (11.81s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-argument-parser",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-argument-parser"
    }
  ],
  "manifest_display_name" : "MetalCompilerPlugin",
  "name" : "MetalCompilerPlugin",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "MetalCompilerPlugin",
      "targets" : [
        "MetalCompilerPlugin"
      ],
      "type" : {
        "plugin" : null
      }
    },
    {
      "name" : "MetalCompilerTool",
      "targets" : [
        "MetalCompilerTool"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "MetalCompilerTool",
      "module_type" : "SwiftTarget",
      "name" : "MetalCompilerTool",
      "path" : "Sources/MetalCompilerTool",
      "product_dependencies" : [
        "ArgumentParser"
      ],
      "product_memberships" : [
        "MetalCompilerPlugin",
        "MetalCompilerTool"
      ],
      "sources" : [
        "MetalCompiler.swift"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "MetalCompilerPluginTests",
      "module_type" : "SwiftTarget",
      "name" : "MetalCompilerPluginTests",
      "path" : "Tests/MetalCompilerPluginTests",
      "sources" : [
        "MetalCompilerPluginTests.swift"
      ],
      "target_dependencies" : [
        "ExampleShaders"
      ],
      "type" : "test"
    },
    {
      "c99name" : "MetalCompilerPlugin",
      "module_type" : "PluginTarget",
      "name" : "MetalCompilerPlugin",
      "path" : "Plugins/MetalCompilerPlugin",
      "plugin_capability" : {
        "type" : "buildTool"
      },
      "product_memberships" : [
        "MetalCompilerPlugin"
      ],
      "sources" : [
        "MetalPlugin.swift"
      ],
      "target_dependencies" : [
        "MetalCompilerTool"
      ],
      "type" : "plugin"
    },
    {
      "c99name" : "ExampleShaders",
      "module_type" : "ClangTarget",
      "name" : "ExampleShaders",
      "path" : "Sources/ExampleShaders",
      "sources" : [
        "ExampleShaders.c"
      ],
      "target_dependencies" : [
        "MetalCompilerPlugin"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.7"
}
Done.