Build Information
Successful build of MuxUploadSDK, reference main (ffcf66), with Swift 6.0 for macOS (SPM) on 10 Apr 2026 02:07:12 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.69.2
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/muxinc/swift-upload-sdk.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/muxinc/swift-upload-sdk
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at ffcf664 Version bumps
Cloned https://github.com/muxinc/swift-upload-sdk.git
Revision (git rev-parse @):
ffcf664d5172b7df94b1803865a276d2edd4d88a
SUCCESS checkout https://github.com/muxinc/swift-upload-sdk.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.0
Building package at path: $PWD
https://github.com/muxinc/swift-upload-sdk.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
[1/1] Compiling plugin Swift-DocC
[2/2] Compiling plugin Swift-DocC Preview
Building for debugging...
[2/4] Write sources
[3/4] Write swift-version-5BDAB9E9C0126B9D.txt
[5/30] Emitting module MuxUploadSDK
[6/32] Compiling MuxUploadSDK UploadInfo.swift
[7/32] Compiling MuxUploadSDK UploadPersistence.swift
[8/32] Compiling MuxUploadSDK Bundle+Reporting.swift
[9/32] Compiling MuxUploadSDK FileManager+FileOperations.swift
[10/32] Compiling MuxUploadSDK NSMutableURLRequest+Reporting.swift
[11/32] Compiling MuxUploadSDK UploadInput.swift
[12/32] Compiling MuxUploadSDK DirectUpload+AVFoundation.swift
[13/32] Compiling MuxUploadSDK DirectUpload.swift
[14/32] Compiling MuxUploadSDK HttpError.swift
[15/32] Compiling MuxUploadSDK InputStandardizationFailedEvent.swift
[16/32] Compiling MuxUploadSDK InputStandardizationSucceededEvent.swift
[17/32] Compiling MuxUploadSDK DirectUploadManager.swift
[18/32] Compiling MuxUploadSDK DirectUploadOptions.swift
[19/32] Compiling MuxUploadSDK PHAsset+DirectUpload.swift
[20/32] Compiling MuxUploadSDK UploadInputStandardizer.swift
[21/32] Compiling MuxUploadSDK ChunkedFile.swift
[22/32] Compiling MuxUploadSDK Error+InternalErrors.swift
[23/32] Compiling MuxUploadSDK UploadInputFormatInspectionResult.swift
/Users/admin/builder/spi-builder-workspace/Sources/MuxUploadSDK/InputInspection/UploadInputInspector.swift:100:25: warning: 'loadValuesAsynchronously(forKeys:completionHandler:)' was deprecated in macOS 13.0: Use load(_:) instead. For non-deprecated properties that do not have an AVAsyncProperty equivalent, continue to query these properties synchronously
98 | case 1:
99 |
100 | sourceInput.loadValuesAsynchronously(
| `- warning: 'loadValuesAsynchronously(forKeys:completionHandler:)' was deprecated in macOS 13.0: Use load(_:) instead. For non-deprecated properties that do not have an AVAsyncProperty equivalent, continue to query these properties synchronously
101 | forKeys: [
102 | "duration"
/Users/admin/builder/spi-builder-workspace/Sources/MuxUploadSDK/InputInspection/UploadInputInspector.swift:105:55: warning: 'duration' was deprecated in macOS 13.0: Use load(.duration) instead
103 | ]
104 | ) {
105 | let sourceInputDuration = sourceInput.duration
| `- warning: 'duration' was deprecated in macOS 13.0: Use load(.duration) instead
106 | if let track = tracks.first {
107 | track.loadValuesAsynchronously(
/Users/admin/builder/spi-builder-workspace/Sources/MuxUploadSDK/InputInspection/UploadInputInspector.swift:107:27: warning: 'loadValuesAsynchronously(forKeys:completionHandler:)' was deprecated in macOS 13.0: Use load(_:) instead. For non-deprecated properties that do not have an AVAsyncProperty equivalent, continue to query these properties synchronously
105 | let sourceInputDuration = sourceInput.duration
106 | if let track = tracks.first {
107 | track.loadValuesAsynchronously(
| `- warning: 'loadValuesAsynchronously(forKeys:completionHandler:)' was deprecated in macOS 13.0: Use load(_:) instead. For non-deprecated properties that do not have an AVAsyncProperty equivalent, continue to query these properties synchronously
108 | forKeys: [
109 | "formatDescriptions",
/Users/admin/builder/spi-builder-workspace/Sources/MuxUploadSDK/InputInspection/UploadInputInspector.swift:116:62: warning: 'formatDescriptions' was deprecated in macOS 13.0: Use load(.formatDescriptions) instead
114 | var nonStandardReasons: [UploadInputFormatInspectionResult.NonstandardInputReason] = []
115 |
116 | guard let formatDescriptions = track.formatDescriptions as? [CMFormatDescription] else {
| `- warning: 'formatDescriptions' was deprecated in macOS 13.0: Use load(.formatDescriptions) instead
117 | completionHandler(
118 | nil,
/Users/admin/builder/spi-builder-workspace/Sources/MuxUploadSDK/InputInspection/UploadInputInspector.swift:150:47: warning: 'nominalFrameRate' was deprecated in macOS 13.0: Use load(.nominalFrameRate) instead
148 | }
149 |
150 | let frameRate = track.nominalFrameRate
| `- warning: 'nominalFrameRate' was deprecated in macOS 13.0: Use load(.nominalFrameRate) instead
151 |
152 | if max(videoDimensions.width, videoDimensions.height) > 1920 {
/Users/admin/builder/spi-builder-workspace/Sources/MuxUploadSDK/InputInspection/UploadInputInspector.swift:162:54: warning: 'estimatedDataRate' was deprecated in macOS 13.0: Use load(.estimatedDataRate) instead
160 | }
161 |
162 | let estimatedBitrate = track.estimatedDataRate
| `- warning: 'estimatedDataRate' was deprecated in macOS 13.0: Use load(.estimatedDataRate) instead
163 |
164 | if max(videoDimensions.width, videoDimensions.height) > 1920 {
[24/32] Compiling MuxUploadSDK UploadInputInspector.swift
/Users/admin/builder/spi-builder-workspace/Sources/MuxUploadSDK/InputInspection/UploadInputInspector.swift:100:25: warning: 'loadValuesAsynchronously(forKeys:completionHandler:)' was deprecated in macOS 13.0: Use load(_:) instead. For non-deprecated properties that do not have an AVAsyncProperty equivalent, continue to query these properties synchronously
98 | case 1:
99 |
100 | sourceInput.loadValuesAsynchronously(
| `- warning: 'loadValuesAsynchronously(forKeys:completionHandler:)' was deprecated in macOS 13.0: Use load(_:) instead. For non-deprecated properties that do not have an AVAsyncProperty equivalent, continue to query these properties synchronously
101 | forKeys: [
102 | "duration"
/Users/admin/builder/spi-builder-workspace/Sources/MuxUploadSDK/InputInspection/UploadInputInspector.swift:105:55: warning: 'duration' was deprecated in macOS 13.0: Use load(.duration) instead
103 | ]
104 | ) {
105 | let sourceInputDuration = sourceInput.duration
| `- warning: 'duration' was deprecated in macOS 13.0: Use load(.duration) instead
106 | if let track = tracks.first {
107 | track.loadValuesAsynchronously(
/Users/admin/builder/spi-builder-workspace/Sources/MuxUploadSDK/InputInspection/UploadInputInspector.swift:107:27: warning: 'loadValuesAsynchronously(forKeys:completionHandler:)' was deprecated in macOS 13.0: Use load(_:) instead. For non-deprecated properties that do not have an AVAsyncProperty equivalent, continue to query these properties synchronously
105 | let sourceInputDuration = sourceInput.duration
106 | if let track = tracks.first {
107 | track.loadValuesAsynchronously(
| `- warning: 'loadValuesAsynchronously(forKeys:completionHandler:)' was deprecated in macOS 13.0: Use load(_:) instead. For non-deprecated properties that do not have an AVAsyncProperty equivalent, continue to query these properties synchronously
108 | forKeys: [
109 | "formatDescriptions",
/Users/admin/builder/spi-builder-workspace/Sources/MuxUploadSDK/InputInspection/UploadInputInspector.swift:116:62: warning: 'formatDescriptions' was deprecated in macOS 13.0: Use load(.formatDescriptions) instead
114 | var nonStandardReasons: [UploadInputFormatInspectionResult.NonstandardInputReason] = []
115 |
116 | guard let formatDescriptions = track.formatDescriptions as? [CMFormatDescription] else {
| `- warning: 'formatDescriptions' was deprecated in macOS 13.0: Use load(.formatDescriptions) instead
117 | completionHandler(
118 | nil,
/Users/admin/builder/spi-builder-workspace/Sources/MuxUploadSDK/InputInspection/UploadInputInspector.swift:150:47: warning: 'nominalFrameRate' was deprecated in macOS 13.0: Use load(.nominalFrameRate) instead
148 | }
149 |
150 | let frameRate = track.nominalFrameRate
| `- warning: 'nominalFrameRate' was deprecated in macOS 13.0: Use load(.nominalFrameRate) instead
151 |
152 | if max(videoDimensions.width, videoDimensions.height) > 1920 {
/Users/admin/builder/spi-builder-workspace/Sources/MuxUploadSDK/InputInspection/UploadInputInspector.swift:162:54: warning: 'estimatedDataRate' was deprecated in macOS 13.0: Use load(.estimatedDataRate) instead
160 | }
161 |
162 | let estimatedBitrate = track.estimatedDataRate
| `- warning: 'estimatedDataRate' was deprecated in macOS 13.0: Use load(.estimatedDataRate) instead
163 |
164 | if max(videoDimensions.width, videoDimensions.height) > 1920 {
[25/32] Compiling MuxUploadSDK UploadInputStandardizationWorker.swift
/Users/admin/builder/spi-builder-workspace/Sources/MuxUploadSDK/InputInspection/UploadInputInspector.swift:100:25: warning: 'loadValuesAsynchronously(forKeys:completionHandler:)' was deprecated in macOS 13.0: Use load(_:) instead. For non-deprecated properties that do not have an AVAsyncProperty equivalent, continue to query these properties synchronously
98 | case 1:
99 |
100 | sourceInput.loadValuesAsynchronously(
| `- warning: 'loadValuesAsynchronously(forKeys:completionHandler:)' was deprecated in macOS 13.0: Use load(_:) instead. For non-deprecated properties that do not have an AVAsyncProperty equivalent, continue to query these properties synchronously
101 | forKeys: [
102 | "duration"
/Users/admin/builder/spi-builder-workspace/Sources/MuxUploadSDK/InputInspection/UploadInputInspector.swift:105:55: warning: 'duration' was deprecated in macOS 13.0: Use load(.duration) instead
103 | ]
104 | ) {
105 | let sourceInputDuration = sourceInput.duration
| `- warning: 'duration' was deprecated in macOS 13.0: Use load(.duration) instead
106 | if let track = tracks.first {
107 | track.loadValuesAsynchronously(
/Users/admin/builder/spi-builder-workspace/Sources/MuxUploadSDK/InputInspection/UploadInputInspector.swift:107:27: warning: 'loadValuesAsynchronously(forKeys:completionHandler:)' was deprecated in macOS 13.0: Use load(_:) instead. For non-deprecated properties that do not have an AVAsyncProperty equivalent, continue to query these properties synchronously
105 | let sourceInputDuration = sourceInput.duration
106 | if let track = tracks.first {
107 | track.loadValuesAsynchronously(
| `- warning: 'loadValuesAsynchronously(forKeys:completionHandler:)' was deprecated in macOS 13.0: Use load(_:) instead. For non-deprecated properties that do not have an AVAsyncProperty equivalent, continue to query these properties synchronously
108 | forKeys: [
109 | "formatDescriptions",
/Users/admin/builder/spi-builder-workspace/Sources/MuxUploadSDK/InputInspection/UploadInputInspector.swift:116:62: warning: 'formatDescriptions' was deprecated in macOS 13.0: Use load(.formatDescriptions) instead
114 | var nonStandardReasons: [UploadInputFormatInspectionResult.NonstandardInputReason] = []
115 |
116 | guard let formatDescriptions = track.formatDescriptions as? [CMFormatDescription] else {
| `- warning: 'formatDescriptions' was deprecated in macOS 13.0: Use load(.formatDescriptions) instead
117 | completionHandler(
118 | nil,
/Users/admin/builder/spi-builder-workspace/Sources/MuxUploadSDK/InputInspection/UploadInputInspector.swift:150:47: warning: 'nominalFrameRate' was deprecated in macOS 13.0: Use load(.nominalFrameRate) instead
148 | }
149 |
150 | let frameRate = track.nominalFrameRate
| `- warning: 'nominalFrameRate' was deprecated in macOS 13.0: Use load(.nominalFrameRate) instead
151 |
152 | if max(videoDimensions.width, videoDimensions.height) > 1920 {
/Users/admin/builder/spi-builder-workspace/Sources/MuxUploadSDK/InputInspection/UploadInputInspector.swift:162:54: warning: 'estimatedDataRate' was deprecated in macOS 13.0: Use load(.estimatedDataRate) instead
160 | }
161 |
162 | let estimatedBitrate = track.estimatedDataRate
| `- warning: 'estimatedDataRate' was deprecated in macOS 13.0: Use load(.estimatedDataRate) instead
163 |
164 | if max(videoDimensions.width, videoDimensions.height) > 1920 {
[26/32] Compiling MuxUploadSDK SDKLogger.swift
[27/32] Compiling MuxUploadSDK SemanticVersion.swift
[28/32] Compiling MuxUploadSDK Reporter.swift
[29/32] Compiling MuxUploadSDK UploadFailedEvent.swift
[30/32] Compiling MuxUploadSDK UploadSucceededEvent.swift
[31/32] Compiling MuxUploadSDK ChunkWorker.swift
[32/32] Compiling MuxUploadSDK ChunkedFileUploader.swift
Build complete! (23.33s)
Fetching https://github.com/apple/swift-docc-plugin
[1/2271] Fetching swift-docc-plugin
Fetched https://github.com/apple/swift-docc-plugin from cache (1.19s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.6 (0.57s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3672] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (1.11s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (0.61s)
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
Creating working copy for https://github.com/apple/swift-docc-plugin
Working copy of https://github.com/apple/swift-docc-plugin resolved at 1.4.6
Build complete.
{
"default_localization" : "en",
"dependencies" : [
{
"identity" : "swift-docc-plugin",
"requirement" : {
"range" : [
{
"lower_bound" : "1.2.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-docc-plugin"
}
],
"manifest_display_name" : "MuxUploadSDK",
"name" : "MuxUploadSDK",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "14.0"
},
{
"name" : "macos",
"version" : "13.0"
}
],
"products" : [
{
"name" : "MuxUploadSDK",
"targets" : [
"MuxUploadSDK"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"swift_languages_versions" : [
"5"
],
"targets" : [
{
"c99name" : "MuxUploadSDKTests",
"module_type" : "SwiftTarget",
"name" : "MuxUploadSDKTests",
"path" : "Tests/MuxUploadSDKTests",
"sources" : [
"Helpers/DummyError.swift",
"Helpers/FakeUploadsFile.swift",
"Helpers/MockUploadInputInspector.swift",
"Helpers/PersistenceEntry+Fixtures.swift",
"Helpers/StubbedChunkedFile.swift",
"Helpers/UploadInput+Fixtures.swift",
"Internal Utilities Tests/ChunkedFileTests.swift",
"PublicAPITests/DirectUploadTests.swift",
"Upload Tests/ChunkWorkerTests.swift",
"Upload Tests/ChunkedFileUploaderTests.swift",
"Upload Tests/ReporterTests.swift",
"Upload Tests/UploadPersistenceTests.swift",
"UploadManagerTests/UploadManagerTests.swift"
],
"target_dependencies" : [
"MuxUploadSDK"
],
"type" : "test"
},
{
"c99name" : "MuxUploadSDK",
"module_type" : "SwiftTarget",
"name" : "MuxUploadSDK",
"path" : "Sources/MuxUploadSDK",
"product_memberships" : [
"MuxUploadSDK"
],
"sources" : [
"Extensions/Bundle+Reporting.swift",
"Extensions/FileManager+FileOperations.swift",
"Extensions/NSMutableURLRequest+Reporting.swift",
"InputInspection/UploadInputFormatInspectionResult.swift",
"InputInspection/UploadInputInspector.swift",
"InputStandardization/UploadInputStandardizationWorker.swift",
"InputStandardization/UploadInputStandardizer.swift",
"InternalUtilities/ChunkedFile.swift",
"InternalUtilities/Error+InternalErrors.swift",
"InternalUtilities/HttpError.swift",
"InternalUtilities/Reporting/InputStandardizationFailedEvent.swift",
"InternalUtilities/Reporting/InputStandardizationSucceededEvent.swift",
"InternalUtilities/Reporting/Reporter.swift",
"InternalUtilities/Reporting/UploadFailedEvent.swift",
"InternalUtilities/Reporting/UploadSucceededEvent.swift",
"InternalUtilities/UploadInput.swift",
"PublicAPI/AVFoundation+DirectUpload/DirectUpload+AVFoundation.swift",
"PublicAPI/DirectUpload.swift",
"PublicAPI/DirectUploadManager.swift",
"PublicAPI/Options/DirectUploadOptions.swift",
"PublicAPI/PhotosKit+DirectUpload/PHAsset+DirectUpload.swift",
"PublicAPI/SDKLogger.swift",
"PublicAPI/SemanticVersion.swift",
"Upload/ChunkWorker.swift",
"Upload/ChunkedFileUploader.swift",
"Upload/UploadInfo.swift",
"Upload/UploadPersistence.swift"
],
"type" : "library"
}
],
"tools_version" : "5.7"
}
Done.