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 0.0.3 (8eee0b), with Swift 6.0 for macOS (SPM) on 1 Dec 2024 12:01:08 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.58.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/schwa/MetalCompilerPlugin.git
Reference: 0.0.3
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/schwa/MetalCompilerPlugin
 * tag               0.0.3      -> FETCH_HEAD
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 0.0.3
Fetching https://github.com/apple/swift-argument-parser
[1/12395] Fetching swift-argument-parser
Fetched https://github.com/apple/swift-argument-parser from cache (1.56s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.1.4 (0.58s)
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/168] Fetching metalcompilerplugin
Fetched https://github.com/schwa/MetalCompilerPlugin.git from cache (0.85s)
Fetching https://github.com/apple/swift-argument-parser from cache
Fetched https://github.com/apple/swift-argument-parser from cache (0.59s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.5.0 (0.51s)
Creating working copy for https://github.com/schwa/MetalCompilerPlugin.git
Working copy of https://github.com/schwa/MetalCompilerPlugin.git resolved at 0.0.3 (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.0
Building package at path:  $PWD
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.1.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
Building for debugging...
[0/8] Write sources
[3/8] Write MetalCompilerTool-tool-entitlement.plist
[4/8] Write swift-version--7754E27361AE5C74.txt
[6/10] Emitting module ArgumentParserToolInfo
[7/10] Compiling ArgumentParserToolInfo ToolInfo.swift
[8/47] Compiling ArgumentParser InputOrigin.swift
[9/47] Compiling ArgumentParser Name.swift
[10/47] Compiling ArgumentParser Parsed.swift
[11/47] Compiling ArgumentParser ParsedValues.swift
[12/50] Compiling ArgumentParser Argument.swift
[13/50] Compiling ArgumentParser ArgumentHelp.swift
[14/50] Compiling ArgumentParser ArgumentVisibility.swift
[15/50] Compiling ArgumentParser CompletionKind.swift
[16/50] Emitting module ArgumentParser
[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 Errors.swift
[25/50] Compiling ArgumentParser Flag.swift
[26/50] Compiling ArgumentParser NameSpecification.swift
[27/50] Compiling ArgumentParser Option.swift
[28/50] Compiling ArgumentParser ExpressibleByArgument.swift
[29/50] Compiling ArgumentParser ParsableArguments.swift
[30/50] Compiling ArgumentParser ParsableArgumentsValidation.swift
[31/50] Compiling ArgumentParser ParsableCommand.swift
[32/50] Compiling ArgumentParser ArgumentDecoder.swift
[33/50] Compiling ArgumentParser ArgumentDefinition.swift
[34/50] Compiling ArgumentParser ArgumentSet.swift
[35/50] Compiling ArgumentParser CommandParser.swift
[36/50] Compiling ArgumentParser OptionGroup.swift
[37/50] Compiling ArgumentParser AsyncParsableCommand.swift
[38/50] Compiling ArgumentParser CommandConfiguration.swift
[39/50] Compiling ArgumentParser EnumerableFlag.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
Build of product 'MetalCompilerTool' complete! (9.27s)
[1/1] Compiling plugin GenerateManualPlugin
[2/2] Compiling plugin MetalCompilerPlugin
Building for debugging...
[2/11] Write sources
[3/11] Write MetalCompilerTool-entitlement.plist
[3/11] Write sources
[6/11] Compiling ExampleShaders ExampleShaders.c
[7/11] Write swift-version--7754E27361AE5C74.txt
[9/13] Compiling ArgumentParserToolInfo ToolInfo.swift
[10/13] Emitting module ArgumentParserToolInfo
[11/50] Compiling ArgumentParser Argument.swift
[12/50] Compiling ArgumentParser ArgumentHelp.swift
[13/50] Compiling ArgumentParser ArgumentVisibility.swift
[14/50] Compiling ArgumentParser CompletionKind.swift
[15/53] Compiling ArgumentParser InputOrigin.swift
[16/53] Compiling ArgumentParser Name.swift
[17/53] Compiling ArgumentParser Parsed.swift
[18/53] Compiling ArgumentParser ParsedValues.swift
[19/53] Emitting module ArgumentParser
[20/53] Compiling ArgumentParser SequenceExtensions.swift
[21/53] Compiling ArgumentParser StringExtensions.swift
[22/53] Compiling ArgumentParser Tree.swift
[23/53] Compiling ArgumentParser ExpressibleByArgument.swift
[24/53] Compiling ArgumentParser ParsableArguments.swift
[25/53] Compiling ArgumentParser ParsableArgumentsValidation.swift
[26/53] Compiling ArgumentParser ParsableCommand.swift
[27/53] Compiling ArgumentParser ArgumentDecoder.swift
[28/53] Compiling ArgumentParser ArgumentDefinition.swift
[29/53] Compiling ArgumentParser ArgumentSet.swift
[30/53] Compiling ArgumentParser CommandParser.swift
[31/53] Compiling ArgumentParser BashCompletionsGenerator.swift
[32/53] Compiling ArgumentParser CompletionsGenerator.swift
[33/53] Compiling ArgumentParser FishCompletionsGenerator.swift
[34/53] Compiling ArgumentParser ZshCompletionsGenerator.swift
[35/53] Compiling ArgumentParser Errors.swift
[36/53] Compiling ArgumentParser Flag.swift
[37/53] Compiling ArgumentParser NameSpecification.swift
[38/53] Compiling ArgumentParser Option.swift
[39/53] Compiling ArgumentParser OptionGroup.swift
[40/53] Compiling ArgumentParser AsyncParsableCommand.swift
[41/53] Compiling ArgumentParser CommandConfiguration.swift
[42/53] Compiling ArgumentParser EnumerableFlag.swift
[43/53] Compiling ArgumentParser ParserError.swift
[44/53] Compiling ArgumentParser SplitArguments.swift
[45/53] Compiling ArgumentParser DumpHelpGenerator.swift
[46/53] Compiling ArgumentParser HelpCommand.swift
[47/53] Compiling ArgumentParser HelpGenerator.swift
[48/53] Compiling ArgumentParser MessageInfo.swift
[49/53] Compiling ArgumentParser UsageGenerator.swift
[50/53] Compiling ArgumentParser CollectionExtensions.swift
[51/55] Emitting module MetalCompilerTool
[52/55] Compiling MetalCompilerTool MetalCompiler.swift
[52/55] Write Objects.LinkFileList
[53/55] Linking MetalCompilerTool
[54/55] Applying MetalCompilerTool
Build complete! (22.15s)
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.