The Swift Package Index logo.Swift Package Index

Build Information

Successful build of StreamDeck, reference 0.7.0 (0e88fe), with Swift 6.2 for macOS (SPM) on 26 Apr 2026 05:16:38 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/emorydunn/StreamDeckPlugin.git
Reference: 0.7.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/emorydunn/StreamDeckPlugin
 * tag               0.7.0      -> FETCH_HEAD
HEAD is now at 0e88fe8 Update date
Cloned https://github.com/emorydunn/StreamDeckPlugin.git
Revision (git rev-parse @):
0e88fe83ced2f2e213e3d67bc6a3a2e6eda7e84a
SUCCESS checkout https://github.com/emorydunn/StreamDeckPlugin.git at 0.7.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/emorydunn/StreamDeckPlugin.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.3.0.app xcrun swift build --arch arm64
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
[3/3] Compiling plugin GenerateManual
[4/4] Compiling plugin GenerateDoccReference
Building for debugging...
[4/16] Write sources
[13/16] Write swift-version--3CB7CFEC50E0D141.txt
[15/61] Compiling ArgumentParserToolInfo ToolInfo.swift
[16/61] Emitting module ArgumentParserToolInfo
[17/61] Compiling ArgumentParserToolInfo ToolInfo.swift
[18/61] Emitting module ArgumentParserToolInfo
[19/155] Compiling ArgumentParser CommandConfiguration.swift
[20/155] Compiling ArgumentParser CommandGroup.swift
[21/155] Compiling ArgumentParser EnumerableFlag.swift
[22/155] Compiling ArgumentParser ExpressibleByArgument.swift
[23/155] Compiling ArgumentParser ParsableArguments.swift
[24/160] Emitting module ArgumentParser
[26/165] Compiling ArgumentParser BashCompletionsGenerator.swift
[27/165] Compiling ArgumentParser CompletionsGenerator.swift
[28/165] Compiling ArgumentParser FishCompletionsGenerator.swift
[29/165] Compiling ArgumentParser ZshCompletionsGenerator.swift
[30/165] Compiling ArgumentParser Argument.swift
[31/165] Compiling ArgumentParser Platform.swift
[32/165] Compiling ArgumentParser SequenceExtensions.swift
[33/165] Compiling ArgumentParser StringExtensions.swift
[34/165] Compiling ArgumentParser SwiftExtensions.swift
[35/165] Compiling ArgumentParser Tree.swift
[36/165] Compiling SDPlusLayout ModifiedItem.swift
[38/166] Compiling ArgumentParser NameSpecification.swift
[39/166] Compiling ArgumentParser Option.swift
[40/166] Compiling ArgumentParser OptionGroup.swift
[41/166] Compiling ArgumentParser ParentCommand.swift
[42/166] Compiling ArgumentParser AsyncParsableCommand.swift
[48/166] Compiling ArgumentParser ArgumentDiscussion.swift
[51/166] Emitting module SDPlusLayout
[56/166] Compiling SDPlusLayout ModifiedItem.swift
[69/167] Emitting module SDPlusLayout
[72/167] Compiling StreamDeckMacros SharedKeyMacro.swift
[73/167] Compiling StreamDeckMacros Plugin.swift
[74/167] Compiling StreamDeckMacros KeyMacros.swift
[75/167] Emitting module StreamDeckMacros
[76/167] Compiling StreamDeckMacros EntryMacro.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamDeckMacros/EntryMacro.swift:41:49: warning: 'as' is deprecated: This cast will always succeed [#DeprecatedDeclaration]
 39 | 	static func identifier(of declaration: some DeclSyntaxProtocol) throws -> String {
 40 | 		guard let variableDecl = declaration.as(VariableDeclSyntax.self),
 41 | 			  let patternBinding = variableDecl.bindings.as(PatternBindingListSyntax.self)?.first?.as(PatternBindingSyntax.self),
    |                                                 `- warning: 'as' is deprecated: This cast will always succeed [#DeprecatedDeclaration]
 42 | 			  let identifier = patternBinding.pattern.as(IdentifierPatternSyntax.self)?.identifier.text
 43 | 		else {
/Users/admin/builder/spi-builder-workspace/Sources/StreamDeckMacros/EntryMacro.swift:41:91: warning: 'as' is deprecated: This cast will always succeed [#DeprecatedDeclaration]
 39 | 	static func identifier(of declaration: some DeclSyntaxProtocol) throws -> String {
 40 | 		guard let variableDecl = declaration.as(VariableDeclSyntax.self),
 41 | 			  let patternBinding = variableDecl.bindings.as(PatternBindingListSyntax.self)?.first?.as(PatternBindingSyntax.self),
    |                                                                                           `- warning: 'as' is deprecated: This cast will always succeed [#DeprecatedDeclaration]
 42 | 			  let identifier = patternBinding.pattern.as(IdentifierPatternSyntax.self)?.identifier.text
 43 | 		else {
/Users/admin/builder/spi-builder-workspace/Sources/StreamDeckMacros/EntryMacro.swift:53:49: warning: 'as' is deprecated: This cast will always succeed [#DeprecatedDeclaration]
 51 | 	static func initializer(of declaration: some DeclSyntaxProtocol) throws -> InitializerClauseSyntax {
 52 | 		guard let variableDecl = declaration.as(VariableDeclSyntax.self),
 53 | 			  let patternBinding = variableDecl.bindings.as(PatternBindingListSyntax.self)?.first?.as(PatternBindingSyntax.self),
    |                                                 `- warning: 'as' is deprecated: This cast will always succeed [#DeprecatedDeclaration]
 54 | 			  let identifier = patternBinding.pattern.as(IdentifierPatternSyntax.self)?.identifier.text,
 55 | 			  let initializer = patternBinding.initializer
/Users/admin/builder/spi-builder-workspace/Sources/StreamDeckMacros/EntryMacro.swift:53:91: warning: 'as' is deprecated: This cast will always succeed [#DeprecatedDeclaration]
 51 | 	static func initializer(of declaration: some DeclSyntaxProtocol) throws -> InitializerClauseSyntax {
 52 | 		guard let variableDecl = declaration.as(VariableDeclSyntax.self),
 53 | 			  let patternBinding = variableDecl.bindings.as(PatternBindingListSyntax.self)?.first?.as(PatternBindingSyntax.self),
    |                                                                                           `- warning: 'as' is deprecated: This cast will always succeed [#DeprecatedDeclaration]
 54 | 			  let identifier = patternBinding.pattern.as(IdentifierPatternSyntax.self)?.identifier.text,
 55 | 			  let initializer = patternBinding.initializer
/Users/admin/builder/spi-builder-workspace/Sources/StreamDeckMacros/EntryMacro.swift:54:10: warning: immutable value 'identifier' was never used; consider replacing with '_' or removing it [#no-usage]
 52 | 		guard let variableDecl = declaration.as(VariableDeclSyntax.self),
 53 | 			  let patternBinding = variableDecl.bindings.as(PatternBindingListSyntax.self)?.first?.as(PatternBindingSyntax.self),
 54 | 			  let identifier = patternBinding.pattern.as(IdentifierPatternSyntax.self)?.identifier.text,
    |          `- warning: immutable value 'identifier' was never used; consider replacing with '_' or removing it [#no-usage]
 55 | 			  let initializer = patternBinding.initializer
 56 | 		else {
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[76/167] Write Objects.LinkFileList
[83/167] Compiling ArgumentParser CodingKeyValidator.swift
[84/167] Compiling ArgumentParser NonsenseFlagsValidator.swift
[85/167] Compiling ArgumentParser ParsableArgumentsValidation.swift
[86/167] Compiling ArgumentParser PositionalArgumentsValidator.swift
[87/167] Compiling ArgumentParser UniqueNamesValidator.swift
[93/167] Compiling SDPlusLayout Properties.swift
[100/167] Linking StreamDeckMacros-tool
[102/167] Compiling ArgumentParser ParsableCommand.swift
[103/167] Compiling ArgumentParser ArgumentDecoder.swift
[104/167] Compiling ArgumentParser ArgumentDefinition.swift
[105/167] Compiling ArgumentParser ArgumentSet.swift
[106/167] Compiling ArgumentParser CommandParser.swift
[107/167] Compiling ArgumentParser ArgumentHelp.swift
[108/167] Compiling ArgumentParser ArgumentVisibility.swift
[109/167] Compiling ArgumentParser CompletionKind.swift
[110/167] Compiling ArgumentParser Errors.swift
[111/167] Compiling ArgumentParser Flag.swift
[117/167] Compiling ArgumentParser ParserError.swift
[118/167] Compiling ArgumentParser SplitArguments.swift
[119/167] Compiling ArgumentParser DumpHelpGenerator.swift
[120/167] Compiling ArgumentParser HelpCommand.swift
[121/167] Compiling ArgumentParser HelpGenerator.swift
[127/167] Compiling ArgumentParser InputKey.swift
[128/167] Compiling ArgumentParser InputOrigin.swift
[129/167] Compiling ArgumentParser Name.swift
[130/167] Compiling ArgumentParser Parsed.swift
[131/167] Compiling ArgumentParser ParsedValues.swift
[147/167] Compiling ArgumentParser MessageInfo.swift
[148/167] Compiling ArgumentParser UsageGenerator.swift
[149/167] Compiling ArgumentParser CollectionExtensions.swift
[150/167] Compiling ArgumentParser Foundation.swift
[151/167] Compiling ArgumentParser Mutex.swift
[168/249] Compiling StreamDeck PluginInfo.swift
[169/249] Compiling StreamDeck PluginManifest.swift
[170/249] Compiling StreamDeck PluginOS.swift
[171/249] Compiling StreamDeck PluginProfile.swift
[172/253] Compiling StreamDeck Fonts.swift
[173/253] Compiling StreamDeck Hardware.swift
[174/253] Compiling StreamDeck PluginAction.swift
[175/253] Compiling StreamDeck PluginActionState.swift
[176/253] Emitting module StreamDeck
[177/257] Compiling StreamDeck SettingsMacros.swift
[178/257] Compiling StreamDeck Action+Received.swift
[179/257] Compiling StreamDeck Action+Sent.swift
[180/257] Compiling StreamDeck Action+Support.swift
[181/257] Compiling StreamDeck ActionBuilder.swift
[182/257] Compiling StreamDeck ExportCommand.swift
[183/257] Compiling StreamDeck PluginCommand.swift
[184/257] Compiling StreamDeck StreamDeckCommand.swift
[185/257] Compiling StreamDeck StreamDeckKey.swift
[186/257] Compiling StreamDeck GlobalSettings.swift
[187/257] Compiling StreamDeck GlobalSettingsKey.swift
[188/257] Compiling StreamDeck SettingsWrapper.swift
[189/257] Compiling StreamDeck State.swift
[194/257] Compiling StreamDeck PluginSoftware.swift
[195/257] Compiling StreamDeck RotaryEncoder.swift
[196/257] Compiling StreamDeck TriggerDescription.swift
[197/257] Compiling StreamDeck SPDI.swift
[198/257] Compiling StreamDeck EventProtocols.swift
[199/257] Compiling StreamDeck Events.swift
[200/257] Compiling StreamDeck CharSet+DNS.swift
[201/257] Compiling StreamDeck NSImage+Base64.swift
[202/257] Compiling StreamDeck URL+Argument.swift
[203/257] Compiling StreamDeck LongPress.swift
[204/257] Compiling StreamDeck PluginCommunication.swift
[205/257] Compiling StreamDeck StreamDeckError.swift
[206/257] Compiling StreamDeck SDPlugin+Received.swift
[207/257] Compiling StreamDeck SDPlugin+Sent.swift
[208/257] Compiling StreamDeck EnvironmentValues.swift
[209/257] Compiling StreamDeck EnvironmentWrapper.swift
[210/257] Compiling StreamDeck ApplicationsToMonitor.swift
[211/257] Compiling StreamDeck Coordinates.swift
[212/257] Compiling StreamDeck SDPlugin+Support.swift
[213/257] Compiling StreamDeck StreamDeckPlugin.swift
[214/257] Compiling StreamDeck ActionControllerRegistry.swift
[215/257] Compiling StreamDeck EnvironmentKey.swift
[216/257] Compiling StreamDeck Action.swift
[229/257] Emitting module StreamDeck
Build complete! (53.02s)
Fetching https://github.com/swiftlang/swift-syntax.git
Fetching https://github.com/apple/swift-argument-parser.git
Fetching https://github.com/swiftlang/swift-docc-plugin
[1/2277] Fetching swift-docc-plugin
[229/19741] Fetching swift-docc-plugin, swift-argument-parser
[19742/94779] Fetching swift-docc-plugin, swift-argument-parser, swift-syntax
Fetched https://github.com/swiftlang/swift-docc-plugin from cache (19.01s)
Fetched https://github.com/swiftlang/swift-syntax.git from cache (19.01s)
Fetched https://github.com/apple/swift-argument-parser.git from cache (19.01s)
Computing version for https://github.com/apple/swift-argument-parser.git
Computed https://github.com/apple/swift-argument-parser.git at 1.7.1 (19.60s)
Computing version for https://github.com/swiftlang/swift-docc-plugin
Computed https://github.com/swiftlang/swift-docc-plugin at 1.4.6 (2.74s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3676] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (1.07s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.77s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 601.0.1 (0.76s)
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
Creating working copy for https://github.com/swiftlang/swift-syntax.git
Working copy of https://github.com/swiftlang/swift-syntax.git resolved at 601.0.1
Creating working copy for https://github.com/swiftlang/swift-docc-plugin
Working copy of https://github.com/swiftlang/swift-docc-plugin resolved at 1.4.6
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.7.1
Downloading package prebuilt https://download.swift.org/prebuilts/swift-syntax/601.0.1/swiftlang-6.2.4.1.4-MacroSupport-macos_aarch64.zip
Downloaded https://download.swift.org/prebuilts/swift-syntax/601.0.1/swiftlang-6.2.4.1.4-MacroSupport-macos_aarch64.zip (0.24s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-argument-parser",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.5.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-argument-parser.git"
    },
    {
      "identity" : "swift-syntax",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "509.0.0",
            "upper_bound" : "602.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swiftlang/swift-syntax.git"
    },
    {
      "identity" : "swift-docc-plugin",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.1.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swiftlang/swift-docc-plugin"
    }
  ],
  "manifest_display_name" : "StreamDeck",
  "name" : "StreamDeck",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "12.0"
    }
  ],
  "products" : [
    {
      "name" : "StreamDeck",
      "targets" : [
        "StreamDeck"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "StreamDeckMacros",
      "targets" : [
        "StreamDeckMacros"
      ],
      "type" : {
        "macro" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "StreamDeckPluginTests",
      "module_type" : "SwiftTarget",
      "name" : "StreamDeckPluginTests",
      "path" : "Tests/StreamDeckPluginTests",
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/StreamDeckPluginTests/Support/Test Events",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "PluginEventTests.swift",
        "PluginManifestTests.swift",
        "PluginRegistrationTests.swift",
        "StreamDeckPluginTests.swift",
        "Support/TestEvents.swift",
        "Support/TestPlugin.swift"
      ],
      "target_dependencies" : [
        "StreamDeck"
      ],
      "type" : "test"
    },
    {
      "c99name" : "StreamDeckMacrosTests",
      "module_type" : "SwiftTarget",
      "name" : "StreamDeckMacrosTests",
      "path" : "Tests/StreamDeckMacrosTests",
      "product_dependencies" : [
        "SwiftSyntaxMacrosTestSupport"
      ],
      "sources" : [
        "SettingsMacroTests.swift"
      ],
      "target_dependencies" : [
        "StreamDeckMacros"
      ],
      "type" : "test"
    },
    {
      "c99name" : "StreamDeckMacros",
      "module_type" : "SwiftTarget",
      "name" : "StreamDeckMacros",
      "path" : "Sources/StreamDeckMacros",
      "product_dependencies" : [
        "SwiftSyntaxMacros",
        "SwiftCompilerPlugin"
      ],
      "product_memberships" : [
        "StreamDeck",
        "StreamDeckMacros"
      ],
      "sources" : [
        "EntryMacro.swift",
        "KeyMacros.swift",
        "Plugin.swift",
        "SharedKeyMacro.swift"
      ],
      "type" : "macro"
    },
    {
      "c99name" : "StreamDeck",
      "module_type" : "SwiftTarget",
      "name" : "StreamDeck",
      "path" : "Sources/StreamDeck",
      "product_dependencies" : [
        "ArgumentParser"
      ],
      "product_memberships" : [
        "StreamDeck"
      ],
      "sources" : [
        "Builders/ActionBuilder.swift",
        "Command Line/ExportCommand.swift",
        "Command Line/PluginCommand.swift",
        "Command Line/StreamDeckCommand.swift",
        "Command Line/StreamDeckKey.swift",
        "Events/EventProtocols.swift",
        "Events/Events.swift",
        "Extensions/CharSet+DNS.swift",
        "Extensions/NSImage+Base64.swift",
        "Extensions/URL+Argument.swift",
        "Macros/SettingsMacros.swift",
        "StreamDeck Plugin/Action/Action+Received.swift",
        "StreamDeck Plugin/Action/Action+Sent.swift",
        "StreamDeck Plugin/Action/Action+Support.swift",
        "StreamDeck Plugin/Action/Action.swift",
        "StreamDeck Plugin/Action/LongPress.swift",
        "StreamDeck Plugin/PluginCommunication.swift",
        "StreamDeck Plugin/StreamDeckError.swift",
        "StreamDeck Plugin/StreamDeckPlugin/SDPlugin+Received.swift",
        "StreamDeck Plugin/StreamDeckPlugin/SDPlugin+Sent.swift",
        "StreamDeck Plugin/StreamDeckPlugin/SDPlugin+Support.swift",
        "StreamDeck Plugin/StreamDeckPlugin/StreamDeckPlugin.swift",
        "Support Models/ActionControllerRegistry.swift",
        "Support Models/Environment/EnvironmentKey.swift",
        "Support Models/Environment/EnvironmentValues.swift",
        "Support Models/Environment/EnvironmentWrapper.swift",
        "Support Models/PluginManifest/ApplicationsToMonitor.swift",
        "Support Models/PluginManifest/Coordinates.swift",
        "Support Models/PluginManifest/Fonts.swift",
        "Support Models/PluginManifest/Hardware.swift",
        "Support Models/PluginManifest/PluginAction.swift",
        "Support Models/PluginManifest/PluginActionState.swift",
        "Support Models/PluginManifest/PluginInfo.swift",
        "Support Models/PluginManifest/PluginManifest.swift",
        "Support Models/PluginManifest/PluginOS.swift",
        "Support Models/PluginManifest/PluginProfile.swift",
        "Support Models/PluginManifest/PluginSoftware.swift",
        "Support Models/RotaryEncoder/RotaryEncoder.swift",
        "Support Models/RotaryEncoder/TriggerDescription.swift",
        "Support Models/SPDI.swift",
        "Support Models/Settings/GlobalSettings.swift",
        "Support Models/Settings/GlobalSettingsKey.swift",
        "Support Models/Settings/SettingsWrapper.swift",
        "Support Models/State.swift"
      ],
      "target_dependencies" : [
        "StreamDeckMacros",
        "SDPlusLayout"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SDPlusLayoutTests",
      "module_type" : "SwiftTarget",
      "name" : "SDPlusLayoutTests",
      "path" : "Tests/SDPlusLayoutTests",
      "sources" : [
        "LayoutTests.swift"
      ],
      "target_dependencies" : [
        "SDPlusLayout"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SDPlusLayout",
      "module_type" : "SwiftTarget",
      "name" : "SDPlusLayout",
      "path" : "Sources/SDPlusLayout",
      "product_memberships" : [
        "StreamDeck"
      ],
      "sources" : [
        "BarLayoutItem.swift",
        "Color/Color+ExpressibleByStringLiteral.swift",
        "Color/Color+FormatStyle.swift",
        "Color/Color.swift",
        "Color/ColorStyle.swift",
        "Color/Gradient.swift",
        "Elements/Bar.swift",
        "Elements/Image.swift",
        "Elements/Slider.swift",
        "Elements/Text.swift",
        "Extensions/Clamped.swift",
        "Layout.swift",
        "LayoutItem.swift",
        "LayoutItemKey.swift",
        "LayoutName.swift",
        "LayoutSettings.swift",
        "ModifiedItem.swift",
        "Properties.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Done.