Build Information
Failed to build CodeEditTextView, reference 0.11.2 (c045ff
), with Swift 5.9 for tvOS using Xcode 15.2 on 13 Jun 2025 21:03:10 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-15.2.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme CodeEditTextView -destination generic/platform=tvOS
Build Log
========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/CodeEditApp/CodeEditTextView.git
Reference: 0.11.2
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/CodeEditApp/CodeEditTextView
* tag 0.11.2 -> FETCH_HEAD
HEAD is now at c045ffc Draw Invisible Characters From Configuration (#103)
Cloned https://github.com/CodeEditApp/CodeEditTextView.git
Revision (git rev-parse @):
c045ffcf4d8b2904e7bd138cdeccda99cba3ab3c
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/CodeEditApp/CodeEditTextView.git at 0.11.2
========================================
Build
========================================
Selected platform: tvOS
Swift version: 5.9
Building package at path: $PWD
https://github.com/CodeEditApp/CodeEditTextView.git
Command line invocation:
/Applications/Xcode-15.2.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
User defaults from command line:
IDEClonedSourcePackagesDirPathOverride = /Users/admin/builder/spi-builder-workspace/.dependencies
IDEPackageSupportUseBuiltinSCM = YES
Resolve Package Graph
Fetching from https://github.com/lukepistrol/SwiftLintPlugin
Fetching from https://github.com/ChimeHQ/TextStory
Fetching from https://github.com/apple/swift-collections.git
Fetching from https://github.com/ChimeHQ/Rearrange
Creating working copy of package ‘SwiftLintPlugin’
Checking out 0.59.1 of package ‘SwiftLintPlugin’
Creating working copy of package ‘Rearrange’
Checking out 1.8.1 of package ‘Rearrange’
Creating working copy of package ‘swift-collections’
Checking out 1.1.4 of package ‘swift-collections’
Creating working copy of package ‘TextStory’
Checking out 0.9.0 of package ‘TextStory’
Resolve Package Graph
Resolve Package Graph
Resolved source packages:
Rearrange: https://github.com/ChimeHQ/Rearrange @ 1.8.1
TextStory: https://github.com/ChimeHQ/TextStory @ 0.9.0
swift-collections: https://github.com/apple/swift-collections.git @ 1.1.4
CodeEditTextView: /Users/admin/builder/spi-builder-workspace
SwiftLintPlugin: https://github.com/lukepistrol/SwiftLintPlugin @ 0.59.1
resolved source packages: Rearrange, TextStory, swift-collections, CodeEditTextView, SwiftLintPlugin
{
"dependencies" : [
{
"identity" : "textstory",
"requirement" : {
"range" : [
{
"lower_bound" : "0.9.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/ChimeHQ/TextStory"
},
{
"identity" : "swift-collections",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-collections.git"
},
{
"identity" : "swiftlintplugin",
"requirement" : {
"range" : [
{
"lower_bound" : "0.52.2",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/lukepistrol/SwiftLintPlugin"
}
],
"manifest_display_name" : "CodeEditTextView",
"name" : "CodeEditTextView",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "13.0"
}
],
"products" : [
{
"name" : "CodeEditTextView",
"targets" : [
"CodeEditTextView"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "CodeEditTextViewTests",
"module_type" : "SwiftTarget",
"name" : "CodeEditTextViewTests",
"path" : "Tests/CodeEditTextViewTests",
"product_dependencies" : [
"SwiftLint"
],
"sources" : [
"EmphasisManagerTests.swift",
"KillRingTests.swift",
"LayoutManager/OverridingLayoutManagerRenderingTests.swift",
"LayoutManager/TextLayoutManagerAttachmentsTests.swift",
"LayoutManager/TextLayoutManagerTests.swift",
"LineEndingTests.swift",
"MarkedTextTests.swift",
"TextLayoutLineStorageTests.swift",
"TextSelectionManagerTests.swift",
"TextViewTests.swift",
"TypesetterTests.swift"
],
"target_dependencies" : [
"CodeEditTextView"
],
"type" : "test"
},
{
"c99name" : "CodeEditTextViewObjC",
"module_type" : "ClangTarget",
"name" : "CodeEditTextViewObjC",
"path" : "Sources/CodeEditTextViewObjC",
"product_memberships" : [
"CodeEditTextView"
],
"sources" : [
"CGContextHidden.m"
],
"type" : "library"
},
{
"c99name" : "CodeEditTextView",
"module_type" : "SwiftTarget",
"name" : "CodeEditTextView",
"path" : "Sources/CodeEditTextView",
"product_dependencies" : [
"TextStory",
"Collections",
"SwiftLint"
],
"product_memberships" : [
"CodeEditTextView"
],
"sources" : [
"CodeEditTextView.swift",
"Cursors/CursorSelectionMode.swift",
"Cursors/CursorTimer.swift",
"Cursors/CursorView.swift",
"EmphasisManager/Emphasis.swift",
"EmphasisManager/EmphasisManager.swift",
"EmphasisManager/EmphasisStyle.swift",
"Extensions/CTTypesetter+SuggestLineBreak.swift",
"Extensions/CharacterSet.swift",
"Extensions/GC+ApproximateEqual.swift",
"Extensions/NSBezierPath+CGPathFallback.swift",
"Extensions/NSBezierPath+SmoothPath.swift",
"Extensions/NSColor+Greyscale.swift",
"Extensions/NSColor+Hex.swift",
"Extensions/NSRange+/NSRange+init.swift",
"Extensions/NSRange+/NSRange+isEmpty.swift",
"Extensions/NSTextStorage+getLine.swift",
"Extensions/PixelAligned.swift",
"InvisibleCharacters/InvisibleCharactersDelegate.swift",
"MarkedTextManager/MarkedRanges.swift",
"MarkedTextManager/MarkedTextManager.swift",
"TextLayoutManager/TextAttachments/TextAttachment.swift",
"TextLayoutManager/TextAttachments/TextAttachmentManager.swift",
"TextLayoutManager/TextLayoutManager+Edits.swift",
"TextLayoutManager/TextLayoutManager+Invalidation.swift",
"TextLayoutManager/TextLayoutManager+Iterator.swift",
"TextLayoutManager/TextLayoutManager+Layout.swift",
"TextLayoutManager/TextLayoutManager+Public.swift",
"TextLayoutManager/TextLayoutManager.swift",
"TextLayoutManager/TextLayoutManagerDelegate.swift",
"TextLayoutManager/TextLayoutManagerRenderDelegate.swift",
"TextLine/LineBreakStrategy.swift",
"TextLine/LineFragment.swift",
"TextLine/LineFragmentRenderer.swift",
"TextLine/LineFragmentView.swift",
"TextLine/TextLine.swift",
"TextLine/Typesetter/CTLineTypesetData.swift",
"TextLine/Typesetter/LineFragmentTypesetContext.swift",
"TextLine/Typesetter/TypesetContext.swift",
"TextLine/Typesetter/Typesetter.swift",
"TextLineStorage/TextLineStorage+Iterator.swift",
"TextLineStorage/TextLineStorage+NSTextStorage.swift",
"TextLineStorage/TextLineStorage+Node.swift",
"TextLineStorage/TextLineStorage+Structs.swift",
"TextLineStorage/TextLineStorage.swift",
"TextSelectionManager/Destination.swift",
"TextSelectionManager/Direction.swift",
"TextSelectionManager/SelectionManipulation/SelectionManipulation+Horizontal.swift",
"TextSelectionManager/SelectionManipulation/SelectionManipulation+Vertical.swift",
"TextSelectionManager/SelectionManipulation/TextSelectionManager+SelectionManipulation.swift",
"TextSelectionManager/TextSelection.swift",
"TextSelectionManager/TextSelectionManager+Draw.swift",
"TextSelectionManager/TextSelectionManager+FillRects.swift",
"TextSelectionManager/TextSelectionManager+Move.swift",
"TextSelectionManager/TextSelectionManager+Update.swift",
"TextSelectionManager/TextSelectionManager.swift",
"TextView/DraggingTextRenderer.swift",
"TextView/TextView+Accessibility.swift",
"TextView/TextView+CopyPaste.swift",
"TextView/TextView+Delete.swift",
"TextView/TextView+Drag.swift",
"TextView/TextView+FirstResponder.swift",
"TextView/TextView+Insert.swift",
"TextView/TextView+KeyDown.swift",
"TextView/TextView+Layout.swift",
"TextView/TextView+Lifecycle.swift",
"TextView/TextView+Menu.swift",
"TextView/TextView+Mouse.swift",
"TextView/TextView+Move.swift",
"TextView/TextView+NSTextInput.swift",
"TextView/TextView+ReplaceCharacters.swift",
"TextView/TextView+ScrollToVisible.swift",
"TextView/TextView+Select.swift",
"TextView/TextView+SetText.swift",
"TextView/TextView+Setup.swift",
"TextView/TextView+StorageDelegate.swift",
"TextView/TextView+TextLayoutManagerDelegate.swift",
"TextView/TextView+TextSelectionManagerDelegate.swift",
"TextView/TextView+UndoRedo.swift",
"TextView/TextView.swift",
"TextView/TextViewDelegate.swift",
"Utils/CEUndoManager.swift",
"Utils/HorizontalEdgeInsets.swift",
"Utils/KillRing.swift",
"Utils/LineEnding.swift",
"Utils/Logger.swift",
"Utils/MultiStorageDelegate.swift",
"Utils/ViewReuseQueue.swift"
],
"target_dependencies" : [
"CodeEditTextViewObjC"
],
"type" : "library"
}
],
"tools_version" : "5.9"
}
{
"workspace" : {
"name" : "spi-builder-workspace",
"schemes" : [
"CodeEditTextView",
"TextStory",
"TextStory-Package",
"TextStoryTesting"
]
}
}
{
"workspace" : {
"name" : "spi-builder-workspace",
"schemes" : [
"CodeEditTextView",
"TextStory",
"TextStory-Package",
"TextStoryTesting"
]
}
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.2.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme CodeEditTextView -destination generic/platform=tvOS
Command line invocation:
/Applications/Xcode-15.2.0.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 CodeEditTextView -destination generic/platform=tvOS
User defaults from command line:
IDEClonedSourcePackagesDirPathOverride = /Users/admin/builder/spi-builder-workspace/.dependencies
IDEDerivedDataPathOverride = /Users/admin/builder/spi-builder-workspace/.derivedData
IDEPackageSupportUseBuiltinSCM = YES
Resolve Package Graph
Resolve Package Graph
Resolved source packages:
swift-collections: https://github.com/apple/swift-collections.git @ 1.1.4
Rearrange: https://github.com/ChimeHQ/Rearrange @ 1.8.1
CodeEditTextView: /Users/admin/builder/spi-builder-workspace
SwiftLintPlugin: https://github.com/lukepistrol/SwiftLintPlugin @ 0.59.1
TextStory: https://github.com/ChimeHQ/TextStory @ 0.9.0
Prepare packages
Compile plug-in “SwiftLint” in package “swiftlintplugin”
[debug]: Compiling plugin to executable at /Users/admin/builder/spi-builder-workspace/.dependencies/plugins/SwiftLint
[debug]: Using compiler /Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc
[debug]: Plugin compilation output directory '/Users/admin/builder/spi-builder-workspace/.dependencies/plugins'
[debug]: Computed hash of plugin compilation inputs: 34f4d39105492fc3d0ea03c4cb1d306d7e8c0fe32073321e04acf9d1e5c47063
Apply build tool plug-in “SwiftLint” to target “CodeEditTextViewTests” in package “spi-builder-workspace”
working directory:
/Users/admin/builder/spi-builder-workspace
tool mapping:
swiftlint: /Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/swiftlintplugin/SwiftLintBinary/SwiftLintBinary.artifactbundle/swiftlint-0.59.1-macos/bin/swiftlint [arm64-apple-macosx]
tool search paths:
/Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin
/Applications/Xcode-15.2.0.app/Contents/Developer/usr/bin
/Library/Apple/usr/bin
/System/Cryptexes/App/usr/bin
/bin
/opt/homebrew/bin
/opt/homebrew/sbin
/sbin
/usr/bin
/usr/local/bin
/usr/sbin
/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/appleinternal/bin
/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/bin
/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/local/bin
/usr/bin/sandbox-exec -p "(version 1)
(deny default)
(import \"system.sb\")
(allow file-read*)
(allow process*)
(allow mach-lookup (global-name \"com.apple.lsd.mapdb\"))
(allow file-write*
(subpath \"/private/tmp\")
(subpath \"/private/var/folders/fs/0w3t9t1d28xc3bj0tgb8hcrw0000gn/T\")
)
(deny file-write*
(subpath \"/Users/admin/builder/spi-builder-workspace\")
)
(allow file-write*
(subpath \"/Users/admin/builder/spi-builder-workspace/.dependencies/plugins/spi-builder-workspace.output/CodeEditTextViewTests/SwiftLint\")
)
" /Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/swiftlintplugin/SwiftLintBinary/SwiftLintBinary.artifactbundle/swiftlint-0.59.1-macos/bin/swiftlint lint --config /Users/admin/builder/spi-builder-workspace/.swiftlint.yml --cache-path /Users/admin/builder/spi-builder-workspace/.dependencies/plugins/spi-builder-workspace.output/CodeEditTextViewTests/SwiftLint /Users/admin/builder/spi-builder-workspace/Tests/CodeEditTextViewTests
Linting Swift files at paths /Users/admin/builder/spi-builder-workspace/Tests/CodeEditTextViewTests
Linting 'OverridingLayoutManagerRenderingTests.swift' (1/11)
Linting 'TypesetterTests.swift' (2/11)
Linting 'TextLayoutManagerAttachmentsTests.swift' (3/11)
Linting 'TextLayoutManagerTests.swift' (4/11)
Linting 'TextLayoutLineStorageTests.swift' (5/11)
Linting 'TextViewTests.swift' (6/11)
Linting 'KillRingTests.swift' (7/11)
Linting 'MarkedTextTests.swift' (9/11)
Linting 'LineEndingTests.swift' (8/11)
Linting 'EmphasisManagerTests.swift' (10/11)
Linting 'TextSelectionManagerTests.swift' (11/11)
Done linting! Found 0 violations, 0 serious in 11 files.
The folder “Output” doesn’t exist.
/usr/bin/sandbox-exec -p "(version 1)
(deny default)
(import \"system.sb\")
(allow file-read*)
(allow process*)
(allow mach-lookup (global-name \"com.apple.lsd.mapdb\"))
(allow file-write*
(subpath \"/private/tmp\")
(subpath \"/private/var/folders/fs/0w3t9t1d28xc3bj0tgb8hcrw0000gn/T\")
)
(deny file-write*
(subpath \"/Users/admin/builder/spi-builder-workspace\")
)
(allow file-write*
(subpath \"/Users/admin/builder/spi-builder-workspace/.dependencies/plugins/spi-builder-workspace.output/CodeEditTextView/SwiftLint\")
)
" /Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/swiftlintplugin/SwiftLintBinary/SwiftLintBinary.artifactbundle/swiftlint-0.59.1-macos/bin/swiftlint lint --config /Users/admin/builder/spi-builder-workspace/.swiftlint.yml --cache-path /Users/admin/builder/spi-builder-workspace/.dependencies/plugins/spi-builder-workspace.output/CodeEditTextView/SwiftLint /Users/admin/builder/spi-builder-workspace/Sources/CodeEditTextView
Linting Swift files at paths /Users/admin/builder/spi-builder-workspace/Sources/CodeEditTextView
Linting 'TextView+StorageDelegate.swift' (1/88)
Linting 'TextView+Lifecycle.swift' (2/88)
Linting 'TextView+ReplaceCharacters.swift' (3/88)
Linting 'TextView+FirstResponder.swift' (4/88)
Linting 'TextView+TextLayoutManagerDelegate.swift' (5/88)
Linting 'TextView+Mouse.swift' (6/88)
Linting 'TextView+NSTextInput.swift' (7/88)
Linting 'TextView+CopyPaste.swift' (8/88)
Linting 'TextView+KeyDown.swift' (9/88)
Linting 'DraggingTextRenderer.swift' (10/88)
Linting 'TextView+Delete.swift' (11/88)
Linting 'TextView+Menu.swift' (12/88)
Linting 'TextView+ScrollToVisible.swift' (13/88)
Linting 'TextView+UndoRedo.swift' (14/88)
Linting 'TextView+Drag.swift' (15/88)
Linting 'TextView+Select.swift' (16/88)
Linting 'TextView+Move.swift' (17/88)
Linting 'TextView.swift' (18/88)
Linting 'TextView+Layout.swift' (19/88)
Linting 'TextView+TextSelectionManagerDelegate.swift' (20/88)
Linting 'TextView+Setup.swift' (21/88)
Linting 'TextView+Accessibility.swift' (22/88)
Linting 'TextView+Insert.swift' (23/88)
Linting 'TextView+SetText.swift' (24/88)
Linting 'TextViewDelegate.swift' (25/88)
Linting 'MarkedTextManager.swift' (26/88)
Linting 'MarkedRanges.swift' (27/88)
Linting 'TextLine.swift' (28/88)
Linting 'Typesetter.swift' (29/88)
Linting 'CTLineTypesetData.swift' (30/88)
Linting 'TypesetContext.swift' (31/88)
Linting 'LineFragmentTypesetContext.swift' (32/88)
Linting 'LineFragmentView.swift' (33/88)
Linting 'LineFragmentRenderer.swift' (34/88)
Linting 'LineBreakStrategy.swift' (35/88)
Linting 'LineFragment.swift' (36/88)
Linting 'CodeEditTextView.swift' (37/88)
Linting 'TextLayoutManager+Layout.swift' (38/88)
Linting 'TextLayoutManager+Edits.swift' (39/88)
Linting 'TextLayoutManager+Public.swift' (40/88)
Linting 'TextAttachmentManager.swift' (41/88)
Linting 'TextAttachment.swift' (42/88)
Linting 'TextLayoutManagerRenderDelegate.swift' (43/88)
Linting 'TextLayoutManagerDelegate.swift' (44/88)
Linting 'TextLayoutManager+Iterator.swift' (45/88)
Linting 'TextLayoutManager+Invalidation.swift' (46/88)
Linting 'TextLayoutManager.swift' (47/88)
Linting 'Emphasis.swift' (48/88)
Linting 'EmphasisStyle.swift' (49/88)
Linting 'EmphasisManager.swift' (50/88)
Linting 'Logger.swift' (51/88)
Linting 'KillRing.swift' (52/88)
Linting 'ViewReuseQueue.swift' (53/88)
Linting 'MultiStorageDelegate.swift' (54/88)
Linting 'HorizontalEdgeInsets.swift' (55/88)
Linting 'LineEnding.swift' (56/88)
Linting 'CEUndoManager.swift' (57/88)
Linting 'NSBezierPath+SmoothPath.swift' (58/88)
Linting 'CharacterSet.swift' (59/88)
Linting 'NSColor+Greyscale.swift' (60/88)
Linting 'NSRange+isEmpty.swift' (61/88)
Linting 'NSRange+init.swift' (62/88)
Linting 'PixelAligned.swift' (63/88)
Linting 'CTTypesetter+SuggestLineBreak.swift' (64/88)
Linting 'NSTextStorage+getLine.swift' (65/88)
Linting 'NSColor+Hex.swift' (66/88)
Linting 'NSBezierPath+CGPathFallback.swift' (67/88)
Linting 'GC+ApproximateEqual.swift' (68/88)
Linting 'TextSelection.swift' (69/88)
Linting 'TextSelectionManager+Move.swift' (70/88)
Linting 'SelectionManipulation+Horizontal.swift' (71/88)
Linting 'TextSelectionManager+SelectionManipulation.swift' (72/88)
Linting 'SelectionManipulation+Vertical.swift' (73/88)
Linting 'TextSelectionManager+Update.swift' (74/88)
Linting 'TextSelectionManager+FillRects.swift' (75/88)
Linting 'TextSelectionManager+Draw.swift' (76/88)
Linting 'Destination.swift' (77/88)
Linting 'TextSelectionManager.swift' (78/88)
Linting 'Direction.swift' (79/88)
Linting 'TextLineStorage+Node.swift' (80/88)
Linting 'TextLineStorage.swift' (81/88)
Linting 'TextLineStorage+Structs.swift' (82/88)
Linting 'TextLineStorage+Iterator.swift' (83/88)
Linting 'TextLineStorage+NSTextStorage.swift' (84/88)
Linting 'CursorSelectionMode.swift' (85/88)
Linting 'CursorView.swift' (86/88)
Linting 'CursorTimer.swift' (87/88)
Linting 'InvisibleCharactersDelegate.swift' (88/88)
Done linting! Found 0 violations, 0 serious in 88 files.
The folder “Output” doesn’t exist.
Process build tool plug-in results
package: <IDESwiftPackageCore.IDESwiftPackage:0x12b727cb0 path:'/Users/admin/builder/spi-builder-workspace'>
target: CodeEditTextViewTests
prebuildCommandOutputPaths: []
buildCommands: []
allDerivedOutputPaths: []
target: CodeEditTextView
prebuildCommandOutputPaths: []
buildCommands: []
allDerivedOutputPaths: []
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (20 targets)
Target 'CodeEditTextViewTests' in project 'CodeEditTextView'
➜ Explicit dependency on target 'CodeEditTextViewObjC' in project 'CodeEditTextView'
➜ Explicit dependency on target 'SwiftLint' in project 'SwiftLintPlugin'
➜ Explicit dependency on target 'CodeEditTextView' in project 'CodeEditTextView'
➜ Explicit dependency on target 'TextStory' in project 'TextStory'
➜ Explicit dependency on target 'Collections' in project 'swift-collections'
Target 'CodeEditTextView' in project 'CodeEditTextView'
➜ Explicit dependency on target 'CodeEditTextView' in project 'CodeEditTextView'
➜ Explicit dependency on target 'CodeEditTextViewObjC' in project 'CodeEditTextView'
➜ Explicit dependency on target 'SwiftLint' in project 'SwiftLintPlugin'
➜ Explicit dependency on target 'TextStory' in project 'TextStory'
➜ Explicit dependency on target 'Collections' in project 'swift-collections'
Target 'CodeEditTextView' in project 'CodeEditTextView'
➜ Explicit dependency on target 'CodeEditTextViewObjC' in project 'CodeEditTextView'
➜ Explicit dependency on target 'SwiftLint' in project 'SwiftLintPlugin'
➜ Explicit dependency on target 'TextStory' in project 'TextStory'
➜ Explicit dependency on target 'Collections' in project 'swift-collections'
Target 'Collections' in project 'swift-collections'
➜ Explicit dependency on target 'Collections' in project 'swift-collections'
➜ Explicit dependency on target 'InternalCollectionsUtilities' in project 'swift-collections'
➜ Explicit dependency on target 'BitCollections' in project 'swift-collections'
➜ Explicit dependency on target 'DequeModule' in project 'swift-collections'
➜ Explicit dependency on target 'HashTreeCollections' in project 'swift-collections'
➜ Explicit dependency on target 'HeapModule' in project 'swift-collections'
➜ Explicit dependency on target 'OrderedCollections' in project 'swift-collections'
➜ Explicit dependency on target '_RopeModule' in project 'swift-collections'
Target 'Collections' in project 'swift-collections'
➜ Explicit dependency on target 'InternalCollectionsUtilities' in project 'swift-collections'
➜ Explicit dependency on target 'BitCollections' in project 'swift-collections'
➜ Explicit dependency on target 'DequeModule' in project 'swift-collections'
➜ Explicit dependency on target 'HashTreeCollections' in project 'swift-collections'
➜ Explicit dependency on target 'HeapModule' in project 'swift-collections'
➜ Explicit dependency on target 'OrderedCollections' in project 'swift-collections'
➜ Explicit dependency on target '_RopeModule' in project 'swift-collections'
Target '_RopeModule' in project 'swift-collections'
➜ Explicit dependency on target 'InternalCollectionsUtilities' in project 'swift-collections'
Target 'OrderedCollections' in project 'swift-collections'
➜ Explicit dependency on target 'InternalCollectionsUtilities' in project 'swift-collections'
Target 'HeapModule' in project 'swift-collections'
➜ Explicit dependency on target 'InternalCollectionsUtilities' in project 'swift-collections'
Target 'HashTreeCollections' in project 'swift-collections'
➜ Explicit dependency on target 'InternalCollectionsUtilities' in project 'swift-collections'
Target 'DequeModule' in project 'swift-collections'
➜ Explicit dependency on target 'InternalCollectionsUtilities' in project 'swift-collections'
Target 'BitCollections' in project 'swift-collections'
➜ Explicit dependency on target 'InternalCollectionsUtilities' in project 'swift-collections'
Target 'InternalCollectionsUtilities' in project 'swift-collections' (no dependencies)
Target 'TextStory' in project 'TextStory'
➜ Explicit dependency on target 'TextStory' in project 'TextStory'
➜ Explicit dependency on target 'Internal' in project 'TextStory'
➜ Explicit dependency on target 'Rearrange' in project 'Rearrange'
Target 'TextStory' in project 'TextStory'
➜ Explicit dependency on target 'Internal' in project 'TextStory'
➜ Explicit dependency on target 'Rearrange' in project 'Rearrange'
Target 'Rearrange' in project 'Rearrange'
➜ Explicit dependency on target 'Rearrange' in project 'Rearrange'
Target 'Rearrange' in project 'Rearrange' (no dependencies)
Target 'Internal' in project 'TextStory' (no dependencies)
Target 'SwiftLint' in project 'SwiftLintPlugin'
➜ Explicit dependency on target 'SwiftLint' in project 'SwiftLintPlugin'
Target 'SwiftLint' in project 'SwiftLintPlugin' (no dependencies)
Target 'CodeEditTextViewObjC' in project 'CodeEditTextView' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
Build description signature: aa49309cafe269e8df2c967cda90ff36
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/aa49309cafe269e8df2c967cda90ff36.xcbuilddata
error: The package product 'SwiftLint' requires minimum platform version 13.0 for the tvOS platform, but this target supports 12.0 (in target 'CodeEditTextView' from project 'CodeEditTextView')
error: The package product 'TextStory' requires minimum platform version 13.0 for the tvOS platform, but this target supports 12.0 (in target 'CodeEditTextView' from project 'CodeEditTextView')
error: The package product 'SwiftLint' requires minimum platform version 13.0 for the tvOS platform, but this target supports 12.0 (in target 'CodeEditTextViewTests' from project 'CodeEditTextView')
error: The package product 'TextStory' requires minimum platform version 13.0 for the tvOS platform, but this target supports 12.0 (in target 'CodeEditTextViewTests' from project 'CodeEditTextView')
Resolve Package Graph
** BUILD FAILED **
Command line invocation:
/Applications/Xcode-15.2.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
User defaults from command line:
IDEClonedSourcePackagesDirPathOverride = /Users/admin/builder/spi-builder-workspace/.dependencies
IDEPackageSupportUseBuiltinSCM = YES
Resolve Package Graph
Resolved source packages:
TextStory: https://github.com/ChimeHQ/TextStory @ 0.9.0
SwiftLintPlugin: https://github.com/lukepistrol/SwiftLintPlugin @ 0.59.1
swift-collections: https://github.com/apple/swift-collections.git @ 1.1.4
Rearrange: https://github.com/ChimeHQ/Rearrange @ 1.8.1
CodeEditTextView: /Users/admin/builder/spi-builder-workspace
resolved source packages: TextStory, SwiftLintPlugin, swift-collections, Rearrange, CodeEditTextView
{
"dependencies" : [
{
"identity" : "textstory",
"requirement" : {
"range" : [
{
"lower_bound" : "0.9.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/ChimeHQ/TextStory"
},
{
"identity" : "swift-collections",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-collections.git"
},
{
"identity" : "swiftlintplugin",
"requirement" : {
"range" : [
{
"lower_bound" : "0.52.2",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/lukepistrol/SwiftLintPlugin"
}
],
"manifest_display_name" : "CodeEditTextView",
"name" : "CodeEditTextView",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "13.0"
}
],
"products" : [
{
"name" : "CodeEditTextView",
"targets" : [
"CodeEditTextView"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "CodeEditTextViewTests",
"module_type" : "SwiftTarget",
"name" : "CodeEditTextViewTests",
"path" : "Tests/CodeEditTextViewTests",
"product_dependencies" : [
"SwiftLint"
],
"sources" : [
"EmphasisManagerTests.swift",
"KillRingTests.swift",
"LayoutManager/OverridingLayoutManagerRenderingTests.swift",
"LayoutManager/TextLayoutManagerAttachmentsTests.swift",
"LayoutManager/TextLayoutManagerTests.swift",
"LineEndingTests.swift",
"MarkedTextTests.swift",
"TextLayoutLineStorageTests.swift",
"TextSelectionManagerTests.swift",
"TextViewTests.swift",
"TypesetterTests.swift"
],
"target_dependencies" : [
"CodeEditTextView"
],
"type" : "test"
},
{
"c99name" : "CodeEditTextViewObjC",
"module_type" : "ClangTarget",
"name" : "CodeEditTextViewObjC",
"path" : "Sources/CodeEditTextViewObjC",
"product_memberships" : [
"CodeEditTextView"
],
"sources" : [
"CGContextHidden.m"
],
"type" : "library"
},
{
"c99name" : "CodeEditTextView",
"module_type" : "SwiftTarget",
"name" : "CodeEditTextView",
"path" : "Sources/CodeEditTextView",
"product_dependencies" : [
"TextStory",
"Collections",
"SwiftLint"
],
"product_memberships" : [
"CodeEditTextView"
],
"sources" : [
"CodeEditTextView.swift",
"Cursors/CursorSelectionMode.swift",
"Cursors/CursorTimer.swift",
"Cursors/CursorView.swift",
"EmphasisManager/Emphasis.swift",
"EmphasisManager/EmphasisManager.swift",
"EmphasisManager/EmphasisStyle.swift",
"Extensions/CTTypesetter+SuggestLineBreak.swift",
"Extensions/CharacterSet.swift",
"Extensions/GC+ApproximateEqual.swift",
"Extensions/NSBezierPath+CGPathFallback.swift",
"Extensions/NSBezierPath+SmoothPath.swift",
"Extensions/NSColor+Greyscale.swift",
"Extensions/NSColor+Hex.swift",
"Extensions/NSRange+/NSRange+init.swift",
"Extensions/NSRange+/NSRange+isEmpty.swift",
"Extensions/NSTextStorage+getLine.swift",
"Extensions/PixelAligned.swift",
"InvisibleCharacters/InvisibleCharactersDelegate.swift",
"MarkedTextManager/MarkedRanges.swift",
"MarkedTextManager/MarkedTextManager.swift",
"TextLayoutManager/TextAttachments/TextAttachment.swift",
"TextLayoutManager/TextAttachments/TextAttachmentManager.swift",
"TextLayoutManager/TextLayoutManager+Edits.swift",
"TextLayoutManager/TextLayoutManager+Invalidation.swift",
"TextLayoutManager/TextLayoutManager+Iterator.swift",
"TextLayoutManager/TextLayoutManager+Layout.swift",
"TextLayoutManager/TextLayoutManager+Public.swift",
"TextLayoutManager/TextLayoutManager.swift",
"TextLayoutManager/TextLayoutManagerDelegate.swift",
"TextLayoutManager/TextLayoutManagerRenderDelegate.swift",
"TextLine/LineBreakStrategy.swift",
"TextLine/LineFragment.swift",
"TextLine/LineFragmentRenderer.swift",
"TextLine/LineFragmentView.swift",
"TextLine/TextLine.swift",
"TextLine/Typesetter/CTLineTypesetData.swift",
"TextLine/Typesetter/LineFragmentTypesetContext.swift",
"TextLine/Typesetter/TypesetContext.swift",
"TextLine/Typesetter/Typesetter.swift",
"TextLineStorage/TextLineStorage+Iterator.swift",
"TextLineStorage/TextLineStorage+NSTextStorage.swift",
"TextLineStorage/TextLineStorage+Node.swift",
"TextLineStorage/TextLineStorage+Structs.swift",
"TextLineStorage/TextLineStorage.swift",
"TextSelectionManager/Destination.swift",
"TextSelectionManager/Direction.swift",
"TextSelectionManager/SelectionManipulation/SelectionManipulation+Horizontal.swift",
"TextSelectionManager/SelectionManipulation/SelectionManipulation+Vertical.swift",
"TextSelectionManager/SelectionManipulation/TextSelectionManager+SelectionManipulation.swift",
"TextSelectionManager/TextSelection.swift",
"TextSelectionManager/TextSelectionManager+Draw.swift",
"TextSelectionManager/TextSelectionManager+FillRects.swift",
"TextSelectionManager/TextSelectionManager+Move.swift",
"TextSelectionManager/TextSelectionManager+Update.swift",
"TextSelectionManager/TextSelectionManager.swift",
"TextView/DraggingTextRenderer.swift",
"TextView/TextView+Accessibility.swift",
"TextView/TextView+CopyPaste.swift",
"TextView/TextView+Delete.swift",
"TextView/TextView+Drag.swift",
"TextView/TextView+FirstResponder.swift",
"TextView/TextView+Insert.swift",
"TextView/TextView+KeyDown.swift",
"TextView/TextView+Layout.swift",
"TextView/TextView+Lifecycle.swift",
"TextView/TextView+Menu.swift",
"TextView/TextView+Mouse.swift",
"TextView/TextView+Move.swift",
"TextView/TextView+NSTextInput.swift",
"TextView/TextView+ReplaceCharacters.swift",
"TextView/TextView+ScrollToVisible.swift",
"TextView/TextView+Select.swift",
"TextView/TextView+SetText.swift",
"TextView/TextView+Setup.swift",
"TextView/TextView+StorageDelegate.swift",
"TextView/TextView+TextLayoutManagerDelegate.swift",
"TextView/TextView+TextSelectionManagerDelegate.swift",
"TextView/TextView+UndoRedo.swift",
"TextView/TextView.swift",
"TextView/TextViewDelegate.swift",
"Utils/CEUndoManager.swift",
"Utils/HorizontalEdgeInsets.swift",
"Utils/KillRing.swift",
"Utils/LineEnding.swift",
"Utils/Logger.swift",
"Utils/MultiStorageDelegate.swift",
"Utils/ViewReuseQueue.swift"
],
"target_dependencies" : [
"CodeEditTextViewObjC"
],
"type" : "library"
}
],
"tools_version" : "5.9"
}
{
"workspace" : {
"name" : "spi-builder-workspace",
"schemes" : [
"CodeEditTextView",
"TextStory",
"TextStory-Package",
"TextStoryTesting"
]
}
}
{
"workspace" : {
"name" : "spi-builder-workspace",
"schemes" : [
"CodeEditTextView",
"TextStory",
"TextStory-Package",
"TextStoryTesting"
]
}
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.2.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme CodeEditTextView -destination generic/platform=tvOS
Command line invocation:
/Applications/Xcode-15.2.0.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 CodeEditTextView -destination generic/platform=tvOS
User defaults from command line:
IDEClonedSourcePackagesDirPathOverride = /Users/admin/builder/spi-builder-workspace/.dependencies
IDEDerivedDataPathOverride = /Users/admin/builder/spi-builder-workspace/.derivedData
IDEPackageSupportUseBuiltinSCM = YES
Resolve Package Graph
Resolved source packages:
TextStory: https://github.com/ChimeHQ/TextStory @ 0.9.0
Rearrange: https://github.com/ChimeHQ/Rearrange @ 1.8.1
CodeEditTextView: /Users/admin/builder/spi-builder-workspace
swift-collections: https://github.com/apple/swift-collections.git @ 1.1.4
SwiftLintPlugin: https://github.com/lukepistrol/SwiftLintPlugin @ 0.59.1
Prepare packages
Compile plug-in “SwiftLint” in package “swiftlintplugin”
[debug]: Compiling plugin to executable at /Users/admin/builder/spi-builder-workspace/.dependencies/plugins/SwiftLint
[debug]: Using compiler /Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc
[debug]: Plugin compilation output directory '/Users/admin/builder/spi-builder-workspace/.dependencies/plugins'
[debug]: Computed hash of plugin compilation inputs: 34f4d39105492fc3d0ea03c4cb1d306d7e8c0fe32073321e04acf9d1e5c47063
Apply build tool plug-in “SwiftLint” to target “CodeEditTextView” in package “spi-builder-workspace”
working directory:
/Users/admin/builder/spi-builder-workspace
tool mapping:
swiftlint: /Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/swiftlintplugin/SwiftLintBinary/SwiftLintBinary.artifactbundle/swiftlint-0.59.1-macos/bin/swiftlint [arm64-apple-macosx]
tool search paths:
/Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin
/Applications/Xcode-15.2.0.app/Contents/Developer/usr/bin
/Library/Apple/usr/bin
/System/Cryptexes/App/usr/bin
/bin
/opt/homebrew/bin
/opt/homebrew/sbin
/sbin
/usr/bin
/usr/local/bin
/usr/sbin
/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/appleinternal/bin
/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/bin
/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/local/bin
/usr/bin/sandbox-exec -p "(version 1)
(deny default)
(import \"system.sb\")
(allow file-read*)
(allow process*)
(allow mach-lookup (global-name \"com.apple.lsd.mapdb\"))
(allow file-write*
(subpath \"/private/tmp\")
(subpath \"/private/var/folders/fs/0w3t9t1d28xc3bj0tgb8hcrw0000gn/T\")
)
(deny file-write*
(subpath \"/Users/admin/builder/spi-builder-workspace\")
)
(allow file-write*
(subpath \"/Users/admin/builder/spi-builder-workspace/.dependencies/plugins/spi-builder-workspace.output/CodeEditTextView/SwiftLint\")
)
" /Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/swiftlintplugin/SwiftLintBinary/SwiftLintBinary.artifactbundle/swiftlint-0.59.1-macos/bin/swiftlint lint --config /Users/admin/builder/spi-builder-workspace/.swiftlint.yml --cache-path /Users/admin/builder/spi-builder-workspace/.dependencies/plugins/spi-builder-workspace.output/CodeEditTextView/SwiftLint /Users/admin/builder/spi-builder-workspace/Sources/CodeEditTextView
Linting Swift files at paths /Users/admin/builder/spi-builder-workspace/Sources/CodeEditTextView
Linting 'TextView+StorageDelegate.swift' (1/88)
Linting 'TextView+Lifecycle.swift' (2/88)
Linting 'TextView+ReplaceCharacters.swift' (3/88)
Linting 'TextView+FirstResponder.swift' (4/88)
Linting 'TextView+TextLayoutManagerDelegate.swift' (5/88)
Linting 'TextView+NSTextInput.swift' (6/88)
Linting 'TextView+Mouse.swift' (7/88)
Linting 'TextView+CopyPaste.swift' (8/88)
Linting 'DraggingTextRenderer.swift' (10/88)
Linting 'TextView+KeyDown.swift' (9/88)
Linting 'TextView+Delete.swift' (11/88)
Linting 'TextView+Menu.swift' (12/88)
Linting 'TextView+ScrollToVisible.swift' (13/88)
Linting 'TextView+UndoRedo.swift' (14/88)
Linting 'TextView+Drag.swift' (15/88)
Linting 'TextView+Select.swift' (16/88)
Linting 'TextView.swift' (18/88)
Linting 'TextView+Move.swift' (17/88)
Linting 'TextView+Layout.swift' (19/88)
Linting 'TextView+TextSelectionManagerDelegate.swift' (20/88)
Linting 'TextView+Setup.swift' (21/88)
Linting 'TextView+Accessibility.swift' (22/88)
Linting 'TextView+Insert.swift' (23/88)
Linting 'TextView+SetText.swift' (24/88)
Linting 'MarkedTextManager.swift' (26/88)
Linting 'TextViewDelegate.swift' (25/88)
Linting 'MarkedRanges.swift' (27/88)
Linting 'TextLine.swift' (28/88)
Linting 'Typesetter.swift' (29/88)
Linting 'CTLineTypesetData.swift' (30/88)
Linting 'TypesetContext.swift' (31/88)
Linting 'LineFragmentTypesetContext.swift' (32/88)
Linting 'LineFragmentView.swift' (33/88)
Linting 'LineFragmentRenderer.swift' (34/88)
Linting 'LineBreakStrategy.swift' (35/88)
Linting 'LineFragment.swift' (36/88)
Linting 'CodeEditTextView.swift' (37/88)
Linting 'TextLayoutManager+Layout.swift' (38/88)
Linting 'TextLayoutManager+Edits.swift' (39/88)
Linting 'TextLayoutManager+Public.swift' (40/88)
Linting 'TextAttachmentManager.swift' (41/88)
Linting 'TextAttachment.swift' (42/88)
Linting 'TextLayoutManagerRenderDelegate.swift' (43/88)
Linting 'TextLayoutManagerDelegate.swift' (44/88)
Linting 'TextLayoutManager+Invalidation.swift' (46/88)
Linting 'TextLayoutManager+Iterator.swift' (45/88)
Linting 'TextLayoutManager.swift' (47/88)
Linting 'Emphasis.swift' (48/88)
Linting 'EmphasisStyle.swift' (49/88)
Linting 'Logger.swift' (51/88)
Linting 'KillRing.swift' (52/88)
Linting 'EmphasisManager.swift' (50/88)
Linting 'ViewReuseQueue.swift' (53/88)
Linting 'MultiStorageDelegate.swift' (54/88)
Linting 'HorizontalEdgeInsets.swift' (55/88)
Linting 'LineEnding.swift' (56/88)
Linting 'CEUndoManager.swift' (57/88)
Linting 'NSBezierPath+SmoothPath.swift' (58/88)
Linting 'CharacterSet.swift' (59/88)
Linting 'NSColor+Greyscale.swift' (60/88)
Linting 'NSRange+isEmpty.swift' (61/88)
Linting 'NSRange+init.swift' (62/88)
Linting 'CTTypesetter+SuggestLineBreak.swift' (63/88)
Linting 'PixelAligned.swift' (64/88)
Linting 'NSTextStorage+getLine.swift' (65/88)
Linting 'NSColor+Hex.swift' (66/88)
Linting 'NSBezierPath+CGPathFallback.swift' (67/88)
Linting 'GC+ApproximateEqual.swift' (68/88)
Linting 'TextSelection.swift' (69/88)
Linting 'TextSelectionManager+Move.swift' (70/88)
Linting 'SelectionManipulation+Horizontal.swift' (71/88)
Linting 'SelectionManipulation+Vertical.swift' (72/88)
Linting 'TextSelectionManager+SelectionManipulation.swift' (73/88)
Linting 'TextSelectionManager+Update.swift' (74/88)
Linting 'TextSelectionManager+Draw.swift' (75/88)
Linting 'Destination.swift' (76/88)
Linting 'TextSelectionManager+FillRects.swift' (77/88)
Linting 'TextLineStorage+Node.swift' (78/88)
Linting 'TextSelectionManager.swift' (79/88)
Linting 'TextLineStorage.swift' (80/88)
Linting 'Direction.swift' (81/88)
Linting 'TextLineStorage+Structs.swift' (82/88)
Linting 'CursorSelectionMode.swift' (83/88)
Linting 'TextLineStorage+Iterator.swift' (84/88)
Linting 'TextLineStorage+NSTextStorage.swift' (85/88)
Linting 'CursorView.swift' (86/88)
Linting 'CursorTimer.swift' (87/88)
Linting 'InvisibleCharactersDelegate.swift' (88/88)
Done linting! Found 0 violations, 0 serious in 88 files.
The folder “Output” doesn’t exist.
/usr/bin/sandbox-exec -p "(version 1)
(deny default)
(import \"system.sb\")
(allow file-read*)
(allow process*)
(allow mach-lookup (global-name \"com.apple.lsd.mapdb\"))
(allow file-write*
(subpath \"/private/tmp\")
(subpath \"/private/var/folders/fs/0w3t9t1d28xc3bj0tgb8hcrw0000gn/T\")
)
(deny file-write*
(subpath \"/Users/admin/builder/spi-builder-workspace\")
)
(allow file-write*
(subpath \"/Users/admin/builder/spi-builder-workspace/.dependencies/plugins/spi-builder-workspace.output/CodeEditTextViewTests/SwiftLint\")
)
" /Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/swiftlintplugin/SwiftLintBinary/SwiftLintBinary.artifactbundle/swiftlint-0.59.1-macos/bin/swiftlint lint --config /Users/admin/builder/spi-builder-workspace/.swiftlint.yml --cache-path /Users/admin/builder/spi-builder-workspace/.dependencies/plugins/spi-builder-workspace.output/CodeEditTextViewTests/SwiftLint /Users/admin/builder/spi-builder-workspace/Tests/CodeEditTextViewTests
Linting Swift files at paths /Users/admin/builder/spi-builder-workspace/Tests/CodeEditTextViewTests
Linting 'TypesetterTests.swift' (1/11)
Linting 'OverridingLayoutManagerRenderingTests.swift' (2/11)
Linting 'TextLayoutManagerAttachmentsTests.swift' (3/11)
Linting 'TextLayoutManagerTests.swift' (4/11)
Linting 'LineEndingTests.swift' (6/11)
Linting 'TextLayoutLineStorageTests.swift' (5/11)
Linting 'TextViewTests.swift' (7/11)
Linting 'KillRingTests.swift' (8/11)
Linting 'MarkedTextTests.swift' (9/11)
Linting 'EmphasisManagerTests.swift' (10/11)
Linting 'TextSelectionManagerTests.swift' (11/11)
Done linting! Found 0 violations, 0 serious in 11 files.
The folder “Output” doesn’t exist.
Process build tool plug-in results
package: <IDESwiftPackageCore.IDESwiftPackage:0x147e201e0 path:'/Users/admin/builder/spi-builder-workspace'>
target: CodeEditTextView
prebuildCommandOutputPaths: []
buildCommands: []
allDerivedOutputPaths: []
target: CodeEditTextViewTests
prebuildCommandOutputPaths: []
buildCommands: []
allDerivedOutputPaths: []
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (20 targets)
Target 'CodeEditTextViewTests' in project 'CodeEditTextView'
➜ Explicit dependency on target 'CodeEditTextViewObjC' in project 'CodeEditTextView'
➜ Explicit dependency on target 'SwiftLint' in project 'SwiftLintPlugin'
➜ Explicit dependency on target 'CodeEditTextView' in project 'CodeEditTextView'
➜ Explicit dependency on target 'TextStory' in project 'TextStory'
➜ Explicit dependency on target 'Collections' in project 'swift-collections'
Target 'CodeEditTextView' in project 'CodeEditTextView'
➜ Explicit dependency on target 'CodeEditTextView' in project 'CodeEditTextView'
➜ Explicit dependency on target 'CodeEditTextViewObjC' in project 'CodeEditTextView'
➜ Explicit dependency on target 'SwiftLint' in project 'SwiftLintPlugin'
➜ Explicit dependency on target 'TextStory' in project 'TextStory'
➜ Explicit dependency on target 'Collections' in project 'swift-collections'
Target 'CodeEditTextView' in project 'CodeEditTextView'
➜ Explicit dependency on target 'CodeEditTextViewObjC' in project 'CodeEditTextView'
➜ Explicit dependency on target 'SwiftLint' in project 'SwiftLintPlugin'
➜ Explicit dependency on target 'TextStory' in project 'TextStory'
➜ Explicit dependency on target 'Collections' in project 'swift-collections'
Target 'Collections' in project 'swift-collections'
➜ Explicit dependency on target 'Collections' in project 'swift-collections'
➜ Explicit dependency on target 'InternalCollectionsUtilities' in project 'swift-collections'
➜ Explicit dependency on target 'BitCollections' in project 'swift-collections'
➜ Explicit dependency on target 'DequeModule' in project 'swift-collections'
➜ Explicit dependency on target 'HashTreeCollections' in project 'swift-collections'
➜ Explicit dependency on target 'HeapModule' in project 'swift-collections'
➜ Explicit dependency on target 'OrderedCollections' in project 'swift-collections'
➜ Explicit dependency on target '_RopeModule' in project 'swift-collections'
Target 'Collections' in project 'swift-collections'
➜ Explicit dependency on target 'InternalCollectionsUtilities' in project 'swift-collections'
➜ Explicit dependency on target 'BitCollections' in project 'swift-collections'
➜ Explicit dependency on target 'DequeModule' in project 'swift-collections'
➜ Explicit dependency on target 'HashTreeCollections' in project 'swift-collections'
➜ Explicit dependency on target 'HeapModule' in project 'swift-collections'
➜ Explicit dependency on target 'OrderedCollections' in project 'swift-collections'
➜ Explicit dependency on target '_RopeModule' in project 'swift-collections'
Target '_RopeModule' in project 'swift-collections'
➜ Explicit dependency on target 'InternalCollectionsUtilities' in project 'swift-collections'
Target 'OrderedCollections' in project 'swift-collections'
➜ Explicit dependency on target 'InternalCollectionsUtilities' in project 'swift-collections'
Target 'HeapModule' in project 'swift-collections'
➜ Explicit dependency on target 'InternalCollectionsUtilities' in project 'swift-collections'
Target 'HashTreeCollections' in project 'swift-collections'
➜ Explicit dependency on target 'InternalCollectionsUtilities' in project 'swift-collections'
Target 'DequeModule' in project 'swift-collections'
➜ Explicit dependency on target 'InternalCollectionsUtilities' in project 'swift-collections'
Target 'BitCollections' in project 'swift-collections'
➜ Explicit dependency on target 'InternalCollectionsUtilities' in project 'swift-collections'
Target 'InternalCollectionsUtilities' in project 'swift-collections' (no dependencies)
Target 'TextStory' in project 'TextStory'
➜ Explicit dependency on target 'TextStory' in project 'TextStory'
➜ Explicit dependency on target 'Internal' in project 'TextStory'
➜ Explicit dependency on target 'Rearrange' in project 'Rearrange'
Target 'TextStory' in project 'TextStory'
➜ Explicit dependency on target 'Internal' in project 'TextStory'
➜ Explicit dependency on target 'Rearrange' in project 'Rearrange'
Target 'Rearrange' in project 'Rearrange'
➜ Explicit dependency on target 'Rearrange' in project 'Rearrange'
Target 'Rearrange' in project 'Rearrange' (no dependencies)
Target 'Internal' in project 'TextStory' (no dependencies)
Target 'SwiftLint' in project 'SwiftLintPlugin'
➜ Explicit dependency on target 'SwiftLint' in project 'SwiftLintPlugin'
Target 'SwiftLint' in project 'SwiftLintPlugin' (no dependencies)
Target 'CodeEditTextViewObjC' in project 'CodeEditTextView' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
Build description signature: aa49309cafe269e8df2c967cda90ff36
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/aa49309cafe269e8df2c967cda90ff36.xcbuilddata
error: The package product 'SwiftLint' requires minimum platform version 13.0 for the tvOS platform, but this target supports 12.0 (in target 'CodeEditTextViewTests' from project 'CodeEditTextView')
error: The package product 'TextStory' requires minimum platform version 13.0 for the tvOS platform, but this target supports 12.0 (in target 'CodeEditTextViewTests' from project 'CodeEditTextView')
error: The package product 'SwiftLint' requires minimum platform version 13.0 for the tvOS platform, but this target supports 12.0 (in target 'CodeEditTextView' from project 'CodeEditTextView')
error: The package product 'TextStory' requires minimum platform version 13.0 for the tvOS platform, but this target supports 12.0 (in target 'CodeEditTextView' from project 'CodeEditTextView')
** BUILD FAILED **
BUILD FAILURE 5.9 tvOS