The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Failed to build coreml-stable-diffusion-swift, reference 1.0.0 (d00632), with Swift 5.10 for watchOS using Xcode 15.4 on 22 Aug 2024 07:21:58 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme coreml-stable-diffusion-swift -destination generic/platform=watchOS

Build Log

    ) throws -> [[String: MLShapedArray<Float32>]] {
                          ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/ControlNet.swift:64:10: note: add @available attribute to enclosing instance method
    func execute(
         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/ControlNet.swift:9:15: note: add @available attribute to enclosing struct
public struct ControlNet: ResourceManaging {
              ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/ControlNet.swift:120:89: error: 'MLShapedArray' is only available in watchOS 8.0 or newer
    private func initOutputs(batch: Int, shapes: [String: MLFeatureValue]) -> [[String: MLShapedArray<Float32>]] {
                                                                                        ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/ControlNet.swift:120:18: note: add @available attribute to enclosing instance method
    private func initOutputs(batch: Int, shapes: [String: MLFeatureValue]) -> [[String: MLShapedArray<Float32>]] {
                 ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/ControlNet.swift:9:15: note: add @available attribute to enclosing struct
public struct ControlNet: ResourceManaging {
              ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/DPMSolverMultistepScheduler.swift:49:44: error: 'MLShapedArray' is only available in watchOS 8.0 or newer
    public private(set) var modelOutputs: [MLShapedArray<Float32>] = []
                                           ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/DPMSolverMultistepScheduler.swift:27:20: note: add @available attribute to enclosing class
public final class DPMSolverMultistepScheduler: Scheduler {
                   ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/DPMSolverMultistepScheduler.swift:135:42: error: 'MLShapedArray' is only available in watchOS 8.0 or newer
    func convertModelOutput(modelOutput: MLShapedArray<Float32>, timestep: Int, sample: MLShapedArray<Float32>) -> MLShapedArray<Float32> {
                                         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/DPMSolverMultistepScheduler.swift:135:10: note: add @available attribute to enclosing instance method
    func convertModelOutput(modelOutput: MLShapedArray<Float32>, timestep: Int, sample: MLShapedArray<Float32>) -> MLShapedArray<Float32> {
         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/DPMSolverMultistepScheduler.swift:27:20: note: add @available attribute to enclosing class
public final class DPMSolverMultistepScheduler: Scheduler {
                   ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/DPMSolverMultistepScheduler.swift:135:89: error: 'MLShapedArray' is only available in watchOS 8.0 or newer
    func convertModelOutput(modelOutput: MLShapedArray<Float32>, timestep: Int, sample: MLShapedArray<Float32>) -> MLShapedArray<Float32> {
                                                                                        ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/DPMSolverMultistepScheduler.swift:135:10: note: add @available attribute to enclosing instance method
    func convertModelOutput(modelOutput: MLShapedArray<Float32>, timestep: Int, sample: MLShapedArray<Float32>) -> MLShapedArray<Float32> {
         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/DPMSolverMultistepScheduler.swift:27:20: note: add @available attribute to enclosing class
public final class DPMSolverMultistepScheduler: Scheduler {
                   ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/DPMSolverMultistepScheduler.swift:135:116: error: 'MLShapedArray' is only available in watchOS 8.0 or newer
    func convertModelOutput(modelOutput: MLShapedArray<Float32>, timestep: Int, sample: MLShapedArray<Float32>) -> MLShapedArray<Float32> {
                                                                                                                   ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/DPMSolverMultistepScheduler.swift:135:10: note: add @available attribute to enclosing instance method
    func convertModelOutput(modelOutput: MLShapedArray<Float32>, timestep: Int, sample: MLShapedArray<Float32>) -> MLShapedArray<Float32> {
         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/DPMSolverMultistepScheduler.swift:27:20: note: add @available attribute to enclosing class
public final class DPMSolverMultistepScheduler: Scheduler {
                   ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/DPMSolverMultistepScheduler.swift:157:22: error: 'MLShapedArray' is only available in watchOS 8.0 or newer
        modelOutput: MLShapedArray<Float32>,
                     ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/DPMSolverMultistepScheduler.swift:156:10: note: add @available attribute to enclosing instance method
    func firstOrderUpdate(
         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/DPMSolverMultistepScheduler.swift:27:20: note: add @available attribute to enclosing class
public final class DPMSolverMultistepScheduler: Scheduler {
                   ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/DPMSolverMultistepScheduler.swift:160:17: error: 'MLShapedArray' is only available in watchOS 8.0 or newer
        sample: MLShapedArray<Float32>
                ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/DPMSolverMultistepScheduler.swift:156:10: note: add @available attribute to enclosing instance method
    func firstOrderUpdate(
         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/DPMSolverMultistepScheduler.swift:27:20: note: add @available attribute to enclosing class
public final class DPMSolverMultistepScheduler: Scheduler {
                   ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/DPMSolverMultistepScheduler.swift:161:10: error: 'MLShapedArray' is only available in watchOS 8.0 or newer
    ) -> MLShapedArray<Float32> {
         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/DPMSolverMultistepScheduler.swift:156:10: note: add @available attribute to enclosing instance method
    func firstOrderUpdate(
         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/DPMSolverMultistepScheduler.swift:27:20: note: add @available attribute to enclosing class
public final class DPMSolverMultistepScheduler: Scheduler {
                   ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/DPMSolverMultistepScheduler.swift:179:24: error: 'MLShapedArray' is only available in watchOS 8.0 or newer
        modelOutputs: [MLShapedArray<Float32>],
                       ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/DPMSolverMultistepScheduler.swift:178:10: note: add @available attribute to enclosing instance method
    func secondOrderUpdate(
         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/DPMSolverMultistepScheduler.swift:27:20: note: add @available attribute to enclosing class
public final class DPMSolverMultistepScheduler: Scheduler {
                   ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/DPMSolverMultistepScheduler.swift:182:17: error: 'MLShapedArray' is only available in watchOS 8.0 or newer
        sample: MLShapedArray<Float32>
                ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/DPMSolverMultistepScheduler.swift:178:10: note: add @available attribute to enclosing instance method
    func secondOrderUpdate(
         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/DPMSolverMultistepScheduler.swift:27:20: note: add @available attribute to enclosing class
public final class DPMSolverMultistepScheduler: Scheduler {
                   ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/DPMSolverMultistepScheduler.swift:183:10: error: 'MLShapedArray' is only available in watchOS 8.0 or newer
    ) -> MLShapedArray<Float32> {
         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/DPMSolverMultistepScheduler.swift:178:10: note: add @available attribute to enclosing instance method
    func secondOrderUpdate(
         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/DPMSolverMultistepScheduler.swift:27:20: note: add @available attribute to enclosing class
public final class DPMSolverMultistepScheduler: Scheduler {
                   ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/DPMSolverMultistepScheduler.swift:216:30: error: 'MLShapedArray' is only available in watchOS 8.0 or newer
    public func step(output: MLShapedArray<Float32>, timeStep t: Int, sample: MLShapedArray<Float32>) -> MLShapedArray<Float32> {
                             ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/DPMSolverMultistepScheduler.swift:216:17: note: add @available attribute to enclosing instance method
    public func step(output: MLShapedArray<Float32>, timeStep t: Int, sample: MLShapedArray<Float32>) -> MLShapedArray<Float32> {
                ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/DPMSolverMultistepScheduler.swift:27:20: note: add @available attribute to enclosing class
public final class DPMSolverMultistepScheduler: Scheduler {
                   ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/DPMSolverMultistepScheduler.swift:216:79: error: 'MLShapedArray' is only available in watchOS 8.0 or newer
    public func step(output: MLShapedArray<Float32>, timeStep t: Int, sample: MLShapedArray<Float32>) -> MLShapedArray<Float32> {
                                                                              ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/DPMSolverMultistepScheduler.swift:216:17: note: add @available attribute to enclosing instance method
    public func step(output: MLShapedArray<Float32>, timeStep t: Int, sample: MLShapedArray<Float32>) -> MLShapedArray<Float32> {
                ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/DPMSolverMultistepScheduler.swift:27:20: note: add @available attribute to enclosing class
public final class DPMSolverMultistepScheduler: Scheduler {
                   ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/DPMSolverMultistepScheduler.swift:216:106: error: 'MLShapedArray' is only available in watchOS 8.0 or newer
    public func step(output: MLShapedArray<Float32>, timeStep t: Int, sample: MLShapedArray<Float32>) -> MLShapedArray<Float32> {
                                                                                                         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/DPMSolverMultistepScheduler.swift:216:17: note: add @available attribute to enclosing instance method
    public func step(output: MLShapedArray<Float32>, timeStep t: Int, sample: MLShapedArray<Float32>) -> MLShapedArray<Float32> {
                ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/DPMSolverMultistepScheduler.swift:27:20: note: add @available attribute to enclosing class
public final class DPMSolverMultistepScheduler: Scheduler {
                   ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/Decoder.swift:41:21: error: 'MLShapedArray' is only available in watchOS 8.0 or newer
        _ latents: [MLShapedArray<Float32>],
                    ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/Decoder.swift:40:17: note: add @available attribute to enclosing instance method
    public func decode(
                ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/Decoder.swift:9:15: note: add @available attribute to enclosing struct
public struct Decoder: ResourceManaging {
              ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/Encoder.swift:52:17: error: 'MLShapedArray' is only available in watchOS 8.0 or newer
    ) throws -> MLShapedArray<Float32> {
                ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/Encoder.swift:48:17: note: add @available attribute to enclosing instance method
    public func encode(
                ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/Encoder.swift:9:15: note: add @available attribute to enclosing struct
public struct Encoder: ResourceManaging {
              ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/NumPyRandomSource.swift:115:97: error: 'MLShapedArray' is only available in watchOS 8.0 or newer
    mutating func normalShapedArray(_ shape: [Int], mean: Double = 0.0, stdev: Double = 1.0) -> MLShapedArray<Double> {
                                                                                                ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/NumPyRandomSource.swift:115:19: note: add @available attribute to enclosing instance method
    mutating func normalShapedArray(_ shape: [Int], mean: Double = 0.0, stdev: Double = 1.0) -> MLShapedArray<Double> {
                  ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/NumPyRandomSource.swift:13:8: note: add @available attribute to enclosing struct
struct NumPyRandomSource: RandomNumberGenerator, RandomSource {
       ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/NvRandomSource.swift:87:95: error: 'MLShapedArray' is only available in watchOS 8.0 or newer
  mutating func normalShapedArray(_ shape: [Int], mean: Double = 0.0, stdev: Double = 1.0) -> MLShapedArray<Double> {
                                                                                              ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/NvRandomSource.swift:87:17: note: add @available attribute to enclosing instance method
  mutating func normalShapedArray(_ shape: [Int], mean: Double = 0.0, stdev: Double = 1.0) -> MLShapedArray<Double> {
                ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/NvRandomSource.swift:10:8: note: add @available attribute to enclosing struct
struct NvRandomSource: RandomSource {
       ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/RandomSource.swift:7:85: error: 'MLShapedArray' is only available in watchOS 8.0 or newer
    mutating func normalShapedArray(_ shape: [Int], mean: Double, stdev: Double) -> MLShapedArray<Double>
                                                                                    ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/RandomSource.swift:7:19: note: add @available attribute to enclosing instance method
    mutating func normalShapedArray(_ shape: [Int], mean: Double, stdev: Double) -> MLShapedArray<Double>
                  ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/RandomSource.swift:4:17: note: add @available attribute to enclosing protocol
public protocol RandomSource {
                ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/SafetyChecker.swift:35:40: error: 'PixelBuffer' is only available in watchOS 9.0 or newer
    typealias PixelBufferPFx1 = vImage.PixelBuffer<vImage.PlanarF>
                                       ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/SafetyChecker.swift:35:15: note: add @available attribute to enclosing type alias
    typealias PixelBufferPFx1 = vImage.PixelBuffer<vImage.PlanarF>
              ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/SafetyChecker.swift:10:15: note: add @available attribute to enclosing struct
public struct SafetyChecker: ResourceManaging {
              ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/SafetyChecker.swift:36:40: error: 'PixelBuffer' is only available in watchOS 9.0 or newer
    typealias PixelBufferP8x1 = vImage.PixelBuffer<vImage.Planar8>
                                       ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/SafetyChecker.swift:36:15: note: add @available attribute to enclosing type alias
    typealias PixelBufferP8x1 = vImage.PixelBuffer<vImage.Planar8>
              ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/SafetyChecker.swift:10:15: note: add @available attribute to enclosing struct
public struct SafetyChecker: ResourceManaging {
              ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/SafetyChecker.swift:37:40: error: 'PixelBuffer' is only available in watchOS 9.0 or newer
    typealias PixelBufferPFx3 = vImage.PixelBuffer<vImage.PlanarFx3>
                                       ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/SafetyChecker.swift:37:15: note: add @available attribute to enclosing type alias
    typealias PixelBufferPFx3 = vImage.PixelBuffer<vImage.PlanarFx3>
              ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/SafetyChecker.swift:10:15: note: add @available attribute to enclosing struct
public struct SafetyChecker: ResourceManaging {
              ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/SafetyChecker.swift:38:40: error: 'PixelBuffer' is only available in watchOS 9.0 or newer
    typealias PixelBufferP8x3 = vImage.PixelBuffer<vImage.Planar8x3>
                                       ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/SafetyChecker.swift:38:15: note: add @available attribute to enclosing type alias
    typealias PixelBufferP8x3 = vImage.PixelBuffer<vImage.Planar8x3>
              ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/SafetyChecker.swift:10:15: note: add @available attribute to enclosing struct
public struct SafetyChecker: ResourceManaging {
              ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/SafetyChecker.swift:39:40: error: 'PixelBuffer' is only available in watchOS 9.0 or newer
    typealias PixelBufferIFx3 = vImage.PixelBuffer<vImage.InterleavedFx3>
                                       ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/SafetyChecker.swift:39:15: note: add @available attribute to enclosing type alias
    typealias PixelBufferIFx3 = vImage.PixelBuffer<vImage.InterleavedFx3>
              ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/SafetyChecker.swift:10:15: note: add @available attribute to enclosing struct
public struct SafetyChecker: ResourceManaging {
              ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/SafetyChecker.swift:40:40: error: 'PixelBuffer' is only available in watchOS 9.0 or newer
    typealias PixelBufferI8x3 = vImage.PixelBuffer<vImage.Interleaved8x3>
                                       ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/SafetyChecker.swift:40:15: note: add @available attribute to enclosing type alias
    typealias PixelBufferI8x3 = vImage.PixelBuffer<vImage.Interleaved8x3>
              ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/SafetyChecker.swift:10:15: note: add @available attribute to enclosing struct
public struct SafetyChecker: ResourceManaging {
              ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/SafetyChecker.swift:41:40: error: 'PixelBuffer' is only available in watchOS 9.0 or newer
    typealias PixelBufferI8x4 = vImage.PixelBuffer<vImage.Interleaved8x4>
                                       ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/SafetyChecker.swift:41:15: note: add @available attribute to enclosing type alias
    typealias PixelBufferI8x4 = vImage.PixelBuffer<vImage.Interleaved8x4>
              ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/SafetyChecker.swift:10:15: note: add @available attribute to enclosing struct
public struct SafetyChecker: ResourceManaging {
              ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/SafetyChecker.swift:141:72: error: 'MLShapedArray' is only available in watchOS 8.0 or newer
    func normalizeToFloatShapedArray(_ bufferP8x3: PixelBufferP8x3) -> MLShapedArray<Float32> {
                                                                       ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/SafetyChecker.swift:141:10: note: add @available attribute to enclosing instance method
    func normalizeToFloatShapedArray(_ bufferP8x3: PixelBufferP8x3) -> MLShapedArray<Float32> {
         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/SafetyChecker.swift:10:15: note: add @available attribute to enclosing struct
public struct SafetyChecker: ResourceManaging {
              ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/Scheduler.swift:34:24: error: 'MLShapedArray' is only available in watchOS 8.0 or newer
    var modelOutputs: [MLShapedArray<Float32>] { get }
                       ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/Scheduler.swift:34:9: note: add @available attribute to enclosing property
    var modelOutputs: [MLShapedArray<Float32>] { get }
        ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/Scheduler.swift:8:17: note: add @available attribute to enclosing protocol
public protocol Scheduler {
                ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/Scheduler.swift:46:17: error: 'MLShapedArray' is only available in watchOS 8.0 or newer
        output: MLShapedArray<Float32>,
                ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/Scheduler.swift:45:10: note: add @available attribute to enclosing instance method
    func step(
         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/Scheduler.swift:8:17: note: add @available attribute to enclosing protocol
public protocol Scheduler {
                ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/Scheduler.swift:48:19: error: 'MLShapedArray' is only available in watchOS 8.0 or newer
        sample s: MLShapedArray<Float32>
                  ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/Scheduler.swift:45:10: note: add @available attribute to enclosing instance method
    func step(
         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/Scheduler.swift:8:17: note: add @available attribute to enclosing protocol
public protocol Scheduler {
                ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/Scheduler.swift:49:10: error: 'MLShapedArray' is only available in watchOS 8.0 or newer
    ) -> MLShapedArray<Float32>
         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/Scheduler.swift:45:10: note: add @available attribute to enclosing instance method
    func step(
         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/Scheduler.swift:8:17: note: add @available attribute to enclosing protocol
public protocol Scheduler {
                ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/Scheduler.swift:65:54: error: 'MLShapedArray' is only available in watchOS 8.0 or newer
    func weightedSum(_ weights: [Double], _ values: [MLShapedArray<Float32>]) -> MLShapedArray<Float32> {
                                                     ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/Scheduler.swift:65:10: note: add @available attribute to enclosing instance method
    func weightedSum(_ weights: [Double], _ values: [MLShapedArray<Float32>]) -> MLShapedArray<Float32> {
         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/Scheduler.swift:58:8: note: add @available attribute to enclosing extension
public extension Scheduler {
       ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/Scheduler.swift:65:82: error: 'MLShapedArray' is only available in watchOS 8.0 or newer
    func weightedSum(_ weights: [Double], _ values: [MLShapedArray<Float32>]) -> MLShapedArray<Float32> {
                                                                                 ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/Scheduler.swift:65:10: note: add @available attribute to enclosing instance method
    func weightedSum(_ weights: [Double], _ values: [MLShapedArray<Float32>]) -> MLShapedArray<Float32> {
         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/Scheduler.swift:58:8: note: add @available attribute to enclosing extension
public extension Scheduler {
       ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/Scheduler.swift:84:25: error: 'MLShapedArray' is only available in watchOS 8.0 or newer
        originalSample: MLShapedArray<Float32>,
                        ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/Scheduler.swift:83:10: note: add @available attribute to enclosing instance method
    func addNoise(
         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/Scheduler.swift:58:8: note: add @available attribute to enclosing extension
public extension Scheduler {
       ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/Scheduler.swift:85:17: error: 'MLShapedArray' is only available in watchOS 8.0 or newer
        noise: [MLShapedArray<Float32>],
                ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/Scheduler.swift:83:10: note: add @available attribute to enclosing instance method
    func addNoise(
         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/Scheduler.swift:58:8: note: add @available attribute to enclosing extension
public extension Scheduler {
       ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/Scheduler.swift:87:11: error: 'MLShapedArray' is only available in watchOS 8.0 or newer
    ) -> [MLShapedArray<Float32>] {
          ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/Scheduler.swift:83:10: note: add @available attribute to enclosing instance method
    func addNoise(
         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/Scheduler.swift:58:8: note: add @available attribute to enclosing extension
public extension Scheduler {
       ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/Scheduler.swift:149:44: error: 'MLShapedArray' is only available in watchOS 8.0 or newer
    public private(set) var modelOutputs: [MLShapedArray<Float32>] = []
                                           ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/Scheduler.swift:137:20: note: add @available attribute to enclosing class
public final class PNDMScheduler: Scheduler {
                   ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/Scheduler.swift:153:15: error: 'MLShapedArray' is only available in watchOS 8.0 or newer
    var ets: [MLShapedArray<Float32>]
              ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/Scheduler.swift:137:20: note: add @available attribute to enclosing class
public final class PNDMScheduler: Scheduler {
                   ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/Scheduler.swift:154:24: error: 'MLShapedArray' is only available in watchOS 8.0 or newer
    var currentSample: MLShapedArray<Float32>?
                       ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/Scheduler.swift:137:20: note: add @available attribute to enclosing class
public final class PNDMScheduler: Scheduler {
                   ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/Scheduler.swift:219:17: error: 'MLShapedArray' is only available in watchOS 8.0 or newer
        output: MLShapedArray<Float32>,
                ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/Scheduler.swift:218:17: note: add @available attribute to enclosing instance method
    public func step(
                ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/Scheduler.swift:137:20: note: add @available attribute to enclosing class
public final class PNDMScheduler: Scheduler {
                   ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/Scheduler.swift:221:19: error: 'MLShapedArray' is only available in watchOS 8.0 or newer
        sample s: MLShapedArray<Float32>
                  ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/Scheduler.swift:218:17: note: add @available attribute to enclosing instance method
    public func step(
                ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/Scheduler.swift:137:20: note: add @available attribute to enclosing class
public final class PNDMScheduler: Scheduler {
                   ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/Scheduler.swift:222:10: error: 'MLShapedArray' is only available in watchOS 8.0 or newer
    ) -> MLShapedArray<Float32> {
         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/Scheduler.swift:218:17: note: add @available attribute to enclosing instance method
    public func step(
                ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/Scheduler.swift:137:20: note: add @available attribute to enclosing class
public final class PNDMScheduler: Scheduler {
                   ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/Scheduler.swift:277:42: error: 'MLShapedArray' is only available in watchOS 8.0 or newer
    func convertModelOutput(modelOutput: MLShapedArray<Float32>, timestep: Int, sample: MLShapedArray<Float32>) -> MLShapedArray<Float32> {
                                         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/Scheduler.swift:277:10: note: add @available attribute to enclosing instance method
    func convertModelOutput(modelOutput: MLShapedArray<Float32>, timestep: Int, sample: MLShapedArray<Float32>) -> MLShapedArray<Float32> {
         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/Scheduler.swift:137:20: note: add @available attribute to enclosing class
public final class PNDMScheduler: Scheduler {
                   ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/Scheduler.swift:277:89: error: 'MLShapedArray' is only available in watchOS 8.0 or newer
    func convertModelOutput(modelOutput: MLShapedArray<Float32>, timestep: Int, sample: MLShapedArray<Float32>) -> MLShapedArray<Float32> {
                                                                                        ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/Scheduler.swift:277:10: note: add @available attribute to enclosing instance method
    func convertModelOutput(modelOutput: MLShapedArray<Float32>, timestep: Int, sample: MLShapedArray<Float32>) -> MLShapedArray<Float32> {
         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/Scheduler.swift:137:20: note: add @available attribute to enclosing class
public final class PNDMScheduler: Scheduler {
                   ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/Scheduler.swift:277:116: error: 'MLShapedArray' is only available in watchOS 8.0 or newer
    func convertModelOutput(modelOutput: MLShapedArray<Float32>, timestep: Int, sample: MLShapedArray<Float32>) -> MLShapedArray<Float32> {
                                                                                                                   ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/Scheduler.swift:277:10: note: add @available attribute to enclosing instance method
    func convertModelOutput(modelOutput: MLShapedArray<Float32>, timestep: Int, sample: MLShapedArray<Float32>) -> MLShapedArray<Float32> {
         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/Scheduler.swift:137:20: note: add @available attribute to enclosing class
public final class PNDMScheduler: Scheduler {
                   ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/Scheduler.swift:303:19: error: 'MLShapedArray' is only available in watchOS 8.0 or newer
        _ sample: MLShapedArray<Float32>,
                  ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/Scheduler.swift:302:10: note: add @available attribute to enclosing instance method
    func previousSample(
         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/Scheduler.swift:137:20: note: add @available attribute to enclosing class
public final class PNDMScheduler: Scheduler {
                   ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/Scheduler.swift:306:24: error: 'MLShapedArray' is only available in watchOS 8.0 or newer
        _ modelOutput: MLShapedArray<Float32>
                       ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/Scheduler.swift:302:10: note: add @available attribute to enclosing instance method
    func previousSample(
         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/Scheduler.swift:137:20: note: add @available attribute to enclosing class
public final class PNDMScheduler: Scheduler {
                   ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/Scheduler.swift:307:11: error: 'MLShapedArray' is only available in watchOS 8.0 or newer
    ) ->  MLShapedArray<Float32> {
          ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/Scheduler.swift:302:10: note: add @available attribute to enclosing instance method
    func previousSample(
         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/Scheduler.swift:137:20: note: add @available attribute to enclosing class
public final class PNDMScheduler: Scheduler {
                   ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/StableDiffusionPipeline.swift:45:21: error: 'MLShapedArray' is only available in watchOS 8.0 or newer
        _ latents: [MLShapedArray<Float32>],
                    ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/StableDiffusionPipeline.swift:44:10: note: add @available attribute to enclosing instance method
    func decodeToImages(
         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/StableDiffusionPipeline.swift:36:17: note: add @available attribute to enclosing protocol
public protocol StableDiffusionPipelineProtocol: ResourceManaging {
                ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/StableDiffusionPipeline.swift:322:102: error: 'MLShapedArray' is only available in watchOS 8.0 or newer
    func generateLatentSamples(configuration config: Configuration, scheduler: Scheduler) throws -> [MLShapedArray<Float32>] {
                                                                                                     ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/StableDiffusionPipeline.swift:322:10: note: add @available attribute to enclosing instance method
    func generateLatentSamples(configuration config: Configuration, scheduler: Scheduler) throws -> [MLShapedArray<Float32>] {
         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/StableDiffusionPipeline.swift:60:15: note: add @available attribute to enclosing struct
public struct StableDiffusionPipeline: StableDiffusionPipelineProtocol {
              ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/StableDiffusionPipeline.swift:342:44: error: 'MLShapedArray' is only available in watchOS 8.0 or newer
    public func decodeToImages(_ latents: [MLShapedArray<Float32>], configuration config: Configuration) throws -> [CGImage?] {
                                           ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/StableDiffusionPipeline.swift:342:17: note: add @available attribute to enclosing instance method
    public func decodeToImages(_ latents: [MLShapedArray<Float32>], configuration config: Configuration) throws -> [CGImage?] {
                ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/StableDiffusionPipeline.swift:60:15: note: add @available attribute to enclosing struct
public struct StableDiffusionPipeline: StableDiffusionPipelineProtocol {
              ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/StableDiffusionPipeline.swift:379:39: error: 'MLShapedArray' is only available in watchOS 8.0 or newer
    public let currentLatentSamples: [MLShapedArray<Float32>]
                                      ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/StableDiffusionPipeline.swift:374:15: note: add @available attribute to enclosing struct
public struct PipelineProgress {
              ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/StableDiffusionPipeline.swift:410:38: error: 'MLShapedArray' is only available in watchOS 8.0 or newer
    func toHiddenStates(_ embedding: MLShapedArray<Float32>) -> MLShapedArray<Float32> {
                                     ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/StableDiffusionPipeline.swift:410:10: note: add @available attribute to enclosing instance method
    func toHiddenStates(_ embedding: MLShapedArray<Float32>) -> MLShapedArray<Float32> {
         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/StableDiffusionPipeline.swift:398:1: note: add @available attribute to enclosing extension
extension StableDiffusionPipelineProtocol {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/StableDiffusionPipeline.swift:410:65: error: 'MLShapedArray' is only available in watchOS 8.0 or newer
    func toHiddenStates(_ embedding: MLShapedArray<Float32>) -> MLShapedArray<Float32> {
                                                                ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/StableDiffusionPipeline.swift:410:10: note: add @available attribute to enclosing instance method
    func toHiddenStates(_ embedding: MLShapedArray<Float32>) -> MLShapedArray<Float32> {
         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/StableDiffusionPipeline.swift:398:1: note: add @available attribute to enclosing extension
extension StableDiffusionPipelineProtocol {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/StableDiffusionPipeline.swift:426:36: error: 'MLShapedArray' is only available in watchOS 8.0 or newer
    func performGuidance(_ noise: [MLShapedArray<Float32>], _ guidanceScale: Float) -> [MLShapedArray<Float32>] {
                                   ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/StableDiffusionPipeline.swift:426:10: note: add @available attribute to enclosing instance method
    func performGuidance(_ noise: [MLShapedArray<Float32>], _ guidanceScale: Float) -> [MLShapedArray<Float32>] {
         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/StableDiffusionPipeline.swift:398:1: note: add @available attribute to enclosing extension
extension StableDiffusionPipelineProtocol {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/StableDiffusionPipeline.swift:426:89: error: 'MLShapedArray' is only available in watchOS 8.0 or newer
    func performGuidance(_ noise: [MLShapedArray<Float32>], _ guidanceScale: Float) -> [MLShapedArray<Float32>] {
                                                                                        ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/StableDiffusionPipeline.swift:426:10: note: add @available attribute to enclosing instance method
    func performGuidance(_ noise: [MLShapedArray<Float32>], _ guidanceScale: Float) -> [MLShapedArray<Float32>] {
         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/StableDiffusionPipeline.swift:398:1: note: add @available attribute to enclosing extension
extension StableDiffusionPipelineProtocol {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/StableDiffusionPipeline.swift:430:35: error: 'MLShapedArray' is only available in watchOS 8.0 or newer
    func performGuidance(_ noise: MLShapedArray<Float32>, _ guidanceScale: Float) -> MLShapedArray<Float32> {
                                  ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/StableDiffusionPipeline.swift:430:10: note: add @available attribute to enclosing instance method
    func performGuidance(_ noise: MLShapedArray<Float32>, _ guidanceScale: Float) -> MLShapedArray<Float32> {
         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/StableDiffusionPipeline.swift:398:1: note: add @available attribute to enclosing extension
extension StableDiffusionPipelineProtocol {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/StableDiffusionPipeline.swift:430:86: error: 'MLShapedArray' is only available in watchOS 8.0 or newer
    func performGuidance(_ noise: MLShapedArray<Float32>, _ guidanceScale: Float) -> MLShapedArray<Float32> {
                                                                                     ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/StableDiffusionPipeline.swift:430:10: note: add @available attribute to enclosing instance method
    func performGuidance(_ noise: MLShapedArray<Float32>, _ guidanceScale: Float) -> MLShapedArray<Float32> {
         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/StableDiffusionPipeline.swift:398:1: note: add @available attribute to enclosing extension
extension StableDiffusionPipelineProtocol {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/StableDiffusionXLPipeline.swift:284:78: error: 'MLShapedArray' is only available in watchOS 8.0 or newer
    func encodePrompt(_ prompt: String, forRefiner: Bool = false) throws -> (MLShapedArray<Float32>, MLShapedArray<Float32>) {
                                                                             ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/StableDiffusionXLPipeline.swift:284:10: note: add @available attribute to enclosing instance method
    func encodePrompt(_ prompt: String, forRefiner: Bool = false) throws -> (MLShapedArray<Float32>, MLShapedArray<Float32>) {
         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/StableDiffusionXLPipeline.swift:16:15: note: add @available attribute to enclosing struct
public struct StableDiffusionXLPipeline: StableDiffusionPipelineProtocol {
              ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/StableDiffusionXLPipeline.swift:284:102: error: 'MLShapedArray' is only available in watchOS 8.0 or newer
    func encodePrompt(_ prompt: String, forRefiner: Bool = false) throws -> (MLShapedArray<Float32>, MLShapedArray<Float32>) {
                                                                                                     ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/StableDiffusionXLPipeline.swift:284:10: note: add @available attribute to enclosing instance method
    func encodePrompt(_ prompt: String, forRefiner: Bool = false) throws -> (MLShapedArray<Float32>, MLShapedArray<Float32>) {
         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/StableDiffusionXLPipeline.swift:16:15: note: add @available attribute to enclosing struct
public struct StableDiffusionXLPipeline: StableDiffusionPipelineProtocol {
              ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/StableDiffusionXLPipeline.swift:364:102: error: 'MLShapedArray' is only available in watchOS 8.0 or newer
    func generateLatentSamples(configuration config: Configuration, scheduler: Scheduler) throws -> [MLShapedArray<Float32>] {
                                                                                                     ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/StableDiffusionXLPipeline.swift:364:10: note: add @available attribute to enclosing instance method
    func generateLatentSamples(configuration config: Configuration, scheduler: Scheduler) throws -> [MLShapedArray<Float32>] {
         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/StableDiffusionXLPipeline.swift:16:15: note: add @available attribute to enclosing struct
public struct StableDiffusionXLPipeline: StableDiffusionPipelineProtocol {
              ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/StableDiffusionXLPipeline.swift:384:44: error: 'MLShapedArray' is only available in watchOS 8.0 or newer
    public func decodeToImages(_ latents: [MLShapedArray<Float32>], configuration config: Configuration) throws -> [CGImage?] {
                                           ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/StableDiffusionXLPipeline.swift:384:17: note: add @available attribute to enclosing instance method
    public func decodeToImages(_ latents: [MLShapedArray<Float32>], configuration config: Configuration) throws -> [CGImage?] {
                ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/StableDiffusionXLPipeline.swift:16:15: note: add @available attribute to enclosing struct
public struct StableDiffusionXLPipeline: StableDiffusionPipelineProtocol {
              ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/StableDiffusionXLPipeline.swift:395:27: error: 'MLShapedArray' is only available in watchOS 8.0 or newer
        var hiddenStates: MLShapedArray<Float32>
                          ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/StableDiffusionXLPipeline.swift:394:12: note: add @available attribute to enclosing struct
    struct ModelInputs {
           ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/StableDiffusionXLPipeline.swift:396:27: error: 'MLShapedArray' is only available in watchOS 8.0 or newer
        var pooledStates: MLShapedArray<Float32>
                          ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/StableDiffusionXLPipeline.swift:394:12: note: add @available attribute to enclosing struct
    struct ModelInputs {
           ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/StableDiffusionXLPipeline.swift:397:35: error: 'MLShapedArray' is only available in watchOS 8.0 or newer
        var geometryConditioning: MLShapedArray<Float32>
                                  ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/StableDiffusionXLPipeline.swift:394:12: note: add @available attribute to enclosing struct
    struct ModelInputs {
           ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/TextEncoder.swift:10:43: error: 'MLShapedArray' is only available in watchOS 8.0 or newer
    func encode(_ text: String) throws -> MLShapedArray<Float32>
                                          ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/TextEncoder.swift:10:10: note: add @available attribute to enclosing instance method
    func encode(_ text: String) throws -> MLShapedArray<Float32>
         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/TextEncoder.swift:8:17: note: add @available attribute to enclosing protocol
public protocol TextEncoderModel: ResourceManaging {
                ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/TextEncoder.swift:52:50: error: 'MLShapedArray' is only available in watchOS 8.0 or newer
    public func encode(_ text: String) throws -> MLShapedArray<Float32> {
                                                 ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/TextEncoder.swift:52:17: note: add @available attribute to enclosing instance method
    public func encode(_ text: String) throws -> MLShapedArray<Float32> {
                ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/TextEncoder.swift:15:15: note: add @available attribute to enclosing struct
public struct TextEncoder: TextEncoderModel {
              ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/TextEncoder.swift:75:39: error: 'MLShapedArray' is only available in watchOS 8.0 or newer
    func encode(ids: [Int]) throws -> MLShapedArray<Float32> {
                                      ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/TextEncoder.swift:75:10: note: add @available attribute to enclosing instance method
    func encode(ids: [Int]) throws -> MLShapedArray<Float32> {
         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/TextEncoder.swift:15:15: note: add @available attribute to enclosing struct
public struct TextEncoder: TextEncoderModel {
              ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/TextEncoderXL.swift:9:56: error: 'MLShapedArray' is only available in watchOS 8.0 or newer
    typealias TextEncoderXLOutput = (hiddenEmbeddings: MLShapedArray<Float32>, pooledOutputs: MLShapedArray<Float32>)
                                                       ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/TextEncoderXL.swift:9:15: note: add @available attribute to enclosing type alias
    typealias TextEncoderXLOutput = (hiddenEmbeddings: MLShapedArray<Float32>, pooledOutputs: MLShapedArray<Float32>)
              ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/TextEncoderXL.swift:8:17: note: add @available attribute to enclosing protocol
public protocol TextEncoderXLModel: ResourceManaging {
                ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/TextEncoderXL.swift:9:95: error: 'MLShapedArray' is only available in watchOS 8.0 or newer
    typealias TextEncoderXLOutput = (hiddenEmbeddings: MLShapedArray<Float32>, pooledOutputs: MLShapedArray<Float32>)
                                                                                              ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/TextEncoderXL.swift:9:15: note: add @available attribute to enclosing type alias
    typealias TextEncoderXLOutput = (hiddenEmbeddings: MLShapedArray<Float32>, pooledOutputs: MLShapedArray<Float32>)
              ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/TextEncoderXL.swift:8:17: note: add @available attribute to enclosing protocol
public protocol TextEncoderXLModel: ResourceManaging {
                ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/TorchRandomSource.swift:153:95: error: 'MLShapedArray' is only available in watchOS 8.0 or newer
  mutating func normalShapedArray(_ shape: [Int], mean: Double = 0.0, stdev: Double = 1.0) -> MLShapedArray<Double> {
                                                                                              ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/TorchRandomSource.swift:153:17: note: add @available attribute to enclosing instance method
  mutating func normalShapedArray(_ shape: [Int], mean: Double = 0.0, stdev: Double = 1.0) -> MLShapedArray<Double> {
                ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/TorchRandomSource.swift:16:8: note: add @available attribute to enclosing struct
struct TorchRandomSource: RandomNumberGenerator, RandomSource {
       ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/Unet.swift:91:19: error: 'MLShapedArray' is only available in watchOS 8.0 or newer
        latents: [MLShapedArray<Float32>],
                  ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/Unet.swift:90:10: note: add @available attribute to enclosing instance method
    func predictNoise(
         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/Unet.swift:9:15: note: add @available attribute to enclosing struct
public struct Unet: ResourceManaging {
              ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/Unet.swift:93:23: error: 'MLShapedArray' is only available in watchOS 8.0 or newer
        hiddenStates: MLShapedArray<Float32>,
                      ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/Unet.swift:90:10: note: add @available attribute to enclosing instance method
    func predictNoise(
         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/Unet.swift:9:15: note: add @available attribute to enclosing struct
public struct Unet: ResourceManaging {
              ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/Unet.swift:94:40: error: 'MLShapedArray' is only available in watchOS 8.0 or newer
        additionalResiduals: [[String: MLShapedArray<Float32>]]? = nil
                                       ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/Unet.swift:90:10: note: add @available attribute to enclosing instance method
    func predictNoise(
         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/Unet.swift:9:15: note: add @available attribute to enclosing struct
public struct Unet: ResourceManaging {
              ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/Unet.swift:95:18: error: 'MLShapedArray' is only available in watchOS 8.0 or newer
    ) throws -> [MLShapedArray<Float32>] {
                 ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/Unet.swift:90:10: note: add @available attribute to enclosing instance method
    func predictNoise(
         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/Unet.swift:9:15: note: add @available attribute to enclosing struct
public struct Unet: ResourceManaging {
              ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/Unet.swift:152:19: error: 'MLShapedArray' is only available in watchOS 8.0 or newer
        latents: [MLShapedArray<Float32>],
                  ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/Unet.swift:151:10: note: add @available attribute to enclosing instance method
    func predictNoise(
         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/Unet.swift:9:15: note: add @available attribute to enclosing struct
public struct Unet: ResourceManaging {
              ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/Unet.swift:154:23: error: 'MLShapedArray' is only available in watchOS 8.0 or newer
        hiddenStates: MLShapedArray<Float32>,
                      ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/Unet.swift:151:10: note: add @available attribute to enclosing instance method
    func predictNoise(
         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/Unet.swift:9:15: note: add @available attribute to enclosing struct
public struct Unet: ResourceManaging {
              ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/Unet.swift:155:23: error: 'MLShapedArray' is only available in watchOS 8.0 or newer
        pooledStates: MLShapedArray<Float32>,
                      ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/Unet.swift:151:10: note: add @available attribute to enclosing instance method
    func predictNoise(
         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/Unet.swift:9:15: note: add @available attribute to enclosing struct
public struct Unet: ResourceManaging {
              ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/Unet.swift:156:31: error: 'MLShapedArray' is only available in watchOS 8.0 or newer
        geometryConditioning: MLShapedArray<Float32>
                              ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/Unet.swift:151:10: note: add @available attribute to enclosing instance method
    func predictNoise(
         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/Unet.swift:9:15: note: add @available attribute to enclosing struct
public struct Unet: ResourceManaging {
              ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/Unet.swift:157:18: error: 'MLShapedArray' is only available in watchOS 8.0 or newer
    ) throws -> [MLShapedArray<Float32>] {
                 ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/Unet.swift:151:10: note: add @available attribute to enclosing instance method
    func predictNoise(
         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/Unet.swift:9:15: note: add @available attribute to enclosing struct
public struct Unet: ResourceManaging {
              ^
SwiftEmitModule normal armv7k Emitting\ module\ for\ StableDiffusion (in target 'StableDiffusion' from project 'stable-diffusion')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion
    builtin-swiftTaskExecution -- /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -emit-module -experimental-skip-non-inlinable-function-bodies-without-types /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/CGImage+vImage.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/ControlNet.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/DPMSolverMultistepScheduler.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/Decoder.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/Encoder.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/ManagedMLModel.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/MultilingualTextEncoder.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/NumPyRandomSource.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/NvRandomSource.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/RandomSource.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/ResourceManaging.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/SafetyChecker.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/SampleTimer.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/Scheduler.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/StableDiffusionPipeline+Resources.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/StableDiffusionPipeline.Configuration.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/StableDiffusionPipeline.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/StableDiffusionXL+Resources.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/StableDiffusionXLPipeline.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/TextEncoder.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/TextEncoderXL.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/TorchRandomSource.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/Unet.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/tokenizer/BPETokenizer+Reading.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/tokenizer/BPETokenizer.swift -target armv7k-apple-watchos7.0 -enable-objc-interop -stack-check -sdk /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.5.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.5.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -suppress-warnings -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/stable-diffusion.build/Debug-watchos/StableDiffusion.build/Objects-normal/armv7k/StableDiffusion_const_extract_protocols.json -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion -resource-dir /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos10.5-21T569-607812366920c826b3ec796033b57e80.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/stable-diffusion.build/Debug-watchos/StableDiffusion.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/stable-diffusion.build/Debug-watchos/StableDiffusion.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/stable-diffusion.build/Debug-watchos/StableDiffusion.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/stable-diffusion.build/Debug-watchos/StableDiffusion.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name StableDiffusion -disable-clang-spi -target-sdk-version 10.5 -target-sdk-name watchos10.5 -external-plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.5.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.5.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.5.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.5.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -emit-module-doc-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/stable-diffusion.build/Debug-watchos/StableDiffusion.build/Objects-normal/armv7k/StableDiffusion.swiftdoc -emit-module-source-info-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/stable-diffusion.build/Debug-watchos/StableDiffusion.build/Objects-normal/armv7k/StableDiffusion.swiftsourceinfo -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/stable-diffusion.build/Debug-watchos/StableDiffusion.build/Objects-normal/armv7k/StableDiffusion-Swift.h -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/stable-diffusion.build/Debug-watchos/StableDiffusion.build/Objects-normal/armv7k/StableDiffusion-master-emit-module.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/stable-diffusion.build/Debug-watchos/StableDiffusion.build/Objects-normal/armv7k/StableDiffusion-master-emit-module.d -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/stable-diffusion.build/Debug-watchos/StableDiffusion.build/Objects-normal/armv7k/StableDiffusion.swiftmodule -emit-abi-descriptor-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/stable-diffusion.build/Debug-watchos/StableDiffusion.build/Objects-normal/armv7k/StableDiffusion.abi.json
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/CGImage+vImage.swift:12:40: error: 'PixelBuffer' is only available in watchOS 9.0 or newer
    typealias PixelBufferPFx1 = vImage.PixelBuffer<vImage.PlanarF>
                                       ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/CGImage+vImage.swift:12:15: note: add @available attribute to enclosing type alias
    typealias PixelBufferPFx1 = vImage.PixelBuffer<vImage.PlanarF>
              ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/CGImage+vImage.swift:10:1: note: add @available attribute to enclosing extension
extension CGImage {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/CGImage+vImage.swift:13:40: error: 'PixelBuffer' is only available in watchOS 9.0 or newer
    typealias PixelBufferP8x3 = vImage.PixelBuffer<vImage.Planar8x3>
                                       ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/CGImage+vImage.swift:13:15: note: add @available attribute to enclosing type alias
    typealias PixelBufferP8x3 = vImage.PixelBuffer<vImage.Planar8x3>
              ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/CGImage+vImage.swift:10:1: note: add @available attribute to enclosing extension
extension CGImage {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/CGImage+vImage.swift:14:40: error: 'PixelBuffer' is only available in watchOS 9.0 or newer
    typealias PixelBufferIFx3 = vImage.PixelBuffer<vImage.InterleavedFx3>
                                       ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/CGImage+vImage.swift:14:15: note: add @available attribute to enclosing type alias
    typealias PixelBufferIFx3 = vImage.PixelBuffer<vImage.InterleavedFx3>
              ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/CGImage+vImage.swift:10:1: note: add @available attribute to enclosing extension
extension CGImage {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/CGImage+vImage.swift:15:40: error: 'PixelBuffer' is only available in watchOS 9.0 or newer
    typealias PixelBufferI8x3 = vImage.PixelBuffer<vImage.Interleaved8x3>
                                       ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/CGImage+vImage.swift:15:15: note: add @available attribute to enclosing type alias
    typealias PixelBufferI8x3 = vImage.PixelBuffer<vImage.Interleaved8x3>
              ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/CGImage+vImage.swift:10:1: note: add @available attribute to enclosing extension
extension CGImage {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/CGImage+vImage.swift:23:49: error: 'MLShapedArray' is only available in watchOS 8.0 or newer
    public static func fromShapedArray(_ array: MLShapedArray<Float32>) throws -> CGImage {
                                                ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/CGImage+vImage.swift:23:24: note: add @available attribute to enclosing static method
    public static func fromShapedArray(_ array: MLShapedArray<Float32>) throws -> CGImage {
                       ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/CGImage+vImage.swift:10:1: note: add @available attribute to enclosing extension
extension CGImage {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/CGImage+vImage.swift:68:19: error: 'MLShapedArray' is only available in watchOS 8.0 or newer
        throws -> MLShapedArray<Float32> {
                  ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/CGImage+vImage.swift:67:17: note: add @available attribute to enclosing instance method
    public func planarRGBShapedArray(minValue: Float, maxValue: Float)
                ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/CGImage+vImage.swift:10:1: note: add @available attribute to enclosing extension
extension CGImage {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/CGImage+vImage.swift:138:19: error: 'MLShapedArray' is only available in watchOS 8.0 or newer
        throws -> MLShapedArray<Float32> {
                  ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/CGImage+vImage.swift:137:17: note: add @available attribute to enclosing instance method
    public func toRGBShapedArray(minValue: Float, maxValue: Float)
                ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/CGImage+vImage.swift:10:1: note: add @available attribute to enclosing extension
extension CGImage {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/ControlNet.swift:65:19: error: 'MLShapedArray' is only available in watchOS 8.0 or newer
        latents: [MLShapedArray<Float32>],
                  ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/ControlNet.swift:64:10: note: add @available attribute to enclosing instance method
    func execute(
         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/ControlNet.swift:9:15: note: add @available attribute to enclosing struct
public struct ControlNet: ResourceManaging {
              ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/ControlNet.swift:67:23: error: 'MLShapedArray' is only available in watchOS 8.0 or newer
        hiddenStates: MLShapedArray<Float32>,
                      ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/ControlNet.swift:64:10: note: add @available attribute to enclosing instance method
    func execute(
         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/ControlNet.swift:9:15: note: add @available attribute to enclosing struct
public struct ControlNet: ResourceManaging {
              ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/ControlNet.swift:68:18: error: 'MLShapedArray' is only available in watchOS 8.0 or newer
        images: [MLShapedArray<Float32>]
                 ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/ControlNet.swift:64:10: note: add @available attribute to enclosing instance method
    func execute(
         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/ControlNet.swift:9:15: note: add @available attribute to enclosing struct
public struct ControlNet: ResourceManaging {
              ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/ControlNet.swift:69:27: error: 'MLShapedArray' is only available in watchOS 8.0 or newer
    ) throws -> [[String: MLShapedArray<Float32>]] {
                          ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/ControlNet.swift:64:10: note: add @available attribute to enclosing instance method
    func execute(
         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/ControlNet.swift:9:15: note: add @available attribute to enclosing struct
public struct ControlNet: ResourceManaging {
              ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/ControlNet.swift:120:89: error: 'MLShapedArray' is only available in watchOS 8.0 or newer
    private func initOutputs(batch: Int, shapes: [String: MLFeatureValue]) -> [[String: MLShapedArray<Float32>]] {
                                                                                        ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/ControlNet.swift:120:18: note: add @available attribute to enclosing instance method
    private func initOutputs(batch: Int, shapes: [String: MLFeatureValue]) -> [[String: MLShapedArray<Float32>]] {
                 ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/ControlNet.swift:9:15: note: add @available attribute to enclosing struct
public struct ControlNet: ResourceManaging {
              ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/DPMSolverMultistepScheduler.swift:49:44: error: 'MLShapedArray' is only available in watchOS 8.0 or newer
    public private(set) var modelOutputs: [MLShapedArray<Float32>] = []
                                           ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/DPMSolverMultistepScheduler.swift:27:20: note: add @available attribute to enclosing class
public final class DPMSolverMultistepScheduler: Scheduler {
                   ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/DPMSolverMultistepScheduler.swift:135:42: error: 'MLShapedArray' is only available in watchOS 8.0 or newer
    func convertModelOutput(modelOutput: MLShapedArray<Float32>, timestep: Int, sample: MLShapedArray<Float32>) -> MLShapedArray<Float32> {
                                         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/DPMSolverMultistepScheduler.swift:135:10: note: add @available attribute to enclosing instance method
    func convertModelOutput(modelOutput: MLShapedArray<Float32>, timestep: Int, sample: MLShapedArray<Float32>) -> MLShapedArray<Float32> {
         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/DPMSolverMultistepScheduler.swift:27:20: note: add @available attribute to enclosing class
public final class DPMSolverMultistepScheduler: Scheduler {
                   ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/DPMSolverMultistepScheduler.swift:135:89: error: 'MLShapedArray' is only available in watchOS 8.0 or newer
    func convertModelOutput(modelOutput: MLShapedArray<Float32>, timestep: Int, sample: MLShapedArray<Float32>) -> MLShapedArray<Float32> {
                                                                                        ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/DPMSolverMultistepScheduler.swift:135:10: note: add @available attribute to enclosing instance method
    func convertModelOutput(modelOutput: MLShapedArray<Float32>, timestep: Int, sample: MLShapedArray<Float32>) -> MLShapedArray<Float32> {
         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/DPMSolverMultistepScheduler.swift:27:20: note: add @available attribute to enclosing class
public final class DPMSolverMultistepScheduler: Scheduler {
                   ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/DPMSolverMultistepScheduler.swift:135:116: error: 'MLShapedArray' is only available in watchOS 8.0 or newer
    func convertModelOutput(modelOutput: MLShapedArray<Float32>, timestep: Int, sample: MLShapedArray<Float32>) -> MLShapedArray<Float32> {
                                                                                                                   ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/DPMSolverMultistepScheduler.swift:135:10: note: add @available attribute to enclosing instance method
    func convertModelOutput(modelOutput: MLShapedArray<Float32>, timestep: Int, sample: MLShapedArray<Float32>) -> MLShapedArray<Float32> {
         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/DPMSolverMultistepScheduler.swift:27:20: note: add @available attribute to enclosing class
public final class DPMSolverMultistepScheduler: Scheduler {
                   ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/DPMSolverMultistepScheduler.swift:157:22: error: 'MLShapedArray' is only available in watchOS 8.0 or newer
        modelOutput: MLShapedArray<Float32>,
                     ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/DPMSolverMultistepScheduler.swift:156:10: note: add @available attribute to enclosing instance method
    func firstOrderUpdate(
         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/DPMSolverMultistepScheduler.swift:27:20: note: add @available attribute to enclosing class
public final class DPMSolverMultistepScheduler: Scheduler {
                   ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/DPMSolverMultistepScheduler.swift:160:17: error: 'MLShapedArray' is only available in watchOS 8.0 or newer
        sample: MLShapedArray<Float32>
                ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/DPMSolverMultistepScheduler.swift:156:10: note: add @available attribute to enclosing instance method
    func firstOrderUpdate(
         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/DPMSolverMultistepScheduler.swift:27:20: note: add @available attribute to enclosing class
public final class DPMSolverMultistepScheduler: Scheduler {
                   ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/DPMSolverMultistepScheduler.swift:161:10: error: 'MLShapedArray' is only available in watchOS 8.0 or newer
    ) -> MLShapedArray<Float32> {
         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/DPMSolverMultistepScheduler.swift:156:10: note: add @available attribute to enclosing instance method
    func firstOrderUpdate(
         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/DPMSolverMultistepScheduler.swift:27:20: note: add @available attribute to enclosing class
public final class DPMSolverMultistepScheduler: Scheduler {
                   ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/DPMSolverMultistepScheduler.swift:179:24: error: 'MLShapedArray' is only available in watchOS 8.0 or newer
        modelOutputs: [MLShapedArray<Float32>],
                       ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/DPMSolverMultistepScheduler.swift:178:10: note: add @available attribute to enclosing instance method
    func secondOrderUpdate(
         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/DPMSolverMultistepScheduler.swift:27:20: note: add @available attribute to enclosing class
public final class DPMSolverMultistepScheduler: Scheduler {
                   ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/DPMSolverMultistepScheduler.swift:182:17: error: 'MLShapedArray' is only available in watchOS 8.0 or newer
        sample: MLShapedArray<Float32>
                ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/DPMSolverMultistepScheduler.swift:178:10: note: add @available attribute to enclosing instance method
    func secondOrderUpdate(
         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/DPMSolverMultistepScheduler.swift:27:20: note: add @available attribute to enclosing class
public final class DPMSolverMultistepScheduler: Scheduler {
                   ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/DPMSolverMultistepScheduler.swift:183:10: error: 'MLShapedArray' is only available in watchOS 8.0 or newer
    ) -> MLShapedArray<Float32> {
         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/DPMSolverMultistepScheduler.swift:178:10: note: add @available attribute to enclosing instance method
    func secondOrderUpdate(
         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/DPMSolverMultistepScheduler.swift:27:20: note: add @available attribute to enclosing class
public final class DPMSolverMultistepScheduler: Scheduler {
                   ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/DPMSolverMultistepScheduler.swift:216:30: error: 'MLShapedArray' is only available in watchOS 8.0 or newer
    public func step(output: MLShapedArray<Float32>, timeStep t: Int, sample: MLShapedArray<Float32>) -> MLShapedArray<Float32> {
                             ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/DPMSolverMultistepScheduler.swift:216:17: note: add @available attribute to enclosing instance method
    public func step(output: MLShapedArray<Float32>, timeStep t: Int, sample: MLShapedArray<Float32>) -> MLShapedArray<Float32> {
                ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/DPMSolverMultistepScheduler.swift:27:20: note: add @available attribute to enclosing class
public final class DPMSolverMultistepScheduler: Scheduler {
                   ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/DPMSolverMultistepScheduler.swift:216:79: error: 'MLShapedArray' is only available in watchOS 8.0 or newer
    public func step(output: MLShapedArray<Float32>, timeStep t: Int, sample: MLShapedArray<Float32>) -> MLShapedArray<Float32> {
                                                                              ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/DPMSolverMultistepScheduler.swift:216:17: note: add @available attribute to enclosing instance method
    public func step(output: MLShapedArray<Float32>, timeStep t: Int, sample: MLShapedArray<Float32>) -> MLShapedArray<Float32> {
                ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/DPMSolverMultistepScheduler.swift:27:20: note: add @available attribute to enclosing class
public final class DPMSolverMultistepScheduler: Scheduler {
                   ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/DPMSolverMultistepScheduler.swift:216:106: error: 'MLShapedArray' is only available in watchOS 8.0 or newer
    public func step(output: MLShapedArray<Float32>, timeStep t: Int, sample: MLShapedArray<Float32>) -> MLShapedArray<Float32> {
                                                                                                         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/DPMSolverMultistepScheduler.swift:216:17: note: add @available attribute to enclosing instance method
    public func step(output: MLShapedArray<Float32>, timeStep t: Int, sample: MLShapedArray<Float32>) -> MLShapedArray<Float32> {
                ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/DPMSolverMultistepScheduler.swift:27:20: note: add @available attribute to enclosing class
public final class DPMSolverMultistepScheduler: Scheduler {
                   ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/Decoder.swift:41:21: error: 'MLShapedArray' is only available in watchOS 8.0 or newer
        _ latents: [MLShapedArray<Float32>],
                    ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/Decoder.swift:40:17: note: add @available attribute to enclosing instance method
    public func decode(
                ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/Decoder.swift:9:15: note: add @available attribute to enclosing struct
public struct Decoder: ResourceManaging {
              ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/Encoder.swift:52:17: error: 'MLShapedArray' is only available in watchOS 8.0 or newer
    ) throws -> MLShapedArray<Float32> {
                ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/Encoder.swift:48:17: note: add @available attribute to enclosing instance method
    public func encode(
                ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/Encoder.swift:9:15: note: add @available attribute to enclosing struct
public struct Encoder: ResourceManaging {
              ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/NumPyRandomSource.swift:115:97: error: 'MLShapedArray' is only available in watchOS 8.0 or newer
    mutating func normalShapedArray(_ shape: [Int], mean: Double = 0.0, stdev: Double = 1.0) -> MLShapedArray<Double> {
                                                                                                ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/NumPyRandomSource.swift:115:19: note: add @available attribute to enclosing instance method
    mutating func normalShapedArray(_ shape: [Int], mean: Double = 0.0, stdev: Double = 1.0) -> MLShapedArray<Double> {
                  ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/NumPyRandomSource.swift:13:8: note: add @available attribute to enclosing struct
struct NumPyRandomSource: RandomNumberGenerator, RandomSource {
       ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/NvRandomSource.swift:87:95: error: 'MLShapedArray' is only available in watchOS 8.0 or newer
  mutating func normalShapedArray(_ shape: [Int], mean: Double = 0.0, stdev: Double = 1.0) -> MLShapedArray<Double> {
                                                                                              ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/NvRandomSource.swift:87:17: note: add @available attribute to enclosing instance method
  mutating func normalShapedArray(_ shape: [Int], mean: Double = 0.0, stdev: Double = 1.0) -> MLShapedArray<Double> {
                ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/NvRandomSource.swift:10:8: note: add @available attribute to enclosing struct
struct NvRandomSource: RandomSource {
       ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/RandomSource.swift:7:85: error: 'MLShapedArray' is only available in watchOS 8.0 or newer
    mutating func normalShapedArray(_ shape: [Int], mean: Double, stdev: Double) -> MLShapedArray<Double>
                                                                                    ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/RandomSource.swift:7:19: note: add @available attribute to enclosing instance method
    mutating func normalShapedArray(_ shape: [Int], mean: Double, stdev: Double) -> MLShapedArray<Double>
                  ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/RandomSource.swift:4:17: note: add @available attribute to enclosing protocol
public protocol RandomSource {
                ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/SafetyChecker.swift:35:40: error: 'PixelBuffer' is only available in watchOS 9.0 or newer
    typealias PixelBufferPFx1 = vImage.PixelBuffer<vImage.PlanarF>
                                       ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/SafetyChecker.swift:35:15: note: add @available attribute to enclosing type alias
    typealias PixelBufferPFx1 = vImage.PixelBuffer<vImage.PlanarF>
              ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/SafetyChecker.swift:10:15: note: add @available attribute to enclosing struct
public struct SafetyChecker: ResourceManaging {
              ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/SafetyChecker.swift:36:40: error: 'PixelBuffer' is only available in watchOS 9.0 or newer
    typealias PixelBufferP8x1 = vImage.PixelBuffer<vImage.Planar8>
                                       ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/SafetyChecker.swift:36:15: note: add @available attribute to enclosing type alias
    typealias PixelBufferP8x1 = vImage.PixelBuffer<vImage.Planar8>
              ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/SafetyChecker.swift:10:15: note: add @available attribute to enclosing struct
public struct SafetyChecker: ResourceManaging {
              ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/SafetyChecker.swift:37:40: error: 'PixelBuffer' is only available in watchOS 9.0 or newer
    typealias PixelBufferPFx3 = vImage.PixelBuffer<vImage.PlanarFx3>
                                       ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/SafetyChecker.swift:37:15: note: add @available attribute to enclosing type alias
    typealias PixelBufferPFx3 = vImage.PixelBuffer<vImage.PlanarFx3>
              ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/SafetyChecker.swift:10:15: note: add @available attribute to enclosing struct
public struct SafetyChecker: ResourceManaging {
              ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/SafetyChecker.swift:38:40: error: 'PixelBuffer' is only available in watchOS 9.0 or newer
    typealias PixelBufferP8x3 = vImage.PixelBuffer<vImage.Planar8x3>
                                       ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/SafetyChecker.swift:38:15: note: add @available attribute to enclosing type alias
    typealias PixelBufferP8x3 = vImage.PixelBuffer<vImage.Planar8x3>
              ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/SafetyChecker.swift:10:15: note: add @available attribute to enclosing struct
public struct SafetyChecker: ResourceManaging {
              ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/SafetyChecker.swift:39:40: error: 'PixelBuffer' is only available in watchOS 9.0 or newer
    typealias PixelBufferIFx3 = vImage.PixelBuffer<vImage.InterleavedFx3>
                                       ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/SafetyChecker.swift:39:15: note: add @available attribute to enclosing type alias
    typealias PixelBufferIFx3 = vImage.PixelBuffer<vImage.InterleavedFx3>
              ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/SafetyChecker.swift:10:15: note: add @available attribute to enclosing struct
public struct SafetyChecker: ResourceManaging {
              ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/SafetyChecker.swift:40:40: error: 'PixelBuffer' is only available in watchOS 9.0 or newer
    typealias PixelBufferI8x3 = vImage.PixelBuffer<vImage.Interleaved8x3>
                                       ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/SafetyChecker.swift:40:15: note: add @available attribute to enclosing type alias
    typealias PixelBufferI8x3 = vImage.PixelBuffer<vImage.Interleaved8x3>
              ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/SafetyChecker.swift:10:15: note: add @available attribute to enclosing struct
public struct SafetyChecker: ResourceManaging {
              ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/SafetyChecker.swift:41:40: error: 'PixelBuffer' is only available in watchOS 9.0 or newer
    typealias PixelBufferI8x4 = vImage.PixelBuffer<vImage.Interleaved8x4>
                                       ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/SafetyChecker.swift:41:15: note: add @available attribute to enclosing type alias
    typealias PixelBufferI8x4 = vImage.PixelBuffer<vImage.Interleaved8x4>
              ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/SafetyChecker.swift:10:15: note: add @available attribute to enclosing struct
public struct SafetyChecker: ResourceManaging {
              ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/SafetyChecker.swift:141:72: error: 'MLShapedArray' is only available in watchOS 8.0 or newer
    func normalizeToFloatShapedArray(_ bufferP8x3: PixelBufferP8x3) -> MLShapedArray<Float32> {
                                                                       ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/SafetyChecker.swift:141:10: note: add @available attribute to enclosing instance method
    func normalizeToFloatShapedArray(_ bufferP8x3: PixelBufferP8x3) -> MLShapedArray<Float32> {
         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/SafetyChecker.swift:10:15: note: add @available attribute to enclosing struct
public struct SafetyChecker: ResourceManaging {
              ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/Scheduler.swift:34:24: error: 'MLShapedArray' is only available in watchOS 8.0 or newer
    var modelOutputs: [MLShapedArray<Float32>] { get }
                       ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/Scheduler.swift:34:9: note: add @available attribute to enclosing property
    var modelOutputs: [MLShapedArray<Float32>] { get }
        ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/Scheduler.swift:8:17: note: add @available attribute to enclosing protocol
public protocol Scheduler {
                ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/Scheduler.swift:46:17: error: 'MLShapedArray' is only available in watchOS 8.0 or newer
        output: MLShapedArray<Float32>,
                ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/Scheduler.swift:45:10: note: add @available attribute to enclosing instance method
    func step(
         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/Scheduler.swift:8:17: note: add @available attribute to enclosing protocol
public protocol Scheduler {
                ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/Scheduler.swift:48:19: error: 'MLShapedArray' is only available in watchOS 8.0 or newer
        sample s: MLShapedArray<Float32>
                  ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/Scheduler.swift:45:10: note: add @available attribute to enclosing instance method
    func step(
         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/Scheduler.swift:8:17: note: add @available attribute to enclosing protocol
public protocol Scheduler {
                ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/Scheduler.swift:49:10: error: 'MLShapedArray' is only available in watchOS 8.0 or newer
    ) -> MLShapedArray<Float32>
         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/Scheduler.swift:45:10: note: add @available attribute to enclosing instance method
    func step(
         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/Scheduler.swift:8:17: note: add @available attribute to enclosing protocol
public protocol Scheduler {
                ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/Scheduler.swift:65:54: error: 'MLShapedArray' is only available in watchOS 8.0 or newer
    func weightedSum(_ weights: [Double], _ values: [MLShapedArray<Float32>]) -> MLShapedArray<Float32> {
                                                     ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/Scheduler.swift:65:10: note: add @available attribute to enclosing instance method
    func weightedSum(_ weights: [Double], _ values: [MLShapedArray<Float32>]) -> MLShapedArray<Float32> {
         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/Scheduler.swift:58:8: note: add @available attribute to enclosing extension
public extension Scheduler {
       ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/Scheduler.swift:65:82: error: 'MLShapedArray' is only available in watchOS 8.0 or newer
    func weightedSum(_ weights: [Double], _ values: [MLShapedArray<Float32>]) -> MLShapedArray<Float32> {
                                                                                 ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/Scheduler.swift:65:10: note: add @available attribute to enclosing instance method
    func weightedSum(_ weights: [Double], _ values: [MLShapedArray<Float32>]) -> MLShapedArray<Float32> {
         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/Scheduler.swift:58:8: note: add @available attribute to enclosing extension
public extension Scheduler {
       ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/Scheduler.swift:84:25: error: 'MLShapedArray' is only available in watchOS 8.0 or newer
        originalSample: MLShapedArray<Float32>,
                        ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/Scheduler.swift:83:10: note: add @available attribute to enclosing instance method
    func addNoise(
         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/Scheduler.swift:58:8: note: add @available attribute to enclosing extension
public extension Scheduler {
       ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/Scheduler.swift:85:17: error: 'MLShapedArray' is only available in watchOS 8.0 or newer
        noise: [MLShapedArray<Float32>],
                ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/Scheduler.swift:83:10: note: add @available attribute to enclosing instance method
    func addNoise(
         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/Scheduler.swift:58:8: note: add @available attribute to enclosing extension
public extension Scheduler {
       ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/Scheduler.swift:87:11: error: 'MLShapedArray' is only available in watchOS 8.0 or newer
    ) -> [MLShapedArray<Float32>] {
          ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/Scheduler.swift:83:10: note: add @available attribute to enclosing instance method
    func addNoise(
         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/Scheduler.swift:58:8: note: add @available attribute to enclosing extension
public extension Scheduler {
       ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/Scheduler.swift:149:44: error: 'MLShapedArray' is only available in watchOS 8.0 or newer
    public private(set) var modelOutputs: [MLShapedArray<Float32>] = []
                                           ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/Scheduler.swift:137:20: note: add @available attribute to enclosing class
public final class PNDMScheduler: Scheduler {
                   ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/Scheduler.swift:153:15: error: 'MLShapedArray' is only available in watchOS 8.0 or newer
    var ets: [MLShapedArray<Float32>]
              ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/Scheduler.swift:137:20: note: add @available attribute to enclosing class
public final class PNDMScheduler: Scheduler {
                   ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/Scheduler.swift:154:24: error: 'MLShapedArray' is only available in watchOS 8.0 or newer
    var currentSample: MLShapedArray<Float32>?
                       ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/Scheduler.swift:137:20: note: add @available attribute to enclosing class
public final class PNDMScheduler: Scheduler {
                   ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/Scheduler.swift:219:17: error: 'MLShapedArray' is only available in watchOS 8.0 or newer
        output: MLShapedArray<Float32>,
                ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/Scheduler.swift:218:17: note: add @available attribute to enclosing instance method
    public func step(
                ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/Scheduler.swift:137:20: note: add @available attribute to enclosing class
public final class PNDMScheduler: Scheduler {
                   ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/Scheduler.swift:221:19: error: 'MLShapedArray' is only available in watchOS 8.0 or newer
        sample s: MLShapedArray<Float32>
                  ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/Scheduler.swift:218:17: note: add @available attribute to enclosing instance method
    public func step(
                ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/Scheduler.swift:137:20: note: add @available attribute to enclosing class
public final class PNDMScheduler: Scheduler {
                   ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/Scheduler.swift:222:10: error: 'MLShapedArray' is only available in watchOS 8.0 or newer
    ) -> MLShapedArray<Float32> {
         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/Scheduler.swift:218:17: note: add @available attribute to enclosing instance method
    public func step(
                ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/Scheduler.swift:137:20: note: add @available attribute to enclosing class
public final class PNDMScheduler: Scheduler {
                   ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/Scheduler.swift:277:42: error: 'MLShapedArray' is only available in watchOS 8.0 or newer
    func convertModelOutput(modelOutput: MLShapedArray<Float32>, timestep: Int, sample: MLShapedArray<Float32>) -> MLShapedArray<Float32> {
                                         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/Scheduler.swift:277:10: note: add @available attribute to enclosing instance method
    func convertModelOutput(modelOutput: MLShapedArray<Float32>, timestep: Int, sample: MLShapedArray<Float32>) -> MLShapedArray<Float32> {
         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/Scheduler.swift:137:20: note: add @available attribute to enclosing class
public final class PNDMScheduler: Scheduler {
                   ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/Scheduler.swift:277:89: error: 'MLShapedArray' is only available in watchOS 8.0 or newer
    func convertModelOutput(modelOutput: MLShapedArray<Float32>, timestep: Int, sample: MLShapedArray<Float32>) -> MLShapedArray<Float32> {
                                                                                        ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/Scheduler.swift:277:10: note: add @available attribute to enclosing instance method
    func convertModelOutput(modelOutput: MLShapedArray<Float32>, timestep: Int, sample: MLShapedArray<Float32>) -> MLShapedArray<Float32> {
         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/Scheduler.swift:137:20: note: add @available attribute to enclosing class
public final class PNDMScheduler: Scheduler {
                   ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/Scheduler.swift:277:116: error: 'MLShapedArray' is only available in watchOS 8.0 or newer
    func convertModelOutput(modelOutput: MLShapedArray<Float32>, timestep: Int, sample: MLShapedArray<Float32>) -> MLShapedArray<Float32> {
                                                                                                                   ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/Scheduler.swift:277:10: note: add @available attribute to enclosing instance method
    func convertModelOutput(modelOutput: MLShapedArray<Float32>, timestep: Int, sample: MLShapedArray<Float32>) -> MLShapedArray<Float32> {
         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/Scheduler.swift:137:20: note: add @available attribute to enclosing class
public final class PNDMScheduler: Scheduler {
                   ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/Scheduler.swift:303:19: error: 'MLShapedArray' is only available in watchOS 8.0 or newer
        _ sample: MLShapedArray<Float32>,
                  ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/Scheduler.swift:302:10: note: add @available attribute to enclosing instance method
    func previousSample(
         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/Scheduler.swift:137:20: note: add @available attribute to enclosing class
public final class PNDMScheduler: Scheduler {
                   ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/Scheduler.swift:306:24: error: 'MLShapedArray' is only available in watchOS 8.0 or newer
        _ modelOutput: MLShapedArray<Float32>
                       ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/Scheduler.swift:302:10: note: add @available attribute to enclosing instance method
    func previousSample(
         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/Scheduler.swift:137:20: note: add @available attribute to enclosing class
public final class PNDMScheduler: Scheduler {
                   ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/Scheduler.swift:307:11: error: 'MLShapedArray' is only available in watchOS 8.0 or newer
    ) ->  MLShapedArray<Float32> {
          ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/Scheduler.swift:302:10: note: add @available attribute to enclosing instance method
    func previousSample(
         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/Scheduler.swift:137:20: note: add @available attribute to enclosing class
public final class PNDMScheduler: Scheduler {
                   ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/StableDiffusionPipeline.swift:45:21: error: 'MLShapedArray' is only available in watchOS 8.0 or newer
        _ latents: [MLShapedArray<Float32>],
                    ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/StableDiffusionPipeline.swift:44:10: note: add @available attribute to enclosing instance method
    func decodeToImages(
         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/StableDiffusionPipeline.swift:36:17: note: add @available attribute to enclosing protocol
public protocol StableDiffusionPipelineProtocol: ResourceManaging {
                ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/StableDiffusionPipeline.swift:322:102: error: 'MLShapedArray' is only available in watchOS 8.0 or newer
    func generateLatentSamples(configuration config: Configuration, scheduler: Scheduler) throws -> [MLShapedArray<Float32>] {
                                                                                                     ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/StableDiffusionPipeline.swift:322:10: note: add @available attribute to enclosing instance method
    func generateLatentSamples(configuration config: Configuration, scheduler: Scheduler) throws -> [MLShapedArray<Float32>] {
         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/StableDiffusionPipeline.swift:60:15: note: add @available attribute to enclosing struct
public struct StableDiffusionPipeline: StableDiffusionPipelineProtocol {
              ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/StableDiffusionPipeline.swift:342:44: error: 'MLShapedArray' is only available in watchOS 8.0 or newer
    public func decodeToImages(_ latents: [MLShapedArray<Float32>], configuration config: Configuration) throws -> [CGImage?] {
                                           ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/StableDiffusionPipeline.swift:342:17: note: add @available attribute to enclosing instance method
    public func decodeToImages(_ latents: [MLShapedArray<Float32>], configuration config: Configuration) throws -> [CGImage?] {
                ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/StableDiffusionPipeline.swift:60:15: note: add @available attribute to enclosing struct
public struct StableDiffusionPipeline: StableDiffusionPipelineProtocol {
              ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/StableDiffusionPipeline.swift:379:39: error: 'MLShapedArray' is only available in watchOS 8.0 or newer
    public let currentLatentSamples: [MLShapedArray<Float32>]
                                      ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/StableDiffusionPipeline.swift:374:15: note: add @available attribute to enclosing struct
public struct PipelineProgress {
              ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/StableDiffusionPipeline.swift:410:38: error: 'MLShapedArray' is only available in watchOS 8.0 or newer
    func toHiddenStates(_ embedding: MLShapedArray<Float32>) -> MLShapedArray<Float32> {
                                     ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/StableDiffusionPipeline.swift:410:10: note: add @available attribute to enclosing instance method
    func toHiddenStates(_ embedding: MLShapedArray<Float32>) -> MLShapedArray<Float32> {
         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/StableDiffusionPipeline.swift:398:1: note: add @available attribute to enclosing extension
extension StableDiffusionPipelineProtocol {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/StableDiffusionPipeline.swift:410:65: error: 'MLShapedArray' is only available in watchOS 8.0 or newer
    func toHiddenStates(_ embedding: MLShapedArray<Float32>) -> MLShapedArray<Float32> {
                                                                ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/StableDiffusionPipeline.swift:410:10: note: add @available attribute to enclosing instance method
    func toHiddenStates(_ embedding: MLShapedArray<Float32>) -> MLShapedArray<Float32> {
         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/StableDiffusionPipeline.swift:398:1: note: add @available attribute to enclosing extension
extension StableDiffusionPipelineProtocol {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/StableDiffusionPipeline.swift:426:36: error: 'MLShapedArray' is only available in watchOS 8.0 or newer
    func performGuidance(_ noise: [MLShapedArray<Float32>], _ guidanceScale: Float) -> [MLShapedArray<Float32>] {
                                   ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/StableDiffusionPipeline.swift:426:10: note: add @available attribute to enclosing instance method
    func performGuidance(_ noise: [MLShapedArray<Float32>], _ guidanceScale: Float) -> [MLShapedArray<Float32>] {
         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/StableDiffusionPipeline.swift:398:1: note: add @available attribute to enclosing extension
extension StableDiffusionPipelineProtocol {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/StableDiffusionPipeline.swift:426:89: error: 'MLShapedArray' is only available in watchOS 8.0 or newer
    func performGuidance(_ noise: [MLShapedArray<Float32>], _ guidanceScale: Float) -> [MLShapedArray<Float32>] {
                                                                                        ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/StableDiffusionPipeline.swift:426:10: note: add @available attribute to enclosing instance method
    func performGuidance(_ noise: [MLShapedArray<Float32>], _ guidanceScale: Float) -> [MLShapedArray<Float32>] {
         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/StableDiffusionPipeline.swift:398:1: note: add @available attribute to enclosing extension
extension StableDiffusionPipelineProtocol {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/StableDiffusionPipeline.swift:430:35: error: 'MLShapedArray' is only available in watchOS 8.0 or newer
    func performGuidance(_ noise: MLShapedArray<Float32>, _ guidanceScale: Float) -> MLShapedArray<Float32> {
                                  ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/StableDiffusionPipeline.swift:430:10: note: add @available attribute to enclosing instance method
    func performGuidance(_ noise: MLShapedArray<Float32>, _ guidanceScale: Float) -> MLShapedArray<Float32> {
         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/StableDiffusionPipeline.swift:398:1: note: add @available attribute to enclosing extension
extension StableDiffusionPipelineProtocol {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/StableDiffusionPipeline.swift:430:86: error: 'MLShapedArray' is only available in watchOS 8.0 or newer
    func performGuidance(_ noise: MLShapedArray<Float32>, _ guidanceScale: Float) -> MLShapedArray<Float32> {
                                                                                     ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/StableDiffusionPipeline.swift:430:10: note: add @available attribute to enclosing instance method
    func performGuidance(_ noise: MLShapedArray<Float32>, _ guidanceScale: Float) -> MLShapedArray<Float32> {
         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/StableDiffusionPipeline.swift:398:1: note: add @available attribute to enclosing extension
extension StableDiffusionPipelineProtocol {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/StableDiffusionXLPipeline.swift:284:78: error: 'MLShapedArray' is only available in watchOS 8.0 or newer
    func encodePrompt(_ prompt: String, forRefiner: Bool = false) throws -> (MLShapedArray<Float32>, MLShapedArray<Float32>) {
                                                                             ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/StableDiffusionXLPipeline.swift:284:10: note: add @available attribute to enclosing instance method
    func encodePrompt(_ prompt: String, forRefiner: Bool = false) throws -> (MLShapedArray<Float32>, MLShapedArray<Float32>) {
         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/StableDiffusionXLPipeline.swift:16:15: note: add @available attribute to enclosing struct
public struct StableDiffusionXLPipeline: StableDiffusionPipelineProtocol {
              ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/StableDiffusionXLPipeline.swift:284:102: error: 'MLShapedArray' is only available in watchOS 8.0 or newer
    func encodePrompt(_ prompt: String, forRefiner: Bool = false) throws -> (MLShapedArray<Float32>, MLShapedArray<Float32>) {
                                                                                                     ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/StableDiffusionXLPipeline.swift:284:10: note: add @available attribute to enclosing instance method
    func encodePrompt(_ prompt: String, forRefiner: Bool = false) throws -> (MLShapedArray<Float32>, MLShapedArray<Float32>) {
         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/StableDiffusionXLPipeline.swift:16:15: note: add @available attribute to enclosing struct
public struct StableDiffusionXLPipeline: StableDiffusionPipelineProtocol {
              ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/StableDiffusionXLPipeline.swift:364:102: error: 'MLShapedArray' is only available in watchOS 8.0 or newer
    func generateLatentSamples(configuration config: Configuration, scheduler: Scheduler) throws -> [MLShapedArray<Float32>] {
                                                                                                     ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/StableDiffusionXLPipeline.swift:364:10: note: add @available attribute to enclosing instance method
    func generateLatentSamples(configuration config: Configuration, scheduler: Scheduler) throws -> [MLShapedArray<Float32>] {
         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/StableDiffusionXLPipeline.swift:16:15: note: add @available attribute to enclosing struct
public struct StableDiffusionXLPipeline: StableDiffusionPipelineProtocol {
              ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/StableDiffusionXLPipeline.swift:384:44: error: 'MLShapedArray' is only available in watchOS 8.0 or newer
    public func decodeToImages(_ latents: [MLShapedArray<Float32>], configuration config: Configuration) throws -> [CGImage?] {
                                           ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/StableDiffusionXLPipeline.swift:384:17: note: add @available attribute to enclosing instance method
    public func decodeToImages(_ latents: [MLShapedArray<Float32>], configuration config: Configuration) throws -> [CGImage?] {
                ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/StableDiffusionXLPipeline.swift:16:15: note: add @available attribute to enclosing struct
public struct StableDiffusionXLPipeline: StableDiffusionPipelineProtocol {
              ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/StableDiffusionXLPipeline.swift:395:27: error: 'MLShapedArray' is only available in watchOS 8.0 or newer
        var hiddenStates: MLShapedArray<Float32>
                          ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/StableDiffusionXLPipeline.swift:394:12: note: add @available attribute to enclosing struct
    struct ModelInputs {
           ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/StableDiffusionXLPipeline.swift:396:27: error: 'MLShapedArray' is only available in watchOS 8.0 or newer
        var pooledStates: MLShapedArray<Float32>
                          ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/StableDiffusionXLPipeline.swift:394:12: note: add @available attribute to enclosing struct
    struct ModelInputs {
           ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/StableDiffusionXLPipeline.swift:397:35: error: 'MLShapedArray' is only available in watchOS 8.0 or newer
        var geometryConditioning: MLShapedArray<Float32>
                                  ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/StableDiffusionXLPipeline.swift:394:12: note: add @available attribute to enclosing struct
    struct ModelInputs {
           ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/TextEncoder.swift:10:43: error: 'MLShapedArray' is only available in watchOS 8.0 or newer
    func encode(_ text: String) throws -> MLShapedArray<Float32>
                                          ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/TextEncoder.swift:10:10: note: add @available attribute to enclosing instance method
    func encode(_ text: String) throws -> MLShapedArray<Float32>
         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/TextEncoder.swift:8:17: note: add @available attribute to enclosing protocol
public protocol TextEncoderModel: ResourceManaging {
                ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/TextEncoder.swift:52:50: error: 'MLShapedArray' is only available in watchOS 8.0 or newer
    public func encode(_ text: String) throws -> MLShapedArray<Float32> {
                                                 ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/TextEncoder.swift:52:17: note: add @available attribute to enclosing instance method
    public func encode(_ text: String) throws -> MLShapedArray<Float32> {
                ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/TextEncoder.swift:15:15: note: add @available attribute to enclosing struct
public struct TextEncoder: TextEncoderModel {
              ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/TextEncoder.swift:75:39: error: 'MLShapedArray' is only available in watchOS 8.0 or newer
    func encode(ids: [Int]) throws -> MLShapedArray<Float32> {
                                      ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/TextEncoder.swift:75:10: note: add @available attribute to enclosing instance method
    func encode(ids: [Int]) throws -> MLShapedArray<Float32> {
         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/TextEncoder.swift:15:15: note: add @available attribute to enclosing struct
public struct TextEncoder: TextEncoderModel {
              ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/TextEncoderXL.swift:9:56: error: 'MLShapedArray' is only available in watchOS 8.0 or newer
    typealias TextEncoderXLOutput = (hiddenEmbeddings: MLShapedArray<Float32>, pooledOutputs: MLShapedArray<Float32>)
                                                       ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/TextEncoderXL.swift:9:15: note: add @available attribute to enclosing type alias
    typealias TextEncoderXLOutput = (hiddenEmbeddings: MLShapedArray<Float32>, pooledOutputs: MLShapedArray<Float32>)
              ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/TextEncoderXL.swift:8:17: note: add @available attribute to enclosing protocol
public protocol TextEncoderXLModel: ResourceManaging {
                ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/TextEncoderXL.swift:9:95: error: 'MLShapedArray' is only available in watchOS 8.0 or newer
    typealias TextEncoderXLOutput = (hiddenEmbeddings: MLShapedArray<Float32>, pooledOutputs: MLShapedArray<Float32>)
                                                                                              ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/TextEncoderXL.swift:9:15: note: add @available attribute to enclosing type alias
    typealias TextEncoderXLOutput = (hiddenEmbeddings: MLShapedArray<Float32>, pooledOutputs: MLShapedArray<Float32>)
              ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/TextEncoderXL.swift:8:17: note: add @available attribute to enclosing protocol
public protocol TextEncoderXLModel: ResourceManaging {
                ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/TorchRandomSource.swift:153:95: error: 'MLShapedArray' is only available in watchOS 8.0 or newer
  mutating func normalShapedArray(_ shape: [Int], mean: Double = 0.0, stdev: Double = 1.0) -> MLShapedArray<Double> {
                                                                                              ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/TorchRandomSource.swift:153:17: note: add @available attribute to enclosing instance method
  mutating func normalShapedArray(_ shape: [Int], mean: Double = 0.0, stdev: Double = 1.0) -> MLShapedArray<Double> {
                ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/TorchRandomSource.swift:16:8: note: add @available attribute to enclosing struct
struct TorchRandomSource: RandomNumberGenerator, RandomSource {
       ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/Unet.swift:91:19: error: 'MLShapedArray' is only available in watchOS 8.0 or newer
        latents: [MLShapedArray<Float32>],
                  ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/Unet.swift:90:10: note: add @available attribute to enclosing instance method
    func predictNoise(
         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/Unet.swift:9:15: note: add @available attribute to enclosing struct
public struct Unet: ResourceManaging {
              ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/Unet.swift:93:23: error: 'MLShapedArray' is only available in watchOS 8.0 or newer
        hiddenStates: MLShapedArray<Float32>,
                      ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/Unet.swift:90:10: note: add @available attribute to enclosing instance method
    func predictNoise(
         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/Unet.swift:9:15: note: add @available attribute to enclosing struct
public struct Unet: ResourceManaging {
              ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/Unet.swift:94:40: error: 'MLShapedArray' is only available in watchOS 8.0 or newer
        additionalResiduals: [[String: MLShapedArray<Float32>]]? = nil
                                       ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/Unet.swift:90:10: note: add @available attribute to enclosing instance method
    func predictNoise(
         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/Unet.swift:9:15: note: add @available attribute to enclosing struct
public struct Unet: ResourceManaging {
              ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/Unet.swift:95:18: error: 'MLShapedArray' is only available in watchOS 8.0 or newer
    ) throws -> [MLShapedArray<Float32>] {
                 ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/Unet.swift:90:10: note: add @available attribute to enclosing instance method
    func predictNoise(
         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/Unet.swift:9:15: note: add @available attribute to enclosing struct
public struct Unet: ResourceManaging {
              ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/Unet.swift:152:19: error: 'MLShapedArray' is only available in watchOS 8.0 or newer
        latents: [MLShapedArray<Float32>],
                  ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/Unet.swift:151:10: note: add @available attribute to enclosing instance method
    func predictNoise(
         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/Unet.swift:9:15: note: add @available attribute to enclosing struct
public struct Unet: ResourceManaging {
              ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/Unet.swift:154:23: error: 'MLShapedArray' is only available in watchOS 8.0 or newer
        hiddenStates: MLShapedArray<Float32>,
                      ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/Unet.swift:151:10: note: add @available attribute to enclosing instance method
    func predictNoise(
         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/Unet.swift:9:15: note: add @available attribute to enclosing struct
public struct Unet: ResourceManaging {
              ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/Unet.swift:155:23: error: 'MLShapedArray' is only available in watchOS 8.0 or newer
        pooledStates: MLShapedArray<Float32>,
                      ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/Unet.swift:151:10: note: add @available attribute to enclosing instance method
    func predictNoise(
         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/Unet.swift:9:15: note: add @available attribute to enclosing struct
public struct Unet: ResourceManaging {
              ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/Unet.swift:156:31: error: 'MLShapedArray' is only available in watchOS 8.0 or newer
        geometryConditioning: MLShapedArray<Float32>
                              ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/Unet.swift:151:10: note: add @available attribute to enclosing instance method
    func predictNoise(
         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/Unet.swift:9:15: note: add @available attribute to enclosing struct
public struct Unet: ResourceManaging {
              ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/Unet.swift:157:18: error: 'MLShapedArray' is only available in watchOS 8.0 or newer
    ) throws -> [MLShapedArray<Float32>] {
                 ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/Unet.swift:151:10: note: add @available attribute to enclosing instance method
    func predictNoise(
         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/Unet.swift:9:15: note: add @available attribute to enclosing struct
public struct Unet: ResourceManaging {
              ^
SwiftCompile normal armv7k Compiling\ MultilingualTextEncoder.swift,\ NumPyRandomSource.swift,\ NvRandomSource.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/MultilingualTextEncoder.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/NumPyRandomSource.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/NvRandomSource.swift (in target 'StableDiffusion' from project 'stable-diffusion')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion
    builtin-swiftTaskExecution -- /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/CGImage+vImage.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/ControlNet.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/DPMSolverMultistepScheduler.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/Decoder.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/Encoder.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/ManagedMLModel.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/MultilingualTextEncoder.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/NumPyRandomSource.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/NvRandomSource.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/RandomSource.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/ResourceManaging.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/SafetyChecker.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/SampleTimer.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/Scheduler.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/StableDiffusionPipeline+Resources.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/StableDiffusionPipeline.Configuration.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/StableDiffusionPipeline.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/StableDiffusionXL+Resources.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/StableDiffusionXLPipeline.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/TextEncoder.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/TextEncoderXL.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/TorchRandomSource.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/Unet.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/tokenizer/BPETokenizer+Reading.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/tokenizer/BPETokenizer.swift -supplementary-output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/stable-diffusion.build/Debug-watchos/StableDiffusion.build/Objects-normal/armv7k/supplementaryOutputs-13 -target armv7k-apple-watchos7.0 -enable-objc-interop -stack-check -sdk /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.5.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.5.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -suppress-warnings -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/stable-diffusion.build/Debug-watchos/StableDiffusion.build/Objects-normal/armv7k/StableDiffusion_const_extract_protocols.json -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion -resource-dir /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos10.5-21T569-607812366920c826b3ec796033b57e80.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/stable-diffusion.build/Debug-watchos/StableDiffusion.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/stable-diffusion.build/Debug-watchos/StableDiffusion.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/stable-diffusion.build/Debug-watchos/StableDiffusion.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/stable-diffusion.build/Debug-watchos/StableDiffusion.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name StableDiffusion -frontend-parseable-output -disable-clang-spi -target-sdk-version 10.5 -target-sdk-name watchos10.5 -external-plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.5.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.5.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.5.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.5.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/stable-diffusion.build/Debug-watchos/StableDiffusion.build/Objects-normal/armv7k/MultilingualTextEncoder.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/stable-diffusion.build/Debug-watchos/StableDiffusion.build/Objects-normal/armv7k/NumPyRandomSource.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/stable-diffusion.build/Debug-watchos/StableDiffusion.build/Objects-normal/armv7k/NvRandomSource.o -index-unit-output-path /stable-diffusion.build/Debug-watchos/StableDiffusion.build/Objects-normal/armv7k/MultilingualTextEncoder.o -index-unit-output-path /stable-diffusion.build/Debug-watchos/StableDiffusion.build/Objects-normal/armv7k/NumPyRandomSource.o -index-unit-output-path /stable-diffusion.build/Debug-watchos/StableDiffusion.build/Objects-normal/armv7k/NvRandomSource.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/MultilingualTextEncoder.swift (in target 'StableDiffusion' from project 'stable-diffusion')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion
    /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/CGImage+vImage.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/ControlNet.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/DPMSolverMultistepScheduler.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/Decoder.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/Encoder.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/ManagedMLModel.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/MultilingualTextEncoder.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/NumPyRandomSource.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/NvRandomSource.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/RandomSource.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/ResourceManaging.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/SafetyChecker.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/SampleTimer.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/Scheduler.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/StableDiffusionPipeline+Resources.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/StableDiffusionPipeline.Configuration.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/StableDiffusionPipeline.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/StableDiffusionXL+Resources.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/StableDiffusionXLPipeline.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/TextEncoder.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/TextEncoderXL.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/TorchRandomSource.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/Unet.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/tokenizer/BPETokenizer+Reading.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/tokenizer/BPETokenizer.swift -supplementary-output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/stable-diffusion.build/Debug-watchos/StableDiffusion.build/Objects-normal/armv7k/supplementaryOutputs-13 -target armv7k-apple-watchos7.0 -enable-objc-interop -stack-check -sdk /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.5.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.5.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -suppress-warnings -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/stable-diffusion.build/Debug-watchos/StableDiffusion.build/Objects-normal/armv7k/StableDiffusion_const_extract_protocols.json -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion -resource-dir /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos10.5-21T569-607812366920c826b3ec796033b57e80.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/stable-diffusion.build/Debug-watchos/StableDiffusion.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/stable-diffusion.build/Debug-watchos/StableDiffusion.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/stable-diffusion.build/Debug-watchos/StableDiffusion.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/stable-diffusion.build/Debug-watchos/StableDiffusion.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name StableDiffusion -frontend-parseable-output -disable-clang-spi -target-sdk-version 10.5 -target-sdk-name watchos10.5 -external-plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.5.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.5.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.5.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.5.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/stable-diffusion.build/Debug-watchos/StableDiffusion.build/Objects-normal/armv7k/MultilingualTextEncoder.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/stable-diffusion.build/Debug-watchos/StableDiffusion.build/Objects-normal/armv7k/NumPyRandomSource.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/stable-diffusion.build/Debug-watchos/StableDiffusion.build/Objects-normal/armv7k/NvRandomSource.o -index-unit-output-path /stable-diffusion.build/Debug-watchos/StableDiffusion.build/Objects-normal/armv7k/MultilingualTextEncoder.o -index-unit-output-path /stable-diffusion.build/Debug-watchos/StableDiffusion.build/Objects-normal/armv7k/NumPyRandomSource.o -index-unit-output-path /stable-diffusion.build/Debug-watchos/StableDiffusion.build/Objects-normal/armv7k/NvRandomSource.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/NumPyRandomSource.swift (in target 'StableDiffusion' from project 'stable-diffusion')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion
    /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/CGImage+vImage.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/ControlNet.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/DPMSolverMultistepScheduler.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/Decoder.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/Encoder.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/ManagedMLModel.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/MultilingualTextEncoder.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/NumPyRandomSource.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/NvRandomSource.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/RandomSource.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/ResourceManaging.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/SafetyChecker.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/SampleTimer.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/Scheduler.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/StableDiffusionPipeline+Resources.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/StableDiffusionPipeline.Configuration.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/StableDiffusionPipeline.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/StableDiffusionXL+Resources.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/StableDiffusionXLPipeline.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/TextEncoder.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/TextEncoderXL.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/TorchRandomSource.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/Unet.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/tokenizer/BPETokenizer+Reading.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/tokenizer/BPETokenizer.swift -supplementary-output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/stable-diffusion.build/Debug-watchos/StableDiffusion.build/Objects-normal/armv7k/supplementaryOutputs-13 -target armv7k-apple-watchos7.0 -enable-objc-interop -stack-check -sdk /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.5.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.5.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -suppress-warnings -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/stable-diffusion.build/Debug-watchos/StableDiffusion.build/Objects-normal/armv7k/StableDiffusion_const_extract_protocols.json -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion -resource-dir /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos10.5-21T569-607812366920c826b3ec796033b57e80.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/stable-diffusion.build/Debug-watchos/StableDiffusion.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/stable-diffusion.build/Debug-watchos/StableDiffusion.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/stable-diffusion.build/Debug-watchos/StableDiffusion.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/stable-diffusion.build/Debug-watchos/StableDiffusion.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name StableDiffusion -frontend-parseable-output -disable-clang-spi -target-sdk-version 10.5 -target-sdk-name watchos10.5 -external-plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.5.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.5.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.5.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.5.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/stable-diffusion.build/Debug-watchos/StableDiffusion.build/Objects-normal/armv7k/MultilingualTextEncoder.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/stable-diffusion.build/Debug-watchos/StableDiffusion.build/Objects-normal/armv7k/NumPyRandomSource.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/stable-diffusion.build/Debug-watchos/StableDiffusion.build/Objects-normal/armv7k/NvRandomSource.o -index-unit-output-path /stable-diffusion.build/Debug-watchos/StableDiffusion.build/Objects-normal/armv7k/MultilingualTextEncoder.o -index-unit-output-path /stable-diffusion.build/Debug-watchos/StableDiffusion.build/Objects-normal/armv7k/NumPyRandomSource.o -index-unit-output-path /stable-diffusion.build/Debug-watchos/StableDiffusion.build/Objects-normal/armv7k/NvRandomSource.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/NvRandomSource.swift (in target 'StableDiffusion' from project 'stable-diffusion')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion
    /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/CGImage+vImage.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/ControlNet.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/DPMSolverMultistepScheduler.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/Decoder.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/Encoder.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/ManagedMLModel.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/MultilingualTextEncoder.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/NumPyRandomSource.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/NvRandomSource.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/RandomSource.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/ResourceManaging.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/SafetyChecker.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/SampleTimer.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/Scheduler.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/StableDiffusionPipeline+Resources.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/StableDiffusionPipeline.Configuration.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/StableDiffusionPipeline.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/StableDiffusionXL+Resources.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/StableDiffusionXLPipeline.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/TextEncoder.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/TextEncoderXL.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/TorchRandomSource.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/pipeline/Unet.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/tokenizer/BPETokenizer+Reading.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion/swift/StableDiffusion/tokenizer/BPETokenizer.swift -supplementary-output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/stable-diffusion.build/Debug-watchos/StableDiffusion.build/Objects-normal/armv7k/supplementaryOutputs-13 -target armv7k-apple-watchos7.0 -enable-objc-interop -stack-check -sdk /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.5.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.5.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -suppress-warnings -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/stable-diffusion.build/Debug-watchos/StableDiffusion.build/Objects-normal/armv7k/StableDiffusion_const_extract_protocols.json -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ml-stable-diffusion -resource-dir /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos10.5-21T569-607812366920c826b3ec796033b57e80.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/stable-diffusion.build/Debug-watchos/StableDiffusion.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/stable-diffusion.build/Debug-watchos/StableDiffusion.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/stable-diffusion.build/Debug-watchos/StableDiffusion.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/stable-diffusion.build/Debug-watchos/StableDiffusion.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name StableDiffusion -frontend-parseable-output -disable-clang-spi -target-sdk-version 10.5 -target-sdk-name watchos10.5 -external-plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.5.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.5.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.5.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.5.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/stable-diffusion.build/Debug-watchos/StableDiffusion.build/Objects-normal/armv7k/MultilingualTextEncoder.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/stable-diffusion.build/Debug-watchos/StableDiffusion.build/Objects-normal/armv7k/NumPyRandomSource.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/stable-diffusion.build/Debug-watchos/StableDiffusion.build/Objects-normal/armv7k/NvRandomSource.o -index-unit-output-path /stable-diffusion.build/Debug-watchos/StableDiffusion.build/Objects-normal/armv7k/MultilingualTextEncoder.o -index-unit-output-path /stable-diffusion.build/Debug-watchos/StableDiffusion.build/Objects-normal/armv7k/NumPyRandomSource.o -index-unit-output-path /stable-diffusion.build/Debug-watchos/StableDiffusion.build/Objects-normal/armv7k/NvRandomSource.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftDriverJobDiscovery normal arm64_32 Emitting module for Files (in target 'Files' from project 'Files')
SwiftDriverJobDiscovery normal arm64 Emitting module for Files (in target 'Files' from project 'Files')
SwiftDriver\ Compilation\ Requirements Files normal armv7k com.apple.xcode.tools.swift.compiler (in target 'Files' from project 'Files')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Files
    builtin-Swift-Compilation-Requirements -- /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name Files -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Files.build/Debug-watchos/Files.build/Objects-normal/armv7k/Files.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DXcode -sdk /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.5.sdk -target armv7k-apple-watchos5.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -suppress-warnings -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.5.sdk/Developer/Library/Frameworks -parse-as-library -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos10.5-21T569-607812366920c826b3ec796033b57e80.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Files.build/Debug-watchos/Files.build/Objects-normal/armv7k/Files-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Files.build/Debug-watchos/Files.build/Objects-normal/armv7k/Files.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Files.build/Debug-watchos/Files.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Files.build/Debug-watchos/Files.build/Objects-normal/armv7k/Files_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Files.build/Debug-watchos/Files.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Files.build/Debug-watchos/Files.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Files.build/Debug-watchos/Files.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Files.build/Debug-watchos/Files.build/Objects-normal/armv7k/Files-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Files -experimental-emit-module-separately -disable-cmo
** BUILD FAILED **
The following build commands failed:
	SwiftEmitModule normal arm64_32 Emitting\ module\ for\ StableDiffusion (in target 'StableDiffusion' from project 'stable-diffusion')
	SwiftEmitModule normal arm64 Emitting\ module\ for\ StableDiffusion (in target 'StableDiffusion' from project 'stable-diffusion')
	SwiftEmitModule normal armv7k Emitting\ module\ for\ StableDiffusion (in target 'StableDiffusion' from project 'stable-diffusion')
(3 failures)
BUILD FAILURE 5.10 watchOS