Build Information
Failed to build Proton, reference 0.8.35 (2fa41f
), with Swift 6.2 (beta) for tvOS using Xcode 26.0 on 21 Jun 2025 09:13:58 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme Proton-Package -destination generic/platform=tvOS
Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/rajdeep/proton.git
Reference: 0.8.35
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/rajdeep/proton
* tag 0.8.35 -> FETCH_HEAD
HEAD is now at 2fa41f7 Added clamping to textstorage.attributedSubstring to avoid out-of-bounds crashes (#305)
Cloned https://github.com/rajdeep/proton.git
Revision (git rev-parse @):
2fa41f78731461c40a1dd12bee7de1845c310c31
SUCCESS checkout https://github.com/rajdeep/proton.git at 0.8.35
========================================
Build
========================================
Selected platform: tvOS
Swift version: 6.2
Building package at path: $PWD
https://github.com/rajdeep/proton.git
Command line invocation:
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Fetching from https://github.com/pointfreeco/swift-snapshot-testing.git
Creating working copy of package ‘swift-snapshot-testing’
Checking out 1.7.2 of package ‘swift-snapshot-testing’
Resolved source packages:
TestBuildPackage: /Users/admin/builder/spi-builder-workspace/TestBuildPackage
Proton: /Users/admin/builder/spi-builder-workspace @ local
SnapshotTesting: https://github.com/pointfreeco/swift-snapshot-testing.git @ 1.7.2
resolved source packages: TestBuildPackage, Proton, SnapshotTesting
{
"dependencies" : [
{
"identity" : "swift-snapshot-testing",
"requirement" : {
"branch" : [
"master"
]
},
"type" : "sourceControl",
"url" : "https://github.com/pointfreeco/swift-snapshot-testing.git"
}
],
"manifest_display_name" : "Proton",
"name" : "Proton",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "14.0"
},
{
"name" : "visionos",
"version" : "1.0"
}
],
"products" : [
{
"name" : "Proton",
"targets" : [
"Proton"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "ProtonCore",
"targets" : [
"ProtonCore"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "ProtonTests",
"module_type" : "SwiftTarget",
"name" : "ProtonTests",
"path" : "Proton/Tests",
"product_dependencies" : [
"SnapshotTesting"
],
"sources" : [
"AsyncTextResolver/AsyncTextResolverSnapshotTests.swift",
"Attachments/AttachmentUpdateSnapshotTests.swift",
"Attachments/GridViewAttachment.swift",
"Attachments/Mocks/RichTextAttachmentView.swift",
"Attachments/ViewAttachmentSnapshotTests.swift",
"Base/AutogrowingTextViewSnapshotTests.swift",
"Base/AutogrowingTextViewTests.swift",
"Base/Mocks/MockAutogrowingTextViewDelegate.swift",
"Core/EditorKeyTests.swift",
"Core/ListParserTests.swift",
"Core/ListsSnapshotTests.swift",
"Core/Mocks/MockDefaultTextFormattingProvider.swift",
"Core/Mocks/MockKeyboardPress.swift",
"Core/Mocks/MockListFormattingProvider.swift",
"Core/Mocks/MockRichTextViewDelegate.swift",
"Core/Mocks/MockRichTextViewListDelegate.swift",
"Core/RichTextViewContextTests.swift",
"Core/RichTextViewSnapshotTests.swift",
"Core/RichTextViewTests.swift",
"Core/TextBlockAttributeTests.swift",
"Core/TextStorageTests.swift",
"Editor/EditorContentTransformerTests.swift",
"Editor/EditorContextDelegateTests.swift",
"Editor/EditorListsSnapshotTests.swift",
"Editor/EditorSnapshotTests.swift",
"Editor/EditorViewContextSnapshotTests.swift",
"Editor/EditorViewContextTests.swift",
"Editor/EditorViewDelegateTests.swift",
"Editor/EditorViewMenuTests.swift",
"Editor/EditorViewTests.swift",
"Editor/EditorViewportSnapshotTests.swift",
"Editor/Mocks/MockAsyncAttachmentRenderingDelegate.swift",
"Editor/Mocks/MockAttachment.swift",
"Editor/Mocks/MockAttachmentOffsetProvider.swift",
"Editor/Mocks/MockEditorViewDelegate.swift",
"Editor/Mocks/MockLineNumberProvider.swift",
"EditorCommands/AttributesCommandTests.swift",
"EditorCommands/EditorCommandExecutorTests.swift",
"EditorCommands/EditorCommandSnapshotTests.swift",
"EditorCommands/FontTraitToggleCommandTests.swift",
"EditorCommands/ListCommandTests.swift",
"EditorCommands/Mocks/MockEditorCommand.swift",
"EditorCommands/Mocks/MockEditorCommandExecutorDelegate.swift",
"Encoding/EditorContentEncoderTests.swift",
"ExtensionTests/NSAttributedStringExtensionTests.swift",
"Grid/GridCellTests.swift",
"Grid/GridTests.swift",
"Grid/GridViewAttachmentSnapshotTests.swift",
"Grid/GridViewSnapshotTests.swift",
"Grid/GridViewTests.swift",
"Grid/Mocks/MockGridCellDelegate.swift",
"Grid/Mocks/MockGridViewDelegate.swift",
"Helpers/EditorTestViewController.swift",
"Helpers/GenericViewTestViewController.swift",
"Helpers/RichTextViewTestViewController.swift",
"Helpers/SnapshotTestCase.swift",
"Helpers/SnapshotTestViewController.swift",
"Helpers/TextTransformer.swift",
"Helpers/UIView+Render.swift",
"Helpers/Views/AutogrowingTextField.swift",
"Helpers/Views/InlineEditorView.swift",
"Helpers/Views/PanelView.swift",
"Helpers/XCTestHelpers.swift",
"TextProcessors/Mocks/MockTextProcessor.swift",
"TextProcessors/Processors/TestTextProcessor.swift",
"TextProcessors/TextProcessorTests.swift"
],
"target_dependencies" : [
"Proton"
],
"type" : "test"
},
{
"c99name" : "ProtonCore",
"module_type" : "ClangTarget",
"name" : "ProtonCore",
"path" : "Proton/Sources/ObjC",
"product_memberships" : [
"Proton",
"ProtonCore"
],
"sources" : [
"PREditorContentName.m",
"PRTextStorage.m"
],
"type" : "library"
},
{
"c99name" : "Proton",
"module_type" : "SwiftTarget",
"name" : "Proton",
"path" : "Proton/Sources/Swift",
"product_memberships" : [
"Proton"
],
"sources" : [
"AsyncTextResolver/AsyncTextResolver.swift",
"Attachment/Attachment.swift",
"Attachment/AttachmentContent.swift",
"Attachment/AttachmentSize.swift",
"Attachment/Focusable.swift",
"Attachment/SelectionView.swift",
"Base/AutogrowingTextView.swift",
"Base/BackgroundStyle.swift",
"Base/NSAttributedString+ContentTypes.swift",
"Base/NSParagraphStyleExtensions.swift",
"Base/Types.swift",
"Core/AsyncTaskScheduler.swift",
"Core/CommandName.swift",
"Core/EditorLineNumberProvider.swift",
"Core/GestureRegognizerDelegateOverride.swift",
"Core/LayoutManager.swift",
"Core/LineNumberFormatting.swift",
"Core/ListFormattingProvider.swift",
"Core/ListParser.swift",
"Core/NullRichTextEditorContext.swift",
"Core/RichTextEditorContext.swift",
"Core/RichTextRendererContext.swift",
"Core/RichTextView.swift",
"Core/RichTextViewContext.swift",
"Core/RichTextViewDelegate.swift",
"Core/SequenceGenerator.swift",
"Core/TextContainer.swift",
"Decoding/AttributesDecoding.swift",
"Decoding/EditorContentDecoding.swift",
"Editor/AggregateEditorViewDelegate.swift",
"Editor/EditorContent.swift",
"Editor/EditorContentIdentifying.swift",
"Editor/EditorContentView.swift",
"Editor/EditorView.swift",
"Editor/EditorViewContext.swift",
"Editor/EditorViewDelegate.swift",
"EditorCommand/Commands/AttributesToggleCommand.swift",
"EditorCommand/Commands/BoldCommand.swift",
"EditorCommand/Commands/FontTraitToggleCommand.swift",
"EditorCommand/Commands/ItalicsCommand.swift",
"EditorCommand/Commands/List/ListCommand.swift",
"EditorCommand/Commands/List/ListIndentCommand.swift",
"EditorCommand/Commands/List/ListOutdentCommand.swift",
"EditorCommand/Commands/StrikethroughCommand.swift",
"EditorCommand/Commands/UnderlineCommand.swift",
"EditorCommand/EditorCommand.swift",
"EditorCommand/EditorCommandExecutor.swift",
"Encoding/AttributesEncoding.swift",
"Encoding/EditorContentEncoding.swift",
"Grid/Core/Grid.swift",
"Grid/Core/GridCellStore.swift",
"Grid/Core/GridConfiguration.swift",
"Grid/View/GridCell.swift",
"Grid/View/GridContentView.swift",
"Grid/View/GridView.swift",
"Helpers/GradientView.swift",
"Helpers/Logger.swift",
"Helpers/NSAttributedString+Content.swift",
"Helpers/NSAttributedString+Range.swift",
"Helpers/NSRangeExtensions.swift",
"Helpers/String+NSRange.swift",
"Helpers/SynchronizedArray.swift",
"Helpers/Text/FontExtensions.swift",
"Helpers/UIColor+Image.swift",
"Helpers/UITextRangeExtensions.swift",
"TextProcessors/TextProcessing.swift",
"TextProcessors/TextProcessor.swift",
"TextProcessors/TextProcessors/ListTextProcessor.swift"
],
"target_dependencies" : [
"ProtonCore"
],
"type" : "library"
}
],
"tools_version" : "5.9"
}
warning: 'spi-builder-workspace': /Users/admin/builder/spi-builder-workspace/Package.swift:31:10: warning: 'package(name:url:_:)' is deprecated: use specific requirement APIs instead (e.g. use 'branch:' instead of '.branch') [#DeprecatedDeclaration]
29 | ],
30 | dependencies: [
31 | .package(name: "SnapshotTesting", url: "https://github.com/pointfreeco/swift-snapshot-testing.git", .branch("master"))
| `- warning: 'package(name:url:_:)' is deprecated: use specific requirement APIs instead (e.g. use 'branch:' instead of '.branch') [#DeprecatedDeclaration]
32 | ],
33 | targets: [
/Users/admin/builder/spi-builder-workspace/Package.swift:31:110: warning: 'branch' is deprecated [#DeprecatedDeclaration]
29 | ],
30 | dependencies: [
31 | .package(name: "SnapshotTesting", url: "https://github.com/pointfreeco/swift-snapshot-testing.git", .branch("master"))
| `- warning: 'branch' is deprecated [#DeprecatedDeclaration]
32 | ],
33 | targets: [
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
{
"workspace" : {
"name" : "Proton",
"schemes" : [
"ExampleApp",
"Proton",
"Proton",
"ProtonCore",
"ProtonCore",
"TestBuildPackage"
]
}
}
{
"workspace" : {
"name" : "spi-builder-workspace",
"schemes" : [
"Proton",
"Proton-Package",
"ProtonCore"
]
}
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme Proton-Package -destination generic/platform=tvOS
Command line invocation:
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme Proton-Package -destination generic/platform=tvOS
Resolve Package Graph
Resolve Package Graph
Resolved source packages:
Proton: /Users/admin/builder/spi-builder-workspace
SnapshotTesting: https://github.com/pointfreeco/swift-snapshot-testing.git @ master (4579af4)
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (4 targets)
Target 'ProtonCore' in project 'Proton'
➜ Explicit dependency on target 'ProtonCore' in project 'Proton'
Target 'Proton' in project 'Proton'
➜ Explicit dependency on target 'Proton' in project 'Proton'
➜ Explicit dependency on target 'ProtonCore' in project 'Proton'
Target 'Proton' in project 'Proton'
➜ Explicit dependency on target 'ProtonCore' in project 'Proton'
Target 'ProtonCore' in project 'Proton' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.0.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.0.sdk -x objective-c -c /dev/null
ExecuteExternalTool /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
ExecuteExternalTool /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.0.sdk -x c -c /dev/null
Build description signature: 0df7490aa577acbc379c0ce93b3e7425
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/0df7490aa577acbc379c0ce93b3e7425.xcbuilddata
ClangStatCache /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.0.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos26.0-23J5279j-93b6301b25fc0c7575c4d86c13c649ea.sdkstatcache
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.0.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos26.0-23J5279j-93b6301b25fc0c7575c4d86c13c649ea.sdkstatcache
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-appletvos
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-appletvos
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Proton.build/Debug-appletvos/ProtonCore.build/ProtonCore.DependencyStaticMetadataFileList (in target 'ProtonCore' from project 'Proton')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Proton.build/Debug-appletvos/ProtonCore.build/ProtonCore.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Proton.build/Debug-appletvos/ProtonCore.build/ProtonCore.DependencyMetadataFileList (in target 'ProtonCore' from project 'Proton')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Proton.build/Debug-appletvos/ProtonCore.build/ProtonCore.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Proton.build/Debug-appletvos/Proton.build/Proton.DependencyStaticMetadataFileList (in target 'Proton' from project 'Proton')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Proton.build/Debug-appletvos/Proton.build/Proton.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Proton.build/Debug-appletvos/ProtonCore.build/ProtonCore.modulemap (in target 'ProtonCore' from project 'Proton')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Proton.build/Debug-appletvos/ProtonCore.build/ProtonCore.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Proton.build/Debug-appletvos/Proton.build/Proton.modulemap (in target 'Proton' from project 'Proton')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Proton.build/Debug-appletvos/Proton.build/Proton.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Proton.build/Debug-appletvos/Proton.build/Objects-normal/arm64/Proton_const_extract_protocols.json (in target 'Proton' from project 'Proton')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Proton.build/Debug-appletvos/Proton.build/Objects-normal/arm64/Proton_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Proton.build/Debug-appletvos/ProtonCore.build/Objects-normal/arm64/ProtonCore.LinkFileList (in target 'ProtonCore' from project 'Proton')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Proton.build/Debug-appletvos/ProtonCore.build/Objects-normal/arm64/ProtonCore.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Proton.build/Debug-appletvos/Proton.build/Objects-normal/arm64/Proton.LinkFileList (in target 'Proton' from project 'Proton')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Proton.build/Debug-appletvos/Proton.build/Objects-normal/arm64/Proton.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Proton.build/Debug-appletvos/ProtonCore.build/Objects-normal/arm64/e6072d4f65d7061329687fe24e3d63a7-common-args.resp (in target 'ProtonCore' from project 'Proton')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Proton.build/Debug-appletvos/ProtonCore.build/Objects-normal/arm64/e6072d4f65d7061329687fe24e3d63a7-common-args.resp
-target arm64-apple-tvos14.0 -fobjc-arc -fmodules -gmodules '-fmodules-cache-path=/Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex' '-fmodule-name=ProtonCore' -fpascal-strings -O0 -DSWIFT_PACKAGE '-DDEBUG=1' '-DOBJC_OLD_DISPATCH_PROTOTYPES=1' -isysroot /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.0.sdk -g -fprofile-instr-generate -fcoverage-mapping -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -I/Users/admin/builder/spi-builder-workspace/Proton/Sources/ObjC/include -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Proton.build/Debug-appletvos/ProtonCore.build/DerivedSources-normal/arm64 -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Proton.build/Debug-appletvos/ProtonCore.build/DerivedSources/arm64 -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Proton.build/Debug-appletvos/ProtonCore.build/DerivedSources -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -iframework /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.0.sdk/Developer/Library/Frameworks -DXcode
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Proton.build/Debug-appletvos/Proton.build/Proton.DependencyMetadataFileList (in target 'Proton' from project 'Proton')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Proton.build/Debug-appletvos/Proton.build/Proton.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Proton.build/Debug-appletvos/Proton.build/Objects-normal/arm64/Proton.SwiftFileList (in target 'Proton' from project 'Proton')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Proton.build/Debug-appletvos/Proton.build/Objects-normal/arm64/Proton.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Proton.build/Debug-appletvos/Proton.build/Objects-normal/arm64/Proton.SwiftConstValuesFileList (in target 'Proton' from project 'Proton')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Proton.build/Debug-appletvos/Proton.build/Objects-normal/arm64/Proton.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Proton.build/Debug-appletvos/Proton.build/Objects-normal/arm64/Proton-OutputFileMap.json (in target 'Proton' from project 'Proton')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Proton.build/Debug-appletvos/Proton.build/Objects-normal/arm64/Proton-OutputFileMap.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-appletvos/Proton.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Proton.build/Debug-appletvos/Proton.build/Proton.modulemap (in target 'Proton' from project 'Proton')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Proton.build/Debug-appletvos/Proton.build/Proton.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-appletvos
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-appletvos/ProtonCore.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Proton.build/Debug-appletvos/ProtonCore.build/ProtonCore.modulemap (in target 'ProtonCore' from project 'Proton')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Proton.build/Debug-appletvos/ProtonCore.build/ProtonCore.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-appletvos
ScanDependencies /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Proton.build/Debug-appletvos/ProtonCore.build/Objects-normal/arm64/PREditorContentName.o /Users/admin/builder/spi-builder-workspace/Proton/Sources/ObjC/PREditorContentName.m normal arm64 objective-c com.apple.compilers.llvm.clang.1_0.compiler (in target 'ProtonCore' from project 'Proton')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
Using response file: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Proton.build/Debug-appletvos/ProtonCore.build/Objects-normal/arm64/e6072d4f65d7061329687fe24e3d63a7-common-args.resp
builtin-ScanDependencies -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Proton.build/Debug-appletvos/ProtonCore.build/Objects-normal/arm64/PREditorContentName.o.scan -- /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -ivfsstatcache /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos26.0-23J5279j-93b6301b25fc0c7575c4d86c13c649ea.sdkstatcache -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fno-color-diagnostics -fmodules-prune-interval\=86400 -fmodules-prune-after\=345600 -fbuild-session-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module -Werror\=non-modular-include-in-framework-module -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-implicit-atomic-properties -Wno-objc-interface-ivars -Wno-arc-repeated-use-of-weak -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wno-undeclared-selector -Wno-deprecated-implementations -Wno-implicit-fallthrough -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Proton.build/Debug-appletvos/ProtonCore.build/Objects-normal/arm64/e6072d4f65d7061329687fe24e3d63a7-common-args.resp -MMD -MT dependencies -MF /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Proton.build/Debug-appletvos/ProtonCore.build/Objects-normal/arm64/PREditorContentName.d --serialize-diagnostics /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Proton.build/Debug-appletvos/ProtonCore.build/Objects-normal/arm64/PREditorContentName.dia -c /Users/admin/builder/spi-builder-workspace/Proton/Sources/ObjC/PREditorContentName.m -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Proton.build/Debug-appletvos/ProtonCore.build/Objects-normal/arm64/PREditorContentName.o -index-unit-output-path /Proton.build/Debug-appletvos/ProtonCore.build/Objects-normal/arm64/PREditorContentName.o
ScanDependencies /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Proton.build/Debug-appletvos/ProtonCore.build/Objects-normal/arm64/PRTextStorage.o /Users/admin/builder/spi-builder-workspace/Proton/Sources/ObjC/PRTextStorage.m normal arm64 objective-c com.apple.compilers.llvm.clang.1_0.compiler (in target 'ProtonCore' from project 'Proton')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
Using response file: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Proton.build/Debug-appletvos/ProtonCore.build/Objects-normal/arm64/e6072d4f65d7061329687fe24e3d63a7-common-args.resp
builtin-ScanDependencies -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Proton.build/Debug-appletvos/ProtonCore.build/Objects-normal/arm64/PRTextStorage.o.scan -- /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -ivfsstatcache /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos26.0-23J5279j-93b6301b25fc0c7575c4d86c13c649ea.sdkstatcache -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fno-color-diagnostics -fmodules-prune-interval\=86400 -fmodules-prune-after\=345600 -fbuild-session-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module -Werror\=non-modular-include-in-framework-module -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-implicit-atomic-properties -Wno-objc-interface-ivars -Wno-arc-repeated-use-of-weak -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wno-undeclared-selector -Wno-deprecated-implementations -Wno-implicit-fallthrough -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Proton.build/Debug-appletvos/ProtonCore.build/Objects-normal/arm64/e6072d4f65d7061329687fe24e3d63a7-common-args.resp -MMD -MT dependencies -MF /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Proton.build/Debug-appletvos/ProtonCore.build/Objects-normal/arm64/PRTextStorage.d --serialize-diagnostics /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Proton.build/Debug-appletvos/ProtonCore.build/Objects-normal/arm64/PRTextStorage.dia -c /Users/admin/builder/spi-builder-workspace/Proton/Sources/ObjC/PRTextStorage.m -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Proton.build/Debug-appletvos/ProtonCore.build/Objects-normal/arm64/PRTextStorage.o -index-unit-output-path /Proton.build/Debug-appletvos/ProtonCore.build/Objects-normal/arm64/PRTextStorage.o
SwiftDriver Proton normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Proton' from project 'Proton')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-SwiftDriver -- /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name Proton -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Proton.build/Debug-appletvos/Proton.build/Objects-normal/arm64/Proton.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -Xcc -fmodule-map-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-appletvos/ProtonCore.modulemap -DXcode -plugin-path /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.0.sdk -target arm64-apple-tvos14.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.0.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos26.0-23J5279j-93b6301b25fc0c7575c4d86c13c649ea.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Proton.build/Debug-appletvos/Proton.build/Objects-normal/arm64/Proton-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -explicit-module-build -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -clang-scanner-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -sdk-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Proton.build/Debug-appletvos/Proton.build/Objects-normal/arm64/Proton.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name spi_builder_workspace -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Proton.build/Debug-appletvos/Proton.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Proton.build/Debug-appletvos/Proton.build/Objects-normal/arm64/Proton_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/Proton/Sources/ObjC/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Proton.build/Debug-appletvos/Proton.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Proton.build/Debug-appletvos/Proton.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Proton.build/Debug-appletvos/Proton.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Proton.build/Debug-appletvos/Proton.build/Objects-normal/arm64/Proton-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_Builtin_stdarg-7CWYX0252H3JZWCCA3KUEY8VR.scan
cd /
builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_Builtin_stdarg-7CWYX0252H3JZWCCA3KUEY8VR.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_Builtin_float-4WUBLGFWO9NZZ6DYDVB3Q8J55.scan
cd /
builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_Builtin_float-4WUBLGFWO9NZZ6DYDVB3Q8J55.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_Builtin_stddef-A4GCWQHP646NR4LUMQFQVSI28.scan
cd /
builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_Builtin_stddef-A4GCWQHP646NR4LUMQFQVSI28.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_Builtin_stdbool-9E6FLXYVRYQYTF9TY0Z231UJR.scan
cd /
builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_Builtin_stdbool-9E6FLXYVRYQYTF9TY0Z231UJR.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/ptrcheck-4DEBHQS8XA1CX13ENM6AO3R1N.scan
cd /
builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/ptrcheck-4DEBHQS8XA1CX13ENM6AO3R1N.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_AvailabilityInternal-EGDKUXEIKSG8BX9KH00FBDOBI.scan
cd /
builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_AvailabilityInternal-EGDKUXEIKSG8BX9KH00FBDOBI.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/ptrauth-BYXE2G2FJZ8K3MXLYPBM9IPAO.scan
cd /
builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/ptrauth-BYXE2G2FJZ8K3MXLYPBM9IPAO.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_DarwinFoundation1-BNNV0MEEL50J40OG56516ZQ3W.scan
cd /
builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_DarwinFoundation1-BNNV0MEEL50J40OG56516ZQ3W.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_Builtin_limits-7M7VHRR134W9ALAT6DYBV9QQ5.scan
cd /
builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_Builtin_limits-7M7VHRR134W9ALAT6DYBV9QQ5.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_DarwinFoundation2-5RABG0R4ACGAKSIXGIW8U5K3S.scan
cd /
builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_DarwinFoundation2-5RABG0R4ACGAKSIXGIW8U5K3S.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_Builtin_stdint-8I7NBDC5HI6BSN044RSB6WE0M.scan
cd /
builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_Builtin_stdint-8I7NBDC5HI6BSN044RSB6WE0M.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_DarwinFoundation3-X2UX3XXYEN84E4THNT6W5WG.scan
cd /
builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_DarwinFoundation3-X2UX3XXYEN84E4THNT6W5WG.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_Builtin_inttypes-6P0XUI5BKOGLI9Y895D2SYRAM.scan
cd /
builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_Builtin_inttypes-6P0XUI5BKOGLI9Y895D2SYRAM.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/Darwin-EM5KI40CRVMS5DF1IGHQL6YM9.scan
cd /
builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/Darwin-EM5KI40CRVMS5DF1IGHQL6YM9.scan
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_stdbool-5V9TWTJUEWN0N566W6KPDBMEN.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_AvailabilityInternal-AB57J0X8UXJ6EYW3A82W8WEPK.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_float-ALM7SKT414KKRQINZOM6314Q8.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/ptrcheck-541TOOT0518GCI4KLSEHEG94I.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/DeveloperToolsSupport-8V189YF8NPYQ8W15OXOMANLGY.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_stdarg-ARZU5ONE6DRMFD35AP9HSK69Q.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/ptrauth-D4Q9PQUH71WNTGTSVGPNOND8J.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_SwiftConcurrencyShims-9CL4C0NWSJAZ2OHAZ0M9LSLLC.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_stddef-O9TU80G5DO9W2CFYAA6U316Z.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/SwiftShims-EASIRY8XHHQJ3YRARD7QTNXC.pcm
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/ObjectiveC-62PJJQ3SI26BAGZLS1ZTWDHQ9.scan
cd /
builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/ObjectiveC-62PJJQ3SI26BAGZLS1ZTWDHQ9.scan
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_DarwinFoundation1-4QALTV7M0SARGPI9I4OW3TFNT.pcm
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/os_object-LFVQ1H9NCFYN1XXHVPBYUYY5.scan
cd /
builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/os_object-LFVQ1H9NCFYN1XXHVPBYUYY5.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/os_workgroup-DPR780MX78SSZJX3DLM98WECX.scan
cd /
builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/os_workgroup-DPR780MX78SSZJX3DLM98WECX.scan
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_limits-2QS3K92NBW87HYSVJ582SX1NE.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_DarwinFoundation2-4OQQOX310UB0KG2J1CPZ7BISO.pcm
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/Dispatch-EHTMDI1702ZPRGYN2MOBTIJHT.scan
cd /
builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/Dispatch-EHTMDI1702ZPRGYN2MOBTIJHT.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/CoreFoundation-BATZMWI13UXF95C3EJG3U16TE.scan
cd /
builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/CoreFoundation-BATZMWI13UXF95C3EJG3U16TE.scan
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_stdint-44CZHIF4XMQNXBVOUP0JWDC02.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_DarwinFoundation3-E2UF1JPKFLE3IIXCEW36I880G.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_stdatomic-BPVKMQSDPN8NF9KSITJQIBY12.pcm
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/CoreGraphics-AOKWJCUKFTBMQ7HE0I32WVQB0.scan
cd /
builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/CoreGraphics-AOKWJCUKFTBMQ7HE0I32WVQB0.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/Security-6WUWF3ULH8UNT1H7NENKDI3LB.scan
cd /
builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/Security-6WUWF3ULH8UNT1H7NENKDI3LB.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/CFNetwork-2MNS85VBAVDOPWTFY1PYXR07W.scan
cd /
builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/CFNetwork-2MNS85VBAVDOPWTFY1PYXR07W.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/Foundation-4DK8GMB0BES76X2LOK9HN31KO.scan
cd /
builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/Foundation-4DK8GMB0BES76X2LOK9HN31KO.scan
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_inttypes-BRNYGK24RLR224PCXFA1SCBFG.pcm
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/ImageIO-AXN6LBVRRZD5YNSIBLOB7FG1T.scan
cd /
builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/ImageIO-AXN6LBVRRZD5YNSIBLOB7FG1T.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/CoreText-8N4WVZMMHQ9115OI9ALNOM43P.scan
cd /
builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/CoreText-8N4WVZMMHQ9115OI9ALNOM43P.scan
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Darwin-6SJ7VQ53YNILF5M2YQP1FPLRB.pcm
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/UserNotifications-416I5FWOYLRN5PS0ISY4I074F.scan
cd /
builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/UserNotifications-416I5FWOYLRN5PS0ISY4I074F.scan
CompileC /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Proton.build/Debug-appletvos/ProtonCore.build/Objects-normal/arm64/PREditorContentName.o /Users/admin/builder/spi-builder-workspace/Proton/Sources/ObjC/PREditorContentName.m normal arm64 objective-c com.apple.compilers.llvm.clang.1_0.compiler (in target 'ProtonCore' from project 'Proton')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
Using response file: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Proton.build/Debug-appletvos/ProtonCore.build/Objects-normal/arm64/e6072d4f65d7061329687fe24e3d63a7-common-args.resp
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -ivfsstatcache /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos26.0-23J5279j-93b6301b25fc0c7575c4d86c13c649ea.sdkstatcache -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fno-color-diagnostics -fmodules-prune-interval\=86400 -fmodules-prune-after\=345600 -fbuild-session-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module -Werror\=non-modular-include-in-framework-module -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-implicit-atomic-properties -Wno-objc-interface-ivars -Wno-arc-repeated-use-of-weak -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wno-undeclared-selector -Wno-deprecated-implementations -Wno-implicit-fallthrough -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Proton.build/Debug-appletvos/ProtonCore.build/Objects-normal/arm64/e6072d4f65d7061329687fe24e3d63a7-common-args.resp -MMD -MT dependencies -MF /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Proton.build/Debug-appletvos/ProtonCore.build/Objects-normal/arm64/PREditorContentName.d --serialize-diagnostics /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Proton.build/Debug-appletvos/ProtonCore.build/Objects-normal/arm64/PREditorContentName.dia -c /Users/admin/builder/spi-builder-workspace/Proton/Sources/ObjC/PREditorContentName.m -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Proton.build/Debug-appletvos/ProtonCore.build/Objects-normal/arm64/PREditorContentName.o -index-unit-output-path /Proton.build/Debug-appletvos/ProtonCore.build/Objects-normal/arm64/PREditorContentName.o
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/UIUtilities-9LOEZF1H9WNUZTLD3ZI1X8XW3.scan
cd /
builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/UIUtilities-9LOEZF1H9WNUZTLD3ZI1X8XW3.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/IOSurface-A8Z2R1EKX9NLHFPX9OSQDMGBP.scan
cd /
builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/IOSurface-A8Z2R1EKX9NLHFPX9OSQDMGBP.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/Symbols-A1E4T20I3NE746H1SGGNM94JP.scan
cd /
builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/Symbols-A1E4T20I3NE746H1SGGNM94JP.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/OpenGLES-3M11009XBNI3VKL94HVP5ZXUJ.scan
cd /
builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/OpenGLES-3M11009XBNI3VKL94HVP5ZXUJ.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/Metal-Y8F6SGCRIEGTT6FQ0OYBGEFW.scan
cd /
builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/Metal-Y8F6SGCRIEGTT6FQ0OYBGEFW.scan
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/ObjectiveC-17SW2XP68FXVPR50UFO2DN775.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/MachO-9ULAXHR13V3WOD7L0A0B0OEI6.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/os_object-8G0XZEZONF9AGXS50PZ2FA7CD.pcm
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/CoreVideo-DHW0ZJWBLP2SM7AV8E4PH11OP.scan
cd /
builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/CoreVideo-DHW0ZJWBLP2SM7AV8E4PH11OP.scan
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/os_workgroup-2TJRFV4C78OXLCV50R3SK6DQN.pcm
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/CoreImage-4MJZE73UD2ZF619MP2JK01PQ2.scan
cd /
builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/CoreImage-4MJZE73UD2ZF619MP2JK01PQ2.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/QuartzCore-90VTZ2IQX2DZ25NII7OKR43XE.scan
cd /
builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/QuartzCore-90VTZ2IQX2DZ25NII7OKR43XE.scan
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Dispatch-3KJPTTAP0BQDTA5D9GK6QM7IT.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/os-C38QSR75CQLOI3D5QDP1OHKDO.pcm
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/UIKit-4N1L01ZEWGTLXKCZV4BAQ2H6O.scan
cd /
builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/UIKit-4N1L01ZEWGTLXKCZV4BAQ2H6O.scan
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CoreFoundation-E90ZG8CBWD37T29NSYGZ1FJ7M.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Security-7MDTQIS6PKQ7UVBXK6JICGLKZ.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CoreServices-DOPYIZMG7POI62ZXNU4TVU0V9.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CFNetwork-BZ79ZF3MGHB00WRYSCDBDUMPZ.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CoreGraphics-ASAND2OIZYJBWFV81UIT4X1KJ.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Foundation-9JN1CBWYC5ZAVWSK8TCGKFE9I.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/ImageIO-ECOAKDB8A3MIGVQRE56F17W7H.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CoreText-AJKN8T6YQ1IL80DS60TAO26HF.pcm
CompileC /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Proton.build/Debug-appletvos/ProtonCore.build/Objects-normal/arm64/PRTextStorage.o /Users/admin/builder/spi-builder-workspace/Proton/Sources/ObjC/PRTextStorage.m normal arm64 objective-c com.apple.compilers.llvm.clang.1_0.compiler (in target 'ProtonCore' from project 'Proton')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
Using response file: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Proton.build/Debug-appletvos/ProtonCore.build/Objects-normal/arm64/e6072d4f65d7061329687fe24e3d63a7-common-args.resp
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -ivfsstatcache /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos26.0-23J5279j-93b6301b25fc0c7575c4d86c13c649ea.sdkstatcache -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fno-color-diagnostics -fmodules-prune-interval\=86400 -fmodules-prune-after\=345600 -fbuild-session-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module -Werror\=non-modular-include-in-framework-module -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-implicit-atomic-properties -Wno-objc-interface-ivars -Wno-arc-repeated-use-of-weak -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wno-undeclared-selector -Wno-deprecated-implementations -Wno-implicit-fallthrough -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Proton.build/Debug-appletvos/ProtonCore.build/Objects-normal/arm64/e6072d4f65d7061329687fe24e3d63a7-common-args.resp -MMD -MT dependencies -MF /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Proton.build/Debug-appletvos/ProtonCore.build/Objects-normal/arm64/PRTextStorage.d --serialize-diagnostics /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Proton.build/Debug-appletvos/ProtonCore.build/Objects-normal/arm64/PRTextStorage.dia -c /Users/admin/builder/spi-builder-workspace/Proton/Sources/ObjC/PRTextStorage.m -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Proton.build/Debug-appletvos/ProtonCore.build/Objects-normal/arm64/PRTextStorage.o -index-unit-output-path /Proton.build/Debug-appletvos/ProtonCore.build/Objects-normal/arm64/PRTextStorage.o
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/UserNotifications-4UTW91UWCMGZPYY03J1M0PT09.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/UniformTypeIdentifiers-5LLS5R3BMD9V1J41QLAHABL77.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/OSLog-66M4ZMA4LL6UOA6M90Q5TBMHT.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Accessibility-8AVFAQXZ6CIRS6UEV13UWBGCA.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CoreTransferable-9HPQHNG92WSRF1HG0HHUJCE8.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/UIUtilities-DMQ42EFU2LZYDJOO6X4I3BVR1.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/DataDetection-4DIR9B5FKYA6XGWKOD8CVEVLQ.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Symbols-5SI6Z84W3IL5EPCK2WBJNOYAO.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/IOSurface-199ODQKG51TMNQHRPNY8X4GE7.pcm
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/ProtonCore.o normal (in target 'ProtonCore' from project 'Proton')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-tvos14.0 -r -isysroot /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.0.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-appletvos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -L/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-appletvos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -iframework /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.0.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Proton.build/Debug-appletvos/ProtonCore.build/Objects-normal/arm64/ProtonCore.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Proton.build/Debug-appletvos/ProtonCore.build/Objects-normal/arm64/ProtonCore_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Proton.build/Debug-appletvos/ProtonCore.build/Objects-normal/arm64/ProtonCore_dependency_info.dat -fobjc-arc -fobjc-link-runtime -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/ProtonCore.o
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/ProtonCore.o (in target 'ProtonCore' from project 'Proton')
cd /Users/admin/builder/spi-builder-workspace
builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/ProtonCore.o
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/OpenGLES-2JXS8AJW0HKYPBN5MQS91N7LU.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Metal-28DSSTDMPAU4NXO6KIG1JSDJ5.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CoreVideo-1VS29RRCM4D6IPJM2BKWD7ITI.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/QuartzCore-2HRRWP6MD70D8Q8Z3V5JMD01A.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CoreImage-72RIKI3512UO3LVPYHEXIF3C8.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/SwiftUICore-A1PMS5XYSSES7Z30UQCOS003I.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/UIKit-F21SUVLP6DUM0AP3VTPOVS5YU.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules/ProtonCore-4JZZID0BEAJ6Z4TDYGPTHRMGG.pcm
SwiftEmitModule normal arm64 Emitting\ module\ for\ Proton (in target 'Proton' from project 'Proton')
EmitSwiftModule normal arm64 (in target 'Proton' from project 'Proton')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Proton/Sources/Swift/Editor/EditorContent.swift:64:1: warning: extension declares a conformance of imported type 'EditorContentName' to imported protocol 'RawRepresentable'; this will not behave correctly if the owners of 'ProtonCore' introduce this conformance in the future
extension EditorContentName: RawRepresentable {
^
/Users/admin/builder/spi-builder-workspace/Proton/Sources/Swift/Editor/EditorContent.swift:64:1: note: add '@retroactive' to silence this warning
extension EditorContentName: RawRepresentable {
^ ~~~~~~~~~~~~~~~~
@retroactive RawRepresentable
/Users/admin/builder/spi-builder-workspace/Proton/Sources/Swift/Editor/EditorView.swift:178:35: error: 'UITextInteraction' is unavailable in tvOS
public var textInteractions: [UITextInteraction] {
^~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextInteraction.h:31:12: note: 'UITextInteraction' has been explicitly marked unavailable here
@interface UITextInteraction : NSObject <UIInteraction>
^
/Users/admin/builder/spi-builder-workspace/Proton/Sources/Swift/Editor/EditorView.swift:325:40: error: 'UIPinchGestureRecognizer' is unavailable in tvOS
public var pinchGestureRecognizer: UIPinchGestureRecognizer? {
^~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIPinchGestureRecognizer.h:20:12: note: 'UIPinchGestureRecognizer' has been explicitly marked unavailable here
@interface UIPinchGestureRecognizer : UIGestureRecognizer
^
/Users/admin/builder/spi-builder-workspace/Proton/Sources/Swift/Editor/EditorView.swift:371:35: error: 'UIDataDetectorTypes' is unavailable in tvOS
public var dataDetectorTypes: UIDataDetectorTypes {
^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIDataDetectors.h:11:32: note: 'UIDataDetectorTypes' has been explicitly marked unavailable here
typedef NS_OPTIONS(NSUInteger, UIDataDetectorTypes) {
^
/Users/admin/builder/spi-builder-workspace/Proton/Sources/Swift/Editor/EditorView.swift:755:34: error: 'UITextDragDelegate' is unavailable in tvOS
public var textDragDelegate: UITextDragDelegate? {
^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextDragging.h:56:11: note: 'UITextDragDelegate' has been explicitly marked unavailable here
@protocol UITextDragDelegate <NSObject>
^
/Users/admin/builder/spi-builder-workspace/Proton/Sources/Swift/Editor/EditorView.swift:761:34: error: 'UITextDropDelegate' is unavailable in tvOS
public var textDropDelegate: UITextDropDelegate? {
^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextDropping.h:61:11: note: 'UITextDropDelegate' has been explicitly marked unavailable here
@protocol UITextDropDelegate <NSObject>
^
Failed frontend command:
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -emit-module -experimental-skip-non-inlinable-function-bodies-without-types /Users/admin/builder/spi-builder-workspace/Proton/Sources/Swift/AsyncTextResolver/AsyncTextResolver.swift /Users/admin/builder/spi-builder-workspace/Proton/Sources/Swift/Attachment/Attachment.swift /Users/admin/builder/spi-builder-workspace/Proton/Sources/Swift/Attachment/AttachmentContent.swift /Users/admin/builder/spi-builder-workspace/Proton/Sources/Swift/Attachment/AttachmentSize.swift /Users/admin/builder/spi-builder-workspace/Proton/Sources/Swift/Attachment/Focusable.swift /Users/admin/builder/spi-builder-workspace/Proton/Sources/Swift/Attachment/SelectionView.swift /Users/admin/builder/spi-builder-workspace/Proton/Sources/Swift/Base/AutogrowingTextView.swift /Users/admin/builder/spi-builder-workspace/Proton/Sources/Swift/Base/BackgroundStyle.swift /Users/admin/builder/spi-builder-workspace/Proton/Sources/Swift/Base/NSAttributedString+ContentTypes.swift /Users/admin/builder/spi-builder-workspace/Proton/Sources/Swift/Base/NSParagraphStyleExtensions.swift /Users/admin/builder/spi-builder-workspace/Proton/Sources/Swift/Base/Types.swift /Users/admin/builder/spi-builder-workspace/Proton/Sources/Swift/Core/AsyncTaskScheduler.swift /Users/admin/builder/spi-builder-workspace/Proton/Sources/Swift/Core/CommandName.swift /Users/admin/builder/spi-builder-workspace/Proton/Sources/Swift/Core/EditorLineNumberProvider.swift /Users/admin/builder/spi-builder-workspace/Proton/Sources/Swift/Core/GestureRegognizerDelegateOverride.swift /Users/admin/builder/spi-builder-workspace/Proton/Sources/Swift/Core/LayoutManager.swift /Users/admin/builder/spi-builder-workspace/Proton/Sources/Swift/Core/LineNumberFormatting.swift /Users/admin/builder/spi-builder-workspace/Proton/Sources/Swift/Core/ListFormattingProvider.swift /Users/admin/builder/spi-builder-workspace/Proton/Sources/Swift/Core/ListParser.swift /Users/admin/builder/spi-builder-workspace/Proton/Sources/Swift/Core/NullRichTextEditorContext.swift /Users/admin/builder/spi-builder-workspace/Proton/Sources/Swift/Core/RichTextEditorContext.swift /Users/admin/builder/spi-builder-workspace/Proton/Sources/Swift/Core/RichTextRendererContext.swift /Users/admin/builder/spi-builder-workspace/Proton/Sources/Swift/Core/RichTextView.swift /Users/admin/builder/spi-builder-workspace/Proton/Sources/Swift/Core/RichTextViewContext.swift /Users/admin/builder/spi-builder-workspace/Proton/Sources/Swift/Core/RichTextViewDelegate.swift /Users/admin/builder/spi-builder-workspace/Proton/Sources/Swift/Core/SequenceGenerator.swift /Users/admin/builder/spi-builder-workspace/Proton/Sources/Swift/Core/TextContainer.swift /Users/admin/builder/spi-builder-workspace/Proton/Sources/Swift/Decoding/AttributesDecoding.swift /Users/admin/builder/spi-builder-workspace/Proton/Sources/Swift/Decoding/EditorContentDecoding.swift /Users/admin/builder/spi-builder-workspace/Proton/Sources/Swift/Editor/AggregateEditorViewDelegate.swift /Users/admin/builder/spi-builder-workspace/Proton/Sources/Swift/Editor/EditorContent.swift /Users/admin/builder/spi-builder-workspace/Proton/Sources/Swift/Editor/EditorContentIdentifying.swift /Users/admin/builder/spi-builder-workspace/Proton/Sources/Swift/Editor/EditorContentView.swift /Users/admin/builder/spi-builder-workspace/Proton/Sources/Swift/Editor/EditorView.swift /Users/admin/builder/spi-builder-workspace/Proton/Sources/Swift/Editor/EditorViewContext.swift /Users/admin/builder/spi-builder-workspace/Proton/Sources/Swift/Editor/EditorViewDelegate.swift /Users/admin/builder/spi-builder-workspace/Proton/Sources/Swift/EditorCommand/Commands/AttributesToggleCommand.swift /Users/admin/builder/spi-builder-workspace/Proton/Sources/Swift/EditorCommand/Commands/BoldCommand.swift /Users/admin/builder/spi-builder-workspace/Proton/Sources/Swift/EditorCommand/Commands/FontTraitToggleCommand.swift /Users/admin/builder/spi-builder-workspace/Proton/Sources/Swift/EditorCommand/Commands/ItalicsCommand.swift /Users/admin/builder/spi-builder-workspace/Proton/Sources/Swift/EditorCommand/Commands/List/ListCommand.swift /Users/admin/builder/spi-builder-workspace/Proton/Sources/Swift/EditorCommand/Commands/List/ListIndentCommand.swift /Users/admin/builder/spi-builder-workspace/Proton/Sources/Swift/EditorCommand/Commands/List/ListOutdentCommand.swift /Users/admin/builder/spi-builder-workspace/Proton/Sources/Swift/EditorCommand/Commands/StrikethroughCommand.swift /Users/admin/builder/spi-builder-workspace/Proton/Sources/Swift/EditorCommand/Commands/UnderlineCommand.swift /Users/admin/builder/spi-builder-workspace/Proton/Sources/Swift/EditorCommand/EditorCommand.swift /Users/admin/builder/spi-builder-workspace/Proton/Sources/Swift/EditorCommand/EditorCommandExecutor.swift /Users/admin/builder/spi-builder-workspace/Proton/Sources/Swift/Encoding/AttributesEncoding.swift /Users/admin/builder/spi-builder-workspace/Proton/Sources/Swift/Encoding/EditorContentEncoding.swift /Users/admin/builder/spi-builder-workspace/Proton/Sources/Swift/Grid/Core/Grid.swift /Users/admin/builder/spi-builder-workspace/Proton/Sources/Swift/Grid/Core/GridCellStore.swift /Users/admin/builder/spi-builder-workspace/Proton/Sources/Swift/Grid/Core/GridConfiguration.swift /Users/admin/builder/spi-builder-workspace/Proton/Sources/Swift/Grid/View/GridCell.swift /Users/admin/builder/spi-builder-workspace/Proton/Sources/Swift/Grid/View/GridContentView.swift /Users/admin/builder/spi-builder-workspace/Proton/Sources/Swift/Grid/View/GridView.swift /Users/admin/builder/spi-builder-workspace/Proton/Sources/Swift/Helpers/GradientView.swift /Users/admin/builder/spi-builder-workspace/Proton/Sources/Swift/Helpers/Logger.swift /Users/admin/builder/spi-builder-workspace/Proton/Sources/Swift/Helpers/NSAttributedString+Content.swift /Users/admin/builder/spi-builder-workspace/Proton/Sources/Swift/Helpers/NSAttributedString+Range.swift /Users/admin/builder/spi-builder-workspace/Proton/Sources/Swift/Helpers/NSRangeExtensions.swift /Users/admin/builder/spi-builder-workspace/Proton/Sources/Swift/Helpers/String+NSRange.swift /Users/admin/builder/spi-builder-workspace/Proton/Sources/Swift/Helpers/SynchronizedArray.swift /Users/admin/builder/spi-builder-workspace/Proton/Sources/Swift/Helpers/Text/FontExtensions.swift /Users/admin/builder/spi-builder-workspace/Proton/Sources/Swift/Helpers/UIColor+Image.swift /Users/admin/builder/spi-builder-workspace/Proton/Sources/Swift/Helpers/UITextRangeExtensions.swift /Users/admin/builder/spi-builder-workspace/Proton/Sources/Swift/TextProcessors/TextProcessing.swift /Users/admin/builder/spi-builder-workspace/Proton/Sources/Swift/TextProcessors/TextProcessor.swift /Users/admin/builder/spi-builder-workspace/Proton/Sources/Swift/TextProcessors/TextProcessors/ListTextProcessor.swift -target arm64-apple-tvos14.0 -load-resolved-plugin /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib/swift/host/plugins/libFoundationMacros.dylib\#/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server\#FoundationMacros -load-resolved-plugin /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib/swift/host/plugins/libObservationMacros.dylib\#/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server\#ObservationMacros -load-resolved-plugin /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib/swift/host/plugins/libPreviewsMacros.dylib\#/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server\#PreviewsMacros -load-resolved-plugin /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib/swift/host/plugins/libSwiftMacros.dylib\#/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server\#SwiftMacros -load-resolved-plugin /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib/swift/host/plugins/libSwiftUIMacros.dylib\#/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server\#SwiftUIMacros -disable-implicit-swift-modules -Xcc -fno-implicit-modules -Xcc -fno-implicit-module-maps -explicit-swift-module-map-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Proton.build/Debug-appletvos/Proton.build/Objects-normal/arm64/Proton-dependencies-1.json -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.0.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.0.sdk/Developer/Library/Frameworks -no-color-diagnostics -Xcc -fno-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D SWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Proton.build/Debug-appletvos/Proton.build/Objects-normal/arm64/Proton_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -fmodule-map-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-appletvos/ProtonCore.modulemap -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos26.0-23J5279j-93b6301b25fc0c7575c4d86c13c649ea.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Proton.build/Debug-appletvos/Proton.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/Proton/Sources/ObjC/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Proton.build/Debug-appletvos/Proton.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Proton.build/Debug-appletvos/Proton.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Proton.build/Debug-appletvos/Proton.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -no-auto-bridging-header-chaining -module-name Proton -package-name spi_builder_workspace -frontend-parseable-output -disable-clang-spi -target-sdk-version 26.0 -target-sdk-name appletvos26.0 -clang-target arm64-apple-tvos26.0 -emit-module-doc-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Proton.build/Debug-appletvos/Proton.build/Objects-normal/arm64/Proton.swiftdoc -emit-module-source-info-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Proton.build/Debug-appletvos/Proton.build/Objects-normal/arm64/Proton.swiftsourceinfo -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Proton.build/Debug-appletvos/Proton.build/Objects-normal/arm64/Proton-Swift.h -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Proton.build/Debug-appletvos/Proton.build/Objects-normal/arm64/Proton-master-emit-module.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Proton.build/Debug-appletvos/Proton.build/Objects-normal/arm64/Proton-master-emit-module.d -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Proton.build/Debug-appletvos/Proton.build/Objects-normal/arm64/Proton.swiftmodule -emit-abi-descriptor-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Proton.build/Debug-appletvos/Proton.build/Objects-normal/arm64/Proton.abi.json
SwiftCompile normal arm64 Compiling\ FontExtensions.swift,\ UIColor+Image.swift,\ UITextRangeExtensions.swift,\ TextProcessing.swift,\ TextProcessor.swift,\ ListTextProcessor.swift /Users/admin/builder/spi-builder-workspace/Proton/Sources/Swift/Helpers/Text/FontExtensions.swift /Users/admin/builder/spi-builder-workspace/Proton/Sources/Swift/Helpers/UIColor+Image.swift /Users/admin/builder/spi-builder-workspace/Proton/Sources/Swift/Helpers/UITextRangeExtensions.swift /Users/admin/builder/spi-builder-workspace/Proton/Sources/Swift/TextProcessors/TextProcessing.swift /Users/admin/builder/spi-builder-workspace/Proton/Sources/Swift/TextProcessors/TextProcessor.swift /Users/admin/builder/spi-builder-workspace/Proton/Sources/Swift/TextProcessors/TextProcessors/ListTextProcessor.swift (in target 'Proton' from project 'Proton')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Proton/Sources/Swift/Helpers/Text/FontExtensions.swift (in target 'Proton' from project 'Proton')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Proton/Sources/Swift/Helpers/UIColor+Image.swift (in target 'Proton' from project 'Proton')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Proton/Sources/Swift/Helpers/UITextRangeExtensions.swift (in target 'Proton' from project 'Proton')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Proton/Sources/Swift/TextProcessors/TextProcessing.swift (in target 'Proton' from project 'Proton')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Proton/Sources/Swift/TextProcessors/TextProcessor.swift (in target 'Proton' from project 'Proton')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Proton/Sources/Swift/TextProcessors/TextProcessors/ListTextProcessor.swift (in target 'Proton' from project 'Proton')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ ListOutdentCommand.swift,\ StrikethroughCommand.swift,\ UnderlineCommand.swift,\ EditorCommand.swift,\ EditorCommandExecutor.swift,\ AttributesEncoding.swift,\ EditorContentEncoding.swift /Users/admin/builder/spi-builder-workspace/Proton/Sources/Swift/EditorCommand/Commands/List/ListOutdentCommand.swift /Users/admin/builder/spi-builder-workspace/Proton/Sources/Swift/EditorCommand/Commands/StrikethroughCommand.swift /Users/admin/builder/spi-builder-workspace/Proton/Sources/Swift/EditorCommand/Commands/UnderlineCommand.swift /Users/admin/builder/spi-builder-workspace/Proton/Sources/Swift/EditorCommand/EditorCommand.swift /Users/admin/builder/spi-builder-workspace/Proton/Sources/Swift/EditorCommand/EditorCommandExecutor.swift /Users/admin/builder/spi-builder-workspace/Proton/Sources/Swift/Encoding/AttributesEncoding.swift /Users/admin/builder/spi-builder-workspace/Proton/Sources/Swift/Encoding/EditorContentEncoding.swift (in target 'Proton' from project 'Proton')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Proton/Sources/Swift/EditorCommand/Commands/List/ListOutdentCommand.swift (in target 'Proton' from project 'Proton')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Proton/Sources/Swift/EditorCommand/Commands/StrikethroughCommand.swift (in target 'Proton' from project 'Proton')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Proton/Sources/Swift/EditorCommand/Commands/UnderlineCommand.swift (in target 'Proton' from project 'Proton')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Proton/Sources/Swift/EditorCommand/EditorCommand.swift (in target 'Proton' from project 'Proton')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Proton/Sources/Swift/EditorCommand/EditorCommandExecutor.swift (in target 'Proton' from project 'Proton')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Proton/Sources/Swift/Encoding/AttributesEncoding.swift (in target 'Proton' from project 'Proton')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Proton/Sources/Swift/Encoding/EditorContentEncoding.swift (in target 'Proton' from project 'Proton')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ EditorViewDelegate.swift,\ AttributesToggleCommand.swift,\ BoldCommand.swift,\ FontTraitToggleCommand.swift,\ ItalicsCommand.swift,\ ListCommand.swift,\ ListIndentCommand.swift /Users/admin/builder/spi-builder-workspace/Proton/Sources/Swift/Editor/EditorViewDelegate.swift /Users/admin/builder/spi-builder-workspace/Proton/Sources/Swift/EditorCommand/Commands/AttributesToggleCommand.swift /Users/admin/builder/spi-builder-workspace/Proton/Sources/Swift/EditorCommand/Commands/BoldCommand.swift /Users/admin/builder/spi-builder-workspace/Proton/Sources/Swift/EditorCommand/Commands/FontTraitToggleCommand.swift /Users/admin/builder/spi-builder-workspace/Proton/Sources/Swift/EditorCommand/Commands/ItalicsCommand.swift /Users/admin/builder/spi-builder-workspace/Proton/Sources/Swift/EditorCommand/Commands/List/ListCommand.swift /Users/admin/builder/spi-builder-workspace/Proton/Sources/Swift/EditorCommand/Commands/List/ListIndentCommand.swift (in target 'Proton' from project 'Proton')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Proton/Sources/Swift/Editor/EditorViewDelegate.swift (in target 'Proton' from project 'Proton')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Proton/Sources/Swift/EditorCommand/Commands/AttributesToggleCommand.swift (in target 'Proton' from project 'Proton')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Proton/Sources/Swift/EditorCommand/Commands/BoldCommand.swift (in target 'Proton' from project 'Proton')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Proton/Sources/Swift/EditorCommand/Commands/FontTraitToggleCommand.swift (in target 'Proton' from project 'Proton')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Proton/Sources/Swift/EditorCommand/Commands/ItalicsCommand.swift (in target 'Proton' from project 'Proton')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Proton/Sources/Swift/EditorCommand/Commands/List/ListCommand.swift (in target 'Proton' from project 'Proton')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Proton/Sources/Swift/EditorCommand/Commands/List/ListIndentCommand.swift (in target 'Proton' from project 'Proton')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ Logger.swift,\ NSAttributedString+Content.swift,\ NSAttributedString+Range.swift,\ NSRangeExtensions.swift,\ String+NSRange.swift,\ SynchronizedArray.swift /Users/admin/builder/spi-builder-workspace/Proton/Sources/Swift/Helpers/Logger.swift /Users/admin/builder/spi-builder-workspace/Proton/Sources/Swift/Helpers/NSAttributedString+Content.swift /Users/admin/builder/spi-builder-workspace/Proton/Sources/Swift/Helpers/NSAttributedString+Range.swift /Users/admin/builder/spi-builder-workspace/Proton/Sources/Swift/Helpers/NSRangeExtensions.swift /Users/admin/builder/spi-builder-workspace/Proton/Sources/Swift/Helpers/String+NSRange.swift /Users/admin/builder/spi-builder-workspace/Proton/Sources/Swift/Helpers/SynchronizedArray.swift (in target 'Proton' from project 'Proton')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Proton/Sources/Swift/Helpers/Logger.swift (in target 'Proton' from project 'Proton')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Proton/Sources/Swift/Helpers/NSAttributedString+Content.swift (in target 'Proton' from project 'Proton')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Proton/Sources/Swift/Helpers/NSAttributedString+Range.swift (in target 'Proton' from project 'Proton')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Proton/Sources/Swift/Helpers/NSRangeExtensions.swift (in target 'Proton' from project 'Proton')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Proton/Sources/Swift/Helpers/String+NSRange.swift (in target 'Proton' from project 'Proton')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Proton/Sources/Swift/Helpers/SynchronizedArray.swift (in target 'Proton' from project 'Proton')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ RichTextRendererContext.swift,\ RichTextView.swift,\ RichTextViewContext.swift,\ RichTextViewDelegate.swift,\ SequenceGenerator.swift,\ TextContainer.swift,\ AttributesDecoding.swift /Users/admin/builder/spi-builder-workspace/Proton/Sources/Swift/Core/RichTextRendererContext.swift /Users/admin/builder/spi-builder-workspace/Proton/Sources/Swift/Core/RichTextView.swift /Users/admin/builder/spi-builder-workspace/Proton/Sources/Swift/Core/RichTextViewContext.swift /Users/admin/builder/spi-builder-workspace/Proton/Sources/Swift/Core/RichTextViewDelegate.swift /Users/admin/builder/spi-builder-workspace/Proton/Sources/Swift/Core/SequenceGenerator.swift /Users/admin/builder/spi-builder-workspace/Proton/Sources/Swift/Core/TextContainer.swift /Users/admin/builder/spi-builder-workspace/Proton/Sources/Swift/Decoding/AttributesDecoding.swift (in target 'Proton' from project 'Proton')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Proton/Sources/Swift/Core/RichTextRendererContext.swift (in target 'Proton' from project 'Proton')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Proton/Sources/Swift/Core/RichTextView.swift (in target 'Proton' from project 'Proton')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Proton/Sources/Swift/Core/RichTextViewContext.swift (in target 'Proton' from project 'Proton')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Proton/Sources/Swift/Core/RichTextViewDelegate.swift (in target 'Proton' from project 'Proton')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Proton/Sources/Swift/Core/SequenceGenerator.swift (in target 'Proton' from project 'Proton')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Proton/Sources/Swift/Core/TextContainer.swift (in target 'Proton' from project 'Proton')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Proton/Sources/Swift/Decoding/AttributesDecoding.swift (in target 'Proton' from project 'Proton')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ GestureRegognizerDelegateOverride.swift,\ LayoutManager.swift,\ LineNumberFormatting.swift,\ ListFormattingProvider.swift,\ ListParser.swift,\ NullRichTextEditorContext.swift,\ RichTextEditorContext.swift /Users/admin/builder/spi-builder-workspace/Proton/Sources/Swift/Core/GestureRegognizerDelegateOverride.swift /Users/admin/builder/spi-builder-workspace/Proton/Sources/Swift/Core/LayoutManager.swift /Users/admin/builder/spi-builder-workspace/Proton/Sources/Swift/Core/LineNumberFormatting.swift /Users/admin/builder/spi-builder-workspace/Proton/Sources/Swift/Core/ListFormattingProvider.swift /Users/admin/builder/spi-builder-workspace/Proton/Sources/Swift/Core/ListParser.swift /Users/admin/builder/spi-builder-workspace/Proton/Sources/Swift/Core/NullRichTextEditorContext.swift /Users/admin/builder/spi-builder-workspace/Proton/Sources/Swift/Core/RichTextEditorContext.swift (in target 'Proton' from project 'Proton')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Proton/Sources/Swift/Core/GestureRegognizerDelegateOverride.swift (in target 'Proton' from project 'Proton')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Proton/Sources/Swift/Core/LayoutManager.swift (in target 'Proton' from project 'Proton')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Proton/Sources/Swift/Core/LineNumberFormatting.swift (in target 'Proton' from project 'Proton')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Proton/Sources/Swift/Core/ListFormattingProvider.swift (in target 'Proton' from project 'Proton')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Proton/Sources/Swift/Core/ListParser.swift (in target 'Proton' from project 'Proton')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Proton/Sources/Swift/Core/NullRichTextEditorContext.swift (in target 'Proton' from project 'Proton')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Proton/Sources/Swift/Core/RichTextEditorContext.swift (in target 'Proton' from project 'Proton')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ BackgroundStyle.swift,\ NSAttributedString+ContentTypes.swift,\ NSParagraphStyleExtensions.swift,\ Types.swift,\ AsyncTaskScheduler.swift,\ CommandName.swift,\ EditorLineNumberProvider.swift /Users/admin/builder/spi-builder-workspace/Proton/Sources/Swift/Base/BackgroundStyle.swift /Users/admin/builder/spi-builder-workspace/Proton/Sources/Swift/Base/NSAttributedString+ContentTypes.swift /Users/admin/builder/spi-builder-workspace/Proton/Sources/Swift/Base/NSParagraphStyleExtensions.swift /Users/admin/builder/spi-builder-workspace/Proton/Sources/Swift/Base/Types.swift /Users/admin/builder/spi-builder-workspace/Proton/Sources/Swift/Core/AsyncTaskScheduler.swift /Users/admin/builder/spi-builder-workspace/Proton/Sources/Swift/Core/CommandName.swift /Users/admin/builder/spi-builder-workspace/Proton/Sources/Swift/Core/EditorLineNumberProvider.swift (in target 'Proton' from project 'Proton')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Proton/Sources/Swift/Base/BackgroundStyle.swift (in target 'Proton' from project 'Proton')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Proton/Sources/Swift/Base/NSAttributedString+ContentTypes.swift (in target 'Proton' from project 'Proton')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Proton/Sources/Swift/Base/NSParagraphStyleExtensions.swift (in target 'Proton' from project 'Proton')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Proton/Sources/Swift/Base/Types.swift (in target 'Proton' from project 'Proton')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Proton/Sources/Swift/Core/AsyncTaskScheduler.swift (in target 'Proton' from project 'Proton')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Proton/Sources/Swift/Core/CommandName.swift (in target 'Proton' from project 'Proton')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Proton/Sources/Swift/Core/EditorLineNumberProvider.swift (in target 'Proton' from project 'Proton')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ Grid.swift,\ GridCellStore.swift,\ GridConfiguration.swift,\ GridCell.swift,\ GridContentView.swift,\ GridView.swift,\ GradientView.swift /Users/admin/builder/spi-builder-workspace/Proton/Sources/Swift/Grid/Core/Grid.swift /Users/admin/builder/spi-builder-workspace/Proton/Sources/Swift/Grid/Core/GridCellStore.swift /Users/admin/builder/spi-builder-workspace/Proton/Sources/Swift/Grid/Core/GridConfiguration.swift /Users/admin/builder/spi-builder-workspace/Proton/Sources/Swift/Grid/View/GridCell.swift /Users/admin/builder/spi-builder-workspace/Proton/Sources/Swift/Grid/View/GridContentView.swift /Users/admin/builder/spi-builder-workspace/Proton/Sources/Swift/Grid/View/GridView.swift /Users/admin/builder/spi-builder-workspace/Proton/Sources/Swift/Helpers/GradientView.swift (in target 'Proton' from project 'Proton')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Proton/Sources/Swift/Grid/Core/Grid.swift (in target 'Proton' from project 'Proton')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Proton/Sources/Swift/Grid/Core/GridCellStore.swift (in target 'Proton' from project 'Proton')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Proton/Sources/Swift/Grid/Core/GridConfiguration.swift (in target 'Proton' from project 'Proton')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Proton/Sources/Swift/Grid/View/GridCell.swift (in target 'Proton' from project 'Proton')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Proton/Sources/Swift/Grid/View/GridContentView.swift (in target 'Proton' from project 'Proton')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Proton/Sources/Swift/Grid/View/GridView.swift (in target 'Proton' from project 'Proton')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Proton/Sources/Swift/Helpers/GradientView.swift (in target 'Proton' from project 'Proton')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ AsyncTextResolver.swift,\ Attachment.swift,\ AttachmentContent.swift,\ AttachmentSize.swift,\ Focusable.swift,\ SelectionView.swift,\ AutogrowingTextView.swift /Users/admin/builder/spi-builder-workspace/Proton/Sources/Swift/AsyncTextResolver/AsyncTextResolver.swift /Users/admin/builder/spi-builder-workspace/Proton/Sources/Swift/Attachment/Attachment.swift /Users/admin/builder/spi-builder-workspace/Proton/Sources/Swift/Attachment/AttachmentContent.swift /Users/admin/builder/spi-builder-workspace/Proton/Sources/Swift/Attachment/AttachmentSize.swift /Users/admin/builder/spi-builder-workspace/Proton/Sources/Swift/Attachment/Focusable.swift /Users/admin/builder/spi-builder-workspace/Proton/Sources/Swift/Attachment/SelectionView.swift /Users/admin/builder/spi-builder-workspace/Proton/Sources/Swift/Base/AutogrowingTextView.swift (in target 'Proton' from project 'Proton')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Proton/Sources/Swift/AsyncTextResolver/AsyncTextResolver.swift (in target 'Proton' from project 'Proton')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Proton/Sources/Swift/Attachment/Attachment.swift (in target 'Proton' from project 'Proton')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Proton/Sources/Swift/Attachment/AttachmentContent.swift (in target 'Proton' from project 'Proton')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Proton/Sources/Swift/Attachment/AttachmentSize.swift (in target 'Proton' from project 'Proton')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Proton/Sources/Swift/Attachment/Focusable.swift (in target 'Proton' from project 'Proton')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Proton/Sources/Swift/Attachment/SelectionView.swift (in target 'Proton' from project 'Proton')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Proton/Sources/Swift/Base/AutogrowingTextView.swift (in target 'Proton' from project 'Proton')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ EditorContentDecoding.swift,\ AggregateEditorViewDelegate.swift,\ EditorContent.swift,\ EditorContentIdentifying.swift,\ EditorContentView.swift,\ EditorView.swift,\ EditorViewContext.swift /Users/admin/builder/spi-builder-workspace/Proton/Sources/Swift/Decoding/EditorContentDecoding.swift /Users/admin/builder/spi-builder-workspace/Proton/Sources/Swift/Editor/AggregateEditorViewDelegate.swift /Users/admin/builder/spi-builder-workspace/Proton/Sources/Swift/Editor/EditorContent.swift /Users/admin/builder/spi-builder-workspace/Proton/Sources/Swift/Editor/EditorContentIdentifying.swift /Users/admin/builder/spi-builder-workspace/Proton/Sources/Swift/Editor/EditorContentView.swift /Users/admin/builder/spi-builder-workspace/Proton/Sources/Swift/Editor/EditorView.swift /Users/admin/builder/spi-builder-workspace/Proton/Sources/Swift/Editor/EditorViewContext.swift (in target 'Proton' from project 'Proton')
** BUILD FAILED **
The following build commands failed:
EmitSwiftModule normal arm64 (in target 'Proton' from project 'Proton')
SwiftEmitModule normal arm64 Emitting\ module\ for\ Proton (in target 'Proton' from project 'Proton')
Building workspace spi-builder-workspace with scheme Proton-Package
(3 failures)
Command line invocation:
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Resolved source packages:
Proton: /Users/admin/builder/spi-builder-workspace
SnapshotTesting: https://github.com/pointfreeco/swift-snapshot-testing.git @ master (4579af4)
resolved source packages: Proton, SnapshotTesting
{
"dependencies" : [
{
"identity" : "swift-snapshot-testing",
"requirement" : {
"branch" : [
"master"
]
},
"type" : "sourceControl",
"url" : "https://github.com/pointfreeco/swift-snapshot-testing.git"
}
],
"manifest_display_name" : "Proton",
"name" : "Proton",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "14.0"
},
{
"name" : "visionos",
"version" : "1.0"
}
],
"products" : [
{
"name" : "Proton",
"targets" : [
"Proton"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "ProtonCore",
"targets" : [
"ProtonCore"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "ProtonTests",
"module_type" : "SwiftTarget",
"name" : "ProtonTests",
"path" : "Proton/Tests",
"product_dependencies" : [
"SnapshotTesting"
],
"sources" : [
"AsyncTextResolver/AsyncTextResolverSnapshotTests.swift",
"Attachments/AttachmentUpdateSnapshotTests.swift",
"Attachments/GridViewAttachment.swift",
"Attachments/Mocks/RichTextAttachmentView.swift",
"Attachments/ViewAttachmentSnapshotTests.swift",
"Base/AutogrowingTextViewSnapshotTests.swift",
"Base/AutogrowingTextViewTests.swift",
"Base/Mocks/MockAutogrowingTextViewDelegate.swift",
"Core/EditorKeyTests.swift",
"Core/ListParserTests.swift",
"Core/ListsSnapshotTests.swift",
"Core/Mocks/MockDefaultTextFormattingProvider.swift",
"Core/Mocks/MockKeyboardPress.swift",
"Core/Mocks/MockListFormattingProvider.swift",
"Core/Mocks/MockRichTextViewDelegate.swift",
"Core/Mocks/MockRichTextViewListDelegate.swift",
"Core/RichTextViewContextTests.swift",
"Core/RichTextViewSnapshotTests.swift",
"Core/RichTextViewTests.swift",
"Core/TextBlockAttributeTests.swift",
"Core/TextStorageTests.swift",
"Editor/EditorContentTransformerTests.swift",
"Editor/EditorContextDelegateTests.swift",
"Editor/EditorListsSnapshotTests.swift",
"Editor/EditorSnapshotTests.swift",
"Editor/EditorViewContextSnapshotTests.swift",
"Editor/EditorViewContextTests.swift",
"Editor/EditorViewDelegateTests.swift",
"Editor/EditorViewMenuTests.swift",
"Editor/EditorViewTests.swift",
"Editor/EditorViewportSnapshotTests.swift",
"Editor/Mocks/MockAsyncAttachmentRenderingDelegate.swift",
"Editor/Mocks/MockAttachment.swift",
"Editor/Mocks/MockAttachmentOffsetProvider.swift",
"Editor/Mocks/MockEditorViewDelegate.swift",
"Editor/Mocks/MockLineNumberProvider.swift",
"EditorCommands/AttributesCommandTests.swift",
"EditorCommands/EditorCommandExecutorTests.swift",
"EditorCommands/EditorCommandSnapshotTests.swift",
"EditorCommands/FontTraitToggleCommandTests.swift",
"EditorCommands/ListCommandTests.swift",
"EditorCommands/Mocks/MockEditorCommand.swift",
"EditorCommands/Mocks/MockEditorCommandExecutorDelegate.swift",
"Encoding/EditorContentEncoderTests.swift",
"ExtensionTests/NSAttributedStringExtensionTests.swift",
"Grid/GridCellTests.swift",
"Grid/GridTests.swift",
"Grid/GridViewAttachmentSnapshotTests.swift",
"Grid/GridViewSnapshotTests.swift",
"Grid/GridViewTests.swift",
"Grid/Mocks/MockGridCellDelegate.swift",
"Grid/Mocks/MockGridViewDelegate.swift",
"Helpers/EditorTestViewController.swift",
"Helpers/GenericViewTestViewController.swift",
"Helpers/RichTextViewTestViewController.swift",
"Helpers/SnapshotTestCase.swift",
"Helpers/SnapshotTestViewController.swift",
"Helpers/TextTransformer.swift",
"Helpers/UIView+Render.swift",
"Helpers/Views/AutogrowingTextField.swift",
"Helpers/Views/InlineEditorView.swift",
"Helpers/Views/PanelView.swift",
"Helpers/XCTestHelpers.swift",
"TextProcessors/Mocks/MockTextProcessor.swift",
"TextProcessors/Processors/TestTextProcessor.swift",
"TextProcessors/TextProcessorTests.swift"
],
"target_dependencies" : [
"Proton"
],
"type" : "test"
},
{
"c99name" : "ProtonCore",
"module_type" : "ClangTarget",
"name" : "ProtonCore",
"path" : "Proton/Sources/ObjC",
"product_memberships" : [
"Proton",
"ProtonCore"
],
"sources" : [
"PREditorContentName.m",
"PRTextStorage.m"
],
"type" : "library"
},
{
"c99name" : "Proton",
"module_type" : "SwiftTarget",
"name" : "Proton",
"path" : "Proton/Sources/Swift",
"product_memberships" : [
"Proton"
],
"sources" : [
"AsyncTextResolver/AsyncTextResolver.swift",
"Attachment/Attachment.swift",
"Attachment/AttachmentContent.swift",
"Attachment/AttachmentSize.swift",
"Attachment/Focusable.swift",
"Attachment/SelectionView.swift",
"Base/AutogrowingTextView.swift",
"Base/BackgroundStyle.swift",
"Base/NSAttributedString+ContentTypes.swift",
"Base/NSParagraphStyleExtensions.swift",
"Base/Types.swift",
"Core/AsyncTaskScheduler.swift",
"Core/CommandName.swift",
"Core/EditorLineNumberProvider.swift",
"Core/GestureRegognizerDelegateOverride.swift",
"Core/LayoutManager.swift",
"Core/LineNumberFormatting.swift",
"Core/ListFormattingProvider.swift",
"Core/ListParser.swift",
"Core/NullRichTextEditorContext.swift",
"Core/RichTextEditorContext.swift",
"Core/RichTextRendererContext.swift",
"Core/RichTextView.swift",
"Core/RichTextViewContext.swift",
"Core/RichTextViewDelegate.swift",
"Core/SequenceGenerator.swift",
"Core/TextContainer.swift",
"Decoding/AttributesDecoding.swift",
"Decoding/EditorContentDecoding.swift",
"Editor/AggregateEditorViewDelegate.swift",
"Editor/EditorContent.swift",
"Editor/EditorContentIdentifying.swift",
"Editor/EditorContentView.swift",
"Editor/EditorView.swift",
"Editor/EditorViewContext.swift",
"Editor/EditorViewDelegate.swift",
"EditorCommand/Commands/AttributesToggleCommand.swift",
"EditorCommand/Commands/BoldCommand.swift",
"EditorCommand/Commands/FontTraitToggleCommand.swift",
"EditorCommand/Commands/ItalicsCommand.swift",
"EditorCommand/Commands/List/ListCommand.swift",
"EditorCommand/Commands/List/ListIndentCommand.swift",
"EditorCommand/Commands/List/ListOutdentCommand.swift",
"EditorCommand/Commands/StrikethroughCommand.swift",
"EditorCommand/Commands/UnderlineCommand.swift",
"EditorCommand/EditorCommand.swift",
"EditorCommand/EditorCommandExecutor.swift",
"Encoding/AttributesEncoding.swift",
"Encoding/EditorContentEncoding.swift",
"Grid/Core/Grid.swift",
"Grid/Core/GridCellStore.swift",
"Grid/Core/GridConfiguration.swift",
"Grid/View/GridCell.swift",
"Grid/View/GridContentView.swift",
"Grid/View/GridView.swift",
"Helpers/GradientView.swift",
"Helpers/Logger.swift",
"Helpers/NSAttributedString+Content.swift",
"Helpers/NSAttributedString+Range.swift",
"Helpers/NSRangeExtensions.swift",
"Helpers/String+NSRange.swift",
"Helpers/SynchronizedArray.swift",
"Helpers/Text/FontExtensions.swift",
"Helpers/UIColor+Image.swift",
"Helpers/UITextRangeExtensions.swift",
"TextProcessors/TextProcessing.swift",
"TextProcessors/TextProcessor.swift",
"TextProcessors/TextProcessors/ListTextProcessor.swift"
],
"target_dependencies" : [
"ProtonCore"
],
"type" : "library"
}
],
"tools_version" : "5.9"
}
{
"workspace" : {
"name" : "spi-builder-workspace",
"schemes" : [
"Proton",
"Proton-Package",
"ProtonCore"
]
}
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme Proton-Package -destination generic/platform=tvOS
Command line invocation:
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme Proton-Package -destination generic/platform=tvOS
Resolve Package Graph
Resolved source packages:
SnapshotTesting: https://github.com/pointfreeco/swift-snapshot-testing.git @ master (4579af4)
Proton: /Users/admin/builder/spi-builder-workspace
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (4 targets)
Target 'ProtonCore' in project 'Proton'
➜ Explicit dependency on target 'ProtonCore' in project 'Proton'
Target 'Proton' in project 'Proton'
➜ Explicit dependency on target 'Proton' in project 'Proton'
➜ Explicit dependency on target 'ProtonCore' in project 'Proton'
Target 'Proton' in project 'Proton'
➜ Explicit dependency on target 'ProtonCore' in project 'Proton'
Target 'ProtonCore' in project 'Proton' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ClangStatCache /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.0.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos26.0-23J5279j-93b6301b25fc0c7575c4d86c13c649ea.sdkstatcache
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.0.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos26.0-23J5279j-93b6301b25fc0c7575c4d86c13c649ea.sdkstatcache
SwiftDriver Proton normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Proton' from project 'Proton')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-SwiftDriver -- /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name Proton -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Proton.build/Debug-appletvos/Proton.build/Objects-normal/arm64/Proton.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -Xcc -fmodule-map-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-appletvos/ProtonCore.modulemap -DXcode -plugin-path /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.0.sdk -target arm64-apple-tvos14.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.0.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos26.0-23J5279j-93b6301b25fc0c7575c4d86c13c649ea.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Proton.build/Debug-appletvos/Proton.build/Objects-normal/arm64/Proton-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -explicit-module-build -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -clang-scanner-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -sdk-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Proton.build/Debug-appletvos/Proton.build/Objects-normal/arm64/Proton.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name spi_builder_workspace -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Proton.build/Debug-appletvos/Proton.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Proton.build/Debug-appletvos/Proton.build/Objects-normal/arm64/Proton_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/Proton/Sources/ObjC/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Proton.build/Debug-appletvos/Proton.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Proton.build/Debug-appletvos/Proton.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Proton.build/Debug-appletvos/Proton.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Proton.build/Debug-appletvos/Proton.build/Objects-normal/arm64/Proton-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftCompile normal arm64 Compiling\ RichTextRendererContext.swift,\ RichTextView.swift,\ RichTextViewContext.swift,\ RichTextViewDelegate.swift,\ SequenceGenerator.swift,\ TextContainer.swift,\ AttributesDecoding.swift /Users/admin/builder/spi-builder-workspace/Proton/Sources/Swift/Core/RichTextRendererContext.swift /Users/admin/builder/spi-builder-workspace/Proton/Sources/Swift/Core/RichTextView.swift /Users/admin/builder/spi-builder-workspace/Proton/Sources/Swift/Core/RichTextViewContext.swift /Users/admin/builder/spi-builder-workspace/Proton/Sources/Swift/Core/RichTextViewDelegate.swift /Users/admin/builder/spi-builder-workspace/Proton/Sources/Swift/Core/SequenceGenerator.swift /Users/admin/builder/spi-builder-workspace/Proton/Sources/Swift/Core/TextContainer.swift /Users/admin/builder/spi-builder-workspace/Proton/Sources/Swift/Decoding/AttributesDecoding.swift (in target 'Proton' from project 'Proton')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Proton/Sources/Swift/Core/RichTextRendererContext.swift (in target 'Proton' from project 'Proton')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Proton/Sources/Swift/Core/RichTextView.swift (in target 'Proton' from project 'Proton')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Proton/Sources/Swift/Core/RichTextViewContext.swift (in target 'Proton' from project 'Proton')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Proton/Sources/Swift/Core/RichTextViewDelegate.swift (in target 'Proton' from project 'Proton')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Proton/Sources/Swift/Core/SequenceGenerator.swift (in target 'Proton' from project 'Proton')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Proton/Sources/Swift/Core/TextContainer.swift (in target 'Proton' from project 'Proton')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Proton/Sources/Swift/Decoding/AttributesDecoding.swift (in target 'Proton' from project 'Proton')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ GestureRegognizerDelegateOverride.swift,\ LayoutManager.swift,\ LineNumberFormatting.swift,\ ListFormattingProvider.swift,\ ListParser.swift,\ NullRichTextEditorContext.swift,\ RichTextEditorContext.swift /Users/admin/builder/spi-builder-workspace/Proton/Sources/Swift/Core/GestureRegognizerDelegateOverride.swift /Users/admin/builder/spi-builder-workspace/Proton/Sources/Swift/Core/LayoutManager.swift /Users/admin/builder/spi-builder-workspace/Proton/Sources/Swift/Core/LineNumberFormatting.swift /Users/admin/builder/spi-builder-workspace/Proton/Sources/Swift/Core/ListFormattingProvider.swift /Users/admin/builder/spi-builder-workspace/Proton/Sources/Swift/Core/ListParser.swift /Users/admin/builder/spi-builder-workspace/Proton/Sources/Swift/Core/NullRichTextEditorContext.swift /Users/admin/builder/spi-builder-workspace/Proton/Sources/Swift/Core/RichTextEditorContext.swift (in target 'Proton' from project 'Proton')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Proton/Sources/Swift/Core/GestureRegognizerDelegateOverride.swift (in target 'Proton' from project 'Proton')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Proton/Sources/Swift/Core/LayoutManager.swift (in target 'Proton' from project 'Proton')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Proton/Sources/Swift/Core/LineNumberFormatting.swift (in target 'Proton' from project 'Proton')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Proton/Sources/Swift/Core/ListFormattingProvider.swift (in target 'Proton' from project 'Proton')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Proton/Sources/Swift/Core/ListParser.swift (in target 'Proton' from project 'Proton')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Proton/Sources/Swift/Core/NullRichTextEditorContext.swift (in target 'Proton' from project 'Proton')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Proton/Sources/Swift/Core/RichTextEditorContext.swift (in target 'Proton' from project 'Proton')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ ListOutdentCommand.swift,\ StrikethroughCommand.swift,\ UnderlineCommand.swift,\ EditorCommand.swift,\ EditorCommandExecutor.swift,\ AttributesEncoding.swift,\ EditorContentEncoding.swift /Users/admin/builder/spi-builder-workspace/Proton/Sources/Swift/EditorCommand/Commands/List/ListOutdentCommand.swift /Users/admin/builder/spi-builder-workspace/Proton/Sources/Swift/EditorCommand/Commands/StrikethroughCommand.swift /Users/admin/builder/spi-builder-workspace/Proton/Sources/Swift/EditorCommand/Commands/UnderlineCommand.swift /Users/admin/builder/spi-builder-workspace/Proton/Sources/Swift/EditorCommand/EditorCommand.swift /Users/admin/builder/spi-builder-workspace/Proton/Sources/Swift/EditorCommand/EditorCommandExecutor.swift /Users/admin/builder/spi-builder-workspace/Proton/Sources/Swift/Encoding/AttributesEncoding.swift /Users/admin/builder/spi-builder-workspace/Proton/Sources/Swift/Encoding/EditorContentEncoding.swift (in target 'Proton' from project 'Proton')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Proton/Sources/Swift/EditorCommand/Commands/List/ListOutdentCommand.swift (in target 'Proton' from project 'Proton')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Proton/Sources/Swift/EditorCommand/Commands/StrikethroughCommand.swift (in target 'Proton' from project 'Proton')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Proton/Sources/Swift/EditorCommand/Commands/UnderlineCommand.swift (in target 'Proton' from project 'Proton')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Proton/Sources/Swift/EditorCommand/EditorCommand.swift (in target 'Proton' from project 'Proton')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Proton/Sources/Swift/EditorCommand/EditorCommandExecutor.swift (in target 'Proton' from project 'Proton')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Proton/Sources/Swift/Encoding/AttributesEncoding.swift (in target 'Proton' from project 'Proton')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Proton/Sources/Swift/Encoding/EditorContentEncoding.swift (in target 'Proton' from project 'Proton')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ BackgroundStyle.swift,\ NSAttributedString+ContentTypes.swift,\ NSParagraphStyleExtensions.swift,\ Types.swift,\ AsyncTaskScheduler.swift,\ CommandName.swift,\ EditorLineNumberProvider.swift /Users/admin/builder/spi-builder-workspace/Proton/Sources/Swift/Base/BackgroundStyle.swift /Users/admin/builder/spi-builder-workspace/Proton/Sources/Swift/Base/NSAttributedString+ContentTypes.swift /Users/admin/builder/spi-builder-workspace/Proton/Sources/Swift/Base/NSParagraphStyleExtensions.swift /Users/admin/builder/spi-builder-workspace/Proton/Sources/Swift/Base/Types.swift /Users/admin/builder/spi-builder-workspace/Proton/Sources/Swift/Core/AsyncTaskScheduler.swift /Users/admin/builder/spi-builder-workspace/Proton/Sources/Swift/Core/CommandName.swift /Users/admin/builder/spi-builder-workspace/Proton/Sources/Swift/Core/EditorLineNumberProvider.swift (in target 'Proton' from project 'Proton')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Proton/Sources/Swift/Base/BackgroundStyle.swift (in target 'Proton' from project 'Proton')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Proton/Sources/Swift/Base/NSAttributedString+ContentTypes.swift (in target 'Proton' from project 'Proton')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Proton/Sources/Swift/Base/NSParagraphStyleExtensions.swift (in target 'Proton' from project 'Proton')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Proton/Sources/Swift/Base/Types.swift (in target 'Proton' from project 'Proton')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Proton/Sources/Swift/Core/AsyncTaskScheduler.swift (in target 'Proton' from project 'Proton')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Proton/Sources/Swift/Core/CommandName.swift (in target 'Proton' from project 'Proton')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Proton/Sources/Swift/Core/EditorLineNumberProvider.swift (in target 'Proton' from project 'Proton')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ EditorViewDelegate.swift,\ AttributesToggleCommand.swift,\ BoldCommand.swift,\ FontTraitToggleCommand.swift,\ ItalicsCommand.swift,\ ListCommand.swift,\ ListIndentCommand.swift /Users/admin/builder/spi-builder-workspace/Proton/Sources/Swift/Editor/EditorViewDelegate.swift /Users/admin/builder/spi-builder-workspace/Proton/Sources/Swift/EditorCommand/Commands/AttributesToggleCommand.swift /Users/admin/builder/spi-builder-workspace/Proton/Sources/Swift/EditorCommand/Commands/BoldCommand.swift /Users/admin/builder/spi-builder-workspace/Proton/Sources/Swift/EditorCommand/Commands/FontTraitToggleCommand.swift /Users/admin/builder/spi-builder-workspace/Proton/Sources/Swift/EditorCommand/Commands/ItalicsCommand.swift /Users/admin/builder/spi-builder-workspace/Proton/Sources/Swift/EditorCommand/Commands/List/ListCommand.swift /Users/admin/builder/spi-builder-workspace/Proton/Sources/Swift/EditorCommand/Commands/List/ListIndentCommand.swift (in target 'Proton' from project 'Proton')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Proton/Sources/Swift/Editor/EditorViewDelegate.swift (in target 'Proton' from project 'Proton')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Proton/Sources/Swift/EditorCommand/Commands/AttributesToggleCommand.swift (in target 'Proton' from project 'Proton')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Proton/Sources/Swift/EditorCommand/Commands/BoldCommand.swift (in target 'Proton' from project 'Proton')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Proton/Sources/Swift/EditorCommand/Commands/FontTraitToggleCommand.swift (in target 'Proton' from project 'Proton')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Proton/Sources/Swift/EditorCommand/Commands/ItalicsCommand.swift (in target 'Proton' from project 'Proton')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Proton/Sources/Swift/EditorCommand/Commands/List/ListCommand.swift (in target 'Proton' from project 'Proton')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Proton/Sources/Swift/EditorCommand/Commands/List/ListIndentCommand.swift (in target 'Proton' from project 'Proton')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ AsyncTextResolver.swift,\ Attachment.swift,\ AttachmentContent.swift,\ AttachmentSize.swift,\ Focusable.swift,\ SelectionView.swift,\ AutogrowingTextView.swift /Users/admin/builder/spi-builder-workspace/Proton/Sources/Swift/AsyncTextResolver/AsyncTextResolver.swift /Users/admin/builder/spi-builder-workspace/Proton/Sources/Swift/Attachment/Attachment.swift /Users/admin/builder/spi-builder-workspace/Proton/Sources/Swift/Attachment/AttachmentContent.swift /Users/admin/builder/spi-builder-workspace/Proton/Sources/Swift/Attachment/AttachmentSize.swift /Users/admin/builder/spi-builder-workspace/Proton/Sources/Swift/Attachment/Focusable.swift /Users/admin/builder/spi-builder-workspace/Proton/Sources/Swift/Attachment/SelectionView.swift /Users/admin/builder/spi-builder-workspace/Proton/Sources/Swift/Base/AutogrowingTextView.swift (in target 'Proton' from project 'Proton')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Proton/Sources/Swift/AsyncTextResolver/AsyncTextResolver.swift (in target 'Proton' from project 'Proton')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Proton/Sources/Swift/Attachment/Attachment.swift (in target 'Proton' from project 'Proton')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Proton/Sources/Swift/Attachment/AttachmentContent.swift (in target 'Proton' from project 'Proton')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Proton/Sources/Swift/Attachment/AttachmentSize.swift (in target 'Proton' from project 'Proton')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Proton/Sources/Swift/Attachment/Focusable.swift (in target 'Proton' from project 'Proton')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Proton/Sources/Swift/Attachment/SelectionView.swift (in target 'Proton' from project 'Proton')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Proton/Sources/Swift/Base/AutogrowingTextView.swift (in target 'Proton' from project 'Proton')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ FontExtensions.swift,\ UIColor+Image.swift,\ UITextRangeExtensions.swift,\ TextProcessing.swift,\ TextProcessor.swift,\ ListTextProcessor.swift /Users/admin/builder/spi-builder-workspace/Proton/Sources/Swift/Helpers/Text/FontExtensions.swift /Users/admin/builder/spi-builder-workspace/Proton/Sources/Swift/Helpers/UIColor+Image.swift /Users/admin/builder/spi-builder-workspace/Proton/Sources/Swift/Helpers/UITextRangeExtensions.swift /Users/admin/builder/spi-builder-workspace/Proton/Sources/Swift/TextProcessors/TextProcessing.swift /Users/admin/builder/spi-builder-workspace/Proton/Sources/Swift/TextProcessors/TextProcessor.swift /Users/admin/builder/spi-builder-workspace/Proton/Sources/Swift/TextProcessors/TextProcessors/ListTextProcessor.swift (in target 'Proton' from project 'Proton')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Proton/Sources/Swift/Helpers/Text/FontExtensions.swift (in target 'Proton' from project 'Proton')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Proton/Sources/Swift/Helpers/UIColor+Image.swift (in target 'Proton' from project 'Proton')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Proton/Sources/Swift/Helpers/UITextRangeExtensions.swift (in target 'Proton' from project 'Proton')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Proton/Sources/Swift/TextProcessors/TextProcessing.swift (in target 'Proton' from project 'Proton')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Proton/Sources/Swift/TextProcessors/TextProcessor.swift (in target 'Proton' from project 'Proton')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Proton/Sources/Swift/TextProcessors/TextProcessors/ListTextProcessor.swift (in target 'Proton' from project 'Proton')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftEmitModule normal arm64 Emitting\ module\ for\ Proton (in target 'Proton' from project 'Proton')
Failed frontend command:
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -emit-module -experimental-skip-non-inlinable-function-bodies-without-types /Users/admin/builder/spi-builder-workspace/Proton/Sources/Swift/AsyncTextResolver/AsyncTextResolver.swift /Users/admin/builder/spi-builder-workspace/Proton/Sources/Swift/Attachment/Attachment.swift /Users/admin/builder/spi-builder-workspace/Proton/Sources/Swift/Attachment/AttachmentContent.swift /Users/admin/builder/spi-builder-workspace/Proton/Sources/Swift/Attachment/AttachmentSize.swift /Users/admin/builder/spi-builder-workspace/Proton/Sources/Swift/Attachment/Focusable.swift /Users/admin/builder/spi-builder-workspace/Proton/Sources/Swift/Attachment/SelectionView.swift /Users/admin/builder/spi-builder-workspace/Proton/Sources/Swift/Base/AutogrowingTextView.swift /Users/admin/builder/spi-builder-workspace/Proton/Sources/Swift/Base/BackgroundStyle.swift /Users/admin/builder/spi-builder-workspace/Proton/Sources/Swift/Base/NSAttributedString+ContentTypes.swift /Users/admin/builder/spi-builder-workspace/Proton/Sources/Swift/Base/NSParagraphStyleExtensions.swift /Users/admin/builder/spi-builder-workspace/Proton/Sources/Swift/Base/Types.swift /Users/admin/builder/spi-builder-workspace/Proton/Sources/Swift/Core/AsyncTaskScheduler.swift /Users/admin/builder/spi-builder-workspace/Proton/Sources/Swift/Core/CommandName.swift /Users/admin/builder/spi-builder-workspace/Proton/Sources/Swift/Core/EditorLineNumberProvider.swift /Users/admin/builder/spi-builder-workspace/Proton/Sources/Swift/Core/GestureRegognizerDelegateOverride.swift /Users/admin/builder/spi-builder-workspace/Proton/Sources/Swift/Core/LayoutManager.swift /Users/admin/builder/spi-builder-workspace/Proton/Sources/Swift/Core/LineNumberFormatting.swift /Users/admin/builder/spi-builder-workspace/Proton/Sources/Swift/Core/ListFormattingProvider.swift /Users/admin/builder/spi-builder-workspace/Proton/Sources/Swift/Core/ListParser.swift /Users/admin/builder/spi-builder-workspace/Proton/Sources/Swift/Core/NullRichTextEditorContext.swift /Users/admin/builder/spi-builder-workspace/Proton/Sources/Swift/Core/RichTextEditorContext.swift /Users/admin/builder/spi-builder-workspace/Proton/Sources/Swift/Core/RichTextRendererContext.swift /Users/admin/builder/spi-builder-workspace/Proton/Sources/Swift/Core/RichTextView.swift /Users/admin/builder/spi-builder-workspace/Proton/Sources/Swift/Core/RichTextViewContext.swift /Users/admin/builder/spi-builder-workspace/Proton/Sources/Swift/Core/RichTextViewDelegate.swift /Users/admin/builder/spi-builder-workspace/Proton/Sources/Swift/Core/SequenceGenerator.swift /Users/admin/builder/spi-builder-workspace/Proton/Sources/Swift/Core/TextContainer.swift /Users/admin/builder/spi-builder-workspace/Proton/Sources/Swift/Decoding/AttributesDecoding.swift /Users/admin/builder/spi-builder-workspace/Proton/Sources/Swift/Decoding/EditorContentDecoding.swift /Users/admin/builder/spi-builder-workspace/Proton/Sources/Swift/Editor/AggregateEditorViewDelegate.swift /Users/admin/builder/spi-builder-workspace/Proton/Sources/Swift/Editor/EditorContent.swift /Users/admin/builder/spi-builder-workspace/Proton/Sources/Swift/Editor/EditorContentIdentifying.swift /Users/admin/builder/spi-builder-workspace/Proton/Sources/Swift/Editor/EditorContentView.swift /Users/admin/builder/spi-builder-workspace/Proton/Sources/Swift/Editor/EditorView.swift /Users/admin/builder/spi-builder-workspace/Proton/Sources/Swift/Editor/EditorViewContext.swift /Users/admin/builder/spi-builder-workspace/Proton/Sources/Swift/Editor/EditorViewDelegate.swift /Users/admin/builder/spi-builder-workspace/Proton/Sources/Swift/EditorCommand/Commands/AttributesToggleCommand.swift /Users/admin/builder/spi-builder-workspace/Proton/Sources/Swift/EditorCommand/Commands/BoldCommand.swift /Users/admin/builder/spi-builder-workspace/Proton/Sources/Swift/EditorCommand/Commands/FontTraitToggleCommand.swift /Users/admin/builder/spi-builder-workspace/Proton/Sources/Swift/EditorCommand/Commands/ItalicsCommand.swift /Users/admin/builder/spi-builder-workspace/Proton/Sources/Swift/EditorCommand/Commands/List/ListCommand.swift /Users/admin/builder/spi-builder-workspace/Proton/Sources/Swift/EditorCommand/Commands/List/ListIndentCommand.swift /Users/admin/builder/spi-builder-workspace/Proton/Sources/Swift/EditorCommand/Commands/List/ListOutdentCommand.swift /Users/admin/builder/spi-builder-workspace/Proton/Sources/Swift/EditorCommand/Commands/StrikethroughCommand.swift /Users/admin/builder/spi-builder-workspace/Proton/Sources/Swift/EditorCommand/Commands/UnderlineCommand.swift /Users/admin/builder/spi-builder-workspace/Proton/Sources/Swift/EditorCommand/EditorCommand.swift /Users/admin/builder/spi-builder-workspace/Proton/Sources/Swift/EditorCommand/EditorCommandExecutor.swift /Users/admin/builder/spi-builder-workspace/Proton/Sources/Swift/Encoding/AttributesEncoding.swift /Users/admin/builder/spi-builder-workspace/Proton/Sources/Swift/Encoding/EditorContentEncoding.swift /Users/admin/builder/spi-builder-workspace/Proton/Sources/Swift/Grid/Core/Grid.swift /Users/admin/builder/spi-builder-workspace/Proton/Sources/Swift/Grid/Core/GridCellStore.swift /Users/admin/builder/spi-builder-workspace/Proton/Sources/Swift/Grid/Core/GridConfiguration.swift /Users/admin/builder/spi-builder-workspace/Proton/Sources/Swift/Grid/View/GridCell.swift /Users/admin/builder/spi-builder-workspace/Proton/Sources/Swift/Grid/View/GridContentView.swift /Users/admin/builder/spi-builder-workspace/Proton/Sources/Swift/Grid/View/GridView.swift /Users/admin/builder/spi-builder-workspace/Proton/Sources/Swift/Helpers/GradientView.swift /Users/admin/builder/spi-builder-workspace/Proton/Sources/Swift/Helpers/Logger.swift /Users/admin/builder/spi-builder-workspace/Proton/Sources/Swift/Helpers/NSAttributedString+Content.swift /Users/admin/builder/spi-builder-workspace/Proton/Sources/Swift/Helpers/NSAttributedString+Range.swift /Users/admin/builder/spi-builder-workspace/Proton/Sources/Swift/Helpers/NSRangeExtensions.swift /Users/admin/builder/spi-builder-workspace/Proton/Sources/Swift/Helpers/String+NSRange.swift /Users/admin/builder/spi-builder-workspace/Proton/Sources/Swift/Helpers/SynchronizedArray.swift /Users/admin/builder/spi-builder-workspace/Proton/Sources/Swift/Helpers/Text/FontExtensions.swift /Users/admin/builder/spi-builder-workspace/Proton/Sources/Swift/Helpers/UIColor+Image.swift /Users/admin/builder/spi-builder-workspace/Proton/Sources/Swift/Helpers/UITextRangeExtensions.swift /Users/admin/builder/spi-builder-workspace/Proton/Sources/Swift/TextProcessors/TextProcessing.swift /Users/admin/builder/spi-builder-workspace/Proton/Sources/Swift/TextProcessors/TextProcessor.swift /Users/admin/builder/spi-builder-workspace/Proton/Sources/Swift/TextProcessors/TextProcessors/ListTextProcessor.swift -target arm64-apple-tvos14.0 -load-resolved-plugin /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib/swift/host/plugins/libFoundationMacros.dylib\#/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server\#FoundationMacros -load-resolved-plugin /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib/swift/host/plugins/libObservationMacros.dylib\#/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server\#ObservationMacros -load-resolved-plugin /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib/swift/host/plugins/libPreviewsMacros.dylib\#/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server\#PreviewsMacros -load-resolved-plugin /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib/swift/host/plugins/libSwiftMacros.dylib\#/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server\#SwiftMacros -load-resolved-plugin /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib/swift/host/plugins/libSwiftUIMacros.dylib\#/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server\#SwiftUIMacros -disable-implicit-swift-modules -Xcc -fno-implicit-modules -Xcc -fno-implicit-module-maps -explicit-swift-module-map-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Proton.build/Debug-appletvos/Proton.build/Objects-normal/arm64/Proton-dependencies-1.json -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.0.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.0.sdk/Developer/Library/Frameworks -no-color-diagnostics -Xcc -fno-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D SWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Proton.build/Debug-appletvos/Proton.build/Objects-normal/arm64/Proton_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -fmodule-map-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-appletvos/ProtonCore.modulemap -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos26.0-23J5279j-93b6301b25fc0c7575c4d86c13c649ea.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Proton.build/Debug-appletvos/Proton.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/Proton/Sources/ObjC/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Proton.build/Debug-appletvos/Proton.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Proton.build/Debug-appletvos/Proton.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Proton.build/Debug-appletvos/Proton.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -no-auto-bridging-header-chaining -module-name Proton -package-name spi_builder_workspace -frontend-parseable-output -disable-clang-spi -target-sdk-version 26.0 -target-sdk-name appletvos26.0 -clang-target arm64-apple-tvos26.0 -emit-module-doc-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Proton.build/Debug-appletvos/Proton.build/Objects-normal/arm64/Proton.swiftdoc -emit-module-source-info-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Proton.build/Debug-appletvos/Proton.build/Objects-normal/arm64/Proton.swiftsourceinfo -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Proton.build/Debug-appletvos/Proton.build/Objects-normal/arm64/Proton-Swift.h -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Proton.build/Debug-appletvos/Proton.build/Objects-normal/arm64/Proton-master-emit-module.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Proton.build/Debug-appletvos/Proton.build/Objects-normal/arm64/Proton-master-emit-module.d -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Proton.build/Debug-appletvos/Proton.build/Objects-normal/arm64/Proton.swiftmodule -emit-abi-descriptor-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Proton.build/Debug-appletvos/Proton.build/Objects-normal/arm64/Proton.abi.json
EmitSwiftModule normal arm64 (in target 'Proton' from project 'Proton')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Proton/Sources/Swift/Editor/EditorContent.swift:64:1: warning: extension declares a conformance of imported type 'EditorContentName' to imported protocol 'RawRepresentable'; this will not behave correctly if the owners of 'ProtonCore' introduce this conformance in the future
extension EditorContentName: RawRepresentable {
^
/Users/admin/builder/spi-builder-workspace/Proton/Sources/Swift/Editor/EditorContent.swift:64:1: note: add '@retroactive' to silence this warning
extension EditorContentName: RawRepresentable {
^ ~~~~~~~~~~~~~~~~
@retroactive RawRepresentable
/Users/admin/builder/spi-builder-workspace/Proton/Sources/Swift/Editor/EditorView.swift:178:35: error: 'UITextInteraction' is unavailable in tvOS
public var textInteractions: [UITextInteraction] {
^~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextInteraction.h:31:12: note: 'UITextInteraction' has been explicitly marked unavailable here
@interface UITextInteraction : NSObject <UIInteraction>
^
/Users/admin/builder/spi-builder-workspace/Proton/Sources/Swift/Editor/EditorView.swift:325:40: error: 'UIPinchGestureRecognizer' is unavailable in tvOS
public var pinchGestureRecognizer: UIPinchGestureRecognizer? {
^~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIPinchGestureRecognizer.h:20:12: note: 'UIPinchGestureRecognizer' has been explicitly marked unavailable here
@interface UIPinchGestureRecognizer : UIGestureRecognizer
^
/Users/admin/builder/spi-builder-workspace/Proton/Sources/Swift/Editor/EditorView.swift:371:35: error: 'UIDataDetectorTypes' is unavailable in tvOS
public var dataDetectorTypes: UIDataDetectorTypes {
^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIDataDetectors.h:11:32: note: 'UIDataDetectorTypes' has been explicitly marked unavailable here
typedef NS_OPTIONS(NSUInteger, UIDataDetectorTypes) {
^
/Users/admin/builder/spi-builder-workspace/Proton/Sources/Swift/Editor/EditorView.swift:755:34: error: 'UITextDragDelegate' is unavailable in tvOS
public var textDragDelegate: UITextDragDelegate? {
^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextDragging.h:56:11: note: 'UITextDragDelegate' has been explicitly marked unavailable here
@protocol UITextDragDelegate <NSObject>
^
/Users/admin/builder/spi-builder-workspace/Proton/Sources/Swift/Editor/EditorView.swift:761:34: error: 'UITextDropDelegate' is unavailable in tvOS
public var textDropDelegate: UITextDropDelegate? {
^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextDropping.h:61:11: note: 'UITextDropDelegate' has been explicitly marked unavailable here
@protocol UITextDropDelegate <NSObject>
^
SwiftCompile normal arm64 Compiling\ Logger.swift,\ NSAttributedString+Content.swift,\ NSAttributedString+Range.swift,\ NSRangeExtensions.swift,\ String+NSRange.swift,\ SynchronizedArray.swift /Users/admin/builder/spi-builder-workspace/Proton/Sources/Swift/Helpers/Logger.swift /Users/admin/builder/spi-builder-workspace/Proton/Sources/Swift/Helpers/NSAttributedString+Content.swift /Users/admin/builder/spi-builder-workspace/Proton/Sources/Swift/Helpers/NSAttributedString+Range.swift /Users/admin/builder/spi-builder-workspace/Proton/Sources/Swift/Helpers/NSRangeExtensions.swift /Users/admin/builder/spi-builder-workspace/Proton/Sources/Swift/Helpers/String+NSRange.swift /Users/admin/builder/spi-builder-workspace/Proton/Sources/Swift/Helpers/SynchronizedArray.swift (in target 'Proton' from project 'Proton')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Proton/Sources/Swift/Helpers/Logger.swift (in target 'Proton' from project 'Proton')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Proton/Sources/Swift/Helpers/NSAttributedString+Content.swift (in target 'Proton' from project 'Proton')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Proton/Sources/Swift/Helpers/NSAttributedString+Range.swift (in target 'Proton' from project 'Proton')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Proton/Sources/Swift/Helpers/NSRangeExtensions.swift (in target 'Proton' from project 'Proton')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Proton/Sources/Swift/Helpers/String+NSRange.swift (in target 'Proton' from project 'Proton')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Proton/Sources/Swift/Helpers/SynchronizedArray.swift (in target 'Proton' from project 'Proton')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ Grid.swift,\ GridCellStore.swift,\ GridConfiguration.swift,\ GridCell.swift,\ GridContentView.swift,\ GridView.swift,\ GradientView.swift /Users/admin/builder/spi-builder-workspace/Proton/Sources/Swift/Grid/Core/Grid.swift /Users/admin/builder/spi-builder-workspace/Proton/Sources/Swift/Grid/Core/GridCellStore.swift /Users/admin/builder/spi-builder-workspace/Proton/Sources/Swift/Grid/Core/GridConfiguration.swift /Users/admin/builder/spi-builder-workspace/Proton/Sources/Swift/Grid/View/GridCell.swift /Users/admin/builder/spi-builder-workspace/Proton/Sources/Swift/Grid/View/GridContentView.swift /Users/admin/builder/spi-builder-workspace/Proton/Sources/Swift/Grid/View/GridView.swift /Users/admin/builder/spi-builder-workspace/Proton/Sources/Swift/Helpers/GradientView.swift (in target 'Proton' from project 'Proton')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Proton/Sources/Swift/Grid/Core/Grid.swift (in target 'Proton' from project 'Proton')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Proton/Sources/Swift/Grid/Core/GridCellStore.swift (in target 'Proton' from project 'Proton')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Proton/Sources/Swift/Grid/Core/GridConfiguration.swift (in target 'Proton' from project 'Proton')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Proton/Sources/Swift/Grid/View/GridCell.swift (in target 'Proton' from project 'Proton')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Proton/Sources/Swift/Grid/View/GridContentView.swift (in target 'Proton' from project 'Proton')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Proton/Sources/Swift/Grid/View/GridView.swift (in target 'Proton' from project 'Proton')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Proton/Sources/Swift/Helpers/GradientView.swift (in target 'Proton' from project 'Proton')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ EditorContentDecoding.swift,\ AggregateEditorViewDelegate.swift,\ EditorContent.swift,\ EditorContentIdentifying.swift,\ EditorContentView.swift,\ EditorView.swift,\ EditorViewContext.swift /Users/admin/builder/spi-builder-workspace/Proton/Sources/Swift/Decoding/EditorContentDecoding.swift /Users/admin/builder/spi-builder-workspace/Proton/Sources/Swift/Editor/AggregateEditorViewDelegate.swift /Users/admin/builder/spi-builder-workspace/Proton/Sources/Swift/Editor/EditorContent.swift /Users/admin/builder/spi-builder-workspace/Proton/Sources/Swift/Editor/EditorContentIdentifying.swift /Users/admin/builder/spi-builder-workspace/Proton/Sources/Swift/Editor/EditorContentView.swift /Users/admin/builder/spi-builder-workspace/Proton/Sources/Swift/Editor/EditorView.swift /Users/admin/builder/spi-builder-workspace/Proton/Sources/Swift/Editor/EditorViewContext.swift (in target 'Proton' from project 'Proton')
** BUILD FAILED **
The following build commands failed:
SwiftEmitModule normal arm64 Emitting\ module\ for\ Proton (in target 'Proton' from project 'Proton')
EmitSwiftModule normal arm64 (in target 'Proton' from project 'Proton')
Building workspace spi-builder-workspace with scheme Proton-Package
(3 failures)
BUILD FAILURE 6.2 tvOS