Build Information
Failed to build BQ25703A with Swift 6.0 for visionOS using Xcode 16.2.
Build Command
Build command unavailable
Build Log
========================================
RunAll
========================================
Builder version: 4.58.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/CmST0us/BQ25703A.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/CmST0us/BQ25703A
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at c82efb6 package: add peripherykit for tester register: rename ChargerOption0 to ChargeOption0 register: fix r/w tester: add get charging status and start charging test action
Cloned https://github.com/CmST0us/BQ25703A.git
Revision (git rev-parse @):
c82efb6a0e8a42287ebc8c602c259dd4f204b6c5
SUCCESS checkout https://github.com/CmST0us/BQ25703A.git at main
========================================
Build
========================================
Selected platform: visionOS
Swift version: 6.0
Building package at path: $PWD
https://github.com/CmST0us/BQ25703A.git
{
"dependencies" : [
{
"identity" : "swift-mmio",
"requirement" : {
"range" : [
{
"lower_bound" : "0.0.2",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-mmio.git"
},
{
"identity" : "swifttui",
"requirement" : {
"branch" : [
"main"
]
},
"type" : "sourceControl",
"url" : "https://github.com/rensbreur/SwiftTUI.git"
},
{
"identity" : "peripherykit",
"requirement" : {
"branch" : [
"main"
]
},
"type" : "sourceControl",
"url" : "https://github.com/CmST0us/PeripheryKit.git"
}
],
"manifest_display_name" : "BQ25703A",
"name" : "BQ25703A",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "11.0"
}
],
"products" : [
{
"name" : "BQ25703A",
"targets" : [
"BQ25703A"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "Tester",
"targets" : [
"Tester"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "Tester",
"module_type" : "SwiftTarget",
"name" : "Tester",
"path" : "Sources/Tester",
"product_dependencies" : [
"SwiftTUI",
"PeripheryKit"
],
"product_memberships" : [
"Tester"
],
"sources" : [
"Data+Hex.swift",
"main.swift"
],
"target_dependencies" : [
"BQ25703A"
],
"type" : "executable"
},
{
"c99name" : "BQ25703A",
"module_type" : "SwiftTarget",
"name" : "BQ25703A",
"path" : "Sources/BQ25703A",
"product_dependencies" : [
"MMIO"
],
"product_memberships" : [
"BQ25703A",
"Tester"
],
"sources" : [
"ADCIBAT.swift",
"ADCIINCMPIN.swift",
"ADCOption.swift",
"ADCVBUS_PSYS.swift",
"ADCVSYSVBAT.swift",
"ChargeOption0.swift",
"ChargeOption1.swift",
"ChargeOption2.swift",
"ChargeOption3.swift",
"ChargerCurrent.swift",
"ChargerStatus.swift",
"DeviceID.swift",
"IIN_DPM.swift",
"IIN_HOST.swift",
"InputVoltage.swift",
"MMIO+Projectable.swift",
"ManufacturerID.swift",
"MaxChargeVoltage.swift",
"MinSystemVoltage.swift",
"OTGCurrent.swift",
"OTGVoltage.swift",
"ProchotOption0.swift",
"ProchotOption1.swift",
"ProchotStatus.swift"
],
"type" : "library"
}
],
"tools_version" : "5.9"
}
Command line invocation:
/Applications/Xcode-16.1.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
User defaults from command line:
IDEClonedSourcePackagesDirPathOverride = /Users/admin/builder/spi-builder-workspace/.dependencies
IDEPackageSupportUseBuiltinSCM = YES
Resolve Package Graph
Fetching from https://github.com/rensbreur/SwiftTUI.git
Fetching from https://github.com/CmST0us/PeripheryKit.git
Fetching from https://github.com/apple/swift-mmio.git
Fetching from https://github.com/apple/swift-syntax.git
Creating working copy of package ‘swift-syntax’
Checking out 509.1.1 of package ‘swift-syntax’
Creating working copy of package ‘SwiftTUI’
Checking out main (5371330) of package ‘SwiftTUI’
Creating working copy of package ‘PeripheryKit’
Checking out main (a02676d) of package ‘PeripheryKit’
Creating working copy of package ‘swift-mmio’
Checking out 0.0.2 of package ‘swift-mmio’
product 'PeripheryKit' required by package 'spi-builder-workspace' target 'Tester' not found in package 'PeripheryKit'. Did you mean '.product(name: "PeripheryKit", package: "peripherykit")'?Resolve Package Graph
product 'PeripheryKit' required by package 'spi-builder-workspace' target 'Tester' not found in package 'PeripheryKit'. Did you mean '.product(name: "PeripheryKit", package: "peripherykit")'?
Resolved source packages:
spi-builder-workspace: (null)
2024-11-30 16:31:58.607 xcodebuild[528:2889] Writing error result bundle to /var/folders/fs/0w3t9t1d28xc3bj0tgb8hcrw0000gn/T/ResultBundle_2024-30-11_16-31-0058.xcresult
xcodebuild: error: Could not resolve package dependencies:
product 'PeripheryKit' required by package 'spi-builder-workspace' target 'Tester' not found in package 'PeripheryKit'. Did you mean '.product(name: "PeripheryKit", package: "peripherykit")'?
GENERIC FAILURE 6.0 visionOS