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 iOS using Xcode 15.2 at main.

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=iOS

Build Log

========================================
RunAll
========================================
Builder version: 4.43.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/CodeEditApp/CodeEditTextView.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/CodeEditApp/CodeEditTextView
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
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 main
========================================
Build
========================================
Selected platform:         iOS
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/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/mattmassicotte/MainOffender
Fetching from https://github.com/apple/swift-collections.git
Fetching from https://github.com/ChimeHQ/TextStory
Fetching from https://github.com/ChimeHQ/Rearrange
Fetching from https://github.com/lukepistrol/SwiftLintPlugin
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 ‘TextStory’
Checking out 0.8.0 of package ‘TextStory’
Creating working copy of package ‘Rearrange’
Checking out 1.5.3 of package ‘Rearrange’
Creating working copy of package ‘swift-collections’
Checking out 1.0.4 of package ‘swift-collections’
Resolve Package Graph
Resolve Package Graph
Resolved source packages:
  swift-collections: https://github.com/apple/swift-collections.git @ 1.0.4
  MainOffender: https://github.com/mattmassicotte/MainOffender @ 0.1.0
  Rearrange: https://github.com/ChimeHQ/Rearrange @ 1.5.3
  TextStory: https://github.com/ChimeHQ/TextStory @ 0.8.0
  CodeEditTextView: /Users/admin/builder/spi-builder-workspace
  SwiftLintPlugin: https://github.com/lukepistrol/SwiftLintPlugin @ 0.2.2
resolved source packages: swift-collections, MainOffender, Rearrange, TextStory, CodeEditTextView, SwiftLintPlugin
{
  "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/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" : [
        "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=iOS
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=iOS
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:
  MainOffender: https://github.com/mattmassicotte/MainOffender @ 0.1.0
  CodeEditTextView: /Users/admin/builder/spi-builder-workspace
  Rearrange: https://github.com/ChimeHQ/Rearrange @ 1.5.3
  swift-collections: https://github.com/apple/swift-collections.git @ 1.0.4
  SwiftLintPlugin: https://github.com/lukepistrol/SwiftLintPlugin @ 0.2.2
  TextStory: https://github.com/ChimeHQ/TextStory @ 0.8.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: ea4b190a3c320075acb77190bfa8a25798dd6a44f014ce77344233bfb3ebf5bb
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.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:0x13f00a6d0 path:'/Users/admin/builder/spi-builder-workspace'>
    target: CodeEditTextViewTests
        prebuildCommandOutputPaths: []
        buildCommands: [SwiftPM.SPMCustomBuildCommand(displayName: Optional("Running SwiftLint for CodeEditTextViewTests"), executable: "/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/swiftlintplugin/SwiftLintBinary/SwiftLintBinary.artifactbundle/swiftlint-0.50.3-macos/bin/swiftlint", arguments: ["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/cache", "/Users/admin/builder/spi-builder-workspace/Tests/CodeEditTextViewTests"], environment: [:], workingDir: nil, inputPaths: [], outputPaths: [], sandboxProfile: Optional(SwiftPM.SPMSandboxProfile(strictness: Basics.Sandbox.Strictness.writableTemporaryDirectory, writableDirectories: [<AbsolutePath:"/Users/admin/builder/spi-builder-workspace/.dependencies/plugins/spi-builder-workspace.output/CodeEditTextViewTests/SwiftLint">], readOnlyDirectories: [<AbsolutePath:"/Users/admin/builder/spi-builder-workspace">])))]
        allDerivedOutputPaths: []
    target: CodeEditTextView
        prebuildCommandOutputPaths: []
        buildCommands: [SwiftPM.SPMCustomBuildCommand(displayName: Optional("Running SwiftLint for CodeEditTextView"), executable: "/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/swiftlintplugin/SwiftLintBinary/SwiftLintBinary.artifactbundle/swiftlint-0.50.3-macos/bin/swiftlint", arguments: ["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/cache", "/Users/admin/builder/spi-builder-workspace/Sources/CodeEditTextView"], environment: [:], workingDir: nil, inputPaths: [], outputPaths: [], sandboxProfile: Optional(SwiftPM.SPMSandboxProfile(strictness: Basics.Sandbox.Strictness.writableTemporaryDirectory, writableDirectories: [<AbsolutePath:"/Users/admin/builder/spi-builder-workspace/.dependencies/plugins/spi-builder-workspace.output/CodeEditTextView/SwiftLint">], readOnlyDirectories: [<AbsolutePath:"/Users/admin/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: 2959236e9e1bb51a27c8dfcbad78eea2
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/2959236e9e1bb51a27c8dfcbad78eea2.xcbuilddata
error: The package product 'SwiftLint' requires minimum platform version 13.0 for the iOS 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 iOS 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 iOS 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 iOS 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')
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 -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme CodeEditTextView -destination generic/platform=iOS
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:
  CodeEditTextView: /Users/admin/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
  Rearrange: https://github.com/ChimeHQ/Rearrange @ 1.5.3
  SwiftLintPlugin: https://github.com/lukepistrol/SwiftLintPlugin @ 0.2.2
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: ea4b190a3c320075acb77190bfa8a25798dd6a44f014ce77344233bfb3ebf5bb
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.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:0x1366c2db0 path:'/Users/admin/builder/spi-builder-workspace'>
    target: CodeEditTextViewTests
        prebuildCommandOutputPaths: []
        buildCommands: [SwiftPM.SPMCustomBuildCommand(displayName: Optional("Running SwiftLint for CodeEditTextViewTests"), executable: "/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/swiftlintplugin/SwiftLintBinary/SwiftLintBinary.artifactbundle/swiftlint-0.50.3-macos/bin/swiftlint", arguments: ["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/cache", "/Users/admin/builder/spi-builder-workspace/Tests/CodeEditTextViewTests"], environment: [:], workingDir: nil, inputPaths: [], outputPaths: [], sandboxProfile: Optional(SwiftPM.SPMSandboxProfile(strictness: Basics.Sandbox.Strictness.writableTemporaryDirectory, writableDirectories: [<AbsolutePath:"/Users/admin/builder/spi-builder-workspace/.dependencies/plugins/spi-builder-workspace.output/CodeEditTextViewTests/SwiftLint">], readOnlyDirectories: [<AbsolutePath:"/Users/admin/builder/spi-builder-workspace">])))]
        allDerivedOutputPaths: []
    target: CodeEditTextView
        prebuildCommandOutputPaths: []
        buildCommands: [SwiftPM.SPMCustomBuildCommand(displayName: Optional("Running SwiftLint for CodeEditTextView"), executable: "/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/swiftlintplugin/SwiftLintBinary/SwiftLintBinary.artifactbundle/swiftlint-0.50.3-macos/bin/swiftlint", arguments: ["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/cache", "/Users/admin/builder/spi-builder-workspace/Sources/CodeEditTextView"], environment: [:], workingDir: nil, inputPaths: [], outputPaths: [], sandboxProfile: Optional(SwiftPM.SPMSandboxProfile(strictness: Basics.Sandbox.Strictness.writableTemporaryDirectory, writableDirectories: [<AbsolutePath:"/Users/admin/builder/spi-builder-workspace/.dependencies/plugins/spi-builder-workspace.output/CodeEditTextView/SwiftLint">], readOnlyDirectories: [<AbsolutePath:"/Users/admin/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: 2959236e9e1bb51a27c8dfcbad78eea2
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/2959236e9e1bb51a27c8dfcbad78eea2.xcbuilddata
error: The package product 'SwiftLint' requires minimum platform version 13.0 for the iOS 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 iOS 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 iOS 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 iOS 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 iOS