The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Failed to build CodeEditTextView with Swift 5.9 for tvOS using Xcode 15.2 at 0.7.5.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.2.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$workDir/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $workDir/.derivedData build -scheme CodeEditTextView -destination generic/platform=tvOS

Build Log

========================================
RunAll
========================================
Builder version: 4.43.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/CodeEditApp/CodeEditTextView.git
Reference: 0.7.5
Initialized empty Git repository in /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/CodeEditApp/CodeEditTextView
 * tag               0.7.5      -> FETCH_HEAD
HEAD is now at eb1d382 Fix Marked Text Input (#40)
Cloned https://github.com/CodeEditApp/CodeEditTextView.git
Revision (git rev-parse @):
eb1d38247a45bc678b5a23a65d6f6df6c56519e4
SUCCESS checkout https://github.com/CodeEditApp/CodeEditTextView.git at 0.7.5
========================================
Build
========================================
Selected platform:         tvOS
Swift version:             5.9
Building package at path:  $workDir
https://github.com/CodeEditApp/CodeEditTextView.git
Command line invocation:
    /Applications/Xcode-15.2.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
User defaults from command line:
    IDEClonedSourcePackagesDirPathOverride = /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies
    IDEPackageSupportUseBuiltinSCM = YES
Resolve Package Graph
Fetching from https://github.com/ChimeHQ/TextStory (cached)
Fetching from https://github.com/mattmassicotte/MainOffender (cached)
Fetching from https://github.com/lukepistrol/SwiftLintPlugin (cached)
Fetching from https://github.com/apple/swift-collections.git (cached)
Fetching from https://github.com/ChimeHQ/Rearrange (cached)
Creating working copy of package ‘swift-collections’
Checking out 1.0.4 of package ‘swift-collections’
Creating working copy of package ‘MainOffender’
Checking out 0.1.0 of package ‘MainOffender’
Creating working copy of package ‘SwiftLintPlugin’
Checking out 0.2.2 of package ‘SwiftLintPlugin’
Creating working copy of package ‘Rearrange’
Checking out 1.5.3 of package ‘Rearrange’
Creating working copy of package ‘TextStory’
Checking out 0.8.0 of package ‘TextStory’
Resolve Package Graph
Resolved source packages:
  swift-collections: https://github.com/apple/swift-collections.git @ 1.0.4
  TextStory: https://github.com/ChimeHQ/TextStory @ 0.8.0
  MainOffender: https://github.com/mattmassicotte/MainOffender @ 0.1.0
  SwiftLintPlugin: https://github.com/lukepistrol/SwiftLintPlugin @ 0.2.2
  CodeEditTextView: /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace
  Rearrange: https://github.com/ChimeHQ/Rearrange @ 1.5.3
resolved source packages: swift-collections, TextStory, MainOffender, SwiftLintPlugin, CodeEditTextView, Rearrange
{
  "dependencies" : [
    {
      "identity" : "textstory",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.8.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.2.2",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/lukepistrol/SwiftLintPlugin"
    }
  ],
  "manifest_display_name" : "CodeEditTextView",
  "name" : "CodeEditTextView",
  "path" : "/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-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" : [
        "KillRingTests.swift",
        "LineEndingTests.swift",
        "MarkedTextTests.swift",
        "TextLayoutLineStorageTests.swift",
        "TextSelectionManagerTests.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/CursorTimer.swift",
        "Cursors/CursorView.swift",
        "Extensions/GC+ApproximateEqual.swift",
        "Extensions/NSColor+Greyscale.swift",
        "Extensions/NSRange+isEmpty.swift",
        "Extensions/NSTextStorage+getLine.swift",
        "Extensions/PixelAligned.swift",
        "MarkedTextManager/MarkedTextManager.swift",
        "TextLayoutManager/TextLayoutManager+Edits.swift",
        "TextLayoutManager/TextLayoutManager+Invalidation.swift",
        "TextLayoutManager/TextLayoutManager+Iterator.swift",
        "TextLayoutManager/TextLayoutManager+Public.swift",
        "TextLayoutManager/TextLayoutManager+Transaction.swift",
        "TextLayoutManager/TextLayoutManager.swift",
        "TextLine/LineBreakStrategy.swift",
        "TextLine/LineFragment.swift",
        "TextLine/LineFragmentView.swift",
        "TextLine/TextLine.swift",
        "TextLine/Typesetter.swift",
        "TextLineStorage/TextLineStorage+Iterator.swift",
        "TextLineStorage/TextLineStorage+NSTextStorage.swift",
        "TextLineStorage/TextLineStorage+Node.swift",
        "TextLineStorage/TextLineStorage+Structs.swift",
        "TextLineStorage/TextLineStorage.swift",
        "TextSelectionManager/SelectionManipulation/SelectionManipulation+Horizontal.swift",
        "TextSelectionManager/SelectionManipulation/SelectionManipulation+Vertical.swift",
        "TextSelectionManager/SelectionManipulation/TextSelectionManager+SelectionManipulation.swift",
        "TextSelectionManager/TextSelectionManager+FillRects.swift",
        "TextSelectionManager/TextSelectionManager+Move.swift",
        "TextSelectionManager/TextSelectionManager+Update.swift",
        "TextSelectionManager/TextSelectionManager.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+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+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=$workDir/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $workDir/.derivedData build -scheme CodeEditTextView -destination generic/platform=tvOS
Command line invocation:
    /Applications/Xcode-15.2.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData build -scheme CodeEditTextView -destination generic/platform=tvOS
User defaults from command line:
    IDEClonedSourcePackagesDirPathOverride = /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies
    IDEDerivedDataPathOverride = /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData
    IDEPackageSupportUseBuiltinSCM = YES
Resolve Package Graph
Resolved source packages:
  TextStory: https://github.com/ChimeHQ/TextStory @ 0.8.0
  SwiftLintPlugin: https://github.com/lukepistrol/SwiftLintPlugin @ 0.2.2
  MainOffender: https://github.com/mattmassicotte/MainOffender @ 0.1.0
  Rearrange: https://github.com/ChimeHQ/Rearrange @ 1.5.3
  CodeEditTextView: /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace
  swift-collections: https://github.com/apple/swift-collections.git @ 1.0.4
Prepare packages
Compile plug-in “SwiftLint” in package “swiftlintplugin”
[debug]: Compiling plugin to executable at /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-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/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/plugins'
[debug]: Computed hash of plugin compilation inputs: 5b95b466c6f6ba474d2f6e6a45588a0d23baba39f37814e80165c2a872132067
Apply build tool plug-in “SwiftLint” to target “CodeEditTextView” in package “spi-builder-workspace”
working directory:
   /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace
tool mapping:
   swiftlint: /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/swiftlintplugin/SwiftLintBinary/SwiftLintBinary.artifactbundle/swiftlint-0.50.3-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
Process build tool plug-in results
package: <IDESwiftPackageCore.IDESwiftPackage:0x10cfaf8f0 path:'/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace'>
    target: CodeEditTextView
        prebuildCommandOutputPaths: []
        buildCommands: [SwiftPM.SPMCustomBuildCommand(displayName: Optional("Running SwiftLint for CodeEditTextView"), executable: "/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/swiftlintplugin/SwiftLintBinary/SwiftLintBinary.artifactbundle/swiftlint-0.50.3-macos/bin/swiftlint", arguments: ["lint", "--config", "/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.swiftlint.yml", "--cache-path", "/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/plugins/spi-builder-workspace.output/CodeEditTextView/SwiftLint/cache", "/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/CodeEditTextView"], environment: [:], workingDir: nil, inputPaths: [], outputPaths: [], sandboxProfile: Optional(SwiftPM.SPMSandboxProfile(strictness: Basics.Sandbox.Strictness.writableTemporaryDirectory, writableDirectories: [<AbsolutePath:"/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/plugins/spi-builder-workspace.output/CodeEditTextView/SwiftLint">], readOnlyDirectories: [<AbsolutePath:"/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace">])))]
        allDerivedOutputPaths: []
    target: CodeEditTextViewTests
        prebuildCommandOutputPaths: []
        buildCommands: [SwiftPM.SPMCustomBuildCommand(displayName: Optional("Running SwiftLint for CodeEditTextViewTests"), executable: "/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/swiftlintplugin/SwiftLintBinary/SwiftLintBinary.artifactbundle/swiftlint-0.50.3-macos/bin/swiftlint", arguments: ["lint", "--config", "/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.swiftlint.yml", "--cache-path", "/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/plugins/spi-builder-workspace.output/CodeEditTextViewTests/SwiftLint/cache", "/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/CodeEditTextViewTests"], environment: [:], workingDir: nil, inputPaths: [], outputPaths: [], sandboxProfile: Optional(SwiftPM.SPMSandboxProfile(strictness: Basics.Sandbox.Strictness.writableTemporaryDirectory, writableDirectories: [<AbsolutePath:"/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/plugins/spi-builder-workspace.output/CodeEditTextViewTests/SwiftLint">], readOnlyDirectories: [<AbsolutePath:"/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace">])))]
        allDerivedOutputPaths: []
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (17 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 'DequeModule' in project 'swift-collections'
        ➜ Explicit dependency on target 'OrderedCollections' in project 'swift-collections'
    Target 'Collections' in project 'swift-collections'
        ➜ Explicit dependency on target 'DequeModule' in project 'swift-collections'
        ➜ Explicit dependency on target 'OrderedCollections' in project 'swift-collections'
    Target 'OrderedCollections' in project 'swift-collections' (no dependencies)
    Target 'DequeModule' 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 'MainOffender' in project 'MainOffender'
        ➜ 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 'MainOffender' in project 'MainOffender'
        ➜ 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 'MainOffender' in project 'MainOffender'
        ➜ Explicit dependency on target 'MainOffender' in project 'MainOffender'
    Target 'MainOffender' in project 'MainOffender' (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: 7cc634fa1b77e95e157318e1b0f86f18
Build description path: /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/7cc634fa1b77e95e157318e1b0f86f18.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')
note: Run script build phase 'Running SwiftLint for CodeEditTextViewTests' will be run during every build because the option to run the script phase "Based on dependency analysis" is unchecked. (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')
note: Run script build phase 'Running SwiftLint for CodeEditTextView' will be run during every build because the option to run the script phase "Based on dependency analysis" is unchecked. (in target 'CodeEditTextView' from project 'CodeEditTextView')
** BUILD FAILED **
Command line invocation:
    /Applications/Xcode-15.2.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData build -scheme CodeEditTextView -destination generic/platform=tvOS
User defaults from command line:
    IDEClonedSourcePackagesDirPathOverride = /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies
    IDEDerivedDataPathOverride = /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData
    IDEPackageSupportUseBuiltinSCM = YES
Resolve Package Graph
Resolved source packages:
  CodeEditTextView: /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace
  TextStory: https://github.com/ChimeHQ/TextStory @ 0.8.0
  MainOffender: https://github.com/mattmassicotte/MainOffender @ 0.1.0
  swift-collections: https://github.com/apple/swift-collections.git @ 1.0.4
  SwiftLintPlugin: https://github.com/lukepistrol/SwiftLintPlugin @ 0.2.2
  Rearrange: https://github.com/ChimeHQ/Rearrange @ 1.5.3
Prepare packages
Compile plug-in “SwiftLint” in package “swiftlintplugin”
[debug]: Compiling plugin to executable at /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-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/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/plugins'
[debug]: Computed hash of plugin compilation inputs: 5b95b466c6f6ba474d2f6e6a45588a0d23baba39f37814e80165c2a872132067
Apply build tool plug-in “SwiftLint” to target “CodeEditTextView” in package “spi-builder-workspace”
working directory:
   /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace
tool mapping:
   swiftlint: /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/swiftlintplugin/SwiftLintBinary/SwiftLintBinary.artifactbundle/swiftlint-0.50.3-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
Process build tool plug-in results
package: <IDESwiftPackageCore.IDESwiftPackage:0x11f60f980 path:'/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace'>
    target: CodeEditTextView
        prebuildCommandOutputPaths: []
        buildCommands: [SwiftPM.SPMCustomBuildCommand(displayName: Optional("Running SwiftLint for CodeEditTextView"), executable: "/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/swiftlintplugin/SwiftLintBinary/SwiftLintBinary.artifactbundle/swiftlint-0.50.3-macos/bin/swiftlint", arguments: ["lint", "--config", "/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.swiftlint.yml", "--cache-path", "/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/plugins/spi-builder-workspace.output/CodeEditTextView/SwiftLint/cache", "/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/CodeEditTextView"], environment: [:], workingDir: nil, inputPaths: [], outputPaths: [], sandboxProfile: Optional(SwiftPM.SPMSandboxProfile(strictness: Basics.Sandbox.Strictness.writableTemporaryDirectory, writableDirectories: [<AbsolutePath:"/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/plugins/spi-builder-workspace.output/CodeEditTextView/SwiftLint">], readOnlyDirectories: [<AbsolutePath:"/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace">])))]
        allDerivedOutputPaths: []
    target: CodeEditTextViewTests
        prebuildCommandOutputPaths: []
        buildCommands: [SwiftPM.SPMCustomBuildCommand(displayName: Optional("Running SwiftLint for CodeEditTextViewTests"), executable: "/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/swiftlintplugin/SwiftLintBinary/SwiftLintBinary.artifactbundle/swiftlint-0.50.3-macos/bin/swiftlint", arguments: ["lint", "--config", "/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.swiftlint.yml", "--cache-path", "/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/plugins/spi-builder-workspace.output/CodeEditTextViewTests/SwiftLint/cache", "/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/CodeEditTextViewTests"], environment: [:], workingDir: nil, inputPaths: [], outputPaths: [], sandboxProfile: Optional(SwiftPM.SPMSandboxProfile(strictness: Basics.Sandbox.Strictness.writableTemporaryDirectory, writableDirectories: [<AbsolutePath:"/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/plugins/spi-builder-workspace.output/CodeEditTextViewTests/SwiftLint">], readOnlyDirectories: [<AbsolutePath:"/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace">])))]
        allDerivedOutputPaths: []
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (17 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 'DequeModule' in project 'swift-collections'
        ➜ Explicit dependency on target 'OrderedCollections' in project 'swift-collections'
    Target 'Collections' in project 'swift-collections'
        ➜ Explicit dependency on target 'DequeModule' in project 'swift-collections'
        ➜ Explicit dependency on target 'OrderedCollections' in project 'swift-collections'
    Target 'OrderedCollections' in project 'swift-collections' (no dependencies)
    Target 'DequeModule' 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 'MainOffender' in project 'MainOffender'
        ➜ 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 'MainOffender' in project 'MainOffender'
        ➜ 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 'MainOffender' in project 'MainOffender'
        ➜ Explicit dependency on target 'MainOffender' in project 'MainOffender'
    Target 'MainOffender' in project 'MainOffender' (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: 7cc634fa1b77e95e157318e1b0f86f18
Build description path: /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/7cc634fa1b77e95e157318e1b0f86f18.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')
note: Run script build phase 'Running SwiftLint for CodeEditTextView' will be run during every build because the option to run the script phase "Based on dependency analysis" is unchecked. (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')
note: Run script build phase 'Running SwiftLint for CodeEditTextViewTests' will be run during every build because the option to run the script phase "Based on dependency analysis" is unchecked. (in target 'CodeEditTextViewTests' from project 'CodeEditTextView')
** BUILD FAILED **
BUILD FAILURE 5.9 tvOS