The Swift Package Index logo.Swift Package Index

Build Information

Failed to build OBSwiftSocket with Swift 5.7 for macOS (SPM).

Build Command

env DEVELOPER_DIR=/Applications/Xcode-14.2.0.app xcrun swift build --arch arm64 --target OBSwiftSocket

Build Log

========================================
RunAll
========================================
Builder version: 4.33.2
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/edonv/OBSwiftSocket.git
Reference: main
Initialized empty Git repository in /Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/edonv/OBSwiftSocket
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 3223d9c Added empty privacy manifest
Cloned https://github.com/edonv/OBSwiftSocket.git
Revision (git rev-parse @):
3223d9c120c4dbbcbc11a81fd94b0969a112ece0
SPI manifest file found: $workDir/.spi.yml
SUCCESS checkout https://github.com/edonv/OBSwiftSocket.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.7
Building package at path:  $workDir
https://github.com/edonv/OBSwiftSocket.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-14.2.0.app xcrun swift build --arch arm64 --target OBSwiftSocket
Building for debugging...
[1/54] Emitting module MessagePacker
[2/64] Compiling JSONValue JSONValue+ExpressibleByLiteral.swift
[3/64] Compiling MessagePacker Int+.swift
[4/66] Emitting module CombineExtensions
[5/66] Compiling JSONValue JSONValue+Codable.swift
[6/66] Compiling JSONValue JSONValue+Convenience.swift
[7/66] Compiling JSONValue JSONValue+Merging.swift
[8/66] Compiling JSONValue JSONValue+Subscripts.swift
[9/66] Compiling JSONValue JSONValue+Errors.swift
[14/67] Emitting module JSONValue
[17/67] Compiling MessagePacker MessagePackError.swift
[18/67] Compiling MessagePacker MessagePackExtension.swift
[19/67] Compiling MessagePacker MessagePackKey.swift
[20/67] Compiling MessagePacker MessagePackStorage.swift
[21/67] Compiling MessagePacker MessagePackTimestamp.swift
[22/67] Compiling MessagePacker MessagePackType+ArrayType.swift
[23/67] Compiling MessagePacker MessagePackType+BinaryType.swift
[24/67] Compiling MessagePacker MessagePackType+BooleanType.swift
[25/67] Compiling MessagePacker MessagePackType+DoubleType.swift
[26/67] Compiling MessagePacker MessagePackType+ExtensionType.swift
[27/67] Compiling MessagePacker MessagePackType+FixIntType.swift
[28/67] Compiling MessagePacker MessagePackType+FloatType.swift
[29/67] Compiling MessagePacker MessagePackType+MapType.swift
[30/67] Compiling MessagePacker MessagePackType+NilType.swift
[31/67] Compiling MessagePacker MessagePackType+SignedIntegerType.swift
[32/67] Compiling MessagePacker MessagePackType+StringType.swift
[33/67] Compiling MessagePacker MessagePackType+UnsignedIntegerType.swift
[34/67] Compiling MessagePacker MessagePackType.swift
[35/67] Compiling MessagePacker MessagePackable.swift
[36/67] Compiling MessagePacker Utils.swift
[44/67] Compiling CombineExtensions Publisher+weakAssign.swift
[45/67] Compiling CombineExtensions ReplaySubject.swift
[46/67] Compiling MessagePacker Int64+.swift
[47/67] Compiling MessagePacker Int8+.swift
[48/67] Compiling MessagePacker SingleValueDecodingContainer+.swift
[49/67] Compiling MessagePacker SingleValueEncodingContainer+.swift
[50/67] Compiling MessagePacker String+.swift
[51/67] Compiling MessagePacker UInt+.swift
[52/67] Compiling MessagePacker UInt16+.swift
[53/67] Compiling MessagePacker UInt32+.swift
[54/67] Compiling MessagePacker UInt64+.swift
[55/67] Compiling MessagePacker UInt8+.swift
[56/67] Compiling MessagePacker MessagePackDecoder.swift
[57/67] Compiling MessagePacker MessagePackEncoder.swift
[58/67] Compiling JSONValue JSONValue.swift
[61/72] Compiling AsyncCompatibilityKit Future+Async.swift
[62/72] Compiling AsyncCompatibilityKit Publisher+Async.swift
[65/74] Compiling AsyncCompatibilityKit Publisher+firstValue.swift
[68/74] Emitting module AsyncCompatibilityKit
[69/74] Compiling AsyncCompatibilityKit URLSession+Async.swift
[70/75] Compiling WSPublisher URLSessionWebSocketTask+Combine.swift
[71/75] Compiling WSPublisher WebSocketPublisher.swift
[72/75] Emitting module WSPublisher
[75/75] Compiling AsyncCompatibilityKit View+Async.swift
[76/96] Compiling OBSwiftSocket ColorSource.swift
[77/96] Compiling OBSwiftSocket DisplayCapture.swift
[78/96] Compiling OBSwiftSocket GameCapture.swift
[79/96] Compiling OBSwiftSocket ImageSource.swift
[80/96] Compiling OBSwiftSocket MediaSource.swift
[81/96] Compiling OBSwiftSocket Slideshow.swift
[82/102] Compiling OBSwiftSocket PublisherStore.swift
[83/102] Compiling OBSwiftSocket SessionManager.swift
[84/102] Compiling OBSwiftSocket StateManager.swift
[85/102] Compiling OBSwiftSocket Event Subtypes.swift
[86/102] Compiling OBSwiftSocket General Input Settings.swift
[87/102] Compiling OBSwiftSocket AudioCapture.swift
[88/102] Compiling OBSwiftSocket BrowserSource.swift
[89/102] Compiling OBSwiftSocket Misc Extensions.swift
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OBSwiftSocket/OBS-WS Base Types.swift:49:59: error: extraneous argument label 'dynamicMember:' in subscript
            guard case .string(let requestTypeName) = data[dynamicMember: OpDataTypes.Request.CodingKeys.type.rawValue],
                                                          ^~~~~~~~~~~~~~~~

