Build Information
Successful build of swift-ass-renderer, reference main (28919f), with Swift 6.2 for macOS (SPM) on 22 Jun 2025 17:58:40 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/mihai8804858/swift-ass-renderer.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/mihai8804858/swift-ass-renderer
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 28919f6 Fix package manifest for Swift < 6.0
Cloned https://github.com/mihai8804858/swift-ass-renderer.git
Revision (git rev-parse @):
28919f6b5ddd896d327b0283f8d97624902236e6
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/mihai8804858/swift-ass-renderer.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/mihai8804858/swift-ass-renderer.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/15] Copying libfribidi.a
[0/15] Copying libharfbuzz.a
[0/15] Write sources
[4/15] Copying libass.a
[4/15] Copying libfontconfig.a
[7/15] Copying libfreetype.a
[10/15] Copying libpng16.a
[10/15] Copying PrivacyInfo.xcprivacy
[13/15] Write swift-version-1EA4D86E10B52AF.txt
[15/48] Compiling IssueReporting BreakpointReporter.swift
[16/48] Compiling IssueReporting FatalErrorReporter.swift
[17/48] Compiling IssueReporting TestContext.swift
[18/48] Compiling IssueReporting Unimplemented.swift
[19/48] Compiling IssueReporting RuntimeWarningReporter.swift
[20/48] Compiling IssueReporting ReportIssue.swift
[21/50] Compiling IssueReporting LockIsolated.swift
[22/50] Compiling IssueReporting Rethrows.swift
[23/50] Compiling IssueReporting IsTesting.swift
[24/50] Compiling IssueReporting IssueReporter.swift
[25/50] Compiling IssueReporting SwiftTesting.swift
[26/50] Compiling IssueReporting UncheckedSendable.swift
[27/50] Compiling IssueReporting ErrorReporting.swift
[28/50] Compiling IssueReporting AppHostWarning.swift
[29/50] Compiling IssueReporting Warn.swift
[30/50] Compiling IssueReporting XCTest.swift
[31/50] Emitting module IssueReporting
[32/50] Compiling IssueReporting Deprecations.swift
[33/50] Compiling IssueReporting FailureObserver.swift
[34/50] Emitting module SwiftLibass
[35/50] Compiling SwiftLibass resource_bundle_accessor.swift
[36/50] Compiling SwiftLibass SwiftLibass.swift
[37/50] Compiling ConcurrencyExtras Task.swift
[38/50] Compiling ConcurrencyExtras Result.swift
[39/50] Compiling ConcurrencyExtras MainSerialExecutor.swift
[40/50] Compiling ConcurrencyExtras LockIsolated.swift
[41/50] Compiling ConcurrencyExtras UncheckedBox.swift
[42/51] Compiling ConcurrencyExtras Locking.swift
[43/51] Compiling ConcurrencyExtras AsyncThrowingStream.swift
[44/51] Emitting module ConcurrencyExtras
[47/51] Compiling ConcurrencyExtras AsyncStream.swift
[48/51] Compiling ConcurrencyExtras UncheckedSendable.swift
[49/51] Compiling IssueReporting WithExpectedIssue.swift
[50/51] Compiling IssueReporting WithIssueContext.swift
[50/51] Compiling SwiftAssBlend RenderBlend.c
[52/63] Compiling CombineSchedulers UIKit.swift
[53/63] Compiling CombineSchedulers UIScheduler.swift
[54/64] Compiling CombineSchedulers Timer.swift
[55/64] Compiling CombineSchedulers UnimplementedScheduler.swift
[56/64] Compiling CombineSchedulers NSRecursiveLock.swift
[57/64] Compiling CombineSchedulers TestScheduler.swift
[58/64] Compiling CombineSchedulers ImmediateScheduler.swift
[59/64] Compiling CombineSchedulers Deprecations.swift
[60/64] Compiling CombineSchedulers Lock.swift
[61/64] Compiling CombineSchedulers AnyScheduler.swift
[62/64] Compiling CombineSchedulers Concurrency.swift
[63/64] Compiling CombineSchedulers SwiftUI.swift
[64/64] Emitting module CombineSchedulers
[65/92] Emitting module SwiftAssRenderer
/Users/admin/builder/spi-builder-workspace/Sources/SwiftAssRenderer/Wrapper/LibraryWrapper.swift:5:9: warning: stored property 'image' of 'Sendable'-conforming struct 'LibraryRenderResult' has non-sendable type 'ASS_Image' (aka 'ass_image')
3 |
4 | struct LibraryRenderResult: Sendable {
5 | let image: ASS_Image
| `- warning: stored property 'image' of 'Sendable'-conforming struct 'LibraryRenderResult' has non-sendable type 'ASS_Image' (aka 'ass_image')
6 | let changed: Bool
7 | }
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-libass/Libraries/XCFrameworks/libass.xcframework/macos-arm64_x86_64/Headers/libass/../libass/ass/ass.h:62:16: note: struct 'ass_image' does not conform to the 'Sendable' protocol
60 | * e.g. in the worst case a bitmap has the size stride * (h - 1) + w.
61 | */
62 | typedef struct ass_image {
| `- note: struct 'ass_image' does not conform to the 'Sendable' protocol
63 | int w, h; // Bitmap width/height
64 | int stride; // Bitmap stride
[66/94] Compiling SwiftAssRenderer ContentsLoader.swift
[67/94] Compiling SwiftAssRenderer Logger.swift
[68/94] Compiling SwiftAssRenderer AssSubtitles.swift
[69/94] Compiling SwiftAssRenderer Tuple.swift
[70/94] Compiling SwiftAssRenderer View.swift
[71/94] Compiling SwiftAssRenderer FontConfig.swift
[72/94] Compiling SwiftAssRenderer LibraryWrapper.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftAssRenderer/Wrapper/LibraryWrapper.swift:5:9: warning: stored property 'image' of 'Sendable'-conforming struct 'LibraryRenderResult' has non-sendable type 'ASS_Image' (aka 'ass_image')
3 |
4 | struct LibraryRenderResult: Sendable {
5 | let image: ASS_Image
| `- warning: stored property 'image' of 'Sendable'-conforming struct 'LibraryRenderResult' has non-sendable type 'ASS_Image' (aka 'ass_image')
6 | let changed: Bool
7 | }
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-libass/Libraries/XCFrameworks/libass.xcframework/macos-arm64_x86_64/Headers/libass/../libass/ass/ass.h:62:16: note: struct 'ass_image' does not conform to the 'Sendable' protocol
60 | * e.g. in the worst case a bitmap has the size stride * (h - 1) + w.
61 | */
62 | typedef struct ass_image {
| `- note: struct 'ass_image' does not conform to the 'Sendable' protocol
63 | int w, h; // Bitmap width/height
64 | int stride; // Bitmap stride
[73/94] Compiling SwiftAssRenderer resource_bundle_accessor.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftAssRenderer/Wrapper/LibraryWrapper.swift:5:9: warning: stored property 'image' of 'Sendable'-conforming struct 'LibraryRenderResult' has non-sendable type 'ASS_Image' (aka 'ass_image')
3 |
4 | struct LibraryRenderResult: Sendable {
5 | let image: ASS_Image
| `- warning: stored property 'image' of 'Sendable'-conforming struct 'LibraryRenderResult' has non-sendable type 'ASS_Image' (aka 'ass_image')
6 | let changed: Bool
7 | }
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-libass/Libraries/XCFrameworks/libass.xcframework/macos-arm64_x86_64/Headers/libass/../libass/ass/ass.h:62:16: note: struct 'ass_image' does not conform to the 'Sendable' protocol
60 | * e.g. in the worst case a bitmap has the size stride * (h - 1) + w.
61 | */
62 | typedef struct ass_image {
| `- note: struct 'ass_image' does not conform to the 'Sendable' protocol
63 | int w, h; // Bitmap width/height
64 | int stride; // Bitmap stride
[74/94] Compiling SwiftAssRenderer Bundle.swift
[75/94] Compiling SwiftAssRenderer CALayer.swift
[76/94] Compiling SwiftAssRenderer CoreGraphics.swift
[77/94] Compiling SwiftAssRenderer AssSubtitlesRenderer+Composition.swift
[78/94] Compiling SwiftAssRenderer AssVideoComposition.swift
[79/94] Compiling SwiftAssRenderer AVPlayer.swift
[80/94] Compiling SwiftAssRenderer AccelerateImagePipeline.swift
[81/94] Compiling SwiftAssRenderer BlendImagePipeline.swift
[82/94] Compiling SwiftAssRenderer ImagePipelineHelpers.swift
[83/94] Compiling SwiftAssRenderer AssSubtitlesView+AVPlayerViewController.swift
[84/94] Compiling SwiftAssRenderer AssSubtitlesView.swift
[85/94] Compiling SwiftAssRenderer Platform.swift
[86/94] Compiling SwiftAssRenderer DispatchQueue.swift
[87/94] Compiling SwiftAssRenderer FileManager.swift
[88/94] Compiling SwiftAssRenderer Lock.swift
[89/94] Compiling SwiftAssRenderer AssSubtitlesAttachModifier.swift
[90/94] Compiling SwiftAssRenderer AssSubtitlesView+AVPlayerLayer.swift
[91/94] Compiling SwiftAssRenderer AssSubtitlesView+AVPlayerView.swift
[92/94] Compiling SwiftAssRenderer ImagePipelineType.swift
[93/94] Compiling SwiftAssRenderer ProcessedImage.swift
[94/94] Compiling SwiftAssRenderer AssSubtitlesRenderer.swift
Build complete! (30.91s)
Fetching https://github.com/mihai8804858/swift-snapshot-testing
[1/3413] Fetching swift-snapshot-testing
Fetched https://github.com/mihai8804858/swift-snapshot-testing from cache (1.77s)
Fetching https://github.com/pointfreeco/combine-schedulers
Fetching https://github.com/mihai8804858/swift-libass
Fetching https://github.com/swiftlang/swift-syntax
[1/2410] Fetching combine-schedulers
Fetched https://github.com/pointfreeco/combine-schedulers from cache (0.94s)
[1/70925] Fetching swift-syntax
[2129/71827] Fetching swift-syntax, swift-libass
Fetched https://github.com/mihai8804858/swift-libass from cache (3.34s)
Fetched https://github.com/swiftlang/swift-syntax from cache (3.34s)
Computing version for https://github.com/pointfreeco/combine-schedulers
Computed https://github.com/pointfreeco/combine-schedulers at 1.0.3 (3.77s)
Fetching https://github.com/pointfreeco/swift-concurrency-extras
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay
[1/861] Fetching swift-concurrency-extras
[131/6328] Fetching swift-concurrency-extras, xctest-dynamic-overlay
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (1.22s)
Fetched https://github.com/pointfreeco/swift-concurrency-extras from cache (1.22s)
Computing version for https://github.com/mihai8804858/swift-libass
Computed https://github.com/mihai8804858/swift-libass at 1.4.0 (1.76s)
Computing version for https://github.com/pointfreeco/swift-concurrency-extras
Computed https://github.com/pointfreeco/swift-concurrency-extras at 1.3.1 (0.40s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.5.2 (0.39s)
Computing version for https://github.com/swiftlang/swift-syntax
Computed https://github.com/swiftlang/swift-syntax at 600.0.1 (1.94s)
Creating working copy for https://github.com/mihai8804858/swift-libass
Working copy of https://github.com/mihai8804858/swift-libass resolved at 1.4.0
Creating working copy for https://github.com/pointfreeco/xctest-dynamic-overlay
Working copy of https://github.com/pointfreeco/xctest-dynamic-overlay resolved at 1.5.2
Creating working copy for https://github.com/mihai8804858/swift-snapshot-testing
Working copy of https://github.com/mihai8804858/swift-snapshot-testing resolved at main (4ee19ec)
Creating working copy for https://github.com/pointfreeco/combine-schedulers
Working copy of https://github.com/pointfreeco/combine-schedulers resolved at 1.0.3
Creating working copy for https://github.com/swiftlang/swift-syntax
Working copy of https://github.com/swiftlang/swift-syntax resolved at 600.0.1
Creating working copy for https://github.com/pointfreeco/swift-concurrency-extras
Working copy of https://github.com/pointfreeco/swift-concurrency-extras resolved at 1.3.1
Downloading package prebuilt https://download.swift.org/prebuilts/swift-syntax/600.0.1/swiftlang-6.2.0.9.909-MacroSupport-macos_aarch64.zip
Build complete.
{
"dependencies" : [
{
"identity" : "swift-snapshot-testing",
"requirement" : {
"branch" : [
"main"
]
},
"type" : "sourceControl",
"url" : "https://github.com/mihai8804858/swift-snapshot-testing"
},
{
"identity" : "swift-libass",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/mihai8804858/swift-libass"
},
{
"identity" : "combine-schedulers",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/pointfreeco/combine-schedulers"
}
],
"manifest_display_name" : "swift-ass-renderer",
"name" : "swift-ass-renderer",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "15.0"
},
{
"name" : "tvos",
"version" : "15.0"
},
{
"name" : "visionos",
"version" : "1.0"
},
{
"name" : "macos",
"version" : "12.0"
},
{
"name" : "maccatalyst",
"version" : "15.0"
}
],
"products" : [
{
"name" : "SwiftAssRenderer",
"targets" : [
"SwiftAssRenderer"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"swift_languages_versions" : [
"6"
],
"targets" : [
{
"c99name" : "SwiftAssRendererTests",
"module_type" : "SwiftTarget",
"name" : "SwiftAssRendererTests",
"path" : "Tests",
"product_dependencies" : [
"SnapshotTesting"
],
"resources" : [
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/Resources/Fonts",
"rule" : {
"copy" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/Resources/Subs",
"rule" : {
"copy" : {
}
}
}
],
"sources" : [
"Extensions/CoreGraphicsTests.swift",
"FontConfig/FontConfigTests.swift",
"Helpers/FuncCheck.swift",
"Helpers/Snapshots.swift",
"Mocks/MockBundle.swift",
"Mocks/MockContentsLoader.swift",
"Mocks/MockDispatchQueue.swift",
"Mocks/MockFileManager.swift",
"Mocks/MockFontConfig.swift",
"Mocks/MockImagePipeline.swift",
"Mocks/MockLibraryWrapper.swift",
"Mocks/MockLogger.swift",
"Pipeline/AccelerateImagePipelineTests.swift",
"Pipeline/BlendImagePipelineTests.swift",
"Pipeline/PipelineTestCase.swift",
"Renderer/AssSubtitlesRendererTests.swift",
"Wrapper/LibraryWrapperTests.swift"
],
"target_dependencies" : [
"SwiftAssRenderer"
],
"type" : "test"
},
{
"c99name" : "SwiftAssRenderer",
"module_type" : "SwiftTarget",
"name" : "SwiftAssRenderer",
"path" : "Sources/SwiftAssRenderer",
"product_dependencies" : [
"SwiftLibass",
"CombineSchedulers"
],
"product_memberships" : [
"SwiftAssRenderer"
],
"resources" : [
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/SwiftAssRenderer/Resources/PrivacyInfo.xcprivacy",
"rule" : {
"copy" : {
}
}
}
],
"sources" : [
"Composition/AssSubtitlesRenderer+Composition.swift",
"Composition/AssVideoComposition.swift",
"Extensions/AVPlayer.swift",
"Extensions/Bundle.swift",
"Extensions/CALayer.swift",
"Extensions/CoreGraphics.swift",
"Extensions/DispatchQueue.swift",
"Extensions/FileManager.swift",
"Extensions/Lock.swift",
"Extensions/Tuple.swift",
"Extensions/View.swift",
"FontConfig/FontConfig.swift",
"Loader/ContentsLoader.swift",
"Logger/Logger.swift",
"Overlay/AssSubtitles.swift",
"Overlay/AssSubtitlesAttachModifier.swift",
"Overlay/AssSubtitlesView+AVPlayerLayer.swift",
"Overlay/AssSubtitlesView+AVPlayerView.swift",
"Overlay/AssSubtitlesView+AVPlayerViewController.swift",
"Overlay/AssSubtitlesView.swift",
"Overlay/Platform.swift",
"Pipeline/AccelerateImagePipeline.swift",
"Pipeline/BlendImagePipeline.swift",
"Pipeline/ImagePipelineHelpers.swift",
"Pipeline/ImagePipelineType.swift",
"Pipeline/ProcessedImage.swift",
"Renderer/AssSubtitlesRenderer.swift",
"Wrapper/LibraryWrapper.swift"
],
"target_dependencies" : [
"SwiftAssBlend"
],
"type" : "library"
},
{
"c99name" : "SwiftAssBlend",
"module_type" : "ClangTarget",
"name" : "SwiftAssBlend",
"path" : "Sources/SwiftAssBlend",
"product_dependencies" : [
"SwiftLibass"
],
"product_memberships" : [
"SwiftAssRenderer"
],
"sources" : [
"RenderBlend.c"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Done.