The Swift Package Index logo.Swift Package Index

Build Information

Failed to build ctxmv, reference 0.5.2 (e8db8a), with Swift 6.0 for tvOS using Xcode 16.2 on 26 Apr 2026 06:10:06 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Ryu0118/ctxmv.git
Reference: 0.5.2
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Ryu0118/ctxmv
 * tag               0.5.2      -> FETCH_HEAD
HEAD is now at e8db8a3 chore: bump version to 0.5.2
Cloned https://github.com/Ryu0118/ctxmv.git
Revision (git rev-parse @):
e8db8a34b10f1692cda63d43de89f747730bdfb7
SUCCESS checkout https://github.com/Ryu0118/ctxmv.git at 0.5.2
========================================
Build
========================================
Selected platform:         tvOS
Swift version:             6.0
Building package at path:  $PWD
https://github.com/Ryu0118/ctxmv.git
Command line invocation:
    /Applications/Xcode-16.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/onevcat/Rainbow.git
Fetching from https://github.com/apple/swift-log.git
Fetching from https://github.com/apple/swift-async-algorithms.git
Fetching from https://github.com/apple/swift-crypto.git
Fetching from https://github.com/Ryu0118/AgentSessions.git
Fetching from https://github.com/apple/swift-argument-parser.git
Fetching from https://github.com/mtj0928/swift-async-operations.git
Fetching from https://github.com/apple/swift-collections.git
Fetching from https://github.com/apple/swift-asn1.git
Creating working copy of package ‘swift-async-algorithms’
Checking out 1.1.3 of package ‘swift-async-algorithms’
Creating working copy of package ‘swift-async-operations’
Checking out 0.5.0 of package ‘swift-async-operations’
Creating working copy of package ‘AgentSessions’
Checking out 0.4.0 of package ‘AgentSessions’
Creating working copy of package ‘swift-argument-parser’
Checking out 1.7.1 of package ‘swift-argument-parser’
Creating working copy of package ‘swift-collections’
Checking out 1.4.1 of package ‘swift-collections’
Creating working copy of package ‘swift-log’
Checking out 1.11.0 of package ‘swift-log’
Creating working copy of package ‘swift-crypto’
Checking out 3.15.1 of package ‘swift-crypto’
Creating working copy of package ‘swift-asn1’
Checking out 1.6.0 of package ‘swift-asn1’
Creating working copy of package ‘Rainbow’
Checking out 4.2.1 of package ‘Rainbow’
Resolve Package Graph
Resolved source packages:
  ctxmv: /Users/admin/builder/spi-builder-workspace
  Rainbow: https://github.com/onevcat/Rainbow.git @ 4.2.1
  swift-async-operations: https://github.com/mtj0928/swift-async-operations.git @ 0.5.0
  swift-collections: https://github.com/apple/swift-collections.git @ 1.4.1
  swift-async-algorithms: https://github.com/apple/swift-async-algorithms.git @ 1.1.3
  swift-crypto: https://github.com/apple/swift-crypto.git @ 3.15.1
  swift-log: https://github.com/apple/swift-log.git @ 1.11.0
  swift-asn1: https://github.com/apple/swift-asn1.git @ 1.6.0
  swift-argument-parser: https://github.com/apple/swift-argument-parser.git @ 1.7.1
  AgentSessions: https://github.com/Ryu0118/AgentSessions.git @ 0.4.0