/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OBSwiftSocket/OBS-WS Base Types.swift:51:46: error: extraneous argument label 'dynamicMember:' in subscript
                  case .string(let id) = data[dynamicMember: OpDataTypes.Request.CodingKeys.id.rawValue],
                                             ^~~~~~~~~~~~~~~~

/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OBSwiftSocket/OBS-WS Base Types.swift:52:34: error: extraneous argument label 'dynamicMember:' in subscript
                  let data = data[dynamicMember: OpDataTypes.Request.CodingKeys.data.rawValue]
                                 ^~~~~~~~~~~~~~~~

[90/102] Compiling OBSwiftSocket PropertyWrappers.swift
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OBSwiftSocket/OBS-WS Base Types.swift:49:59: error: extraneous argument label 'dynamicMember:' in subscript
            guard case .string(let requestTypeName) = data[dynamicMember: OpDataTypes.Request.CodingKeys.type.rawValue],
                                                          ^~~~~~~~~~~~~~~~

/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OBSwiftSocket/OBS-WS Base Types.swift:51:46: error: extraneous argument label 'dynamicMember:' in subscript
                  case .string(let id) = data[dynamicMember: OpDataTypes.Request.CodingKeys.id.rawValue],
                                             ^~~~~~~~~~~~~~~~

/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OBSwiftSocket/OBS-WS Base Types.swift:52:34: error: extraneous argument label 'dynamicMember:' in subscript
                  let data = data[dynamicMember: OpDataTypes.Request.CodingKeys.data.rawValue]
                                 ^~~~~~~~~~~~~~~~

[91/102] Compiling OBSwiftSocket SessionManager Extensions.swift
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OBSwiftSocket/OBS-WS Base Types.swift:49:59: error: extraneous argument label 'dynamicMember:' in subscript
            guard case .string(let requestTypeName) = data[dynamicMember: OpDataTypes.Request.CodingKeys.type.rawValue],
                                                          ^~~~~~~~~~~~~~~~

/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OBSwiftSocket/OBS-WS Base Types.swift:51:46: error: extraneous argument label 'dynamicMember:' in subscript
                  case .string(let id) = data[dynamicMember: OpDataTypes.Request.CodingKeys.id.rawValue],
                                             ^~~~~~~~~~~~~~~~

/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OBSwiftSocket/OBS-WS Base Types.swift:52:34: error: extraneous argument label 'dynamicMember:' in subscript
                  let data = data[dynamicMember: OpDataTypes.Request.CodingKeys.data.rawValue]
                                 ^~~~~~~~~~~~~~~~

