Build Information
Successful build of SJSAssetExportSession, reference main (f60f5a
), with Swift 6.1 for macOS (SPM) on 9 Jun 2025 09:32:54 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats
Build Log
========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/samsonjs/SJSAssetExportSession.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/samsonjs/SJSAssetExportSession
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at f60f5a9 Add a changelog
Cloned https://github.com/samsonjs/SJSAssetExportSession.git
Revision (git rev-parse @):
f60f5a90356b92d2638cfd17eb79aabd5be4064f
SUCCESS checkout https://github.com/samsonjs/SJSAssetExportSession.git at main
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
"identity": ".resolve-product-dependencies",
"name": "resolve-dependencies",
"url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"dependencies": [
{
"identity": "sjsassetexportsession",
"name": "SJSAssetExportSession",
"url": "https://github.com/samsonjs/SJSAssetExportSession.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SJSAssetExportSession",
"dependencies": [
]
}
]
}
Fetching https://github.com/samsonjs/SJSAssetExportSession.git
[1/384] Fetching sjsassetexportsession
Fetched https://github.com/samsonjs/SJSAssetExportSession.git from cache (2.75s)
Creating working copy for https://github.com/samsonjs/SJSAssetExportSession.git
Working copy of https://github.com/samsonjs/SJSAssetExportSession.git resolved at main (f60f5a9)
warning: '.resolve-product-dependencies': dependency 'sjsassetexportsession' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.1
Building package at path: $PWD
https://github.com/samsonjs/SJSAssetExportSession.git
https://github.com/samsonjs/SJSAssetExportSession.git
{
"dependencies" : [
],
"manifest_display_name" : "SJSAssetExportSession",
"name" : "SJSAssetExportSession",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "14.0"
},
{
"name" : "ios",
"version" : "17.0"
}
],
"products" : [
{
"name" : "SJSAssetExportSession",
"targets" : [
"SJSAssetExportSession"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SJSAssetExportSessionTests",
"module_type" : "SwiftTarget",
"name" : "SJSAssetExportSessionTests",
"path" : "Tests/SJSAssetExportSessionTests",
"resources" : [
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/SJSAssetExportSessionTests/Resources/test-4k-hdr-hevc-30fps.mov",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/SJSAssetExportSessionTests/Resources/test-720p-h264-24fps.mov",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/SJSAssetExportSessionTests/Resources/test-no-audio.mp4",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/SJSAssetExportSessionTests/Resources/test-no-video.m4a",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/SJSAssetExportSessionTests/Resources/test-spatial-audio.mov",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/SJSAssetExportSessionTests/Resources/test-x264-1080p-h264-60fps.mp4",
"rule" : {
"process" : {
}
}
}
],
"sources" : [
"AVAsset+sending.swift",
"AutoDestructingURL.swift",
"BaseTests.swift",
"ReadmeExamples.swift",
"SJSAssetExportSessionTests.swift",
"SendableWrapper.swift"
],
"target_dependencies" : [
"SJSAssetExportSession"
],
"type" : "test"
},
{
"c99name" : "SJSAssetExportSession",
"module_type" : "SwiftTarget",
"name" : "SJSAssetExportSession",
"path" : "Sources/SJSAssetExportSession",
"product_memberships" : [
"SJSAssetExportSession"
],
"sources" : [
"Array+Extensions.swift",
"AudioOutputSettings.swift",
"CMTime+seconds.swift",
"ExportSession+Error.swift",
"ExportSession.swift",
"SampleWriter.swift",
"VideoOutputSettings.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-2F0A5646E1D333AE.txt
[3/10] Compiling SJSAssetExportSession VideoOutputSettings.swift
[4/10] Compiling SJSAssetExportSession AudioOutputSettings.swift
[5/10] Compiling SJSAssetExportSession SampleWriter.swift
[6/10] Compiling SJSAssetExportSession Array+Extensions.swift
[7/10] Compiling SJSAssetExportSession CMTime+seconds.swift
[8/10] Emitting module SJSAssetExportSession
[9/10] Compiling SJSAssetExportSession ExportSession+Error.swift
[10/10] Compiling SJSAssetExportSession ExportSession.swift
Build complete! (8.20s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "SJSAssetExportSession",
"name" : "SJSAssetExportSession",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "14.0"
},
{
"name" : "ios",
"version" : "17.0"
}
],
"products" : [
{
"name" : "SJSAssetExportSession",
"targets" : [
"SJSAssetExportSession"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SJSAssetExportSessionTests",
"module_type" : "SwiftTarget",
"name" : "SJSAssetExportSessionTests",
"path" : "Tests/SJSAssetExportSessionTests",
"resources" : [
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/SJSAssetExportSessionTests/Resources/test-4k-hdr-hevc-30fps.mov",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/SJSAssetExportSessionTests/Resources/test-720p-h264-24fps.mov",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/SJSAssetExportSessionTests/Resources/test-no-audio.mp4",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/SJSAssetExportSessionTests/Resources/test-no-video.m4a",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/SJSAssetExportSessionTests/Resources/test-spatial-audio.mov",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/SJSAssetExportSessionTests/Resources/test-x264-1080p-h264-60fps.mp4",
"rule" : {
"process" : {
}
}
}
],
"sources" : [
"AVAsset+sending.swift",
"AutoDestructingURL.swift",
"BaseTests.swift",
"ReadmeExamples.swift",
"SJSAssetExportSessionTests.swift",
"SendableWrapper.swift"
],
"target_dependencies" : [
"SJSAssetExportSession"
],
"type" : "test"
},
{
"c99name" : "SJSAssetExportSession",
"module_type" : "SwiftTarget",
"name" : "SJSAssetExportSession",
"path" : "Sources/SJSAssetExportSession",
"product_memberships" : [
"SJSAssetExportSession"
],
"sources" : [
"Array+Extensions.swift",
"AudioOutputSettings.swift",
"CMTime+seconds.swift",
"ExportSession+Error.swift",
"ExportSession.swift",
"SampleWriter.swift",
"VideoOutputSettings.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Done.