The Swift Package Index logo.Swift Package Index

Build Information

Successful build of ShaderListPlugin, reference v1.1.1 (3194de), with Swift 6.1 for macOS (SPM) on 17 Jul 2025 19:16:01 UTC.

Swift 6 data race errors: 2

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.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Kosikowski/metal-shader-list-plugin.git
Reference: v1.1.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Kosikowski/metal-shader-list-plugin
 * tag               v1.1.1     -> FETCH_HEAD
HEAD is now at 3194de1 Improved shader name parsing and CI (#2)
Cloned https://github.com/Kosikowski/metal-shader-list-plugin.git
Revision (git rev-parse @):
3194de1e1187959fc54324e39e0f6dedeb5f3f7b
SUCCESS checkout https://github.com/Kosikowski/metal-shader-list-plugin.git at v1.1.1
Fetching https://github.com/apple/swift-argument-parser.git from cache
Fetched https://github.com/apple/swift-argument-parser.git from cache (1.12s)
Computing version for https://github.com/apple/swift-argument-parser.git
Computed https://github.com/apple/swift-argument-parser.git at 1.6.1 (1.65s)
Creating working copy for https://github.com/apple/swift-argument-parser.git
Working copy of https://github.com/apple/swift-argument-parser.git resolved at 1.6.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": "metal-shader-list-plugin",
      "name": "ShaderListPlugin",
      "url": "https://github.com/Kosikowski/metal-shader-list-plugin.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/metal-shader-list-plugin",
      "dependencies": [
        {
          "identity": "swift-argument-parser",
          "name": "swift-argument-parser",
          "url": "https://github.com/apple/swift-argument-parser.git",
          "version": "1.6.1",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-argument-parser",
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/Kosikowski/metal-shader-list-plugin.git
[1/288] Fetching metal-shader-list-plugin
Fetched https://github.com/Kosikowski/metal-shader-list-plugin.git from cache (0.77s)
Fetching https://github.com/apple/swift-argument-parser.git from cache
Fetched https://github.com/apple/swift-argument-parser.git from cache (0.60s)
Computing version for https://github.com/apple/swift-argument-parser.git
Computed https://github.com/apple/swift-argument-parser.git at 1.6.1 (0.66s)
Creating working copy for https://github.com/apple/swift-argument-parser.git
Working copy of https://github.com/apple/swift-argument-parser.git resolved at 1.6.1
Creating working copy for https://github.com/Kosikowski/metal-shader-list-plugin.git
Working copy of https://github.com/Kosikowski/metal-shader-list-plugin.git resolved at v1.1.1 (3194de1)
Found 1 product dependencies
  - swift-argument-parser
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/Kosikowski/metal-shader-list-plugin.git
https://github.com/Kosikowski/metal-shader-list-plugin.git
{
  "dependencies" : [
    {
      "identity" : "swift-argument-parser",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.3.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-argument-parser.git"
    }
  ],
  "manifest_display_name" : "ShaderListPlugin",
  "name" : "ShaderListPlugin",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "ShaderListPlugin",
      "targets" : [
        "ShaderListPlugin"
      ],
      "type" : {
        "plugin" : null
      }
    },
    {
      "name" : "ShaderEnumGenerator",
      "targets" : [
        "ShaderEnumGenerator"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ShaderListPlugin",
      "module_type" : "PluginTarget",
      "name" : "ShaderListPlugin",
      "path" : "Plugins",
      "plugin_capability" : {
        "type" : "buildTool"
      },
      "product_memberships" : [
        "ShaderListPlugin"
      ],
      "sources" : [
        "ShaderListPlugin.swift"
      ],
      "target_dependencies" : [
        "ShaderEnumGenerator"
      ],
      "type" : "plugin"
    },
    {
      "c99name" : "ShaderEnumGeneratorTests",
      "module_type" : "SwiftTarget",
      "name" : "ShaderEnumGeneratorTests",
      "path" : "Sources/ShaderEnumGeneratorTests",
      "sources" : [
        "RemovingAllCommentsEdgeCaseTests.swift",
        "ShaderEnumGeneratorCoreTests.swift"
      ],
      "target_dependencies" : [
        "ShaderEnumGeneratorCore"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ShaderEnumGeneratorCore",
      "module_type" : "SwiftTarget",
      "name" : "ShaderEnumGeneratorCore",
      "path" : "Sources/ShaderEnumGeneratorCore",
      "product_memberships" : [
        "ShaderListPlugin",
        "ShaderEnumGenerator"
      ],
      "sources" : [
        "ShaderEnumGeneratorCore.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "ShaderEnumGenerator",
      "module_type" : "SwiftTarget",
      "name" : "ShaderEnumGenerator",
      "path" : "Sources/ShaderEnumGenerator",
      "product_dependencies" : [
        "ArgumentParser"
      ],
      "product_memberships" : [
        "ShaderListPlugin",
        "ShaderEnumGenerator"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "ShaderEnumGeneratorCore"
      ],
      "type" : "executable"
    }
  ],
  "tools_version" : "5.9"
}
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
[1/1] Compiling plugin ShaderListPlugin
[2/2] Compiling plugin GenerateManual
[3/3] Compiling plugin GenerateDoccReference
Building for debugging...
[3/20] Write sources
[5/20] Write ShaderEnumGenerator-tool-entitlement.plist
[6/20] Write sources
[11/20] Write ShaderEnumGenerator-entitlement.plist
[12/20] Write sources
[13/20] Write swift-version-2F0A5646E1D333AE.txt
[15/28] Emitting module ArgumentParserToolInfo
[16/28] Compiling ArgumentParserToolInfo ToolInfo.swift
[18/28] Emitting module ArgumentParserToolInfo
[19/120] Emitting module ShaderEnumGeneratorCore
[20/120] Compiling ArgumentParser Flag.swift
[21/120] Compiling ArgumentParser NameSpecification.swift
[22/120] Compiling ArgumentParser Option.swift
[23/120] Compiling ArgumentParser OptionGroup.swift
[24/120] Compiling ArgumentParser AsyncParsableCommand.swift
[25/124] Emitting module ArgumentParser
[26/124] Compiling ArgumentParser ArgumentDiscussion.swift
[27/124] Compiling ArgumentParser ArgumentHelp.swift
[28/124] Compiling ArgumentParser ArgumentVisibility.swift
[29/124] Compiling ArgumentParser CompletionKind.swift
[30/124] Compiling ArgumentParser Errors.swift
[31/124] Compiling ArgumentParser SequenceExtensions.swift
[32/124] Compiling ArgumentParser StringExtensions.swift
[33/124] Compiling ArgumentParser SwiftExtensions.swift
[34/124] Compiling ArgumentParser Tree.swift
[35/124] Compiling ArgumentParser CodingKeyValidator.swift
[46/128] Compiling ArgumentParser InputKey.swift
[47/128] Compiling ArgumentParser InputOrigin.swift
[48/128] Compiling ArgumentParser Name.swift
[49/128] Compiling ArgumentParser Parsed.swift
[50/128] Compiling ArgumentParser ParsedValues.swift
[51/128] Compiling ArgumentParser NonsenseFlagsValidator.swift
[52/128] Compiling ArgumentParser ParsableArgumentsValidation.swift
[53/128] Compiling ArgumentParser PositionalArgumentsValidator.swift
[54/128] Compiling ArgumentParser UniqueNamesValidator.swift
[55/128] Compiling ArgumentParser ParserError.swift
[56/128] Compiling ArgumentParser SplitArguments.swift
[57/128] Compiling ArgumentParser DumpHelpGenerator.swift
[58/128] Compiling ArgumentParser HelpCommand.swift
[59/128] Compiling ArgumentParser HelpGenerator.swift
[64/128] Emitting module ShaderEnumGeneratorCore
[65/128] Compiling ShaderEnumGeneratorCore ShaderEnumGeneratorCore.swift
[72/128] Compiling ArgumentParser ParsableCommand.swift
[73/128] Compiling ArgumentParser ArgumentDecoder.swift
[74/128] Compiling ArgumentParser ArgumentDefinition.swift
[75/128] Compiling ArgumentParser ArgumentSet.swift
[76/128] Compiling ArgumentParser CommandParser.swift
[77/128] Compiling ArgumentParser SequenceExtensions.swift
[78/128] Compiling ArgumentParser StringExtensions.swift
[79/128] Compiling ArgumentParser SwiftExtensions.swift
[80/128] Compiling ArgumentParser Tree.swift
[81/128] Compiling ArgumentParser CodingKeyValidator.swift
[82/128] Compiling ArgumentParser BashCompletionsGenerator.swift
[83/128] Compiling ArgumentParser CompletionsGenerator.swift
[84/128] Compiling ArgumentParser FishCompletionsGenerator.swift
[85/128] Compiling ArgumentParser ZshCompletionsGenerator.swift
[86/128] Compiling ArgumentParser Argument.swift
[87/128] Compiling ArgumentParser ParsableCommand.swift
[88/128] Compiling ArgumentParser ArgumentDecoder.swift
[89/128] Compiling ArgumentParser ArgumentDefinition.swift
[90/128] Compiling ArgumentParser ArgumentSet.swift
[91/128] Compiling ArgumentParser CommandParser.swift
[112/128] Emitting module ArgumentParser
[123/132] Emitting module ShaderEnumGenerator
/Users/admin/builder/spi-builder-workspace/Sources/ShaderEnumGenerator/main.swift:15:16: warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
13 |     // MARK: Static Properties
14 |
15 |     static var configuration = CommandConfiguration(
   |                |- warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: convert 'configuration' to a 'let' constant to make 'Sendable' shared state immutable
   |                |- note: add '@MainActor' to make static property 'configuration' part of global actor 'MainActor'
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
16 |         commandName: "ShaderEnumGenerator",
17 |         abstract: "Generates a Swift enum source file from Metal shader function declarations."
/Users/admin/builder/spi-builder-workspace/Sources/ShaderEnumGenerator/main.swift:15:16: warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
13 |     // MARK: Static Properties
14 |
15 |     static var configuration = CommandConfiguration(
   |                |- warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: convert 'configuration' to a 'let' constant to make 'Sendable' shared state immutable
   |                |- note: add '@MainActor' to make static property 'configuration' part of global actor 'MainActor'
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
16 |         commandName: "ShaderEnumGenerator",
17 |         abstract: "Generates a Swift enum source file from Metal shader function declarations."
[125/132] Compiling ShaderEnumGenerator main.swift
/Users/admin/builder/spi-builder-workspace/Sources/ShaderEnumGenerator/main.swift:15:16: warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
13 |     // MARK: Static Properties
14 |
15 |     static var configuration = CommandConfiguration(
   |                |- warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: convert 'configuration' to a 'let' constant to make 'Sendable' shared state immutable
   |                |- note: add '@MainActor' to make static property 'configuration' part of global actor 'MainActor'
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
16 |         commandName: "ShaderEnumGenerator",
17 |         abstract: "Generates a Swift enum source file from Metal shader function declarations."
/Users/admin/builder/spi-builder-workspace/Sources/ShaderEnumGenerator/main.swift:15:16: warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
13 |     // MARK: Static Properties
14 |
15 |     static var configuration = CommandConfiguration(
   |                |- warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: convert 'configuration' to a 'let' constant to make 'Sendable' shared state immutable
   |                |- note: add '@MainActor' to make static property 'configuration' part of global actor 'MainActor'
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
16 |         commandName: "ShaderEnumGenerator",
17 |         abstract: "Generates a Swift enum source file from Metal shader function declarations."
[126/132] Write Objects.LinkFileList
[128/132] Linking ShaderEnumGenerator
[129/132] Linking ShaderEnumGenerator-tool
[130/132] Applying ShaderEnumGenerator
[131/132] Applying ShaderEnumGenerator-tool
Build complete! (11.36s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-argument-parser",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.3.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-argument-parser.git"
    }
  ],
  "manifest_display_name" : "ShaderListPlugin",
  "name" : "ShaderListPlugin",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "ShaderListPlugin",
      "targets" : [
        "ShaderListPlugin"
      ],
      "type" : {
        "plugin" : null
      }
    },
    {
      "name" : "ShaderEnumGenerator",
      "targets" : [
        "ShaderEnumGenerator"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ShaderListPlugin",
      "module_type" : "PluginTarget",
      "name" : "ShaderListPlugin",
      "path" : "Plugins",
      "plugin_capability" : {
        "type" : "buildTool"
      },
      "product_memberships" : [
        "ShaderListPlugin"
      ],
      "sources" : [
        "ShaderListPlugin.swift"
      ],
      "target_dependencies" : [
        "ShaderEnumGenerator"
      ],
      "type" : "plugin"
    },
    {
      "c99name" : "ShaderEnumGeneratorTests",
      "module_type" : "SwiftTarget",
      "name" : "ShaderEnumGeneratorTests",
      "path" : "Sources/ShaderEnumGeneratorTests",
      "sources" : [
        "RemovingAllCommentsEdgeCaseTests.swift",
        "ShaderEnumGeneratorCoreTests.swift"
      ],
      "target_dependencies" : [
        "ShaderEnumGeneratorCore"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ShaderEnumGeneratorCore",
      "module_type" : "SwiftTarget",
      "name" : "ShaderEnumGeneratorCore",
      "path" : "Sources/ShaderEnumGeneratorCore",
      "product_memberships" : [
        "ShaderListPlugin",
        "ShaderEnumGenerator"
      ],
      "sources" : [
        "ShaderEnumGeneratorCore.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "ShaderEnumGenerator",
      "module_type" : "SwiftTarget",
      "name" : "ShaderEnumGenerator",
      "path" : "Sources/ShaderEnumGenerator",
      "product_dependencies" : [
        "ArgumentParser"
      ],
      "product_memberships" : [
        "ShaderListPlugin",
        "ShaderEnumGenerator"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "ShaderEnumGeneratorCore"
      ],
      "type" : "executable"
    }
  ],
  "tools_version" : "5.9"
}
Done.