[92/102] Compiling OBSwiftSocket WSPublisher Extensions.swift
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OBSwiftSocket/OBS-WS Base Types.swift:49:59: error: extraneous argument label 'dynamicMember:' in subscript
            guard case .string(let requestTypeName) = data[dynamicMember: OpDataTypes.Request.CodingKeys.type.rawValue],
                                                          ^~~~~~~~~~~~~~~~

/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OBSwiftSocket/OBS-WS Base Types.swift:51:46: error: extraneous argument label 'dynamicMember:' in subscript
                  case .string(let id) = data[dynamicMember: OpDataTypes.Request.CodingKeys.id.rawValue],
                                             ^~~~~~~~~~~~~~~~

/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OBSwiftSocket/OBS-WS Base Types.swift:52:34: error: extraneous argument label 'dynamicMember:' in subscript
                  let data = data[dynamicMember: OpDataTypes.Request.CodingKeys.data.rawValue]
                                 ^~~~~~~~~~~~~~~~

[93/102] Compiling OBSwiftSocket Types.swift
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OBSwiftSocket/OBS-WS Base Types.swift:49:59: error: extraneous argument label 'dynamicMember:' in subscript
            guard case .string(let requestTypeName) = data[dynamicMember: OpDataTypes.Request.CodingKeys.type.rawValue],
                                                          ^~~~~~~~~~~~~~~~

/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OBSwiftSocket/OBS-WS Base Types.swift:51:46: error: extraneous argument label 'dynamicMember:' in subscript
                  case .string(let id) = data[dynamicMember: OpDataTypes.Request.CodingKeys.id.rawValue],
                                             ^~~~~~~~~~~~~~~~

/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OBSwiftSocket/OBS-WS Base Types.swift:52:34: error: extraneous argument label 'dynamicMember:' in subscript
                  let data = data[dynamicMember: OpDataTypes.Request.CodingKeys.data.rawValue]
                                 ^~~~~~~~~~~~~~~~

[94/102] Compiling OBSwiftSocket ColorComponents.swift
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OBSwiftSocket/OBS-WS Base Types.swift:49:59: error: extraneous argument label 'dynamicMember:' in subscript
            guard case .string(let requestTypeName) = data[dynamicMember: OpDataTypes.Request.CodingKeys.type.rawValue],
                                                          ^~~~~~~~~~~~~~~~

/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OBSwiftSocket/OBS-WS Base Types.swift:51:46: error: extraneous argument label 'dynamicMember:' in subscript
                  case .string(let id) = data[dynamicMember: OpDataTypes.Request.CodingKeys.id.rawValue],
                                             ^~~~~~~~~~~~~~~~

/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OBSwiftSocket/OBS-WS Base Types.swift:52:34: error: extraneous argument label 'dynamicMember:' in subscript
                  let data = data[dynamicMember: OpDataTypes.Request.CodingKeys.data.rawValue]
                                 ^~~~~~~~~~~~~~~~

[95/102] Compiling OBSwiftSocket OBS-WS Base Types.swift
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OBSwiftSocket/OBS-WS Base Types.swift:49:59: error: extraneous argument label 'dynamicMember:' in subscript
            guard case .string(let requestTypeName) = data[dynamicMember: OpDataTypes.Request.CodingKeys.type.rawValue],
                                                          ^~~~~~~~~~~~~~~~

/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OBSwiftSocket/OBS-WS Base Types.swift:51:46: error: extraneous argument label 'dynamicMember:' in subscript
                  case .string(let id) = data[dynamicMember: OpDataTypes.Request.CodingKeys.id.rawValue],
                                             ^~~~~~~~~~~~~~~~

/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OBSwiftSocket/OBS-WS Base Types.swift:52:34: error: extraneous argument label 'dynamicMember:' in subscript
                  let data = data[dynamicMember: OpDataTypes.Request.CodingKeys.data.rawValue]
                                 ^~~~~~~~~~~~~~~~

