Build Information
Failed to build OpenAIRealtime, reference main (15c932
), with Swift 6.1 for watchOS using Xcode 16.3 on 2 May 2025 02:06:54 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme OpenAIRealtime -destination generic/platform=watchOS
Build Log
========================================
RunAll
========================================
Builder version: 4.61.3
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/m1guelpf/swift-realtime-openai.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/m1guelpf/swift-realtime-openai
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 15c932f Add output_audio_buffer.started and output_audio_buffer.stopped server events
Cloned https://github.com/m1guelpf/swift-realtime-openai.git
Revision (git rev-parse @):
15c932fd2d4fd3f40757a6f13102b2f3e6b9359c
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/m1guelpf/swift-realtime-openai.git at main
========================================
Build
========================================
Selected platform: watchOS
Swift version: 6.1
Building package at path: $PWD
https://github.com/m1guelpf/swift-realtime-openai.git
https://github.com/m1guelpf/swift-realtime-openai.git
{
"dependencies" : [
{
"identity" : "webrtc",
"requirement" : {
"branch" : [
"latest"
]
},
"type" : "sourceControl",
"url" : "https://github.com/stasel/WebRTC.git"
}
],
"manifest_display_name" : "OpenAIRealtime",
"name" : "OpenAIRealtime",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "17.0"
},
{
"name" : "tvos",
"version" : "17.0"
},
{
"name" : "macos",
"version" : "14.0"
},
{
"name" : "watchos",
"version" : "10.0"
},
{
"name" : "visionos",
"version" : "1.0"
},
{
"name" : "maccatalyst",
"version" : "17.0"
}
],
"products" : [
{
"name" : "OpenAIRealtime",
"targets" : [
"OpenAIRealtime"
],
"type" : {
"library" : [
"static"
]
}
}
],
"targets" : [
{
"c99name" : "OpenAIRealtime",
"module_type" : "SwiftTarget",
"name" : "OpenAIRealtime",
"path" : "src",
"product_dependencies" : [
"WebRTC"
],
"product_memberships" : [
"OpenAIRealtime"
],
"sources" : [
"Connectors/WebRTCConnector.swift",
"Connectors/WebSocketConnector.swift",
"Conversation.swift",
"Extensions/AVAudioPCMBuffer+fromData.swift",
"Extensions/Collection+safe.swift",
"Extensions/Continuation+error.swift",
"Extensions/String+random.swift",
"Models/ClientEvent.swift",
"Models/Item.swift",
"Models/Response.swift",
"Models/ServerError.swift",
"Models/ServerEvent.swift",
"Models/Session.swift",
"OpenAIRealtime.swift",
"Protocols/Connector.swift",
"Support/UnsafeInteriorMutable.swift",
"Support/UnsafeMutableArray.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/stasel/WebRTC.git
Creating working copy of package ‘WebRTC’
Checking out latest (e15b694) of package ‘WebRTC’
Resolve Package Graph
Resolved source packages:
WebRTC: https://github.com/stasel/WebRTC.git @ latest (e15b694)
OpenAIRealtime: /Users/admin/builder/spi-builder-workspace
resolved source packages: WebRTC, OpenAIRealtime
{
"dependencies" : [
{
"identity" : "webrtc",
"requirement" : {
"branch" : [
"latest"
]
},
"type" : "sourceControl",
"url" : "https://github.com/stasel/WebRTC.git"
}
],
"manifest_display_name" : "OpenAIRealtime",
"name" : "OpenAIRealtime",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "17.0"
},
{
"name" : "tvos",
"version" : "17.0"
},
{
"name" : "macos",
"version" : "14.0"
},
{
"name" : "watchos",
"version" : "10.0"
},
{
"name" : "visionos",
"version" : "1.0"
},
{
"name" : "maccatalyst",
"version" : "17.0"
}
],
"products" : [
{
"name" : "OpenAIRealtime",
"targets" : [
"OpenAIRealtime"
],
"type" : {
"library" : [
"static"
]
}
}
],
"targets" : [
{
"c99name" : "OpenAIRealtime",
"module_type" : "SwiftTarget",
"name" : "OpenAIRealtime",
"path" : "src",
"product_dependencies" : [
"WebRTC"
],
"product_memberships" : [
"OpenAIRealtime"
],
"sources" : [
"Connectors/WebRTCConnector.swift",
"Connectors/WebSocketConnector.swift",
"Conversation.swift",
"Extensions/AVAudioPCMBuffer+fromData.swift",
"Extensions/Collection+safe.swift",
"Extensions/Continuation+error.swift",
"Extensions/String+random.swift",
"Models/ClientEvent.swift",
"Models/Item.swift",
"Models/Response.swift",
"Models/ServerError.swift",
"Models/ServerEvent.swift",
"Models/Session.swift",
"OpenAIRealtime.swift",
"Protocols/Connector.swift",
"Support/UnsafeInteriorMutable.swift",
"Support/UnsafeMutableArray.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
{
"workspace" : {
"name" : "spi-builder-workspace",
"schemes" : [
"OpenAIRealtime"
]
}
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme OpenAIRealtime -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 OpenAIRealtime -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:
WebRTC: https://github.com/stasel/WebRTC.git @ latest (e15b694)
OpenAIRealtime: /Users/admin/builder/spi-builder-workspace
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (3 targets)
Target 'OpenAIRealtime' in project 'OpenAIRealtime'
➜ Explicit dependency on target 'OpenAIRealtime' in project 'OpenAIRealtime'
➜ Explicit dependency on target 'WebRTC' in project 'WebRTC'
Target 'OpenAIRealtime' in project 'OpenAIRealtime'
➜ Explicit dependency on target 'WebRTC' in project 'WebRTC'
Target 'WebRTC' in project 'WebRTC' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
Build description signature: 5c3ba02e08a1b76050a41e9685fdcf5f
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/5c3ba02e08a1b76050a41e9685fdcf5f.xcbuilddata
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/webrtc/WebRTC/WebRTC.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/webrtc/WebRTC/WebRTC.xcframework'. (in target 'OpenAIRealtime' from project 'OpenAIRealtime')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/webrtc/WebRTC/WebRTC.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/webrtc/WebRTC/WebRTC.xcframework'. (in target 'OpenAIRealtime' from project 'OpenAIRealtime')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/webrtc/WebRTC/WebRTC.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/webrtc/WebRTC/WebRTC.xcframework'. (in target 'OpenAIRealtime' from project 'OpenAIRealtime')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/webrtc/WebRTC/WebRTC.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/webrtc/WebRTC/WebRTC.xcframework'. (in target 'WebRTC' from project 'WebRTC')
** BUILD FAILED **
The following build commands failed:
Building workspace spi-builder-workspace with scheme OpenAIRealtime
(1 failure)
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:
OpenAIRealtime: /Users/admin/builder/spi-builder-workspace
WebRTC: https://github.com/stasel/WebRTC.git @ latest (e15b694)
resolved source packages: OpenAIRealtime, WebRTC
{
"dependencies" : [
{
"identity" : "webrtc",
"requirement" : {
"branch" : [
"latest"
]
},
"type" : "sourceControl",
"url" : "https://github.com/stasel/WebRTC.git"
}
],
"manifest_display_name" : "OpenAIRealtime",
"name" : "OpenAIRealtime",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "17.0"
},
{
"name" : "tvos",
"version" : "17.0"
},
{
"name" : "macos",
"version" : "14.0"
},
{
"name" : "watchos",
"version" : "10.0"
},
{
"name" : "visionos",
"version" : "1.0"
},
{
"name" : "maccatalyst",
"version" : "17.0"
}
],
"products" : [
{
"name" : "OpenAIRealtime",
"targets" : [
"OpenAIRealtime"
],
"type" : {
"library" : [
"static"
]
}
}
],
"targets" : [
{
"c99name" : "OpenAIRealtime",
"module_type" : "SwiftTarget",
"name" : "OpenAIRealtime",
"path" : "src",
"product_dependencies" : [
"WebRTC"
],
"product_memberships" : [
"OpenAIRealtime"
],
"sources" : [
"Connectors/WebRTCConnector.swift",
"Connectors/WebSocketConnector.swift",
"Conversation.swift",
"Extensions/AVAudioPCMBuffer+fromData.swift",
"Extensions/Collection+safe.swift",
"Extensions/Continuation+error.swift",
"Extensions/String+random.swift",
"Models/ClientEvent.swift",
"Models/Item.swift",
"Models/Response.swift",
"Models/ServerError.swift",
"Models/ServerEvent.swift",
"Models/Session.swift",
"OpenAIRealtime.swift",
"Protocols/Connector.swift",
"Support/UnsafeInteriorMutable.swift",
"Support/UnsafeMutableArray.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
{
"workspace" : {
"name" : "spi-builder-workspace",
"schemes" : [
"OpenAIRealtime"
]
}
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme OpenAIRealtime -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 OpenAIRealtime -destination generic/platform=watchOS
Resolve Package Graph
Resolved source packages:
OpenAIRealtime: /Users/admin/builder/spi-builder-workspace
WebRTC: https://github.com/stasel/WebRTC.git @ latest (e15b694)
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (3 targets)
Target 'OpenAIRealtime' in project 'OpenAIRealtime'
➜ Explicit dependency on target 'OpenAIRealtime' in project 'OpenAIRealtime'
➜ Explicit dependency on target 'WebRTC' in project 'WebRTC'
Target 'OpenAIRealtime' in project 'OpenAIRealtime'
➜ Explicit dependency on target 'WebRTC' in project 'WebRTC'
Target 'WebRTC' in project 'WebRTC' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
Build description signature: 57ebcea064e56f3749836e4f0709a3a2
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/57ebcea064e56f3749836e4f0709a3a2.xcbuilddata
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/webrtc/WebRTC/WebRTC.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/webrtc/WebRTC/WebRTC.xcframework'. (in target 'OpenAIRealtime' from project 'OpenAIRealtime')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/webrtc/WebRTC/WebRTC.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/webrtc/WebRTC/WebRTC.xcframework'. (in target 'OpenAIRealtime' from project 'OpenAIRealtime')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/webrtc/WebRTC/WebRTC.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/webrtc/WebRTC/WebRTC.xcframework'. (in target 'WebRTC' from project 'WebRTC')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/webrtc/WebRTC/WebRTC.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/webrtc/WebRTC/WebRTC.xcframework'. (in target 'OpenAIRealtime' from project 'OpenAIRealtime')
** BUILD FAILED **
The following build commands failed:
Building workspace spi-builder-workspace with scheme OpenAIRealtime
(1 failure)
BUILD FAILURE 6.1 watchOS