resolved source packages: ctxmv, Rainbow, swift-async-operations, swift-collections, swift-async-algorithms, swift-crypto, swift-log, swift-asn1, swift-argument-parser, AgentSessions
{
  "dependencies" : [
    {
      "identity" : "swift-argument-parser",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.6.2",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-argument-parser.git"
    },
    {
      "identity" : "swift-log",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.6.2",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-log.git"
    },
    {
      "identity" : "rainbow",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.0.1",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/onevcat/Rainbow.git"
    },
    {
      "identity" : "swift-crypto",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "3.0.0",
            "upper_bound" : "4.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-crypto.git"
    },
    {
      "identity" : "swift-async-algorithms",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.1.3",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-async-algorithms.git"
    },
    {
      "identity" : "agentsessions",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.4.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Ryu0118/AgentSessions.git"
    }
  ],
  "manifest_display_name" : "ctxmv",
  "name" : "ctxmv",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "15.0"
    }
  ],
  "products" : [
    {
      "name" : "ctxmv",
      "targets" : [
        "ctxmv"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ctxmv",
      "module_type" : "SwiftTarget",
      "name" : "ctxmv",
      "path" : "Sources/ctxmv",
      "product_dependencies" : [
        "Logging"
      ],
      "product_memberships" : [
        "ctxmv"
      ],
      "sources" : [
        "CTXMVMain.swift"
      ],
      "target_dependencies" : [
        "CTXMVCLI"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "CTXMVKitTests",
      "module_type" : "SwiftTarget",
      "name" : "CTXMVKitTests",
      "path" : "Tests/CTXMVKitTests",
      "sources" : [
        "ClaudeCodeContentDecoderTests.swift",
        "ClaudeCodeProviderTests.swift",
        "CodexMigratorTests.swift",
        "CodexProviderTests.swift",
        "CursorAgentContentDecoderTests.swift",
        "CursorProviderTests.swift",
        "CursorTranscriptProjectPathResolverTests.swift",
        "CursorTranscriptWriterTests.swift",
        "MigrationDeduplicatorTests.swift",
        "Mocks.swift",
        "ProjectPathResolverTests.swift",
        "ShowConversationFormatterTests.swift",
        "ShowRunnerTests.swift",
        "SummarizerAndExporterTests.swift",
        "TableFormatterTests.swift"
      ],
      "target_dependencies" : [
        "CTXMVKit"
      ],
      "type" : "test"
    },
    {
      "c99name" : "CTXMVKit",
      "module_type" : "SwiftTarget",
      "name" : "CTXMVKit",
      "path" : "Sources/CTXMVKit",
      "product_dependencies" : [
        "AgentSessions",
        "Logging",
        "Rainbow",
        "Crypto",
        "AsyncAlgorithms"
      ],
      "product_memberships" : [
        "ctxmv"
      ],
      "sources" : [
        "AgentSessionsBridge.swift",
        "ColorLogHandler.swift",
        "Formatters/ShowConversationFormatter.swift",
        "Formatters/TableFormatter.swift",
        "Logger.swift",
        "Migrators/ClaudeCodeMigrator.swift",
        "Migrators/CodexMigrator.swift",
        "Migrators/CodexSessionJSONLBuilder.swift",
        "Migrators/CursorConversationBlobBuilder.swift",
        "Migrators/CursorMigrationPathResolver.swift",
        "Migrators/CursorMigrationScanner.swift",
        "Migrators/CursorMigrator.swift",
        "Migrators/CursorStoreDatabaseWriter.swift",
        "Migrators/CursorTranscriptWriter.swift",
        "Migrators/MigrationDeduplicator.swift",
        "Migrators/Migrator.swift",
        "Migrators/MigratorUtils.swift",
        "Migrators/ProjectPathResolver.swift",
        "Runners/ListRunner.swift",
        "Runners/MigrateRunner.swift",
        "Runners/ShowRunner.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "CTXMVCLI",
      "module_type" : "SwiftTarget",
      "name" : "CTXMVCLI",
      "path" : "Sources/CTXMVCLI",
      "product_dependencies" : [
        "ArgumentParser"
      ],
      "product_memberships" : [
        "ctxmv"
      ],
      "sources" : [
        "ArgumentConformances.swift",
        "CTXMVCommand.swift",
        "ListCommand.swift",
        "MigrateCommand.swift",
        "ShowCommand.swift",
        "Version.swift"
      ],
      "target_dependencies" : [
        "CTXMVKit"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "ctxmv"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme ctxmv -destination generic/platform=tvOS
Command line invocation:
    /Applications/Xcode-16.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 ctxmv -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-log: https://github.com/apple/swift-log.git @ 1.11.0
  swift-async-operations: https://github.com/mtj0928/swift-async-operations.git @ 0.5.0
  ctxmv: /Users/admin/builder/spi-builder-workspace
  swift-argument-parser: https://github.com/apple/swift-argument-parser.git @ 1.7.1
  swift-async-algorithms: https://github.com/apple/swift-async-algorithms.git @ 1.1.3
  swift-crypto: https://github.com/apple/swift-crypto.git @ 3.15.1
  swift-asn1: https://github.com/apple/swift-asn1.git @ 1.6.0
  AgentSessions: https://github.com/Ryu0118/AgentSessions.git @ 0.4.0
  swift-collections: https://github.com/apple/swift-collections.git @ 1.4.1
  Rainbow: https://github.com/onevcat/Rainbow.git @ 4.2.1
Prepare packages
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (26 targets)
    Target 'ctxmv' in project 'ctxmv'
        ➜ Explicit dependency on target 'CTXMVKit' in project 'ctxmv'
        ➜ Explicit dependency on target 'CTXMVCLI' in project 'ctxmv'
        ➜ Explicit dependency on target 'AgentSessions' in project 'AgentSessions'
        ➜ Explicit dependency on target 'Logging' in project 'swift-log'
        ➜ Explicit dependency on target 'Rainbow' in project 'Rainbow'
        ➜ Explicit dependency on target 'Crypto' in project 'swift-crypto'
        ➜ Explicit dependency on target 'AsyncAlgorithms' in project 'swift-async-algorithms'
        ➜ Explicit dependency on target 'ArgumentParser' in project 'swift-argument-parser'
    Target 'CTXMVCLI' in project 'ctxmv'
        ➜ Explicit dependency on target 'CTXMVKit' in project 'ctxmv'
        ➜ Explicit dependency on target 'AgentSessions' in project 'AgentSessions'
        ➜ Explicit dependency on target 'Logging' in project 'swift-log'
        ➜ Explicit dependency on target 'Rainbow' in project 'Rainbow'
        ➜ Explicit dependency on target 'Crypto' in project 'swift-crypto'
        ➜ Explicit dependency on target 'AsyncAlgorithms' in project 'swift-async-algorithms'
        ➜ Explicit dependency on target 'ArgumentParser' in project 'swift-argument-parser'
    Target 'ArgumentParser' in project 'swift-argument-parser'
        ➜ Explicit dependency on target 'ArgumentParser' in project 'swift-argument-parser'
        ➜ Explicit dependency on target 'ArgumentParserToolInfo' in project 'swift-argument-parser'
    Target 'ArgumentParser' in project 'swift-argument-parser'
        ➜ Explicit dependency on target 'ArgumentParserToolInfo' in project 'swift-argument-parser'
    Target 'ArgumentParserToolInfo' in project 'swift-argument-parser' (no dependencies)
    Target 'CTXMVKit' in project 'ctxmv'
        ➜ Explicit dependency on target 'AgentSessions' in project 'AgentSessions'
        ➜ Explicit dependency on target 'Logging' in project 'swift-log'
        ➜ Explicit dependency on target 'Rainbow' in project 'Rainbow'
        ➜ Explicit dependency on target 'Crypto' in project 'swift-crypto'
        ➜ Explicit dependency on target 'AsyncAlgorithms' in project 'swift-async-algorithms'
    Target 'AsyncAlgorithms' in project 'swift-async-algorithms'
        ➜ Explicit dependency on target 'AsyncAlgorithms' in project 'swift-async-algorithms'
        ➜ Explicit dependency on target 'OrderedCollections' in project 'swift-collections'
        ➜ Explicit dependency on target 'DequeModule' in project 'swift-collections'
    Target 'AsyncAlgorithms' in project 'swift-async-algorithms'
        ➜ Explicit dependency on target 'OrderedCollections' in project 'swift-collections'
        ➜ Explicit dependency on target 'DequeModule' in project 'swift-collections'
    Target 'DequeModule' in project 'swift-collections'
        ➜ Explicit dependency on target 'DequeModule' in project 'swift-collections'
        ➜ Explicit dependency on target 'InternalCollectionsUtilities' in project 'swift-collections'
        ➜ Explicit dependency on target 'ContainersPreview' in project 'swift-collections'
    Target 'DequeModule' in project 'swift-collections'
        ➜ Explicit dependency on target 'InternalCollectionsUtilities' in project 'swift-collections'
        ➜ Explicit dependency on target 'ContainersPreview' in project 'swift-collections'
    Target 'ContainersPreview' in project 'swift-collections'
        ➜ Explicit dependency on target 'InternalCollectionsUtilities' in project 'swift-collections'
    Target 'OrderedCollections' in project 'swift-collections'
        ➜ Explicit dependency on target 'OrderedCollections' 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 'InternalCollectionsUtilities' in project 'swift-collections' (no dependencies)
    Target 'Crypto' in project 'swift-crypto'
        ➜ Explicit dependency on target 'Crypto' in project 'swift-crypto'
        ➜ Explicit dependency on target 'swift-crypto_Crypto' in project 'swift-crypto'
    Target 'Crypto' in project 'swift-crypto'
        ➜ Explicit dependency on target 'swift-crypto_Crypto' in project 'swift-crypto'
    Target 'swift-crypto_Crypto' in project 'swift-crypto' (no dependencies)
    Target 'Rainbow' in project 'Rainbow'
        ➜ Explicit dependency on target 'Rainbow' in project 'Rainbow'
    Target 'Rainbow' in project 'Rainbow' (no dependencies)
    Target 'Logging' in project 'swift-log'
        ➜ Explicit dependency on target 'Logging' in project 'swift-log'
    Target 'Logging' in project 'swift-log' (no dependencies)
    Target 'AgentSessions' in project 'AgentSessions'
        ➜ Explicit dependency on target 'AgentSessions' in project 'AgentSessions'
        ➜ Explicit dependency on target 'AsyncOperations' in project 'swift-async-operations'
    Target 'AgentSessions' in project 'AgentSessions'
        ➜ Explicit dependency on target 'CSQLite' in project 'AgentSessions'
        ➜ Explicit dependency on target 'AsyncOperations' in project 'swift-async-operations'
    Target 'AsyncOperations' in project 'swift-async-operations'
        ➜ Explicit dependency on target 'AsyncOperations' in project 'swift-async-operations'
    Target 'AsyncOperations' in project 'swift-async-operations' (no dependencies)
    Target 'CSQLite' in project 'AgentSessions' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.2.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
ReadFileContents /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/share/docc/features.json
Build description signature: a623b28f6f3b62f79a2264f1f1c90f54
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/a623b28f6f3b62f79a2264f1f1c90f54.xcbuilddata
error: The package product 'AsyncOperations' requires minimum platform version 16.0 for the tvOS platform, but this target supports 12.0 (in target 'AgentSessions' from project 'AgentSessions')
** BUILD FAILED **
The following build commands failed:
	Building workspace spi-builder-workspace with scheme ctxmv
(1 failure)
Command line invocation:
    /Applications/Xcode-16.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:
  swift-collections: https://github.com/apple/swift-collections.git @ 1.4.1
  Rainbow: https://github.com/onevcat/Rainbow.git @ 4.2.1
  swift-argument-parser: https://github.com/apple/swift-argument-parser.git @ 1.7.1
  swift-log: https://github.com/apple/swift-log.git @ 1.11.0
  AgentSessions: https://github.com/Ryu0118/AgentSessions.git @ 0.4.0
  swift-async-operations: https://github.com/mtj0928/swift-async-operations.git @ 0.5.0
  swift-async-algorithms: https://github.com/apple/swift-async-algorithms.git @ 1.1.3
  swift-asn1: https://github.com/apple/swift-asn1.git @ 1.6.0
  ctxmv: /Users/admin/builder/spi-builder-workspace
  swift-crypto: https://github.com/apple/swift-crypto.git @ 3.15.1
resolved source packages: swift-collections, Rainbow, swift-argument-parser, swift-log, AgentSessions, swift-async-operations, swift-async-algorithms, swift-asn1, ctxmv, swift-crypto
{
  "dependencies" : [
    {
      "identity" : "swift-argument-parser",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.6.2",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-argument-parser.git"
    },
    {
      "identity" : "swift-log",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.6.2",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-log.git"
    },
    {
      "identity" : "rainbow",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.0.1",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/onevcat/Rainbow.git"
    },
    {
      "identity" : "swift-crypto",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "3.0.0",
            "upper_bound" : "4.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-crypto.git"
    },
    {
      "identity" : "swift-async-algorithms",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.1.3",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-async-algorithms.git"
    },
    {
      "identity" : "agentsessions",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.4.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Ryu0118/AgentSessions.git"
    }
  ],
  "manifest_display_name" : "ctxmv",
  "name" : "ctxmv",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "15.0"
    }
  ],
  "products" : [
    {
      "name" : "ctxmv",
      "targets" : [
        "ctxmv"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ctxmv",
      "module_type" : "SwiftTarget",
      "name" : "ctxmv",
      "path" : "Sources/ctxmv",
      "product_dependencies" : [
        "Logging"
      ],
      "product_memberships" : [
        "ctxmv"
      ],
      "sources" : [
        "CTXMVMain.swift"
      ],
      "target_dependencies" : [
        "CTXMVCLI"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "CTXMVKitTests",
      "module_type" : "SwiftTarget",
      "name" : "CTXMVKitTests",
      "path" : "Tests/CTXMVKitTests",
      "sources" : [
        "ClaudeCodeContentDecoderTests.swift",
        "ClaudeCodeProviderTests.swift",
        "CodexMigratorTests.swift",
        "CodexProviderTests.swift",
        "CursorAgentContentDecoderTests.swift",
        "CursorProviderTests.swift",
        "CursorTranscriptProjectPathResolverTests.swift",
        "CursorTranscriptWriterTests.swift",
        "MigrationDeduplicatorTests.swift",
        "Mocks.swift",
        "ProjectPathResolverTests.swift",
        "ShowConversationFormatterTests.swift",
        "ShowRunnerTests.swift",
        "SummarizerAndExporterTests.swift",
        "TableFormatterTests.swift"
      ],
      "target_dependencies" : [
        "CTXMVKit"
      ],
      "type" : "test"
    },
    {
      "c99name" : "CTXMVKit",
      "module_type" : "SwiftTarget",
      "name" : "CTXMVKit",
      "path" : "Sources/CTXMVKit",
      "product_dependencies" : [
        "AgentSessions",
        "Logging",
        "Rainbow",
        "Crypto",
        "AsyncAlgorithms"
      ],
      "product_memberships" : [
        "ctxmv"
      ],
      "sources" : [
        "AgentSessionsBridge.swift",
        "ColorLogHandler.swift",
        "Formatters/ShowConversationFormatter.swift",
        "Formatters/TableFormatter.swift",
        "Logger.swift",
        "Migrators/ClaudeCodeMigrator.swift",
        "Migrators/CodexMigrator.swift",
        "Migrators/CodexSessionJSONLBuilder.swift",
        "Migrators/CursorConversationBlobBuilder.swift",
        "Migrators/CursorMigrationPathResolver.swift",
        "Migrators/CursorMigrationScanner.swift",
        "Migrators/CursorMigrator.swift",
        "Migrators/CursorStoreDatabaseWriter.swift",
        "Migrators/CursorTranscriptWriter.swift",
        "Migrators/MigrationDeduplicator.swift",
        "Migrators/Migrator.swift",
        "Migrators/MigratorUtils.swift",
        "Migrators/ProjectPathResolver.swift",
        "Runners/ListRunner.swift",
        "Runners/MigrateRunner.swift",
        "Runners/ShowRunner.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "CTXMVCLI",
      "module_type" : "SwiftTarget",
      "name" : "CTXMVCLI",
      "path" : "Sources/CTXMVCLI",
      "product_dependencies" : [
        "ArgumentParser"
      ],
      "product_memberships" : [
        "ctxmv"
      ],
      "sources" : [
        "ArgumentConformances.swift",
        "CTXMVCommand.swift",
        "ListCommand.swift",
        "MigrateCommand.swift",
        "ShowCommand.swift",
        "Version.swift"
      ],
      "target_dependencies" : [
        "CTXMVKit"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "ctxmv"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme ctxmv -destination generic/platform=tvOS
Command line invocation:
    /Applications/Xcode-16.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 ctxmv -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:
  swift-asn1: https://github.com/apple/swift-asn1.git @ 1.6.0
  AgentSessions: https://github.com/Ryu0118/AgentSessions.git @ 0.4.0
  swift-async-algorithms: https://github.com/apple/swift-async-algorithms.git @ 1.1.3
  Rainbow: https://github.com/onevcat/Rainbow.git @ 4.2.1
  ctxmv: /Users/admin/builder/spi-builder-workspace
  swift-crypto: https://github.com/apple/swift-crypto.git @ 3.15.1
  swift-collections: https://github.com/apple/swift-collections.git @ 1.4.1
  swift-argument-parser: https://github.com/apple/swift-argument-parser.git @ 1.7.1
  swift-async-operations: https://github.com/mtj0928/swift-async-operations.git @ 0.5.0
  swift-log: https://github.com/apple/swift-log.git @ 1.11.0
Prepare packages
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (26 targets)
    Target 'ctxmv' in project 'ctxmv'
        ➜ Explicit dependency on target 'CTXMVKit' in project 'ctxmv'
        ➜ Explicit dependency on target 'CTXMVCLI' in project 'ctxmv'
        ➜ Explicit dependency on target 'AgentSessions' in project 'AgentSessions'
        ➜ Explicit dependency on target 'Logging' in project 'swift-log'
        ➜ Explicit dependency on target 'Rainbow' in project 'Rainbow'
        ➜ Explicit dependency on target 'Crypto' in project 'swift-crypto'
        ➜ Explicit dependency on target 'AsyncAlgorithms' in project 'swift-async-algorithms'
        ➜ Explicit dependency on target 'ArgumentParser' in project 'swift-argument-parser'
    Target 'CTXMVCLI' in project 'ctxmv'
        ➜ Explicit dependency on target 'CTXMVKit' in project 'ctxmv'
        ➜ Explicit dependency on target 'AgentSessions' in project 'AgentSessions'
        ➜ Explicit dependency on target 'Logging' in project 'swift-log'
        ➜ Explicit dependency on target 'Rainbow' in project 'Rainbow'
        ➜ Explicit dependency on target 'Crypto' in project 'swift-crypto'
        ➜ Explicit dependency on target 'AsyncAlgorithms' in project 'swift-async-algorithms'
        ➜ Explicit dependency on target 'ArgumentParser' in project 'swift-argument-parser'
    Target 'ArgumentParser' in project 'swift-argument-parser'
        ➜ Explicit dependency on target 'ArgumentParser' in project 'swift-argument-parser'
        ➜ Explicit dependency on target 'ArgumentParserToolInfo' in project 'swift-argument-parser'
    Target 'ArgumentParser' in project 'swift-argument-parser'
        ➜ Explicit dependency on target 'ArgumentParserToolInfo' in project 'swift-argument-parser'
    Target 'ArgumentParserToolInfo' in project 'swift-argument-parser' (no dependencies)
    Target 'CTXMVKit' in project 'ctxmv'
        ➜ Explicit dependency on target 'AgentSessions' in project 'AgentSessions'
        ➜ Explicit dependency on target 'Logging' in project 'swift-log'
        ➜ Explicit dependency on target 'Rainbow' in project 'Rainbow'
        ➜ Explicit dependency on target 'Crypto' in project 'swift-crypto'
        ➜ Explicit dependency on target 'AsyncAlgorithms' in project 'swift-async-algorithms'
    Target 'AsyncAlgorithms' in project 'swift-async-algorithms'
        ➜ Explicit dependency on target 'AsyncAlgorithms' in project 'swift-async-algorithms'
        ➜ Explicit dependency on target 'OrderedCollections' in project 'swift-collections'
        ➜ Explicit dependency on target 'DequeModule' in project 'swift-collections'
    Target 'AsyncAlgorithms' in project 'swift-async-algorithms'
        ➜ Explicit dependency on target 'OrderedCollections' in project 'swift-collections'
        ➜ Explicit dependency on target 'DequeModule' in project 'swift-collections'
    Target 'DequeModule' in project 'swift-collections'
        ➜ Explicit dependency on target 'DequeModule' in project 'swift-collections'
        ➜ Explicit dependency on target 'InternalCollectionsUtilities' in project 'swift-collections'
        ➜ Explicit dependency on target 'ContainersPreview' in project 'swift-collections'
    Target 'DequeModule' in project 'swift-collections'
        ➜ Explicit dependency on target 'InternalCollectionsUtilities' in project 'swift-collections'
        ➜ Explicit dependency on target 'ContainersPreview' in project 'swift-collections'
    Target 'ContainersPreview' in project 'swift-collections'
        ➜ Explicit dependency on target 'InternalCollectionsUtilities' in project 'swift-collections'
    Target 'OrderedCollections' in project 'swift-collections'
        ➜ Explicit dependency on target 'OrderedCollections' 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 'InternalCollectionsUtilities' in project 'swift-collections' (no dependencies)
    Target 'Crypto' in project 'swift-crypto'
        ➜ Explicit dependency on target 'Crypto' in project 'swift-crypto'
        ➜ Explicit dependency on target 'swift-crypto_Crypto' in project 'swift-crypto'
    Target 'Crypto' in project 'swift-crypto'
        ➜ Explicit dependency on target 'swift-crypto_Crypto' in project 'swift-crypto'
    Target 'swift-crypto_Crypto' in project 'swift-crypto' (no dependencies)
    Target 'Rainbow' in project 'Rainbow'
        ➜ Explicit dependency on target 'Rainbow' in project 'Rainbow'
    Target 'Rainbow' in project 'Rainbow' (no dependencies)
    Target 'Logging' in project 'swift-log'
        ➜ Explicit dependency on target 'Logging' in project 'swift-log'
    Target 'Logging' in project 'swift-log' (no dependencies)
    Target 'AgentSessions' in project 'AgentSessions'
        ➜ Explicit dependency on target 'AgentSessions' in project 'AgentSessions'
        ➜ Explicit dependency on target 'AsyncOperations' in project 'swift-async-operations'
    Target 'AgentSessions' in project 'AgentSessions'
        ➜ Explicit dependency on target 'CSQLite' in project 'AgentSessions'
        ➜ Explicit dependency on target 'AsyncOperations' in project 'swift-async-operations'
    Target 'AsyncOperations' in project 'swift-async-operations'
        ➜ Explicit dependency on target 'AsyncOperations' in project 'swift-async-operations'
    Target 'AsyncOperations' in project 'swift-async-operations' (no dependencies)
    Target 'CSQLite' in project 'AgentSessions' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.2.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
ReadFileContents /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/share/docc/features.json
Build description signature: a623b28f6f3b62f79a2264f1f1c90f54
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/a623b28f6f3b62f79a2264f1f1c90f54.xcbuilddata
error: The package product 'AsyncOperations' requires minimum platform version 16.0 for the tvOS platform, but this target supports 12.0 (in target 'AgentSessions' from project 'AgentSessions')
** BUILD FAILED **
The following build commands failed:
	Building workspace spi-builder-workspace with scheme ctxmv
(1 failure)
BUILD FAILURE 6.0 tvOS