[96/102] Compiling OBSwiftSocket TextSource.swift
[97/102] Compiling OBSwiftSocket VLCSource.swift
[98/102] Compiling OBSwiftSocket VideoInput.swift
[99/102] Compiling OBSwiftSocket WindowCapture.swift
[100/102] Compiling OBSwiftSocket Request Subtypes.swift
[101/102] Compiling OBSwiftSocket Transform.swift
[102/102] Emitting module OBSwiftSocket
Fetching https://github.com/edonv/JSONValue.git from cache
Fetched https://github.com/edonv/JSONValue.git (0.21s)
Fetching https://github.com/edonv/WSPublisher.git from cache
Fetched https://github.com/edonv/WSPublisher.git (0.18s)
Fetching https://github.com/edonv/CommonExtensions.git from cache
Fetched https://github.com/edonv/CommonExtensions.git (0.22s)
Fetching https://github.com/edonv/AsyncCompatibilityKit.git from cache
Fetched https://github.com/edonv/AsyncCompatibilityKit.git (0.19s)
Fetching https://github.com/hirotakan/MessagePacker.git from cache
Fetched https://github.com/hirotakan/MessagePacker.git (0.18s)
Computing version for https://github.com/hirotakan/MessagePacker.git
Computed https://github.com/hirotakan/MessagePacker.git at 0.4.7 (0.64s)
Creating working copy for https://github.com/edonv/CommonExtensions.git
Working copy of https://github.com/edonv/CommonExtensions.git resolved at main
Creating working copy for https://github.com/edonv/AsyncCompatibilityKit.git
Working copy of https://github.com/edonv/AsyncCompatibilityKit.git resolved at main
Creating working copy for https://github.com/edonv/WSPublisher.git
Working copy of https://github.com/edonv/WSPublisher.git resolved at main
Creating working copy for https://github.com/edonv/JSONValue.git
Working copy of https://github.com/edonv/JSONValue.git resolved at main
Creating working copy for https://github.com/hirotakan/MessagePacker.git
Working copy of https://github.com/hirotakan/MessagePacker.git resolved at 0.4.7
[0/1] Planning build
Building for debugging...
[1/7] Compiling OBSwiftSocket SessionManager Extensions.swift
[2/7] Compiling OBSwiftSocket WSPublisher Extensions.swift
[3/7] Compiling OBSwiftSocket Misc Extensions.swift
[4/7] Compiling OBSwiftSocket PropertyWrappers.swift
[5/9] Compiling OBSwiftSocket PublisherStore.swift
[6/10] Compiling OBSwiftSocket OBS-WS Base Types.swift
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OBSwiftSocket/OBS-WS Base Types.swift:49:59: error: extraneous argument label 'dynamicMember:' in subscript
            guard case .string(let requestTypeName) = data[dynamicMember: OpDataTypes.Request.CodingKeys.type.rawValue],
                                                          ^~~~~~~~~~~~~~~~

/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OBSwiftSocket/OBS-WS Base Types.swift:51:46: error: extraneous argument label 'dynamicMember:' in subscript
                  case .string(let id) = data[dynamicMember: OpDataTypes.Request.CodingKeys.id.rawValue],
                                             ^~~~~~~~~~~~~~~~

/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OBSwiftSocket/OBS-WS Base Types.swift:52:34: error: extraneous argument label 'dynamicMember:' in subscript
                  let data = data[dynamicMember: OpDataTypes.Request.CodingKeys.data.rawValue]
                                 ^~~~~~~~~~~~~~~~

[7/11] Compiling OBSwiftSocket StateManager.swift
[8/15] Compiling OBSwiftSocket Event Subtypes.swift
[9/15] Compiling OBSwiftSocket AudioCapture.swift
[10/15] Compiling OBSwiftSocket BrowserSource.swift
[11/15] Compiling OBSwiftSocket ColorSource.swift
[12/15] Compiling OBSwiftSocket SessionManager.swift
[13/23] Compiling OBSwiftSocket DisplayCapture.swift
[14/23] Compiling OBSwiftSocket GameCapture.swift
[15/23] Compiling OBSwiftSocket ImageSource.swift
[16/23] Compiling OBSwiftSocket MediaSource.swift
[17/26] Compiling OBSwiftSocket Slideshow.swift
[18/26] Compiling OBSwiftSocket TextSource.swift
[19/26] Compiling OBSwiftSocket VLCSource.swift
[20/26] Compiling OBSwiftSocket VideoInput.swift
[21/26] Compiling OBSwiftSocket WindowCapture.swift
[22/26] Compiling OBSwiftSocket Request Subtypes.swift
[23/26] Compiling OBSwiftSocket Transform.swift
[24/26] Emitting module OBSwiftSocket
[25/26] Compiling OBSwiftSocket Types.swift
[26/26] Compiling OBSwiftSocket ColorComponents.swift
[27/27] Compiling OBSwiftSocket General Input Settings.swift
BUILD FAILURE 5.7 macosSpm