The Swift Package Index logo.Swift Package Index

Build Information

Failed to build swift-osc-io-cocoa, reference main (2dbe47), with Swift 6.1 for watchOS using Xcode 16.3 on 1 May 2026 11:51:18 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme NOT-SUPPORTED -destination generic/platform=watchOS

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/orchetect/swift-osc-io-cocoa.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/orchetect/swift-osc-io-cocoa
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 2dbe47a Set swift-osc-core dependency to 1.0.0
Cloned https://github.com/orchetect/swift-osc-io-cocoa.git
Revision (git rev-parse @):
2dbe47a8ee80d16186464e8b6e0805b00623611c
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/orchetect/swift-osc-io-cocoa.git at main
========================================
Build
========================================
Selected platform:         watchOS
Swift version:             6.1
Building package at path:  $PWD
https://github.com/orchetect/swift-osc-io-cocoa.git
https://github.com/orchetect/swift-osc-io-cocoa.git
{
  "dependencies" : [
    {
      "identity" : "swift-osc-core",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/orchetect/swift-osc-core"
    },
    {
      "identity" : "swift-numerics",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.1.1",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-numerics"
    },
    {
      "identity" : "cocoaasyncsocket",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "7.0.0",
            "upper_bound" : "8.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/robbiehanson/CocoaAsyncSocket"
    },
    {
      "identity" : "swift-testing-extensions",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.3.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/orchetect/swift-testing-extensions"
    }
  ],
  "manifest_display_name" : "swift-osc-io-cocoa",
  "name" : "swift-osc-io-cocoa",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "SwiftOSCIOCocoa",
      "targets" : [
        "SwiftOSCIOCocoa"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SwiftOSCIOCocoaTests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftOSCIOCocoaTests",
      "path" : "Tests/SwiftOSCIOCocoaTests",
      "product_dependencies" : [
        "Numerics",
        "TestingExtensions"
      ],
      "sources" : [
        "SwiftOSCIOCocoaTests.swift",
        "TCP/Client and Server/OSCTCPServer Tests.swift",
        "TCP/Packet Length Header Coding Tests.swift",
        "TCP/SLIP Coding Tests.swift",
        "Task Extensions.swift",
        "UDP/Object Access Tests.swift",
        "UDP/Server/OSCTimeTag OSC 1.0 Tests.swift",
        "UDP/Server/OSCTimeTag OSC 1.1 Tests.swift",
        "UDP/Server/OSCUDPServer Tests.swift",
        "UDP/Socket/OSCUDPSocket Tests.swift"
      ],
      "target_dependencies" : [
        "SwiftOSCIOCocoa"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftOSCIOCocoa",
      "module_type" : "SwiftTarget",
      "name" : "SwiftOSCIOCocoa",
      "path" : "Sources/SwiftOSCIOCocoa",
      "product_dependencies" : [
        "SwiftOSCCore",
        "CocoaAsyncSocket"
      ],
      "product_memberships" : [
        "SwiftOSCIOCocoa"
      ],
      "sources" : [
        "Shared/OSCHandlerBlock.swift",
        "Shared/OSCHandlerProtocol.swift",
        "Shared/OSCTimeTagMode.swift",
        "SwiftOSCIOCocoa.swift",
        "TCP/Client/OSCTCPClient Notification.swift",
        "TCP/Client/OSCTCPClient.swift",
        "TCP/Client/OSCTCPClientDelegate.swift",
        "TCP/Client/OSCTCPClientSessionID.swift",
        "TCP/Client/OSCTCPGeneratesClientNotificationsProtocol.swift",
        "TCP/Framing/OSCTCPFramingMode.swift",
        "TCP/Framing/OSCTCPPacketLengthHeaderDecodingError.swift",
        "TCP/Framing/OSCTCPSLIPDecodingError.swift",
        "TCP/Framing/Packet Length Header Coding.swift",
        "TCP/Framing/SLIP Coding.swift",
        "TCP/Server/OSCTCPGeneratesServerNotificationsProtocol.swift",
        "TCP/Server/OSCTCPServer ClientConnection.swift",
        "TCP/Server/OSCTCPServer Notification.swift",
        "TCP/Server/OSCTCPServer.swift",
        "TCP/Server/OSCTCPServerDelegate.swift",
        "TCP/Shared/OSCTCPHandlerProtocol.swift",
        "TCP/Shared/OSCTCPSendProtocol.swift",
        "UDP/Client/OSCUDPClient.swift",
        "UDP/Client/OSCUDPClientDelegate.swift",
        "UDP/Server/OSCUDPServer.swift",
        "UDP/Server/OSCUDPServerDelegate.swift",
        "UDP/Socket/OSCUDPSocket.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Command line invocation:
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Fetching from https://github.com/orchetect/swift-testing-extensions
Fetching from https://github.com/apple/swift-numerics (cached)
Fetching from https://github.com/orchetect/swift-osc-core
Fetching from https://github.com/robbiehanson/CocoaAsyncSocket
Fetching from https://github.com/swiftlang/swift-syntax.git (cached)
Fetching from https://github.com/orchetect/swift-ascii
Fetching from https://github.com/orchetect/swift-data-parsing
Creating working copy of package ‘swift-ascii’
Checking out 1.3.1 of package ‘swift-ascii’
Creating working copy of package ‘swift-numerics’
Checking out 1.1.1 of package ‘swift-numerics’
Creating working copy of package ‘swift-data-parsing’
Checking out 0.1.2 of package ‘swift-data-parsing’
Creating working copy of package ‘swift-syntax’
Checking out 603.0.1 of package ‘swift-syntax’
Creating working copy of package ‘swift-testing-extensions’
Checking out 0.3.0 of package ‘swift-testing-extensions’
Creating working copy of package ‘CocoaAsyncSocket’
Checking out 7.6.5 of package ‘CocoaAsyncSocket’
Creating working copy of package ‘swift-osc-core’
Checking out 1.0.0 of package ‘swift-osc-core’
Resolve Package Graph
Resolved source packages:
  swift-data-parsing: https://github.com/orchetect/swift-data-parsing @ 0.1.2
  swift-syntax: https://github.com/swiftlang/swift-syntax.git @ 603.0.1
  swift-osc-core: https://github.com/orchetect/swift-osc-core @ 1.0.0
  swift-testing-extensions: https://github.com/orchetect/swift-testing-extensions @ 0.3.0
  swift-numerics: https://github.com/apple/swift-numerics @ 1.1.1
  swift-ascii: https://github.com/orchetect/swift-ascii @ 1.3.1
  CocoaAsyncSocket: https://github.com/robbiehanson/CocoaAsyncSocket @ 7.6.5
  swift-osc-io-cocoa: /Users/admin/builder/spi-builder-workspace
resolved source packages: swift-data-parsing, swift-syntax, swift-osc-core, swift-testing-extensions, swift-numerics, swift-ascii, CocoaAsyncSocket, swift-osc-io-cocoa
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme NOT-SUPPORTED -destination generic/platform=watchOS OTHER_SWIFT_FLAGS=-stats-output-dir .stats
Command line invocation:
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme NOT-SUPPORTED -destination generic/platform=watchOS "OTHER_SWIFT_FLAGS=-stats-output-dir .stats"
Build settings from command line:
    OTHER_SWIFT_FLAGS = -stats-output-dir .stats
Resolve Package Graph
Resolve Package Graph
Resolved source packages:
  swift-osc-core: https://github.com/orchetect/swift-osc-core @ 1.0.0
  swift-syntax: https://github.com/swiftlang/swift-syntax.git @ 603.0.1
  swift-data-parsing: https://github.com/orchetect/swift-data-parsing @ 0.1.2
  CocoaAsyncSocket: https://github.com/robbiehanson/CocoaAsyncSocket @ 7.6.5
  swift-ascii: https://github.com/orchetect/swift-ascii @ 1.3.1
  swift-numerics: https://github.com/apple/swift-numerics @ 1.1.1
  swift-osc-io-cocoa: /Users/admin/builder/spi-builder-workspace
  swift-testing-extensions: https://github.com/orchetect/swift-testing-extensions @ 0.3.0
2026-05-01 04:51:16.582 xcodebuild[935:5058] Writing error result bundle to /var/folders/5k/5yc19ymj0jqd5v0zvgfqz0xw0000gn/T/ResultBundle_2026-01-05_04-51-0016.xcresult
xcodebuild: error: The workspace named "spi-builder-workspace" does not contain a scheme named "NOT-SUPPORTED". The "-list" option can be used to find the names of the schemes in the workspace.
Command line invocation:
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Resolved source packages:
  swift-osc-io-cocoa: /Users/admin/builder/spi-builder-workspace
  swift-syntax: https://github.com/swiftlang/swift-syntax.git @ 603.0.1
  swift-testing-extensions: https://github.com/orchetect/swift-testing-extensions @ 0.3.0
  swift-data-parsing: https://github.com/orchetect/swift-data-parsing @ 0.1.2
  swift-numerics: https://github.com/apple/swift-numerics @ 1.1.1
  swift-ascii: https://github.com/orchetect/swift-ascii @ 1.3.1
  swift-osc-core: https://github.com/orchetect/swift-osc-core @ 1.0.0
  CocoaAsyncSocket: https://github.com/robbiehanson/CocoaAsyncSocket @ 7.6.5
resolved source packages: swift-osc-io-cocoa, swift-syntax, swift-testing-extensions, swift-data-parsing, swift-numerics, swift-ascii, swift-osc-core, CocoaAsyncSocket
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme NOT-SUPPORTED -destination generic/platform=watchOS
Command line invocation:
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme NOT-SUPPORTED -destination generic/platform=watchOS
Resolve Package Graph
Resolved source packages:
  swift-data-parsing: https://github.com/orchetect/swift-data-parsing @ 0.1.2
  CocoaAsyncSocket: https://github.com/robbiehanson/CocoaAsyncSocket @ 7.6.5
  swift-testing-extensions: https://github.com/orchetect/swift-testing-extensions @ 0.3.0
  swift-osc-io-cocoa: /Users/admin/builder/spi-builder-workspace
  swift-numerics: https://github.com/apple/swift-numerics @ 1.1.1
  swift-ascii: https://github.com/orchetect/swift-ascii @ 1.3.1
  swift-osc-core: https://github.com/orchetect/swift-osc-core @ 1.0.0
  swift-syntax: https://github.com/swiftlang/swift-syntax.git @ 603.0.1
2026-05-01 04:51:18.734 xcodebuild[1056:5552] Writing error result bundle to /var/folders/5k/5yc19ymj0jqd5v0zvgfqz0xw0000gn/T/ResultBundle_2026-01-05_04-51-0018.xcresult
xcodebuild: error: The workspace named "spi-builder-workspace" does not contain a scheme named "NOT-SUPPORTED". The "-list" option can be used to find the names of the schemes in the workspace.
BUILD FAILURE 6.1 watchOS