The Swift Package Index logo.Swift Package Index

Build Information

Failed to build NextLevelSessionExporter with Swift 5.7 for watchOS using Xcode 14.2 at main.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-14.2.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/checkout/.dependencies -derivedDataPath $PWD/checkout/.derivedData build -scheme NextLevelSessionExporter -destination generic/platform=watchos

Build Log

                let videoHeight = videoConfiguration[AVVideoHeightKey] as? NSNumber
                                                     ^~~~~~~~~~~~~~~~
AVFoundation.AVVideoHeightKey:2:12: note: 'AVVideoHeightKey' has been explicitly marked unavailable here
public let AVVideoHeightKey: String
           ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NextLevelSessionExporter.swift:545:46: error: 'AVMutableVideoCompositionInstruction' is unavailable in watchOS
                let compositionInstruction = AVMutableVideoCompositionInstruction()
                                             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
AVFoundation.AVMutableVideoCompositionInstruction:2:12: note: 'AVMutableVideoCompositionInstruction' has been explicitly marked unavailable here
open class AVMutableVideoCompositionInstruction : AVVideoCompositionInstruction {
           ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NextLevelSessionExporter.swift:546:52: error: 'CMTimeRange' is only available in watchOS 6.0 or newer
                compositionInstruction.timeRange = CMTimeRange(start: CMTime.zero, duration: asset.duration)
                                                   ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NextLevelSessionExporter.swift:546:52: note: add 'if #available' version check
                compositionInstruction.timeRange = CMTimeRange(start: CMTime.zero, duration: asset.duration)
                                                   ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NextLevelSessionExporter.swift:472:19: note: add @available attribute to enclosing instance method
    internal func createVideoComposition() -> AVMutableVideoComposition {
                  ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NextLevelSessionExporter.swift:423:1: note: add @available attribute to enclosing extension
extension NextLevelSessionExporter {
^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NextLevelSessionExporter.swift:546:71: error: 'CMTime' is only available in watchOS 6.0 or newer
                compositionInstruction.timeRange = CMTimeRange(start: CMTime.zero, duration: asset.duration)
                                                                      ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NextLevelSessionExporter.swift:546:71: note: add 'if #available' version check
                compositionInstruction.timeRange = CMTimeRange(start: CMTime.zero, duration: asset.duration)
                                                                      ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NextLevelSessionExporter.swift:472:19: note: add @available attribute to enclosing instance method
    internal func createVideoComposition() -> AVMutableVideoComposition {
                  ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NextLevelSessionExporter.swift:423:1: note: add @available attribute to enclosing extension
extension NextLevelSessionExporter {
^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NextLevelSessionExporter.swift:546:78: error: 'zero' is only available in watchOS 6.0 or newer
                compositionInstruction.timeRange = CMTimeRange(start: CMTime.zero, duration: asset.duration)
                                                                             ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NextLevelSessionExporter.swift:546:78: note: add 'if #available' version check
                compositionInstruction.timeRange = CMTimeRange(start: CMTime.zero, duration: asset.duration)
                                                                             ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NextLevelSessionExporter.swift:472:19: note: add @available attribute to enclosing instance method
    internal func createVideoComposition() -> AVMutableVideoComposition {
                  ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NextLevelSessionExporter.swift:423:1: note: add @available attribute to enclosing extension
extension NextLevelSessionExporter {
^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NextLevelSessionExporter.swift:548:40: error: 'AVMutableVideoCompositionLayerInstruction' is unavailable in watchOS
                let layerInstruction = AVMutableVideoCompositionLayerInstruction(assetTrack: videoTrack)
                                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
AVFoundation.AVMutableVideoCompositionLayerInstruction:2:12: note: 'AVMutableVideoCompositionLayerInstruction' has been explicitly marked unavailable here
open class AVMutableVideoCompositionLayerInstruction : AVVideoCompositionLayerInstruction {
           ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NextLevelSessionExporter.swift:549:62: error: 'CMTime' is only available in watchOS 6.0 or newer
                layerInstruction.setTransform(transform, at: CMTime.zero)
                                                             ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NextLevelSessionExporter.swift:549:62: note: add 'if #available' version check
                layerInstruction.setTransform(transform, at: CMTime.zero)
                                                             ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NextLevelSessionExporter.swift:472:19: note: add @available attribute to enclosing instance method
    internal func createVideoComposition() -> AVMutableVideoComposition {
                  ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NextLevelSessionExporter.swift:423:1: note: add @available attribute to enclosing extension
extension NextLevelSessionExporter {
^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NextLevelSessionExporter.swift:549:69: error: 'zero' is only available in watchOS 6.0 or newer
                layerInstruction.setTransform(transform, at: CMTime.zero)
                                                                    ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NextLevelSessionExporter.swift:549:69: note: add 'if #available' version check
                layerInstruction.setTransform(transform, at: CMTime.zero)
                                                                    ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NextLevelSessionExporter.swift:472:19: note: add @available attribute to enclosing instance method
    internal func createVideoComposition() -> AVMutableVideoComposition {
                  ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NextLevelSessionExporter.swift:423:1: note: add @available attribute to enclosing extension
extension NextLevelSessionExporter {
^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NextLevelSessionExporter.swift:578:27: error: 'finishWriting(completionHandler:)' is unavailable in watchOS
            self._writer?.finishWriting {
                          ^~~~~~~~~~~~~
AVFoundation.AVAssetWriter:47:15: note: 'finishWriting(completionHandler:)' has been explicitly marked unavailable here
    open func finishWriting(completionHandler handler: @escaping () -> Void)
              ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NextLevelSessionExporter.swift:652:51: error: 'AVVideoWidthKey' is unavailable in watchOS
        let videoWidth = videoOutputConfiguration[AVVideoWidthKey] as? NSNumber
                                                  ^~~~~~~~~~~~~~~
AVFoundation.AVVideoWidthKey:2:12: note: 'AVVideoWidthKey' has been explicitly marked unavailable here
public let AVVideoWidthKey: String
           ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NextLevelSessionExporter.swift:653:52: error: 'AVVideoHeightKey' is unavailable in watchOS
        let videoHeight = videoOutputConfiguration[AVVideoHeightKey] as? NSNumber
                                                   ^~~~~~~~~~~~~~~~
AVFoundation.AVVideoHeightKey:2:12: note: 'AVVideoHeightKey' has been explicitly marked unavailable here
public let AVVideoHeightKey: String
           ^
SwiftEmitModule normal armv7k Emitting\ module\ for\ SessionExporter (in target 'SessionExporter' from project 'NextLevelSessionExporter')
    cd /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace
    builtin-swiftTaskExecution -- /Applications/Xcode-14.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -emit-module -experimental-skip-non-inlinable-function-bodies-without-types /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NextLevelSessionExporter.swift -target armv7k-apple-watchos4.0 -enable-objc-interop -sdk /Applications/Xcode-14.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS9.1.sdk -I /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-14.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-14.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-14.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS9.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -empty-abi-descriptor -Xcc -working-directory -Xcc /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace -resource-dir /Applications/Xcode-14.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NextLevelSessionExporter.build/Debug-watchos/SessionExporter.build/swift-overrides.hmap -Xcc -I/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NextLevelSessionExporter.build/Debug-watchos/SessionExporter.build/DerivedSources-normal/armv7k -Xcc -I/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NextLevelSessionExporter.build/Debug-watchos/SessionExporter.build/DerivedSources/armv7k -Xcc -I/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NextLevelSessionExporter.build/Debug-watchos/SessionExporter.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name SessionExporter -disable-clang-spi -target-sdk-version 9.1 -emit-module-doc-path /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NextLevelSessionExporter.build/Debug-watchos/SessionExporter.build/Objects-normal/armv7k/SessionExporter.swiftdoc -emit-module-source-info-path /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NextLevelSessionExporter.build/Debug-watchos/SessionExporter.build/Objects-normal/armv7k/SessionExporter.swiftsourceinfo -emit-objc-header-path /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NextLevelSessionExporter.build/Debug-watchos/SessionExporter.build/Objects-normal/armv7k/SessionExporter-Swift.h -serialize-diagnostics-path /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NextLevelSessionExporter.build/Debug-watchos/SessionExporter.build/Objects-normal/armv7k/SessionExporter-master-emit-module.dia -emit-dependencies-path /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NextLevelSessionExporter.build/Debug-watchos/SessionExporter.build/Objects-normal/armv7k/SessionExporter-master-emit-module.d -parse-as-library -o /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NextLevelSessionExporter.build/Debug-watchos/SessionExporter.build/Objects-normal/armv7k/SessionExporter.swiftmodule -emit-abi-descriptor-path /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NextLevelSessionExporter.build/Debug-watchos/SessionExporter.build/Objects-normal/armv7k/SessionExporter.abi.json
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NextLevelSessionExporter.swift:61:34: error: 'AVVideoComposition' is unavailable in watchOS
    public var videoComposition: AVVideoComposition?
                                 ^~~~~~~~~~~~~~~~~~
AVFoundation.AVVideoComposition:2:12: note: 'AVVideoComposition' has been explicitly marked unavailable here
open class AVVideoComposition : NSObject, NSCopying, NSMutableCopying {
           ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NextLevelSessionExporter.swift:73:27: error: 'CMTimeRange' is only available in watchOS 6.0 or newer
    public var timeRange: CMTimeRange
                          ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NextLevelSessionExporter.swift:55:12: note: add @available attribute to enclosing class
open class NextLevelSessionExporter: NSObject {
           ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NextLevelSessionExporter.swift:94:24: error: 'AVAssetExportSession' is unavailable in watchOS
    public var status: AVAssetExportSession.Status {
                       ^~~~~~~~~~~~~~~~~~~~
AVFoundation.AVAssetExportSession:2:12: note: 'AVAssetExportSession' has been explicitly marked unavailable here
open class AVAssetExportSession : NSObject {
           ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NextLevelSessionExporter.swift:127:30: error: 'AVAssetWriter' is unavailable in watchOS
    fileprivate var _writer: AVAssetWriter?
                             ^~~~~~~~~~~~~
AVFoundation.AVAssetWriter:2:12: note: 'AVAssetWriter' has been explicitly marked unavailable here
open class AVAssetWriter : NSObject {
           ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NextLevelSessionExporter.swift:128:30: error: 'AVAssetReader' is unavailable in watchOS
    fileprivate var _reader: AVAssetReader?
                             ^~~~~~~~~~~~~
AVFoundation.AVAssetReader:2:12: note: 'AVAssetReader' has been explicitly marked unavailable here
open class AVAssetReader : NSObject {
           ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NextLevelSessionExporter.swift:129:42: error: 'AVAssetWriterInputPixelBufferAdaptor' is unavailable in watchOS
    fileprivate var _pixelBufferAdaptor: AVAssetWriterInputPixelBufferAdaptor?
                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
AVFoundation.AVAssetWriterInputPixelBufferAdaptor:2:12: note: 'AVAssetWriterInputPixelBufferAdaptor' has been explicitly marked unavailable here
open class AVAssetWriterInputPixelBufferAdaptor : NSObject {
           ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NextLevelSessionExporter.swift:133:35: error: 'AVAssetReaderVideoCompositionOutput' is unavailable in watchOS
    fileprivate var _videoOutput: AVAssetReaderVideoCompositionOutput?
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
AVFoundation.AVAssetReaderVideoCompositionOutput:2:12: note: 'AVAssetReaderVideoCompositionOutput' has been explicitly marked unavailable here
open class AVAssetReaderVideoCompositionOutput : AVAssetReaderOutput {
           ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NextLevelSessionExporter.swift:134:35: error: 'AVAssetReaderAudioMixOutput' is unavailable in watchOS
    fileprivate var _audioOutput: AVAssetReaderAudioMixOutput?
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~
AVFoundation.AVAssetReaderAudioMixOutput:2:12: note: 'AVAssetReaderAudioMixOutput' has been explicitly marked unavailable here
open class AVAssetReaderAudioMixOutput : AVAssetReaderOutput {
           ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NextLevelSessionExporter.swift:135:34: error: 'AVAssetWriterInput' is unavailable in watchOS
    fileprivate var _videoInput: AVAssetWriterInput?
                                 ^~~~~~~~~~~~~~~~~~
AVFoundation.AVAssetWriterInput:2:12: note: 'AVAssetWriterInput' has been explicitly marked unavailable here
open class AVAssetWriterInput : NSObject {
           ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NextLevelSessionExporter.swift:136:34: error: 'AVAssetWriterInput' is unavailable in watchOS
    fileprivate var _audioInput: AVAssetWriterInput?
                                 ^~~~~~~~~~~~~~~~~~
AVFoundation.AVAssetWriterInput:2:12: note: 'AVAssetWriterInput' has been explicitly marked unavailable here
open class AVAssetWriterInput : NSObject {
           ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NextLevelSessionExporter.swift:145:50: error: 'CMTime' is only available in watchOS 6.0 or newer
    fileprivate var _lastSamplePresentationTime: CMTime = .invalid
                                                 ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NextLevelSessionExporter.swift:55:12: note: add @available attribute to enclosing class
open class NextLevelSessionExporter: NSObject {
           ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NextLevelSessionExporter.swift:145:60: error: 'invalid' is only available in watchOS 6.0 or newer
    fileprivate var _lastSamplePresentationTime: CMTime = .invalid
                                                           ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NextLevelSessionExporter.swift:55:12: note: add @available attribute to enclosing class
open class NextLevelSessionExporter: NSObject {
           ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NextLevelSessionExporter.swift:179:56: error: 'AVAssetExportSession' is unavailable in watchOS
    public typealias CompletionHandler = (Swift.Result<AVAssetExportSession.Status, Error>) -> Void
                                                       ^~~~~~~~~~~~~~~~~~~~
AVFoundation.AVAssetExportSession:2:12: note: 'AVAssetExportSession' has been explicitly marked unavailable here
open class AVAssetExportSession : NSObject {
           ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NextLevelSessionExporter.swift:185:89: error: 'CMTime' is only available in watchOS 6.0 or newer
    public typealias RenderHandler = (_ renderFrame: CVPixelBuffer, _ presentationTime: CMTime, _ resultingBuffer: CVPixelBuffer) -> Void
                                                                                        ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NextLevelSessionExporter.swift:185:22: note: add @available attribute to enclosing type alias
    public typealias RenderHandler = (_ renderFrame: CVPixelBuffer, _ presentationTime: CMTime, _ resultingBuffer: CVPixelBuffer) -> Void
                     ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NextLevelSessionExporter.swift:176:1: note: add @available attribute to enclosing extension
extension NextLevelSessionExporter {
^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NextLevelSessionExporter.swift:426:63: error: 'AVAssetReaderOutput' is unavailable in watchOS
    internal func encode(readySamplesFromReaderOutput output: AVAssetReaderOutput, toWriterInput input: AVAssetWriterInput) -> Bool {
                                                              ^~~~~~~~~~~~~~~~~~~
AVFoundation.AVAssetReaderOutput:2:12: note: 'AVAssetReaderOutput' has been explicitly marked unavailable here
open class AVAssetReaderOutput : NSObject {
           ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NextLevelSessionExporter.swift:426:105: error: 'AVAssetWriterInput' is unavailable in watchOS
    internal func encode(readySamplesFromReaderOutput output: AVAssetReaderOutput, toWriterInput input: AVAssetWriterInput) -> Bool {
                                                                                                        ^~~~~~~~~~~~~~~~~~
AVFoundation.AVAssetWriterInput:2:12: note: 'AVAssetWriterInput' has been explicitly marked unavailable here
open class AVAssetWriterInput : NSObject {
           ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NextLevelSessionExporter.swift:472:47: error: 'AVMutableVideoComposition' is unavailable in watchOS
    internal func createVideoComposition() -> AVMutableVideoComposition {
                                              ^~~~~~~~~~~~~~~~~~~~~~~~~
AVFoundation.AVMutableVideoComposition:2:12: note: 'AVMutableVideoComposition' has been explicitly marked unavailable here
open class AVMutableVideoComposition : AVVideoComposition {
           ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NextLevelSessionExporter.swift:647:5: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
    open func validateVideoOutputConfiguration() -> Bool {
    ^~~~
    public
SwiftEmitModule normal arm64 Emitting\ module\ for\ SessionExporter (in target 'SessionExporter' from project 'NextLevelSessionExporter')
    cd /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace
    builtin-swiftTaskExecution -- /Applications/Xcode-14.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -emit-module -experimental-skip-non-inlinable-function-bodies-without-types /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NextLevelSessionExporter.swift -target arm64-apple-watchos4.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-14.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS9.1.sdk -I /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-14.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-14.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-14.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS9.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -empty-abi-descriptor -Xcc -working-directory -Xcc /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace -resource-dir /Applications/Xcode-14.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NextLevelSessionExporter.build/Debug-watchos/SessionExporter.build/swift-overrides.hmap -Xcc -I/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NextLevelSessionExporter.build/Debug-watchos/SessionExporter.build/DerivedSources-normal/arm64 -Xcc -I/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NextLevelSessionExporter.build/Debug-watchos/SessionExporter.build/DerivedSources/arm64 -Xcc -I/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NextLevelSessionExporter.build/Debug-watchos/SessionExporter.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name SessionExporter -disable-clang-spi -target-sdk-version 9.1 -emit-module-doc-path /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NextLevelSessionExporter.build/Debug-watchos/SessionExporter.build/Objects-normal/arm64/SessionExporter.swiftdoc -emit-module-source-info-path /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NextLevelSessionExporter.build/Debug-watchos/SessionExporter.build/Objects-normal/arm64/SessionExporter.swiftsourceinfo -emit-objc-header-path /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NextLevelSessionExporter.build/Debug-watchos/SessionExporter.build/Objects-normal/arm64/SessionExporter-Swift.h -serialize-diagnostics-path /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NextLevelSessionExporter.build/Debug-watchos/SessionExporter.build/Objects-normal/arm64/SessionExporter-master-emit-module.dia -emit-dependencies-path /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NextLevelSessionExporter.build/Debug-watchos/SessionExporter.build/Objects-normal/arm64/SessionExporter-master-emit-module.d -parse-as-library -o /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NextLevelSessionExporter.build/Debug-watchos/SessionExporter.build/Objects-normal/arm64/SessionExporter.swiftmodule -emit-abi-descriptor-path /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NextLevelSessionExporter.build/Debug-watchos/SessionExporter.build/Objects-normal/arm64/SessionExporter.abi.json
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NextLevelSessionExporter.swift:61:34: error: 'AVVideoComposition' is unavailable in watchOS
    public var videoComposition: AVVideoComposition?
                                 ^~~~~~~~~~~~~~~~~~
AVFoundation.AVVideoComposition:2:12: note: 'AVVideoComposition' has been explicitly marked unavailable here
open class AVVideoComposition : NSObject, NSCopying, NSMutableCopying {
           ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NextLevelSessionExporter.swift:73:27: error: 'CMTimeRange' is only available in watchOS 6.0 or newer
    public var timeRange: CMTimeRange
                          ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NextLevelSessionExporter.swift:55:12: note: add @available attribute to enclosing class
open class NextLevelSessionExporter: NSObject {
           ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NextLevelSessionExporter.swift:94:24: error: 'AVAssetExportSession' is unavailable in watchOS
    public var status: AVAssetExportSession.Status {
                       ^~~~~~~~~~~~~~~~~~~~
AVFoundation.AVAssetExportSession:2:12: note: 'AVAssetExportSession' has been explicitly marked unavailable here
open class AVAssetExportSession : NSObject {
           ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NextLevelSessionExporter.swift:127:30: error: 'AVAssetWriter' is unavailable in watchOS
    fileprivate var _writer: AVAssetWriter?
                             ^~~~~~~~~~~~~
AVFoundation.AVAssetWriter:2:12: note: 'AVAssetWriter' has been explicitly marked unavailable here
open class AVAssetWriter : NSObject {
           ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NextLevelSessionExporter.swift:128:30: error: 'AVAssetReader' is unavailable in watchOS
    fileprivate var _reader: AVAssetReader?
                             ^~~~~~~~~~~~~
AVFoundation.AVAssetReader:2:12: note: 'AVAssetReader' has been explicitly marked unavailable here
open class AVAssetReader : NSObject {
           ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NextLevelSessionExporter.swift:129:42: error: 'AVAssetWriterInputPixelBufferAdaptor' is unavailable in watchOS
    fileprivate var _pixelBufferAdaptor: AVAssetWriterInputPixelBufferAdaptor?
                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
AVFoundation.AVAssetWriterInputPixelBufferAdaptor:2:12: note: 'AVAssetWriterInputPixelBufferAdaptor' has been explicitly marked unavailable here
open class AVAssetWriterInputPixelBufferAdaptor : NSObject {
           ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NextLevelSessionExporter.swift:133:35: error: 'AVAssetReaderVideoCompositionOutput' is unavailable in watchOS
    fileprivate var _videoOutput: AVAssetReaderVideoCompositionOutput?
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
AVFoundation.AVAssetReaderVideoCompositionOutput:2:12: note: 'AVAssetReaderVideoCompositionOutput' has been explicitly marked unavailable here
open class AVAssetReaderVideoCompositionOutput : AVAssetReaderOutput {
           ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NextLevelSessionExporter.swift:134:35: error: 'AVAssetReaderAudioMixOutput' is unavailable in watchOS
    fileprivate var _audioOutput: AVAssetReaderAudioMixOutput?
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~
AVFoundation.AVAssetReaderAudioMixOutput:2:12: note: 'AVAssetReaderAudioMixOutput' has been explicitly marked unavailable here
open class AVAssetReaderAudioMixOutput : AVAssetReaderOutput {
           ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NextLevelSessionExporter.swift:135:34: error: 'AVAssetWriterInput' is unavailable in watchOS
    fileprivate var _videoInput: AVAssetWriterInput?
                                 ^~~~~~~~~~~~~~~~~~
AVFoundation.AVAssetWriterInput:2:12: note: 'AVAssetWriterInput' has been explicitly marked unavailable here
open class AVAssetWriterInput : NSObject {
           ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NextLevelSessionExporter.swift:136:34: error: 'AVAssetWriterInput' is unavailable in watchOS
    fileprivate var _audioInput: AVAssetWriterInput?
                                 ^~~~~~~~~~~~~~~~~~
AVFoundation.AVAssetWriterInput:2:12: note: 'AVAssetWriterInput' has been explicitly marked unavailable here
open class AVAssetWriterInput : NSObject {
           ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NextLevelSessionExporter.swift:145:50: error: 'CMTime' is only available in watchOS 6.0 or newer
    fileprivate var _lastSamplePresentationTime: CMTime = .invalid
                                                 ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NextLevelSessionExporter.swift:55:12: note: add @available attribute to enclosing class
open class NextLevelSessionExporter: NSObject {
           ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NextLevelSessionExporter.swift:145:60: error: 'invalid' is only available in watchOS 6.0 or newer
    fileprivate var _lastSamplePresentationTime: CMTime = .invalid
                                                           ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NextLevelSessionExporter.swift:55:12: note: add @available attribute to enclosing class
open class NextLevelSessionExporter: NSObject {
           ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NextLevelSessionExporter.swift:179:56: error: 'AVAssetExportSession' is unavailable in watchOS
    public typealias CompletionHandler = (Swift.Result<AVAssetExportSession.Status, Error>) -> Void
                                                       ^~~~~~~~~~~~~~~~~~~~
AVFoundation.AVAssetExportSession:2:12: note: 'AVAssetExportSession' has been explicitly marked unavailable here
open class AVAssetExportSession : NSObject {
           ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NextLevelSessionExporter.swift:185:89: error: 'CMTime' is only available in watchOS 6.0 or newer
    public typealias RenderHandler = (_ renderFrame: CVPixelBuffer, _ presentationTime: CMTime, _ resultingBuffer: CVPixelBuffer) -> Void
                                                                                        ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NextLevelSessionExporter.swift:185:22: note: add @available attribute to enclosing type alias
    public typealias RenderHandler = (_ renderFrame: CVPixelBuffer, _ presentationTime: CMTime, _ resultingBuffer: CVPixelBuffer) -> Void
                     ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NextLevelSessionExporter.swift:176:1: note: add @available attribute to enclosing extension
extension NextLevelSessionExporter {
^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NextLevelSessionExporter.swift:426:63: error: 'AVAssetReaderOutput' is unavailable in watchOS
    internal func encode(readySamplesFromReaderOutput output: AVAssetReaderOutput, toWriterInput input: AVAssetWriterInput) -> Bool {
                                                              ^~~~~~~~~~~~~~~~~~~
AVFoundation.AVAssetReaderOutput:2:12: note: 'AVAssetReaderOutput' has been explicitly marked unavailable here
open class AVAssetReaderOutput : NSObject {
           ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NextLevelSessionExporter.swift:426:105: error: 'AVAssetWriterInput' is unavailable in watchOS
    internal func encode(readySamplesFromReaderOutput output: AVAssetReaderOutput, toWriterInput input: AVAssetWriterInput) -> Bool {
                                                                                                        ^~~~~~~~~~~~~~~~~~
AVFoundation.AVAssetWriterInput:2:12: note: 'AVAssetWriterInput' has been explicitly marked unavailable here
open class AVAssetWriterInput : NSObject {
           ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NextLevelSessionExporter.swift:472:47: error: 'AVMutableVideoComposition' is unavailable in watchOS
    internal func createVideoComposition() -> AVMutableVideoComposition {
                                              ^~~~~~~~~~~~~~~~~~~~~~~~~
AVFoundation.AVMutableVideoComposition:2:12: note: 'AVMutableVideoComposition' has been explicitly marked unavailable here
open class AVMutableVideoComposition : AVVideoComposition {
           ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NextLevelSessionExporter.swift:647:5: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
    open func validateVideoOutputConfiguration() -> Bool {
    ^~~~
    public
SwiftEmitModule normal arm64_32 Emitting\ module\ for\ SessionExporter (in target 'SessionExporter' from project 'NextLevelSessionExporter')
    cd /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace
    builtin-swiftTaskExecution -- /Applications/Xcode-14.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -emit-module -experimental-skip-non-inlinable-function-bodies-without-types /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NextLevelSessionExporter.swift -target arm64_32-apple-watchos4.0 -enable-objc-interop -sdk /Applications/Xcode-14.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS9.1.sdk -I /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-14.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-14.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-14.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS9.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -empty-abi-descriptor -Xcc -working-directory -Xcc /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace -resource-dir /Applications/Xcode-14.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NextLevelSessionExporter.build/Debug-watchos/SessionExporter.build/swift-overrides.hmap -Xcc -I/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NextLevelSessionExporter.build/Debug-watchos/SessionExporter.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NextLevelSessionExporter.build/Debug-watchos/SessionExporter.build/DerivedSources/arm64_32 -Xcc -I/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NextLevelSessionExporter.build/Debug-watchos/SessionExporter.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name SessionExporter -disable-clang-spi -target-sdk-version 9.1 -emit-module-doc-path /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NextLevelSessionExporter.build/Debug-watchos/SessionExporter.build/Objects-normal/arm64_32/SessionExporter.swiftdoc -emit-module-source-info-path /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NextLevelSessionExporter.build/Debug-watchos/SessionExporter.build/Objects-normal/arm64_32/SessionExporter.swiftsourceinfo -emit-objc-header-path /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NextLevelSessionExporter.build/Debug-watchos/SessionExporter.build/Objects-normal/arm64_32/SessionExporter-Swift.h -serialize-diagnostics-path /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NextLevelSessionExporter.build/Debug-watchos/SessionExporter.build/Objects-normal/arm64_32/SessionExporter-master-emit-module.dia -emit-dependencies-path /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NextLevelSessionExporter.build/Debug-watchos/SessionExporter.build/Objects-normal/arm64_32/SessionExporter-master-emit-module.d -parse-as-library -o /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NextLevelSessionExporter.build/Debug-watchos/SessionExporter.build/Objects-normal/arm64_32/SessionExporter.swiftmodule -emit-abi-descriptor-path /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NextLevelSessionExporter.build/Debug-watchos/SessionExporter.build/Objects-normal/arm64_32/SessionExporter.abi.json
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NextLevelSessionExporter.swift:61:34: error: 'AVVideoComposition' is unavailable in watchOS
    public var videoComposition: AVVideoComposition?
                                 ^~~~~~~~~~~~~~~~~~
AVFoundation.AVVideoComposition:2:12: note: 'AVVideoComposition' has been explicitly marked unavailable here
open class AVVideoComposition : NSObject, NSCopying, NSMutableCopying {
           ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NextLevelSessionExporter.swift:73:27: error: 'CMTimeRange' is only available in watchOS 6.0 or newer
    public var timeRange: CMTimeRange
                          ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NextLevelSessionExporter.swift:55:12: note: add @available attribute to enclosing class
open class NextLevelSessionExporter: NSObject {
           ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NextLevelSessionExporter.swift:94:24: error: 'AVAssetExportSession' is unavailable in watchOS
    public var status: AVAssetExportSession.Status {
                       ^~~~~~~~~~~~~~~~~~~~
AVFoundation.AVAssetExportSession:2:12: note: 'AVAssetExportSession' has been explicitly marked unavailable here
open class AVAssetExportSession : NSObject {
           ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NextLevelSessionExporter.swift:127:30: error: 'AVAssetWriter' is unavailable in watchOS
    fileprivate var _writer: AVAssetWriter?
                             ^~~~~~~~~~~~~
AVFoundation.AVAssetWriter:2:12: note: 'AVAssetWriter' has been explicitly marked unavailable here
open class AVAssetWriter : NSObject {
           ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NextLevelSessionExporter.swift:128:30: error: 'AVAssetReader' is unavailable in watchOS
    fileprivate var _reader: AVAssetReader?
                             ^~~~~~~~~~~~~
AVFoundation.AVAssetReader:2:12: note: 'AVAssetReader' has been explicitly marked unavailable here
open class AVAssetReader : NSObject {
           ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NextLevelSessionExporter.swift:129:42: error: 'AVAssetWriterInputPixelBufferAdaptor' is unavailable in watchOS
    fileprivate var _pixelBufferAdaptor: AVAssetWriterInputPixelBufferAdaptor?
                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
AVFoundation.AVAssetWriterInputPixelBufferAdaptor:2:12: note: 'AVAssetWriterInputPixelBufferAdaptor' has been explicitly marked unavailable here
open class AVAssetWriterInputPixelBufferAdaptor : NSObject {
           ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NextLevelSessionExporter.swift:133:35: error: 'AVAssetReaderVideoCompositionOutput' is unavailable in watchOS
    fileprivate var _videoOutput: AVAssetReaderVideoCompositionOutput?
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
AVFoundation.AVAssetReaderVideoCompositionOutput:2:12: note: 'AVAssetReaderVideoCompositionOutput' has been explicitly marked unavailable here
open class AVAssetReaderVideoCompositionOutput : AVAssetReaderOutput {
           ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NextLevelSessionExporter.swift:134:35: error: 'AVAssetReaderAudioMixOutput' is unavailable in watchOS
    fileprivate var _audioOutput: AVAssetReaderAudioMixOutput?
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~
AVFoundation.AVAssetReaderAudioMixOutput:2:12: note: 'AVAssetReaderAudioMixOutput' has been explicitly marked unavailable here
open class AVAssetReaderAudioMixOutput : AVAssetReaderOutput {
           ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NextLevelSessionExporter.swift:135:34: error: 'AVAssetWriterInput' is unavailable in watchOS
    fileprivate var _videoInput: AVAssetWriterInput?
                                 ^~~~~~~~~~~~~~~~~~
AVFoundation.AVAssetWriterInput:2:12: note: 'AVAssetWriterInput' has been explicitly marked unavailable here
open class AVAssetWriterInput : NSObject {
           ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NextLevelSessionExporter.swift:136:34: error: 'AVAssetWriterInput' is unavailable in watchOS
    fileprivate var _audioInput: AVAssetWriterInput?
                                 ^~~~~~~~~~~~~~~~~~
AVFoundation.AVAssetWriterInput:2:12: note: 'AVAssetWriterInput' has been explicitly marked unavailable here
open class AVAssetWriterInput : NSObject {
           ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NextLevelSessionExporter.swift:145:50: error: 'CMTime' is only available in watchOS 6.0 or newer
    fileprivate var _lastSamplePresentationTime: CMTime = .invalid
                                                 ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NextLevelSessionExporter.swift:55:12: note: add @available attribute to enclosing class
open class NextLevelSessionExporter: NSObject {
           ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NextLevelSessionExporter.swift:145:60: error: 'invalid' is only available in watchOS 6.0 or newer
    fileprivate var _lastSamplePresentationTime: CMTime = .invalid
                                                           ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NextLevelSessionExporter.swift:55:12: note: add @available attribute to enclosing class
open class NextLevelSessionExporter: NSObject {
           ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NextLevelSessionExporter.swift:179:56: error: 'AVAssetExportSession' is unavailable in watchOS
    public typealias CompletionHandler = (Swift.Result<AVAssetExportSession.Status, Error>) -> Void
                                                       ^~~~~~~~~~~~~~~~~~~~
AVFoundation.AVAssetExportSession:2:12: note: 'AVAssetExportSession' has been explicitly marked unavailable here
open class AVAssetExportSession : NSObject {
           ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NextLevelSessionExporter.swift:185:89: error: 'CMTime' is only available in watchOS 6.0 or newer
    public typealias RenderHandler = (_ renderFrame: CVPixelBuffer, _ presentationTime: CMTime, _ resultingBuffer: CVPixelBuffer) -> Void
                                                                                        ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NextLevelSessionExporter.swift:185:22: note: add @available attribute to enclosing type alias
    public typealias RenderHandler = (_ renderFrame: CVPixelBuffer, _ presentationTime: CMTime, _ resultingBuffer: CVPixelBuffer) -> Void
                     ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NextLevelSessionExporter.swift:176:1: note: add @available attribute to enclosing extension
extension NextLevelSessionExporter {
^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NextLevelSessionExporter.swift:426:63: error: 'AVAssetReaderOutput' is unavailable in watchOS
    internal func encode(readySamplesFromReaderOutput output: AVAssetReaderOutput, toWriterInput input: AVAssetWriterInput) -> Bool {
                                                              ^~~~~~~~~~~~~~~~~~~
AVFoundation.AVAssetReaderOutput:2:12: note: 'AVAssetReaderOutput' has been explicitly marked unavailable here
open class AVAssetReaderOutput : NSObject {
           ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NextLevelSessionExporter.swift:426:105: error: 'AVAssetWriterInput' is unavailable in watchOS
    internal func encode(readySamplesFromReaderOutput output: AVAssetReaderOutput, toWriterInput input: AVAssetWriterInput) -> Bool {
                                                                                                        ^~~~~~~~~~~~~~~~~~
AVFoundation.AVAssetWriterInput:2:12: note: 'AVAssetWriterInput' has been explicitly marked unavailable here
open class AVAssetWriterInput : NSObject {
           ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NextLevelSessionExporter.swift:472:47: error: 'AVMutableVideoComposition' is unavailable in watchOS
    internal func createVideoComposition() -> AVMutableVideoComposition {
                                              ^~~~~~~~~~~~~~~~~~~~~~~~~
AVFoundation.AVMutableVideoComposition:2:12: note: 'AVMutableVideoComposition' has been explicitly marked unavailable here
open class AVMutableVideoComposition : AVVideoComposition {
           ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NextLevelSessionExporter.swift:647:5: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
    open func validateVideoOutputConfiguration() -> Bool {
    ^~~~
    public
SwiftCompile normal arm64 Compiling\ NextLevelSessionExporter.swift /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NextLevelSessionExporter.swift (in target 'SessionExporter' from project 'NextLevelSessionExporter')
    cd /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace
    builtin-swiftTaskExecution -- /Applications/Xcode-14.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c -primary-file /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NextLevelSessionExporter.swift -emit-dependencies-path /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NextLevelSessionExporter.build/Debug-watchos/SessionExporter.build/Objects-normal/arm64/NextLevelSessionExporter.d -emit-reference-dependencies-path /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NextLevelSessionExporter.build/Debug-watchos/SessionExporter.build/Objects-normal/arm64/NextLevelSessionExporter.swiftdeps -serialize-diagnostics-path /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NextLevelSessionExporter.build/Debug-watchos/SessionExporter.build/Objects-normal/arm64/NextLevelSessionExporter.dia -target arm64-apple-watchos4.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-14.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS9.1.sdk -I /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-14.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-14.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-14.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS9.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -empty-abi-descriptor -Xcc -working-directory -Xcc /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace -resource-dir /Applications/Xcode-14.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NextLevelSessionExporter.build/Debug-watchos/SessionExporter.build/swift-overrides.hmap -Xcc -I/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NextLevelSessionExporter.build/Debug-watchos/SessionExporter.build/DerivedSources-normal/arm64 -Xcc -I/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NextLevelSessionExporter.build/Debug-watchos/SessionExporter.build/DerivedSources/arm64 -Xcc -I/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NextLevelSessionExporter.build/Debug-watchos/SessionExporter.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name SessionExporter -frontend-parseable-output -disable-clang-spi -target-sdk-version 9.1 -parse-as-library -o /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NextLevelSessionExporter.build/Debug-watchos/SessionExporter.build/Objects-normal/arm64/NextLevelSessionExporter.o -index-unit-output-path /NextLevelSessionExporter.build/Debug-watchos/SessionExporter.build/Objects-normal/arm64/NextLevelSessionExporter.o -index-store-path /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
CompileSwift normal arm64 /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NextLevelSessionExporter.swift (in target 'SessionExporter' from project 'NextLevelSessionExporter')
    cd /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace
    /Applications/Xcode-14.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c -primary-file /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NextLevelSessionExporter.swift -emit-dependencies-path /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NextLevelSessionExporter.build/Debug-watchos/SessionExporter.build/Objects-normal/arm64/NextLevelSessionExporter.d -emit-reference-dependencies-path /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NextLevelSessionExporter.build/Debug-watchos/SessionExporter.build/Objects-normal/arm64/NextLevelSessionExporter.swiftdeps -serialize-diagnostics-path /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NextLevelSessionExporter.build/Debug-watchos/SessionExporter.build/Objects-normal/arm64/NextLevelSessionExporter.dia -target arm64-apple-watchos4.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-14.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS9.1.sdk -I /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-14.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-14.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-14.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS9.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -empty-abi-descriptor -Xcc -working-directory -Xcc /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace -resource-dir /Applications/Xcode-14.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NextLevelSessionExporter.build/Debug-watchos/SessionExporter.build/swift-overrides.hmap -Xcc -I/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NextLevelSessionExporter.build/Debug-watchos/SessionExporter.build/DerivedSources-normal/arm64 -Xcc -I/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NextLevelSessionExporter.build/Debug-watchos/SessionExporter.build/DerivedSources/arm64 -Xcc -I/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NextLevelSessionExporter.build/Debug-watchos/SessionExporter.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name SessionExporter -frontend-parseable-output -disable-clang-spi -target-sdk-version 9.1 -parse-as-library -o /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NextLevelSessionExporter.build/Debug-watchos/SessionExporter.build/Objects-normal/arm64/NextLevelSessionExporter.o -index-unit-output-path /NextLevelSessionExporter.build/Debug-watchos/SessionExporter.build/Objects-normal/arm64/NextLevelSessionExporter.o -index-store-path /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NextLevelSessionExporter.swift:61:34: error: 'AVVideoComposition' is unavailable in watchOS
    public var videoComposition: AVVideoComposition?
                                 ^~~~~~~~~~~~~~~~~~
AVFoundation.AVVideoComposition:2:12: note: 'AVVideoComposition' has been explicitly marked unavailable here
open class AVVideoComposition : NSObject, NSCopying, NSMutableCopying {
           ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NextLevelSessionExporter.swift:73:27: error: 'CMTimeRange' is only available in watchOS 6.0 or newer
    public var timeRange: CMTimeRange
                          ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NextLevelSessionExporter.swift:55:12: note: add @available attribute to enclosing class
open class NextLevelSessionExporter: NSObject {
           ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NextLevelSessionExporter.swift:94:24: error: 'AVAssetExportSession' is unavailable in watchOS
    public var status: AVAssetExportSession.Status {
                       ^~~~~~~~~~~~~~~~~~~~
AVFoundation.AVAssetExportSession:2:12: note: 'AVAssetExportSession' has been explicitly marked unavailable here
open class AVAssetExportSession : NSObject {
           ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NextLevelSessionExporter.swift:127:30: error: 'AVAssetWriter' is unavailable in watchOS
    fileprivate var _writer: AVAssetWriter?
                             ^~~~~~~~~~~~~
AVFoundation.AVAssetWriter:2:12: note: 'AVAssetWriter' has been explicitly marked unavailable here
open class AVAssetWriter : NSObject {
           ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NextLevelSessionExporter.swift:128:30: error: 'AVAssetReader' is unavailable in watchOS
    fileprivate var _reader: AVAssetReader?
                             ^~~~~~~~~~~~~
AVFoundation.AVAssetReader:2:12: note: 'AVAssetReader' has been explicitly marked unavailable here
open class AVAssetReader : NSObject {
           ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NextLevelSessionExporter.swift:129:42: error: 'AVAssetWriterInputPixelBufferAdaptor' is unavailable in watchOS
    fileprivate var _pixelBufferAdaptor: AVAssetWriterInputPixelBufferAdaptor?
                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
AVFoundation.AVAssetWriterInputPixelBufferAdaptor:2:12: note: 'AVAssetWriterInputPixelBufferAdaptor' has been explicitly marked unavailable here
open class AVAssetWriterInputPixelBufferAdaptor : NSObject {
           ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NextLevelSessionExporter.swift:133:35: error: 'AVAssetReaderVideoCompositionOutput' is unavailable in watchOS
    fileprivate var _videoOutput: AVAssetReaderVideoCompositionOutput?
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
AVFoundation.AVAssetReaderVideoCompositionOutput:2:12: note: 'AVAssetReaderVideoCompositionOutput' has been explicitly marked unavailable here
open class AVAssetReaderVideoCompositionOutput : AVAssetReaderOutput {
           ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NextLevelSessionExporter.swift:134:35: error: 'AVAssetReaderAudioMixOutput' is unavailable in watchOS
    fileprivate var _audioOutput: AVAssetReaderAudioMixOutput?
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~
AVFoundation.AVAssetReaderAudioMixOutput:2:12: note: 'AVAssetReaderAudioMixOutput' has been explicitly marked unavailable here
open class AVAssetReaderAudioMixOutput : AVAssetReaderOutput {
           ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NextLevelSessionExporter.swift:135:34: error: 'AVAssetWriterInput' is unavailable in watchOS
    fileprivate var _videoInput: AVAssetWriterInput?
                                 ^~~~~~~~~~~~~~~~~~
AVFoundation.AVAssetWriterInput:2:12: note: 'AVAssetWriterInput' has been explicitly marked unavailable here
open class AVAssetWriterInput : NSObject {
           ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NextLevelSessionExporter.swift:136:34: error: 'AVAssetWriterInput' is unavailable in watchOS
    fileprivate var _audioInput: AVAssetWriterInput?
                                 ^~~~~~~~~~~~~~~~~~
AVFoundation.AVAssetWriterInput:2:12: note: 'AVAssetWriterInput' has been explicitly marked unavailable here
open class AVAssetWriterInput : NSObject {
           ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NextLevelSessionExporter.swift:145:50: error: 'CMTime' is only available in watchOS 6.0 or newer
    fileprivate var _lastSamplePresentationTime: CMTime = .invalid
                                                 ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NextLevelSessionExporter.swift:55:12: note: add @available attribute to enclosing class
open class NextLevelSessionExporter: NSObject {
           ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NextLevelSessionExporter.swift:145:60: error: 'invalid' is only available in watchOS 6.0 or newer
    fileprivate var _lastSamplePresentationTime: CMTime = .invalid
                                                           ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NextLevelSessionExporter.swift:55:12: note: add @available attribute to enclosing class
open class NextLevelSessionExporter: NSObject {
           ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NextLevelSessionExporter.swift:179:56: error: 'AVAssetExportSession' is unavailable in watchOS
    public typealias CompletionHandler = (Swift.Result<AVAssetExportSession.Status, Error>) -> Void
                                                       ^~~~~~~~~~~~~~~~~~~~
AVFoundation.AVAssetExportSession:2:12: note: 'AVAssetExportSession' has been explicitly marked unavailable here
open class AVAssetExportSession : NSObject {
           ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NextLevelSessionExporter.swift:185:89: error: 'CMTime' is only available in watchOS 6.0 or newer
    public typealias RenderHandler = (_ renderFrame: CVPixelBuffer, _ presentationTime: CMTime, _ resultingBuffer: CVPixelBuffer) -> Void
                                                                                        ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NextLevelSessionExporter.swift:185:22: note: add @available attribute to enclosing type alias
    public typealias RenderHandler = (_ renderFrame: CVPixelBuffer, _ presentationTime: CMTime, _ resultingBuffer: CVPixelBuffer) -> Void
                     ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NextLevelSessionExporter.swift:176:1: note: add @available attribute to enclosing extension
extension NextLevelSessionExporter {
^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NextLevelSessionExporter.swift:426:63: error: 'AVAssetReaderOutput' is unavailable in watchOS
    internal func encode(readySamplesFromReaderOutput output: AVAssetReaderOutput, toWriterInput input: AVAssetWriterInput) -> Bool {
                                                              ^~~~~~~~~~~~~~~~~~~
AVFoundation.AVAssetReaderOutput:2:12: note: 'AVAssetReaderOutput' has been explicitly marked unavailable here
open class AVAssetReaderOutput : NSObject {
           ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NextLevelSessionExporter.swift:426:105: error: 'AVAssetWriterInput' is unavailable in watchOS
    internal func encode(readySamplesFromReaderOutput output: AVAssetReaderOutput, toWriterInput input: AVAssetWriterInput) -> Bool {
                                                                                                        ^~~~~~~~~~~~~~~~~~
AVFoundation.AVAssetWriterInput:2:12: note: 'AVAssetWriterInput' has been explicitly marked unavailable here
open class AVAssetWriterInput : NSObject {
           ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NextLevelSessionExporter.swift:472:47: error: 'AVMutableVideoComposition' is unavailable in watchOS
    internal func createVideoComposition() -> AVMutableVideoComposition {
                                              ^~~~~~~~~~~~~~~~~~~~~~~~~
AVFoundation.AVMutableVideoComposition:2:12: note: 'AVMutableVideoComposition' has been explicitly marked unavailable here
open class AVMutableVideoComposition : AVVideoComposition {
           ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NextLevelSessionExporter.swift:647:5: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
    open func validateVideoOutputConfiguration() -> Bool {
    ^~~~
    public
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NextLevelSessionExporter.swift:159:26: error: 'CMTimeRange' is only available in watchOS 6.0 or newer
        self.timeRange = CMTimeRange(start: CMTime.zero, end: CMTime.positiveInfinity)
                         ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NextLevelSessionExporter.swift:159:26: note: add 'if #available' version check
        self.timeRange = CMTimeRange(start: CMTime.zero, end: CMTime.positiveInfinity)
                         ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NextLevelSessionExporter.swift:157:21: note: add @available attribute to enclosing initializer
    public override init() {
                    ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NextLevelSessionExporter.swift:55:12: note: add @available attribute to enclosing class
open class NextLevelSessionExporter: NSObject {
           ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NextLevelSessionExporter.swift:159:26: error: 'init(start:end:)' is only available in watchOS 6.0 or newer
        self.timeRange = CMTimeRange(start: CMTime.zero, end: CMTime.positiveInfinity)
                         ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NextLevelSessionExporter.swift:159:26: note: add 'if #available' version check
        self.timeRange = CMTimeRange(start: CMTime.zero, end: CMTime.positiveInfinity)
                         ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NextLevelSessionExporter.swift:157:21: note: add @available attribute to enclosing initializer
    public override init() {
                    ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NextLevelSessionExporter.swift:55:12: note: add @available attribute to enclosing class
open class NextLevelSessionExporter: NSObject {
           ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NextLevelSessionExporter.swift:159:45: error: 'CMTime' is only available in watchOS 6.0 or newer
        self.timeRange = CMTimeRange(start: CMTime.zero, end: CMTime.positiveInfinity)
                                            ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NextLevelSessionExporter.swift:159:45: note: add 'if #available' version check
        self.timeRange = CMTimeRange(start: CMTime.zero, end: CMTime.positiveInfinity)
                                            ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NextLevelSessionExporter.swift:157:21: note: add @available attribute to enclosing initializer
    public override init() {
                    ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NextLevelSessionExporter.swift:55:12: note: add @available attribute to enclosing class
open class NextLevelSessionExporter: NSObject {
           ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NextLevelSessionExporter.swift:159:52: error: 'zero' is only available in watchOS 6.0 or newer
        self.timeRange = CMTimeRange(start: CMTime.zero, end: CMTime.positiveInfinity)
                                                   ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NextLevelSessionExporter.swift:159:52: note: add 'if #available' version check
        self.timeRange = CMTimeRange(start: CMTime.zero, end: CMTime.positiveInfinity)
                                                   ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NextLevelSessionExporter.swift:157:21: note: add @available attribute to enclosing initializer
    public override init() {
                    ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NextLevelSessionExporter.swift:55:12: note: add @available attribute to enclosing class
open class NextLevelSessionExporter: NSObject {
           ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NextLevelSessionExporter.swift:159:63: error: 'CMTime' is only available in watchOS 6.0 or newer
        self.timeRange = CMTimeRange(start: CMTime.zero, end: CMTime.positiveInfinity)
                                                              ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NextLevelSessionExporter.swift:159:63: note: add 'if #available' version check
        self.timeRange = CMTimeRange(start: CMTime.zero, end: CMTime.positiveInfinity)
                                                              ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NextLevelSessionExporter.swift:157:21: note: add @available attribute to enclosing initializer
    public override init() {
                    ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NextLevelSessionExporter.swift:55:12: note: add @available attribute to enclosing class
open class NextLevelSessionExporter: NSObject {
           ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NextLevelSessionExporter.swift:159:70: error: 'positiveInfinity' is only available in watchOS 6.0 or newer
        self.timeRange = CMTimeRange(start: CMTime.zero, end: CMTime.positiveInfinity)
                                                                     ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NextLevelSessionExporter.swift:159:70: note: add 'if #available' version check
        self.timeRange = CMTimeRange(start: CMTime.zero, end: CMTime.positiveInfinity)
                                                                     ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NextLevelSessionExporter.swift:157:21: note: add @available attribute to enclosing initializer
    public override init() {
                    ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NextLevelSessionExporter.swift:55:12: note: add @available attribute to enclosing class
open class NextLevelSessionExporter: NSObject {
           ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NextLevelSessionExporter.swift:217:32: error: 'AVAssetReader' is unavailable in watchOS
            self._reader = try AVAssetReader(asset: asset)
                               ^~~~~~~~~~~~~
AVFoundation.AVAssetReader:2:12: note: 'AVAssetReader' has been explicitly marked unavailable here
open class AVAssetReader : NSObject {
           ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NextLevelSessionExporter.swift:226:32: error: 'AVAssetWriter' is unavailable in watchOS
            self._writer = try AVAssetWriter(outputURL: outputURL, fileType: outputFileType)
                               ^~~~~~~~~~~~~
AVFoundation.AVAssetWriter:2:12: note: 'AVAssetWriter' has been explicitly marked unavailable here
open class AVAssetWriter : NSObject {
           ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NextLevelSessionExporter.swift:253:36: error: 'isValid' is only available in watchOS 6.0 or newer
        if self.timeRange.duration.isValid && self.timeRange.duration.isPositiveInfinity == false {
                                   ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NextLevelSessionExporter.swift:253:36: note: add 'if #available' version check
        if self.timeRange.duration.isValid && self.timeRange.duration.isPositiveInfinity == false {
                                   ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NextLevelSessionExporter.swift:191:17: note: add @available attribute to enclosing instance method
    public func export(renderHandler: RenderHandler? = nil,
                ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NextLevelSessionExporter.swift:176:1: note: add @available attribute to enclosing extension
extension NextLevelSessionExporter {
^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NextLevelSessionExporter.swift:253:71: error: 'isPositiveInfinity' is only available in watchOS 6.0 or newer
        if self.timeRange.duration.isValid && self.timeRange.duration.isPositiveInfinity == false {
                                                                      ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NextLevelSessionExporter.swift:253:71: note: add 'if #available' version check
        if self.timeRange.duration.isValid && self.timeRange.duration.isPositiveInfinity == false {
                                                                      ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NextLevelSessionExporter.swift:191:17: note: add @available attribute to enclosing instance method
    public func export(renderHandler: RenderHandler? = nil,
                ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NextLevelSessionExporter.swift:176:1: note: add @available attribute to enclosing extension
extension NextLevelSessionExporter {
^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NextLevelSessionExporter.swift:254:30: error: 'CMTimeGetSeconds' is only available in watchOS 6.0 or newer
            self._duration = CMTimeGetSeconds(self.timeRange.duration)
                             ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NextLevelSessionExporter.swift:254:30: note: add 'if #available' version check
            self._duration = CMTimeGetSeconds(self.timeRange.duration)
                             ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NextLevelSessionExporter.swift:191:17: note: add @available attribute to enclosing instance method
    public func export(renderHandler: RenderHandler? = nil,
                ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NextLevelSessionExporter.swift:176:1: note: add @available attribute to enclosing extension
extension NextLevelSessionExporter {
^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NextLevelSessionExporter.swift:256:30: error: 'CMTimeGetSeconds' is only available in watchOS 6.0 or newer
            self._duration = CMTimeGetSeconds(asset.duration)
                             ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NextLevelSessionExporter.swift:256:30: note: add 'if #available' version check
            self._duration = CMTimeGetSeconds(asset.duration)
                             ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NextLevelSessionExporter.swift:191:17: note: add @available attribute to enclosing instance method
    public func export(renderHandler: RenderHandler? = nil,
                ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NextLevelSessionExporter.swift:176:1: note: add @available attribute to enclosing extension
extension NextLevelSessionExporter {
^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NextLevelSessionExporter.swift:259:57: error: 'AVVideoCodecKey' is unavailable in watchOS
        if self.videoOutputConfiguration?.keys.contains(AVVideoCodecKey) == false {
                                                        ^~~~~~~~~~~~~~~
AVFoundation.AVVideoCodecKey:2:12: note: 'AVVideoCodecKey' has been explicitly marked unavailable here
public let AVVideoCodecKey: String
           ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NextLevelSessionExporter.swift:262:48: error: 'AVVideoCodecKey' is unavailable in watchOS
                self.videoOutputConfiguration?[AVVideoCodecKey] = AVVideoCodecType.h264
                                               ^~~~~~~~~~~~~~~
AVFoundation.AVVideoCodecKey:2:12: note: 'AVVideoCodecKey' has been explicitly marked unavailable here
public let AVVideoCodecKey: String
           ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NextLevelSessionExporter.swift:262:84: error: 'h264' is unavailable in watchOS
                self.videoOutputConfiguration?[AVVideoCodecKey] = AVVideoCodecType.h264
                                                                                   ^~~~
AVFoundation.AVVideoCodecType:5:23: note: 'h264' has been explicitly marked unavailable here
    public static let h264: AVVideoCodecType
                      ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NextLevelSessionExporter.swift:264:48: error: 'AVVideoCodecKey' is unavailable in watchOS
                self.videoOutputConfiguration?[AVVideoCodecKey] = AVVideoCodecH264
                                               ^~~~~~~~~~~~~~~
AVFoundation.AVVideoCodecKey:2:12: note: 'AVVideoCodecKey' has been explicitly marked unavailable here
public let AVVideoCodecKey: String
           ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NextLevelSessionExporter.swift:264:67: error: 'AVVideoCodecH264' is unavailable in watchOS
                self.videoOutputConfiguration?[AVVideoCodecKey] = AVVideoCodecH264
                                                                  ^~~~~~~~~~~~~~~~
AVFoundation.AVVideoCodecH264:2:12: note: 'AVVideoCodecH264' has been explicitly marked unavailable here
public let AVVideoCodecH264: String
           ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NextLevelSessionExporter.swift:340:29: error: 'AVAssetReaderVideoCompositionOutput' is unavailable in watchOS
        self._videoOutput = AVAssetReaderVideoCompositionOutput(videoTracks: videoTracks, videoSettings: self.videoInputConfiguration)
                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
AVFoundation.AVAssetReaderVideoCompositionOutput:2:12: note: 'AVAssetReaderVideoCompositionOutput' has been explicitly marked unavailable here
open class AVAssetReaderVideoCompositionOutput : AVAssetReaderOutput {
           ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NextLevelSessionExporter.swift:341:28: error: 'alwaysCopiesSampleData' is unavailable in watchOS
        self._videoOutput?.alwaysCopiesSampleData = false
                           ^~~~~~~~~~~~~~~~~~~~~~
AVFoundation.AVAssetReaderOutput:5:14: note: 'alwaysCopiesSampleData' has been explicitly marked unavailable here
    open var alwaysCopiesSampleData: Bool { get set }
             ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NextLevelSessionExporter.swift:358:32: error: 'AVAssetWriterInput' is unavailable in watchOS
            self._videoInput = AVAssetWriterInput(mediaType: AVMediaType.video, outputSettings: self.videoOutputConfiguration)
                               ^~~~~~~~~~~~~~~~~~
AVFoundation.AVAssetWriterInput:2:12: note: 'AVAssetWriterInput' has been explicitly marked unavailable here
open class AVAssetWriterInput : NSObject {
           ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NextLevelSessionExporter.swift:382:40: error: 'AVAssetWriterInputPixelBufferAdaptor' is unavailable in watchOS
            self._pixelBufferAdaptor = AVAssetWriterInputPixelBufferAdaptor(assetWriterInput: videoInput, sourcePixelBufferAttributes: pixelBufferAttrib)
                                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
AVFoundation.AVAssetWriterInputPixelBufferAdaptor:2:12: note: 'AVAssetWriterInputPixelBufferAdaptor' has been explicitly marked unavailable here
open class AVAssetWriterInputPixelBufferAdaptor : NSObject {
           ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NextLevelSessionExporter.swift:394:29: error: 'AVAssetReaderAudioMixOutput' is unavailable in watchOS
        self._audioOutput = AVAssetReaderAudioMixOutput(audioTracks: audioTracks, audioSettings: nil)
                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~
AVFoundation.AVAssetReaderAudioMixOutput:2:12: note: 'AVAssetReaderAudioMixOutput' has been explicitly marked unavailable here
open class AVAssetReaderAudioMixOutput : AVAssetReaderOutput {
           ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NextLevelSessionExporter.swift:395:28: error: 'alwaysCopiesSampleData' is unavailable in watchOS
        self._audioOutput?.alwaysCopiesSampleData = false
                           ^~~~~~~~~~~~~~~~~~~~~~
AVFoundation.AVAssetReaderOutput:5:14: note: 'alwaysCopiesSampleData' has been explicitly marked unavailable here
    open var alwaysCopiesSampleData: Bool { get set }
             ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NextLevelSessionExporter.swift:410:28: error: 'AVAssetWriterInput' is unavailable in watchOS
        self._audioInput = AVAssetWriterInput(mediaType: AVMediaType.audio, outputSettings: self.audioOutputConfiguration)
                           ^~~~~~~~~~~~~~~~~~
AVFoundation.AVAssetWriterInput:2:12: note: 'AVAssetWriterInput' has been explicitly marked unavailable here
open class AVAssetWriterInput : NSObject {
           ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NextLevelSessionExporter.swift:438:105: error: '-' is only available in watchOS 6.0 or newer
                self._lastSamplePresentationTime = CMSampleBufferGetPresentationTimeStamp(sampleBuffer) - self.timeRange.start
                                                                                                        ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NextLevelSessionExporter.swift:438:105: note: add 'if #available' version check
                self._lastSamplePresentationTime = CMSampleBufferGetPresentationTimeStamp(sampleBuffer) - self.timeRange.start
                                                                                                        ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NextLevelSessionExporter.swift:426:19: note: add @available attribute to enclosing instance method
    internal func encode(readySamplesFromReaderOutput output: AVAssetReaderOutput, toWriterInput input: AVAssetWriterInput) -> Bool {
                  ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NextLevelSessionExporter.swift:423:1: note: add @available attribute to enclosing extension
extension NextLevelSessionExporter {
^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NextLevelSessionExporter.swift:438:52: error: 'CMSampleBufferGetPresentationTimeStamp' is only available in watchOS 6.0 or newer
                self._lastSamplePresentationTime = CMSampleBufferGetPresentationTimeStamp(sampleBuffer) - self.timeRange.start
                                                   ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NextLevelSessionExporter.swift:438:52: note: add 'if #available' version check
                self._lastSamplePresentationTime = CMSampleBufferGetPresentationTimeStamp(sampleBuffer) - self.timeRange.start
                                                   ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NextLevelSessionExporter.swift:426:19: note: add @available attribute to enclosing instance method
    internal func encode(readySamplesFromReaderOutput output: AVAssetReaderOutput, toWriterInput input: AVAssetWriterInput) -> Bool {
                  ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NextLevelSessionExporter.swift:423:1: note: add @available attribute to enclosing extension
extension NextLevelSessionExporter {
^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NextLevelSessionExporter.swift:439:64: error: 'CMTimeGetSeconds' is only available in watchOS 6.0 or newer
                let progress = self._duration == 0 ? 1 : Float(CMTimeGetSeconds(self._lastSamplePresentationTime) / self._duration)
                                                               ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NextLevelSessionExporter.swift:439:64: note: add 'if #available' version check
                let progress = self._duration == 0 ? 1 : Float(CMTimeGetSeconds(self._lastSamplePresentationTime) / self._duration)
                                                               ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NextLevelSessionExporter.swift:426:19: note: add @available attribute to enclosing instance method
    internal func encode(readySamplesFromReaderOutput output: AVAssetReaderOutput, toWriterInput input: AVAssetWriterInput) -> Bool {
                  ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NextLevelSessionExporter.swift:423:1: note: add @available attribute to enclosing extension
extension NextLevelSessionExporter {
^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NextLevelSessionExporter.swift:445:39: error: 'CMSampleBufferGetImageBuffer' is only available in watchOS 6.0 or newer
                    let pixelBuffer = CMSampleBufferGetImageBuffer(sampleBuffer) {
                                      ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NextLevelSessionExporter.swift:445:39: note: add 'if #available' version check
                    let pixelBuffer = CMSampleBufferGetImageBuffer(sampleBuffer) {
                                      ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NextLevelSessionExporter.swift:426:19: note: add @available attribute to enclosing instance method
    internal func encode(readySamplesFromReaderOutput output: AVAssetReaderOutput, toWriterInput input: AVAssetWriterInput) -> Bool {
                  ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NextLevelSessionExporter.swift:423:1: note: add @available attribute to enclosing extension
extension NextLevelSessionExporter {
^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NextLevelSessionExporter.swift:473:32: error: 'AVMutableVideoComposition' is unavailable in watchOS
        let videoComposition = AVMutableVideoComposition()
                               ^~~~~~~~~~~~~~~~~~~~~~~~~
AVFoundation.AVMutableVideoComposition:2:12: note: 'AVMutableVideoComposition' has been explicitly marked unavailable here
open class AVMutableVideoComposition : AVVideoComposition {
           ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NextLevelSessionExporter.swift:482:75: error: 'AVVideoCompressionPropertiesKey' is unavailable in watchOS
                if let videoCompressionConfiguration = videoConfiguration[AVVideoCompressionPropertiesKey] as? [String: Any] {
                                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
AVFoundation.AVVideoCompressionPropertiesKey:2:12: note: 'AVVideoCompressionPropertiesKey' has been explicitly marked unavailable here
public let AVVideoCompressionPropertiesKey: String
           ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NextLevelSessionExporter.swift:483:75: error: 'AVVideoAverageNonDroppableFrameRateKey' is unavailable in watchOS
                    if let trackFrameRate = videoCompressionConfiguration[AVVideoAverageNonDroppableFrameRateKey] as? NSNumber {
                                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
AVFoundation.AVVideoAverageNonDroppableFrameRateKey:2:12: note: 'AVVideoAverageNonDroppableFrameRateKey' has been explicitly marked unavailable here
public let AVVideoAverageNonDroppableFrameRateKey: String
           ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NextLevelSessionExporter.swift:494:46: error: 'CMTimeMake(value:timescale:)' is only available in watchOS 6.0 or newer
            videoComposition.frameDuration = CMTimeMake(value: 1, timescale: Int32(frameRate))
                                             ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NextLevelSessionExporter.swift:494:46: note: add 'if #available' version check
            videoComposition.frameDuration = CMTimeMake(value: 1, timescale: Int32(frameRate))
                                             ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NextLevelSessionExporter.swift:472:19: note: add @available attribute to enclosing instance method
    internal func createVideoComposition() -> AVMutableVideoComposition {
                  ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NextLevelSessionExporter.swift:423:1: note: add @available attribute to enclosing extension
extension NextLevelSessionExporter {
^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NextLevelSessionExporter.swift:500:53: error: 'AVVideoWidthKey' is unavailable in watchOS
                let videoWidth = videoConfiguration[AVVideoWidthKey] as? NSNumber
                                                    ^~~~~~~~~~~~~~~
AVFoundation.AVVideoWidthKey:2:12: note: 'AVVideoWidthKey' has been explicitly marked unavailable here
public let AVVideoWidthKey: String
           ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NextLevelSessionExporter.swift:501:54: error: 'AVVideoHeightKey' is unavailable in watchOS
                let videoHeight = videoConfiguration[AVVideoHeightKey] as? NSNumber
                                                     ^~~~~~~~~~~~~~~~
AVFoundation.AVVideoHeightKey:2:12: note: 'AVVideoHeightKey' has been explicitly marked unavailable here
public let AVVideoHeightKey: String
           ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NextLevelSessionExporter.swift:545:46: error: 'AVMutableVideoCompositionInstruction' is unavailable in watchOS
                let compositionInstruction = AVMutableVideoCompositionInstruction()
                                             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
AVFoundation.AVMutableVideoCompositionInstruction:2:12: note: 'AVMutableVideoCompositionInstruction' has been explicitly marked unavailable here
open class AVMutableVideoCompositionInstruction : AVVideoCompositionInstruction {
           ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NextLevelSessionExporter.swift:546:52: error: 'CMTimeRange' is only available in watchOS 6.0 or newer
                compositionInstruction.timeRange = CMTimeRange(start: CMTime.zero, duration: asset.duration)
                                                   ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NextLevelSessionExporter.swift:546:52: note: add 'if #available' version check
                compositionInstruction.timeRange = CMTimeRange(start: CMTime.zero, duration: asset.duration)
                                                   ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NextLevelSessionExporter.swift:472:19: note: add @available attribute to enclosing instance method
    internal func createVideoComposition() -> AVMutableVideoComposition {
                  ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NextLevelSessionExporter.swift:423:1: note: add @available attribute to enclosing extension
extension NextLevelSessionExporter {
^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NextLevelSessionExporter.swift:546:71: error: 'CMTime' is only available in watchOS 6.0 or newer
                compositionInstruction.timeRange = CMTimeRange(start: CMTime.zero, duration: asset.duration)
                                                                      ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NextLevelSessionExporter.swift:546:71: note: add 'if #available' version check
                compositionInstruction.timeRange = CMTimeRange(start: CMTime.zero, duration: asset.duration)
                                                                      ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NextLevelSessionExporter.swift:472:19: note: add @available attribute to enclosing instance method
    internal func createVideoComposition() -> AVMutableVideoComposition {
                  ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NextLevelSessionExporter.swift:423:1: note: add @available attribute to enclosing extension
extension NextLevelSessionExporter {
^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NextLevelSessionExporter.swift:546:78: error: 'zero' is only available in watchOS 6.0 or newer
                compositionInstruction.timeRange = CMTimeRange(start: CMTime.zero, duration: asset.duration)
                                                                             ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NextLevelSessionExporter.swift:546:78: note: add 'if #available' version check
                compositionInstruction.timeRange = CMTimeRange(start: CMTime.zero, duration: asset.duration)
                                                                             ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NextLevelSessionExporter.swift:472:19: note: add @available attribute to enclosing instance method
    internal func createVideoComposition() -> AVMutableVideoComposition {
                  ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NextLevelSessionExporter.swift:423:1: note: add @available attribute to enclosing extension
extension NextLevelSessionExporter {
^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NextLevelSessionExporter.swift:548:40: error: 'AVMutableVideoCompositionLayerInstruction' is unavailable in watchOS
                let layerInstruction = AVMutableVideoCompositionLayerInstruction(assetTrack: videoTrack)
                                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
AVFoundation.AVMutableVideoCompositionLayerInstruction:2:12: note: 'AVMutableVideoCompositionLayerInstruction' has been explicitly marked unavailable here
open class AVMutableVideoCompositionLayerInstruction : AVVideoCompositionLayerInstruction {
           ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NextLevelSessionExporter.swift:549:62: error: 'CMTime' is only available in watchOS 6.0 or newer
                layerInstruction.setTransform(transform, at: CMTime.zero)
                                                             ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NextLevelSessionExporter.swift:549:62: note: add 'if #available' version check
                layerInstruction.setTransform(transform, at: CMTime.zero)
                                                             ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NextLevelSessionExporter.swift:472:19: note: add @available attribute to enclosing instance method
    internal func createVideoComposition() -> AVMutableVideoComposition {
                  ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NextLevelSessionExporter.swift:423:1: note: add @available attribute to enclosing extension
extension NextLevelSessionExporter {
^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NextLevelSessionExporter.swift:549:69: error: 'zero' is only available in watchOS 6.0 or newer
                layerInstruction.setTransform(transform, at: CMTime.zero)
                                                                    ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NextLevelSessionExporter.swift:549:69: note: add 'if #available' version check
                layerInstruction.setTransform(transform, at: CMTime.zero)
                                                                    ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NextLevelSessionExporter.swift:472:19: note: add @available attribute to enclosing instance method
    internal func createVideoComposition() -> AVMutableVideoComposition {
                  ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NextLevelSessionExporter.swift:423:1: note: add @available attribute to enclosing extension
extension NextLevelSessionExporter {
^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NextLevelSessionExporter.swift:578:27: error: 'finishWriting(completionHandler:)' is unavailable in watchOS
            self._writer?.finishWriting {
                          ^~~~~~~~~~~~~
AVFoundation.AVAssetWriter:47:15: note: 'finishWriting(completionHandler:)' has been explicitly marked unavailable here
    open func finishWriting(completionHandler handler: @escaping () -> Void)
              ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NextLevelSessionExporter.swift:652:51: error: 'AVVideoWidthKey' is unavailable in watchOS
        let videoWidth = videoOutputConfiguration[AVVideoWidthKey] as? NSNumber
                                                  ^~~~~~~~~~~~~~~
AVFoundation.AVVideoWidthKey:2:12: note: 'AVVideoWidthKey' has been explicitly marked unavailable here
public let AVVideoWidthKey: String
           ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NextLevelSessionExporter.swift:653:52: error: 'AVVideoHeightKey' is unavailable in watchOS
        let videoHeight = videoOutputConfiguration[AVVideoHeightKey] as? NSNumber
                                                   ^~~~~~~~~~~~~~~~
AVFoundation.AVVideoHeightKey:2:12: note: 'AVVideoHeightKey' has been explicitly marked unavailable here
public let AVVideoHeightKey: String
           ^
Resolve Package Graph
** BUILD FAILED **
The following build commands failed:
	CompileSwift normal armv7k /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NextLevelSessionExporter.swift (in target 'SessionExporter' from project 'NextLevelSessionExporter')
	SwiftCompile normal armv7k Compiling\ NextLevelSessionExporter.swift /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NextLevelSessionExporter.swift (in target 'SessionExporter' from project 'NextLevelSessionExporter')
	SwiftCompile normal arm64_32 Compiling\ NextLevelSessionExporter.swift /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NextLevelSessionExporter.swift (in target 'SessionExporter' from project 'NextLevelSessionExporter')
	CompileSwift normal arm64_32 /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NextLevelSessionExporter.swift (in target 'SessionExporter' from project 'NextLevelSessionExporter')
	SwiftEmitModule normal armv7k Emitting\ module\ for\ SessionExporter (in target 'SessionExporter' from project 'NextLevelSessionExporter')
	SwiftEmitModule normal arm64 Emitting\ module\ for\ SessionExporter (in target 'SessionExporter' from project 'NextLevelSessionExporter')
	SwiftEmitModule normal arm64_32 Emitting\ module\ for\ SessionExporter (in target 'SessionExporter' from project 'NextLevelSessionExporter')
	SwiftCompile normal arm64 Compiling\ NextLevelSessionExporter.swift /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NextLevelSessionExporter.swift (in target 'SessionExporter' from project 'NextLevelSessionExporter')
	CompileSwift normal arm64 /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NextLevelSessionExporter.swift (in target 'SessionExporter' from project 'NextLevelSessionExporter')
(9 failures)
Command line invocation:
    /Applications/Xcode-14.2.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies -derivedDataPath /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData build -scheme NextLevelSessionExporter -destination generic/platform=watchos
User defaults from command line:
    IDEClonedSourcePackagesDirPathOverride = /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies
    IDEDerivedDataPathOverride = /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData
    IDEPackageSupportUseBuiltinSCM = YES
Resolve Package Graph
Resolved source packages:
  NextLevelSessionExporter: /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace
Prepare packages
Computing target dependency graph and provisioning inputs
Create build description
Build description signature: ad27f2bc59b32a0cbe47365726cb4cec
Build description path: /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/ad27f2bc59b32a0cbe47365726cb4cec-desc.xcbuild
note: Building targets in dependency order
SwiftDriver SessionExporter normal arm64 com.apple.xcode.tools.swift.compiler (in target 'SessionExporter' from project 'NextLevelSessionExporter')
    cd /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace
    builtin-SwiftDriver -- /Applications/Xcode-14.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name SessionExporter -Onone -enforce-exclusivity\=checked @/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NextLevelSessionExporter.build/Debug-watchos/SessionExporter.build/Objects-normal/arm64/SessionExporter.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DXcode -sdk /Applications/Xcode-14.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS9.1.sdk -target arm64-apple-watchos4.0 -g -module-cache-path /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -index-store-path /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-14.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-14.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-14.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS9.1.sdk/Developer/Library/Frameworks -parse-as-library -c -j8 -enable-batch-mode -incremental -output-file-map /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NextLevelSessionExporter.build/Debug-watchos/SessionExporter.build/Objects-normal/arm64/SessionExporter-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NextLevelSessionExporter.build/Debug-watchos/SessionExporter.build/Objects-normal/arm64/SessionExporter.swiftmodule -Xcc -I/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NextLevelSessionExporter.build/Debug-watchos/SessionExporter.build/swift-overrides.hmap -Xcc -I/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NextLevelSessionExporter.build/Debug-watchos/SessionExporter.build/DerivedSources-normal/arm64 -Xcc -I/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NextLevelSessionExporter.build/Debug-watchos/SessionExporter.build/DerivedSources/arm64 -Xcc -I/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NextLevelSessionExporter.build/Debug-watchos/SessionExporter.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NextLevelSessionExporter.build/Debug-watchos/SessionExporter.build/Objects-normal/arm64/SessionExporter-Swift.h -working-directory /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace -experimental-emit-module-separately
SwiftDriver SessionExporter normal armv7k com.apple.xcode.tools.swift.compiler (in target 'SessionExporter' from project 'NextLevelSessionExporter')
    cd /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace
    builtin-SwiftDriver -- /Applications/Xcode-14.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name SessionExporter -Onone -enforce-exclusivity\=checked @/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NextLevelSessionExporter.build/Debug-watchos/SessionExporter.build/Objects-normal/armv7k/SessionExporter.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DXcode -sdk /Applications/Xcode-14.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS9.1.sdk -target armv7k-apple-watchos4.0 -g -module-cache-path /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -index-store-path /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-14.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-14.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-14.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS9.1.sdk/Developer/Library/Frameworks -parse-as-library -c -j8 -enable-batch-mode -incremental -output-file-map /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NextLevelSessionExporter.build/Debug-watchos/SessionExporter.build/Objects-normal/armv7k/SessionExporter-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NextLevelSessionExporter.build/Debug-watchos/SessionExporter.build/Objects-normal/armv7k/SessionExporter.swiftmodule -Xcc -I/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NextLevelSessionExporter.build/Debug-watchos/SessionExporter.build/swift-overrides.hmap -Xcc -I/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NextLevelSessionExporter.build/Debug-watchos/SessionExporter.build/DerivedSources-normal/armv7k -Xcc -I/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NextLevelSessionExporter.build/Debug-watchos/SessionExporter.build/DerivedSources/armv7k -Xcc -I/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NextLevelSessionExporter.build/Debug-watchos/SessionExporter.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NextLevelSessionExporter.build/Debug-watchos/SessionExporter.build/Objects-normal/armv7k/SessionExporter-Swift.h -working-directory /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace -experimental-emit-module-separately
SwiftDriver SessionExporter normal arm64_32 com.apple.xcode.tools.swift.compiler (in target 'SessionExporter' from project 'NextLevelSessionExporter')
    cd /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace
    builtin-SwiftDriver -- /Applications/Xcode-14.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name SessionExporter -Onone -enforce-exclusivity\=checked @/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NextLevelSessionExporter.build/Debug-watchos/SessionExporter.build/Objects-normal/arm64_32/SessionExporter.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DXcode -sdk /Applications/Xcode-14.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS9.1.sdk -target arm64_32-apple-watchos4.0 -g -module-cache-path /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -index-store-path /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-14.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-14.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-14.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS9.1.sdk/Developer/Library/Frameworks -parse-as-library -c -j8 -enable-batch-mode -incremental -output-file-map /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NextLevelSessionExporter.build/Debug-watchos/SessionExporter.build/Objects-normal/arm64_32/SessionExporter-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NextLevelSessionExporter.build/Debug-watchos/SessionExporter.build/Objects-normal/arm64_32/SessionExporter.swiftmodule -Xcc -I/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NextLevelSessionExporter.build/Debug-watchos/SessionExporter.build/swift-overrides.hmap -Xcc -I/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NextLevelSessionExporter.build/Debug-watchos/SessionExporter.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NextLevelSessionExporter.build/Debug-watchos/SessionExporter.build/DerivedSources/arm64_32 -Xcc -I/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NextLevelSessionExporter.build/Debug-watchos/SessionExporter.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NextLevelSessionExporter.build/Debug-watchos/SessionExporter.build/Objects-normal/arm64_32/SessionExporter-Swift.h -working-directory /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace -experimental-emit-module-separately
SwiftCompile normal arm64_32 Compiling\ NextLevelSessionExporter.swift /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NextLevelSessionExporter.swift (in target 'SessionExporter' from project 'NextLevelSessionExporter')
    cd /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace
    builtin-swiftTaskExecution -- /Applications/Xcode-14.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c -primary-file /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NextLevelSessionExporter.swift -emit-dependencies-path /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NextLevelSessionExporter.build/Debug-watchos/SessionExporter.build/Objects-normal/arm64_32/NextLevelSessionExporter.d -emit-reference-dependencies-path /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NextLevelSessionExporter.build/Debug-watchos/SessionExporter.build/Objects-normal/arm64_32/NextLevelSessionExporter.swiftdeps -serialize-diagnostics-path /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NextLevelSessionExporter.build/Debug-watchos/SessionExporter.build/Objects-normal/arm64_32/NextLevelSessionExporter.dia -target arm64_32-apple-watchos4.0 -enable-objc-interop -sdk /Applications/Xcode-14.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS9.1.sdk -I /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-14.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-14.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-14.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS9.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -empty-abi-descriptor -Xcc -working-directory -Xcc /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace -resource-dir /Applications/Xcode-14.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NextLevelSessionExporter.build/Debug-watchos/SessionExporter.build/swift-overrides.hmap -Xcc -I/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NextLevelSessionExporter.build/Debug-watchos/SessionExporter.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NextLevelSessionExporter.build/Debug-watchos/SessionExporter.build/DerivedSources/arm64_32 -Xcc -I/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NextLevelSessionExporter.build/Debug-watchos/SessionExporter.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name SessionExporter -frontend-parseable-output -disable-clang-spi -target-sdk-version 9.1 -parse-as-library -o /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NextLevelSessionExporter.build/Debug-watchos/SessionExporter.build/Objects-normal/arm64_32/NextLevelSessionExporter.o -index-unit-output-path /NextLevelSessionExporter.build/Debug-watchos/SessionExporter.build/Objects-normal/arm64_32/NextLevelSessionExporter.o -index-store-path /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
CompileSwift normal arm64_32 /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NextLevelSessionExporter.swift (in target 'SessionExporter' from project 'NextLevelSessionExporter')
    cd /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace
    /Applications/Xcode-14.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c -primary-file /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NextLevelSessionExporter.swift -emit-dependencies-path /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NextLevelSessionExporter.build/Debug-watchos/SessionExporter.build/Objects-normal/arm64_32/NextLevelSessionExporter.d -emit-reference-dependencies-path /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NextLevelSessionExporter.build/Debug-watchos/SessionExporter.build/Objects-normal/arm64_32/NextLevelSessionExporter.swiftdeps -serialize-diagnostics-path /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NextLevelSessionExporter.build/Debug-watchos/SessionExporter.build/Objects-normal/arm64_32/NextLevelSessionExporter.dia -target arm64_32-apple-watchos4.0 -enable-objc-interop -sdk /Applications/Xcode-14.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS9.1.sdk -I /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-14.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-14.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-14.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS9.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -empty-abi-descriptor -Xcc -working-directory -Xcc /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace -resource-dir /Applications/Xcode-14.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NextLevelSessionExporter.build/Debug-watchos/SessionExporter.build/swift-overrides.hmap -Xcc -I/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NextLevelSessionExporter.build/Debug-watchos/SessionExporter.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NextLevelSessionExporter.build/Debug-watchos/SessionExporter.build/DerivedSources/arm64_32 -Xcc -I/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NextLevelSessionExporter.build/Debug-watchos/SessionExporter.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name SessionExporter -frontend-parseable-output -disable-clang-spi -target-sdk-version 9.1 -parse-as-library -o /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NextLevelSessionExporter.build/Debug-watchos/SessionExporter.build/Objects-normal/arm64_32/NextLevelSessionExporter.o -index-unit-output-path /NextLevelSessionExporter.build/Debug-watchos/SessionExporter.build/Objects-normal/arm64_32/NextLevelSessionExporter.o -index-store-path /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftEmitModule normal arm64_32 Emitting\ module\ for\ SessionExporter (in target 'SessionExporter' from project 'NextLevelSessionExporter')
    cd /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace
    builtin-swiftTaskExecution -- /Applications/Xcode-14.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -emit-module -experimental-skip-non-inlinable-function-bodies-without-types /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NextLevelSessionExporter.swift -target arm64_32-apple-watchos4.0 -enable-objc-interop -sdk /Applications/Xcode-14.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS9.1.sdk -I /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-14.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-14.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-14.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS9.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -empty-abi-descriptor -Xcc -working-directory -Xcc /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace -resource-dir /Applications/Xcode-14.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NextLevelSessionExporter.build/Debug-watchos/SessionExporter.build/swift-overrides.hmap -Xcc -I/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NextLevelSessionExporter.build/Debug-watchos/SessionExporter.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NextLevelSessionExporter.build/Debug-watchos/SessionExporter.build/DerivedSources/arm64_32 -Xcc -I/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NextLevelSessionExporter.build/Debug-watchos/SessionExporter.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name SessionExporter -disable-clang-spi -target-sdk-version 9.1 -emit-module-doc-path /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NextLevelSessionExporter.build/Debug-watchos/SessionExporter.build/Objects-normal/arm64_32/SessionExporter.swiftdoc -emit-module-source-info-path /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NextLevelSessionExporter.build/Debug-watchos/SessionExporter.build/Objects-normal/arm64_32/SessionExporter.swiftsourceinfo -emit-objc-header-path /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NextLevelSessionExporter.build/Debug-watchos/SessionExporter.build/Objects-normal/arm64_32/SessionExporter-Swift.h -serialize-diagnostics-path /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NextLevelSessionExporter.build/Debug-watchos/SessionExporter.build/Objects-normal/arm64_32/SessionExporter-master-emit-module.dia -emit-dependencies-path /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NextLevelSessionExporter.build/Debug-watchos/SessionExporter.build/Objects-normal/arm64_32/SessionExporter-master-emit-module.d -parse-as-library -o /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NextLevelSessionExporter.build/Debug-watchos/SessionExporter.build/Objects-normal/arm64_32/SessionExporter.swiftmodule -emit-abi-descriptor-path /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NextLevelSessionExporter.build/Debug-watchos/SessionExporter.build/Objects-normal/arm64_32/SessionExporter.abi.json
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NextLevelSessionExporter.swift:61:34: error: 'AVVideoComposition' is unavailable in watchOS
    public var videoComposition: AVVideoComposition?
                                 ^~~~~~~~~~~~~~~~~~
AVFoundation.AVVideoComposition:2:12: note: 'AVVideoComposition' has been explicitly marked unavailable here
open class AVVideoComposition : NSObject, NSCopying, NSMutableCopying {
           ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NextLevelSessionExporter.swift:73:27: error: 'CMTimeRange' is only available in watchOS 6.0 or newer
    public var timeRange: CMTimeRange
                          ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NextLevelSessionExporter.swift:55:12: note: add @available attribute to enclosing class
open class NextLevelSessionExporter: NSObject {
           ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NextLevelSessionExporter.swift:94:24: error: 'AVAssetExportSession' is unavailable in watchOS
    public var status: AVAssetExportSession.Status {
                       ^~~~~~~~~~~~~~~~~~~~
AVFoundation.AVAssetExportSession:2:12: note: 'AVAssetExportSession' has been explicitly marked unavailable here
open class AVAssetExportSession : NSObject {
           ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NextLevelSessionExporter.swift:127:30: error: 'AVAssetWriter' is unavailable in watchOS
    fileprivate var _writer: AVAssetWriter?
                             ^~~~~~~~~~~~~
AVFoundation.AVAssetWriter:2:12: note: 'AVAssetWriter' has been explicitly marked unavailable here
open class AVAssetWriter : NSObject {
           ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NextLevelSessionExporter.swift:128:30: error: 'AVAssetReader' is unavailable in watchOS
    fileprivate var _reader: AVAssetReader?
                             ^~~~~~~~~~~~~
AVFoundation.AVAssetReader:2:12: note: 'AVAssetReader' has been explicitly marked unavailable here
open class AVAssetReader : NSObject {
           ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NextLevelSessionExporter.swift:129:42: error: 'AVAssetWriterInputPixelBufferAdaptor' is unavailable in watchOS
    fileprivate var _pixelBufferAdaptor: AVAssetWriterInputPixelBufferAdaptor?
                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
AVFoundation.AVAssetWriterInputPixelBufferAdaptor:2:12: note: 'AVAssetWriterInputPixelBufferAdaptor' has been explicitly marked unavailable here
open class AVAssetWriterInputPixelBufferAdaptor : NSObject {
           ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NextLevelSessionExporter.swift:133:35: error: 'AVAssetReaderVideoCompositionOutput' is unavailable in watchOS
    fileprivate var _videoOutput: AVAssetReaderVideoCompositionOutput?
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
AVFoundation.AVAssetReaderVideoCompositionOutput:2:12: note: 'AVAssetReaderVideoCompositionOutput' has been explicitly marked unavailable here
open class AVAssetReaderVideoCompositionOutput : AVAssetReaderOutput {
           ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NextLevelSessionExporter.swift:134:35: error: 'AVAssetReaderAudioMixOutput' is unavailable in watchOS
    fileprivate var _audioOutput: AVAssetReaderAudioMixOutput?
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~
AVFoundation.AVAssetReaderAudioMixOutput:2:12: note: 'AVAssetReaderAudioMixOutput' has been explicitly marked unavailable here
open class AVAssetReaderAudioMixOutput : AVAssetReaderOutput {
           ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NextLevelSessionExporter.swift:135:34: error: 'AVAssetWriterInput' is unavailable in watchOS
    fileprivate var _videoInput: AVAssetWriterInput?
                                 ^~~~~~~~~~~~~~~~~~
AVFoundation.AVAssetWriterInput:2:12: note: 'AVAssetWriterInput' has been explicitly marked unavailable here
open class AVAssetWriterInput : NSObject {
           ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NextLevelSessionExporter.swift:136:34: error: 'AVAssetWriterInput' is unavailable in watchOS
    fileprivate var _audioInput: AVAssetWriterInput?
                                 ^~~~~~~~~~~~~~~~~~
AVFoundation.AVAssetWriterInput:2:12: note: 'AVAssetWriterInput' has been explicitly marked unavailable here
open class AVAssetWriterInput : NSObject {
           ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NextLevelSessionExporter.swift:145:50: error: 'CMTime' is only available in watchOS 6.0 or newer
    fileprivate var _lastSamplePresentationTime: CMTime = .invalid
                                                 ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NextLevelSessionExporter.swift:55:12: note: add @available attribute to enclosing class
open class NextLevelSessionExporter: NSObject {
           ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NextLevelSessionExporter.swift:145:60: error: 'invalid' is only available in watchOS 6.0 or newer
    fileprivate var _lastSamplePresentationTime: CMTime = .invalid
                                                           ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NextLevelSessionExporter.swift:55:12: note: add @available attribute to enclosing class
open class NextLevelSessionExporter: NSObject {
           ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NextLevelSessionExporter.swift:179:56: error: 'AVAssetExportSession' is unavailable in watchOS
    public typealias CompletionHandler = (Swift.Result<AVAssetExportSession.Status, Error>) -> Void
                                                       ^~~~~~~~~~~~~~~~~~~~
AVFoundation.AVAssetExportSession:2:12: note: 'AVAssetExportSession' has been explicitly marked unavailable here
open class AVAssetExportSession : NSObject {
           ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NextLevelSessionExporter.swift:185:89: error: 'CMTime' is only available in watchOS 6.0 or newer
    public typealias RenderHandler = (_ renderFrame: CVPixelBuffer, _ presentationTime: CMTime, _ resultingBuffer: CVPixelBuffer) -> Void
                                                                                        ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NextLevelSessionExporter.swift:185:22: note: add @available attribute to enclosing type alias
    public typealias RenderHandler = (_ renderFrame: CVPixelBuffer, _ presentationTime: CMTime, _ resultingBuffer: CVPixelBuffer) -> Void
                     ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NextLevelSessionExporter.swift:176:1: note: add @available attribute to enclosing extension
extension NextLevelSessionExporter {
^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NextLevelSessionExporter.swift:426:63: error: 'AVAssetReaderOutput' is unavailable in watchOS
    internal func encode(readySamplesFromReaderOutput output: AVAssetReaderOutput, toWriterInput input: AVAssetWriterInput) -> Bool {
                                                              ^~~~~~~~~~~~~~~~~~~
AVFoundation.AVAssetReaderOutput:2:12: note: 'AVAssetReaderOutput' has been explicitly marked unavailable here
open class AVAssetReaderOutput : NSObject {
           ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NextLevelSessionExporter.swift:426:105: error: 'AVAssetWriterInput' is unavailable in watchOS
    internal func encode(readySamplesFromReaderOutput output: AVAssetReaderOutput, toWriterInput input: AVAssetWriterInput) -> Bool {
                                                                                                        ^~~~~~~~~~~~~~~~~~
AVFoundation.AVAssetWriterInput:2:12: note: 'AVAssetWriterInput' has been explicitly marked unavailable here
open class AVAssetWriterInput : NSObject {
           ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NextLevelSessionExporter.swift:472:47: error: 'AVMutableVideoComposition' is unavailable in watchOS
    internal func createVideoComposition() -> AVMutableVideoComposition {
                                              ^~~~~~~~~~~~~~~~~~~~~~~~~
AVFoundation.AVMutableVideoComposition:2:12: note: 'AVMutableVideoComposition' has been explicitly marked unavailable here
open class AVMutableVideoComposition : AVVideoComposition {
           ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NextLevelSessionExporter.swift:647:5: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
    open func validateVideoOutputConfiguration() -> Bool {
    ^~~~
    public
SwiftEmitModule normal arm64 Emitting\ module\ for\ SessionExporter (in target 'SessionExporter' from project 'NextLevelSessionExporter')
    cd /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace
    builtin-swiftTaskExecution -- /Applications/Xcode-14.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -emit-module -experimental-skip-non-inlinable-function-bodies-without-types /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NextLevelSessionExporter.swift -target arm64-apple-watchos4.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-14.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS9.1.sdk -I /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-14.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-14.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-14.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS9.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -empty-abi-descriptor -Xcc -working-directory -Xcc /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace -resource-dir /Applications/Xcode-14.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NextLevelSessionExporter.build/Debug-watchos/SessionExporter.build/swift-overrides.hmap -Xcc -I/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NextLevelSessionExporter.build/Debug-watchos/SessionExporter.build/DerivedSources-normal/arm64 -Xcc -I/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NextLevelSessionExporter.build/Debug-watchos/SessionExporter.build/DerivedSources/arm64 -Xcc -I/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NextLevelSessionExporter.build/Debug-watchos/SessionExporter.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name SessionExporter -disable-clang-spi -target-sdk-version 9.1 -emit-module-doc-path /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NextLevelSessionExporter.build/Debug-watchos/SessionExporter.build/Objects-normal/arm64/SessionExporter.swiftdoc -emit-module-source-info-path /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NextLevelSessionExporter.build/Debug-watchos/SessionExporter.build/Objects-normal/arm64/SessionExporter.swiftsourceinfo -emit-objc-header-path /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NextLevelSessionExporter.build/Debug-watchos/SessionExporter.build/Objects-normal/arm64/SessionExporter-Swift.h -serialize-diagnostics-path /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NextLevelSessionExporter.build/Debug-watchos/SessionExporter.build/Objects-normal/arm64/SessionExporter-master-emit-module.dia -emit-dependencies-path /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NextLevelSessionExporter.build/Debug-watchos/SessionExporter.build/Objects-normal/arm64/SessionExporter-master-emit-module.d -parse-as-library -o /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NextLevelSessionExporter.build/Debug-watchos/SessionExporter.build/Objects-normal/arm64/SessionExporter.swiftmodule -emit-abi-descriptor-path /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NextLevelSessionExporter.build/Debug-watchos/SessionExporter.build/Objects-normal/arm64/SessionExporter.abi.json
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NextLevelSessionExporter.swift:61:34: error: 'AVVideoComposition' is unavailable in watchOS
    public var videoComposition: AVVideoComposition?
                                 ^~~~~~~~~~~~~~~~~~
AVFoundation.AVVideoComposition:2:12: note: 'AVVideoComposition' has been explicitly marked unavailable here
open class AVVideoComposition : NSObject, NSCopying, NSMutableCopying {
           ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NextLevelSessionExporter.swift:73:27: error: 'CMTimeRange' is only available in watchOS 6.0 or newer
    public var timeRange: CMTimeRange
                          ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NextLevelSessionExporter.swift:55:12: note: add @available attribute to enclosing class
open class NextLevelSessionExporter: NSObject {
           ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NextLevelSessionExporter.swift:94:24: error: 'AVAssetExportSession' is unavailable in watchOS
    public var status: AVAssetExportSession.Status {
                       ^~~~~~~~~~~~~~~~~~~~
AVFoundation.AVAssetExportSession:2:12: note: 'AVAssetExportSession' has been explicitly marked unavailable here
open class AVAssetExportSession : NSObject {
           ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NextLevelSessionExporter.swift:127:30: error: 'AVAssetWriter' is unavailable in watchOS
    fileprivate var _writer: AVAssetWriter?
                             ^~~~~~~~~~~~~
AVFoundation.AVAssetWriter:2:12: note: 'AVAssetWriter' has been explicitly marked unavailable here
open class AVAssetWriter : NSObject {
           ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NextLevelSessionExporter.swift:128:30: error: 'AVAssetReader' is unavailable in watchOS
    fileprivate var _reader: AVAssetReader?
                             ^~~~~~~~~~~~~
AVFoundation.AVAssetReader:2:12: note: 'AVAssetReader' has been explicitly marked unavailable here
open class AVAssetReader : NSObject {
           ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NextLevelSessionExporter.swift:129:42: error: 'AVAssetWriterInputPixelBufferAdaptor' is unavailable in watchOS
    fileprivate var _pixelBufferAdaptor: AVAssetWriterInputPixelBufferAdaptor?
                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
AVFoundation.AVAssetWriterInputPixelBufferAdaptor:2:12: note: 'AVAssetWriterInputPixelBufferAdaptor' has been explicitly marked unavailable here
open class AVAssetWriterInputPixelBufferAdaptor : NSObject {
           ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NextLevelSessionExporter.swift:133:35: error: 'AVAssetReaderVideoCompositionOutput' is unavailable in watchOS
    fileprivate var _videoOutput: AVAssetReaderVideoCompositionOutput?
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
AVFoundation.AVAssetReaderVideoCompositionOutput:2:12: note: 'AVAssetReaderVideoCompositionOutput' has been explicitly marked unavailable here
open class AVAssetReaderVideoCompositionOutput : AVAssetReaderOutput {
           ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NextLevelSessionExporter.swift:134:35: error: 'AVAssetReaderAudioMixOutput' is unavailable in watchOS
    fileprivate var _audioOutput: AVAssetReaderAudioMixOutput?
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~
AVFoundation.AVAssetReaderAudioMixOutput:2:12: note: 'AVAssetReaderAudioMixOutput' has been explicitly marked unavailable here
open class AVAssetReaderAudioMixOutput : AVAssetReaderOutput {
           ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NextLevelSessionExporter.swift:135:34: error: 'AVAssetWriterInput' is unavailable in watchOS
    fileprivate var _videoInput: AVAssetWriterInput?
                                 ^~~~~~~~~~~~~~~~~~
AVFoundation.AVAssetWriterInput:2:12: note: 'AVAssetWriterInput' has been explicitly marked unavailable here
open class AVAssetWriterInput : NSObject {
           ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NextLevelSessionExporter.swift:136:34: error: 'AVAssetWriterInput' is unavailable in watchOS
    fileprivate var _audioInput: AVAssetWriterInput?
                                 ^~~~~~~~~~~~~~~~~~
AVFoundation.AVAssetWriterInput:2:12: note: 'AVAssetWriterInput' has been explicitly marked unavailable here
open class AVAssetWriterInput : NSObject {
           ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NextLevelSessionExporter.swift:145:50: error: 'CMTime' is only available in watchOS 6.0 or newer
    fileprivate var _lastSamplePresentationTime: CMTime = .invalid
                                                 ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NextLevelSessionExporter.swift:55:12: note: add @available attribute to enclosing class
open class NextLevelSessionExporter: NSObject {
           ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NextLevelSessionExporter.swift:145:60: error: 'invalid' is only available in watchOS 6.0 or newer
    fileprivate var _lastSamplePresentationTime: CMTime = .invalid
                                                           ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NextLevelSessionExporter.swift:55:12: note: add @available attribute to enclosing class
open class NextLevelSessionExporter: NSObject {
           ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NextLevelSessionExporter.swift:179:56: error: 'AVAssetExportSession' is unavailable in watchOS
    public typealias CompletionHandler = (Swift.Result<AVAssetExportSession.Status, Error>) -> Void
                                                       ^~~~~~~~~~~~~~~~~~~~
AVFoundation.AVAssetExportSession:2:12: note: 'AVAssetExportSession' has been explicitly marked unavailable here
open class AVAssetExportSession : NSObject {
           ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NextLevelSessionExporter.swift:185:89: error: 'CMTime' is only available in watchOS 6.0 or newer
    public typealias RenderHandler = (_ renderFrame: CVPixelBuffer, _ presentationTime: CMTime, _ resultingBuffer: CVPixelBuffer) -> Void
                                                                                        ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NextLevelSessionExporter.swift:185:22: note: add @available attribute to enclosing type alias
    public typealias RenderHandler = (_ renderFrame: CVPixelBuffer, _ presentationTime: CMTime, _ resultingBuffer: CVPixelBuffer) -> Void
                     ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NextLevelSessionExporter.swift:176:1: note: add @available attribute to enclosing extension
extension NextLevelSessionExporter {
^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NextLevelSessionExporter.swift:426:63: error: 'AVAssetReaderOutput' is unavailable in watchOS
    internal func encode(readySamplesFromReaderOutput output: AVAssetReaderOutput, toWriterInput input: AVAssetWriterInput) -> Bool {
                                                              ^~~~~~~~~~~~~~~~~~~
AVFoundation.AVAssetReaderOutput:2:12: note: 'AVAssetReaderOutput' has been explicitly marked unavailable here
open class AVAssetReaderOutput : NSObject {
           ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NextLevelSessionExporter.swift:426:105: error: 'AVAssetWriterInput' is unavailable in watchOS
    internal func encode(readySamplesFromReaderOutput output: AVAssetReaderOutput, toWriterInput input: AVAssetWriterInput) -> Bool {
                                                                                                        ^~~~~~~~~~~~~~~~~~
AVFoundation.AVAssetWriterInput:2:12: note: 'AVAssetWriterInput' has been explicitly marked unavailable here
open class AVAssetWriterInput : NSObject {
           ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NextLevelSessionExporter.swift:472:47: error: 'AVMutableVideoComposition' is unavailable in watchOS
    internal func createVideoComposition() -> AVMutableVideoComposition {
                                              ^~~~~~~~~~~~~~~~~~~~~~~~~
AVFoundation.AVMutableVideoComposition:2:12: note: 'AVMutableVideoComposition' has been explicitly marked unavailable here
open class AVMutableVideoComposition : AVVideoComposition {
           ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NextLevelSessionExporter.swift:647:5: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
    open func validateVideoOutputConfiguration() -> Bool {
    ^~~~
    public
SwiftEmitModule normal armv7k Emitting\ module\ for\ SessionExporter (in target 'SessionExporter' from project 'NextLevelSessionExporter')
    cd /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace
    builtin-swiftTaskExecution -- /Applications/Xcode-14.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -emit-module -experimental-skip-non-inlinable-function-bodies-without-types /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NextLevelSessionExporter.swift -target armv7k-apple-watchos4.0 -enable-objc-interop -sdk /Applications/Xcode-14.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS9.1.sdk -I /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-14.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-14.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-14.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS9.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -empty-abi-descriptor -Xcc -working-directory -Xcc /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace -resource-dir /Applications/Xcode-14.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NextLevelSessionExporter.build/Debug-watchos/SessionExporter.build/swift-overrides.hmap -Xcc -I/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NextLevelSessionExporter.build/Debug-watchos/SessionExporter.build/DerivedSources-normal/armv7k -Xcc -I/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NextLevelSessionExporter.build/Debug-watchos/SessionExporter.build/DerivedSources/armv7k -Xcc -I/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NextLevelSessionExporter.build/Debug-watchos/SessionExporter.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name SessionExporter -disable-clang-spi -target-sdk-version 9.1 -emit-module-doc-path /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NextLevelSessionExporter.build/Debug-watchos/SessionExporter.build/Objects-normal/armv7k/SessionExporter.swiftdoc -emit-module-source-info-path /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NextLevelSessionExporter.build/Debug-watchos/SessionExporter.build/Objects-normal/armv7k/SessionExporter.swiftsourceinfo -emit-objc-header-path /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NextLevelSessionExporter.build/Debug-watchos/SessionExporter.build/Objects-normal/armv7k/SessionExporter-Swift.h -serialize-diagnostics-path /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NextLevelSessionExporter.build/Debug-watchos/SessionExporter.build/Objects-normal/armv7k/SessionExporter-master-emit-module.dia -emit-dependencies-path /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NextLevelSessionExporter.build/Debug-watchos/SessionExporter.build/Objects-normal/armv7k/SessionExporter-master-emit-module.d -parse-as-library -o /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NextLevelSessionExporter.build/Debug-watchos/SessionExporter.build/Objects-normal/armv7k/SessionExporter.swiftmodule -emit-abi-descriptor-path /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NextLevelSessionExporter.build/Debug-watchos/SessionExporter.build/Objects-normal/armv7k/SessionExporter.abi.json
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NextLevelSessionExporter.swift:61:34: error: 'AVVideoComposition' is unavailable in watchOS
    public var videoComposition: AVVideoComposition?
                                 ^~~~~~~~~~~~~~~~~~
AVFoundation.AVVideoComposition:2:12: note: 'AVVideoComposition' has been explicitly marked unavailable here
open class AVVideoComposition : NSObject, NSCopying, NSMutableCopying {
           ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NextLevelSessionExporter.swift:73:27: error: 'CMTimeRange' is only available in watchOS 6.0 or newer
    public var timeRange: CMTimeRange
                          ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NextLevelSessionExporter.swift:55:12: note: add @available attribute to enclosing class
open class NextLevelSessionExporter: NSObject {
           ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NextLevelSessionExporter.swift:94:24: error: 'AVAssetExportSession' is unavailable in watchOS
    public var status: AVAssetExportSession.Status {
                       ^~~~~~~~~~~~~~~~~~~~
AVFoundation.AVAssetExportSession:2:12: note: 'AVAssetExportSession' has been explicitly marked unavailable here
open class AVAssetExportSession : NSObject {
           ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NextLevelSessionExporter.swift:127:30: error: 'AVAssetWriter' is unavailable in watchOS
    fileprivate var _writer: AVAssetWriter?
                             ^~~~~~~~~~~~~
AVFoundation.AVAssetWriter:2:12: note: 'AVAssetWriter' has been explicitly marked unavailable here
open class AVAssetWriter : NSObject {
           ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NextLevelSessionExporter.swift:128:30: error: 'AVAssetReader' is unavailable in watchOS
    fileprivate var _reader: AVAssetReader?
                             ^~~~~~~~~~~~~
AVFoundation.AVAssetReader:2:12: note: 'AVAssetReader' has been explicitly marked unavailable here
open class AVAssetReader : NSObject {
           ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NextLevelSessionExporter.swift:129:42: error: 'AVAssetWriterInputPixelBufferAdaptor' is unavailable in watchOS
    fileprivate var _pixelBufferAdaptor: AVAssetWriterInputPixelBufferAdaptor?
                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
AVFoundation.AVAssetWriterInputPixelBufferAdaptor:2:12: note: 'AVAssetWriterInputPixelBufferAdaptor' has been explicitly marked unavailable here
open class AVAssetWriterInputPixelBufferAdaptor : NSObject {
           ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NextLevelSessionExporter.swift:133:35: error: 'AVAssetReaderVideoCompositionOutput' is unavailable in watchOS
    fileprivate var _videoOutput: AVAssetReaderVideoCompositionOutput?
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
AVFoundation.AVAssetReaderVideoCompositionOutput:2:12: note: 'AVAssetReaderVideoCompositionOutput' has been explicitly marked unavailable here
open class AVAssetReaderVideoCompositionOutput : AVAssetReaderOutput {
           ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NextLevelSessionExporter.swift:134:35: error: 'AVAssetReaderAudioMixOutput' is unavailable in watchOS
    fileprivate var _audioOutput: AVAssetReaderAudioMixOutput?
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~
AVFoundation.AVAssetReaderAudioMixOutput:2:12: note: 'AVAssetReaderAudioMixOutput' has been explicitly marked unavailable here
open class AVAssetReaderAudioMixOutput : AVAssetReaderOutput {
           ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NextLevelSessionExporter.swift:135:34: error: 'AVAssetWriterInput' is unavailable in watchOS
    fileprivate var _videoInput: AVAssetWriterInput?
                                 ^~~~~~~~~~~~~~~~~~
AVFoundation.AVAssetWriterInput:2:12: note: 'AVAssetWriterInput' has been explicitly marked unavailable here
open class AVAssetWriterInput : NSObject {
           ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NextLevelSessionExporter.swift:136:34: error: 'AVAssetWriterInput' is unavailable in watchOS
    fileprivate var _audioInput: AVAssetWriterInput?
                                 ^~~~~~~~~~~~~~~~~~
AVFoundation.AVAssetWriterInput:2:12: note: 'AVAssetWriterInput' has been explicitly marked unavailable here
open class AVAssetWriterInput : NSObject {
           ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NextLevelSessionExporter.swift:145:50: error: 'CMTime' is only available in watchOS 6.0 or newer
    fileprivate var _lastSamplePresentationTime: CMTime = .invalid
                                                 ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NextLevelSessionExporter.swift:55:12: note: add @available attribute to enclosing class
open class NextLevelSessionExporter: NSObject {
           ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NextLevelSessionExporter.swift:145:60: error: 'invalid' is only available in watchOS 6.0 or newer
    fileprivate var _lastSamplePresentationTime: CMTime = .invalid
                                                           ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NextLevelSessionExporter.swift:55:12: note: add @available attribute to enclosing class
open class NextLevelSessionExporter: NSObject {
           ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NextLevelSessionExporter.swift:179:56: error: 'AVAssetExportSession' is unavailable in watchOS
    public typealias CompletionHandler = (Swift.Result<AVAssetExportSession.Status, Error>) -> Void
                                                       ^~~~~~~~~~~~~~~~~~~~
AVFoundation.AVAssetExportSession:2:12: note: 'AVAssetExportSession' has been explicitly marked unavailable here
open class AVAssetExportSession : NSObject {
           ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NextLevelSessionExporter.swift:185:89: error: 'CMTime' is only available in watchOS 6.0 or newer
    public typealias RenderHandler = (_ renderFrame: CVPixelBuffer, _ presentationTime: CMTime, _ resultingBuffer: CVPixelBuffer) -> Void
                                                                                        ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NextLevelSessionExporter.swift:185:22: note: add @available attribute to enclosing type alias
    public typealias RenderHandler = (_ renderFrame: CVPixelBuffer, _ presentationTime: CMTime, _ resultingBuffer: CVPixelBuffer) -> Void
                     ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NextLevelSessionExporter.swift:176:1: note: add @available attribute to enclosing extension
extension NextLevelSessionExporter {
^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NextLevelSessionExporter.swift:426:63: error: 'AVAssetReaderOutput' is unavailable in watchOS
    internal func encode(readySamplesFromReaderOutput output: AVAssetReaderOutput, toWriterInput input: AVAssetWriterInput) -> Bool {
                                                              ^~~~~~~~~~~~~~~~~~~
AVFoundation.AVAssetReaderOutput:2:12: note: 'AVAssetReaderOutput' has been explicitly marked unavailable here
open class AVAssetReaderOutput : NSObject {
           ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NextLevelSessionExporter.swift:426:105: error: 'AVAssetWriterInput' is unavailable in watchOS
    internal func encode(readySamplesFromReaderOutput output: AVAssetReaderOutput, toWriterInput input: AVAssetWriterInput) -> Bool {
                                                                                                        ^~~~~~~~~~~~~~~~~~
AVFoundation.AVAssetWriterInput:2:12: note: 'AVAssetWriterInput' has been explicitly marked unavailable here
open class AVAssetWriterInput : NSObject {
           ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NextLevelSessionExporter.swift:472:47: error: 'AVMutableVideoComposition' is unavailable in watchOS
    internal func createVideoComposition() -> AVMutableVideoComposition {
                                              ^~~~~~~~~~~~~~~~~~~~~~~~~
AVFoundation.AVMutableVideoComposition:2:12: note: 'AVMutableVideoComposition' has been explicitly marked unavailable here
open class AVMutableVideoComposition : AVVideoComposition {
           ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NextLevelSessionExporter.swift:647:5: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
    open func validateVideoOutputConfiguration() -> Bool {
    ^~~~
    public
SwiftCompile normal arm64 Compiling\ NextLevelSessionExporter.swift /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NextLevelSessionExporter.swift (in target 'SessionExporter' from project 'NextLevelSessionExporter')
    cd /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace
    builtin-swiftTaskExecution -- /Applications/Xcode-14.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c -primary-file /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NextLevelSessionExporter.swift -emit-dependencies-path /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NextLevelSessionExporter.build/Debug-watchos/SessionExporter.build/Objects-normal/arm64/NextLevelSessionExporter.d -emit-reference-dependencies-path /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NextLevelSessionExporter.build/Debug-watchos/SessionExporter.build/Objects-normal/arm64/NextLevelSessionExporter.swiftdeps -serialize-diagnostics-path /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NextLevelSessionExporter.build/Debug-watchos/SessionExporter.build/Objects-normal/arm64/NextLevelSessionExporter.dia -target arm64-apple-watchos4.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-14.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS9.1.sdk -I /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-14.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-14.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-14.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS9.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -empty-abi-descriptor -Xcc -working-directory -Xcc /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace -resource-dir /Applications/Xcode-14.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NextLevelSessionExporter.build/Debug-watchos/SessionExporter.build/swift-overrides.hmap -Xcc -I/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NextLevelSessionExporter.build/Debug-watchos/SessionExporter.build/DerivedSources-normal/arm64 -Xcc -I/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NextLevelSessionExporter.build/Debug-watchos/SessionExporter.build/DerivedSources/arm64 -Xcc -I/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NextLevelSessionExporter.build/Debug-watchos/SessionExporter.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name SessionExporter -frontend-parseable-output -disable-clang-spi -target-sdk-version 9.1 -parse-as-library -o /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NextLevelSessionExporter.build/Debug-watchos/SessionExporter.build/Objects-normal/arm64/NextLevelSessionExporter.o -index-unit-output-path /NextLevelSessionExporter.build/Debug-watchos/SessionExporter.build/Objects-normal/arm64/NextLevelSessionExporter.o -index-store-path /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
CompileSwift normal arm64 /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NextLevelSessionExporter.swift (in target 'SessionExporter' from project 'NextLevelSessionExporter')
    cd /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace
    /Applications/Xcode-14.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c -primary-file /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NextLevelSessionExporter.swift -emit-dependencies-path /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NextLevelSessionExporter.build/Debug-watchos/SessionExporter.build/Objects-normal/arm64/NextLevelSessionExporter.d -emit-reference-dependencies-path /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NextLevelSessionExporter.build/Debug-watchos/SessionExporter.build/Objects-normal/arm64/NextLevelSessionExporter.swiftdeps -serialize-diagnostics-path /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NextLevelSessionExporter.build/Debug-watchos/SessionExporter.build/Objects-normal/arm64/NextLevelSessionExporter.dia -target arm64-apple-watchos4.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-14.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS9.1.sdk -I /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-14.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-14.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-14.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS9.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -empty-abi-descriptor -Xcc -working-directory -Xcc /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace -resource-dir /Applications/Xcode-14.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NextLevelSessionExporter.build/Debug-watchos/SessionExporter.build/swift-overrides.hmap -Xcc -I/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NextLevelSessionExporter.build/Debug-watchos/SessionExporter.build/DerivedSources-normal/arm64 -Xcc -I/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NextLevelSessionExporter.build/Debug-watchos/SessionExporter.build/DerivedSources/arm64 -Xcc -I/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NextLevelSessionExporter.build/Debug-watchos/SessionExporter.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name SessionExporter -frontend-parseable-output -disable-clang-spi -target-sdk-version 9.1 -parse-as-library -o /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NextLevelSessionExporter.build/Debug-watchos/SessionExporter.build/Objects-normal/arm64/NextLevelSessionExporter.o -index-unit-output-path /NextLevelSessionExporter.build/Debug-watchos/SessionExporter.build/Objects-normal/arm64/NextLevelSessionExporter.o -index-store-path /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal armv7k Compiling\ NextLevelSessionExporter.swift /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NextLevelSessionExporter.swift (in target 'SessionExporter' from project 'NextLevelSessionExporter')
    cd /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace
    builtin-swiftTaskExecution -- /Applications/Xcode-14.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c -primary-file /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NextLevelSessionExporter.swift -emit-dependencies-path /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NextLevelSessionExporter.build/Debug-watchos/SessionExporter.build/Objects-normal/armv7k/NextLevelSessionExporter.d -emit-reference-dependencies-path /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NextLevelSessionExporter.build/Debug-watchos/SessionExporter.build/Objects-normal/armv7k/NextLevelSessionExporter.swiftdeps -serialize-diagnostics-path /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NextLevelSessionExporter.build/Debug-watchos/SessionExporter.build/Objects-normal/armv7k/NextLevelSessionExporter.dia -target armv7k-apple-watchos4.0 -enable-objc-interop -sdk /Applications/Xcode-14.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS9.1.sdk -I /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-14.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-14.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-14.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS9.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -empty-abi-descriptor -Xcc -working-directory -Xcc /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace -resource-dir /Applications/Xcode-14.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NextLevelSessionExporter.build/Debug-watchos/SessionExporter.build/swift-overrides.hmap -Xcc -I/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NextLevelSessionExporter.build/Debug-watchos/SessionExporter.build/DerivedSources-normal/armv7k -Xcc -I/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NextLevelSessionExporter.build/Debug-watchos/SessionExporter.build/DerivedSources/armv7k -Xcc -I/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NextLevelSessionExporter.build/Debug-watchos/SessionExporter.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name SessionExporter -frontend-parseable-output -disable-clang-spi -target-sdk-version 9.1 -parse-as-library -o /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NextLevelSessionExporter.build/Debug-watchos/SessionExporter.build/Objects-normal/armv7k/NextLevelSessionExporter.o -index-unit-output-path /NextLevelSessionExporter.build/Debug-watchos/SessionExporter.build/Objects-normal/armv7k/NextLevelSessionExporter.o -index-store-path /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
CompileSwift normal armv7k /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NextLevelSessionExporter.swift (in target 'SessionExporter' from project 'NextLevelSessionExporter')
    cd /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace
    /Applications/Xcode-14.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c -primary-file /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NextLevelSessionExporter.swift -emit-dependencies-path /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NextLevelSessionExporter.build/Debug-watchos/SessionExporter.build/Objects-normal/armv7k/NextLevelSessionExporter.d -emit-reference-dependencies-path /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NextLevelSessionExporter.build/Debug-watchos/SessionExporter.build/Objects-normal/armv7k/NextLevelSessionExporter.swiftdeps -serialize-diagnostics-path /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NextLevelSessionExporter.build/Debug-watchos/SessionExporter.build/Objects-normal/armv7k/NextLevelSessionExporter.dia -target armv7k-apple-watchos4.0 -enable-objc-interop -sdk /Applications/Xcode-14.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS9.1.sdk -I /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-14.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-14.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-14.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS9.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -empty-abi-descriptor -Xcc -working-directory -Xcc /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace -resource-dir /Applications/Xcode-14.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NextLevelSessionExporter.build/Debug-watchos/SessionExporter.build/swift-overrides.hmap -Xcc -I/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NextLevelSessionExporter.build/Debug-watchos/SessionExporter.build/DerivedSources-normal/armv7k -Xcc -I/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NextLevelSessionExporter.build/Debug-watchos/SessionExporter.build/DerivedSources/armv7k -Xcc -I/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NextLevelSessionExporter.build/Debug-watchos/SessionExporter.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name SessionExporter -frontend-parseable-output -disable-clang-spi -target-sdk-version 9.1 -parse-as-library -o /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NextLevelSessionExporter.build/Debug-watchos/SessionExporter.build/Objects-normal/armv7k/NextLevelSessionExporter.o -index-unit-output-path /NextLevelSessionExporter.build/Debug-watchos/SessionExporter.build/Objects-normal/armv7k/NextLevelSessionExporter.o -index-store-path /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
** BUILD FAILED **
The following build commands failed:
	SwiftEmitModule normal arm64_32 Emitting\ module\ for\ SessionExporter (in target 'SessionExporter' from project 'NextLevelSessionExporter')
	SwiftEmitModule normal arm64 Emitting\ module\ for\ SessionExporter (in target 'SessionExporter' from project 'NextLevelSessionExporter')
	SwiftEmitModule normal armv7k Emitting\ module\ for\ SessionExporter (in target 'SessionExporter' from project 'NextLevelSessionExporter')
(3 failures)
BUILD FAILURE 5.7 watchOS

Build Machine: Mac 5