The Swift Package Index logo.Swift Package Index

Build Information

Successful build of ctxmv, reference 0.5.2 (e8db8a), with Swift 6.1 for macOS (SPM) on 26 Apr 2026 06:11:17 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats

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:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/Ryu0118/ctxmv.git
https://github.com/Ryu0118/ctxmv.git
{
  "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"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats
[1/1] Compiling plugin GenerateManual
[2/2] Compiling plugin GenerateDoccReference
Building for debugging...
[2/23] Write sources
[4/23] Copying PrivacyInfo.xcprivacy
[4/23] Write sources
[9/23] Write ctxmv-entitlement.plist
[9/23] Write sources
[19/23] Write swift-version-2F0A5646E1D333AE.txt
[21/155] Compiling Crypto GeneralizedTime.swift
[22/155] Compiling Crypto Digest_boring.swift
[23/155] Compiling Crypto ASN1.swift
[24/155] Compiling Crypto ASN1Any.swift
[25/156] Compiling AsyncOperations Sequence+AsyncReduce.swift
[26/157] Compiling Crypto Cipher.swift
[27/157] Compiling Crypto Nonces.swift
[28/157] Compiling Crypto ASN1Identifier.swift
[29/157] Compiling Crypto ASN1Integer.swift
[30/157] Compiling AsyncOperations withOrderedTaskGroup.swift
[31/157] Compiling AsyncOperations numberOfConcurrentTasks.swift
[32/157] Compiling Crypto ChaChaPoly_boring.swift
[33/157] Compiling Crypto ChaChaPoly.swift
[34/157] Compiling Crypto AES-GCM.swift
[35/157] Compiling Crypto AES-GCM_boring.swift
[36/157] Emitting module AsyncOperations
[39/157] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[40/157] Compiling Crypto ASN1BitString.swift
[41/157] Compiling Crypto ASN1Boolean.swift
[46/157] Emitting module InternalCollectionsUtilities
[49/157] Compiling Crypto ASN1Strings.swift
[50/157] Compiling Crypto ArraySliceBigint.swift
[51/157] Compiling AsyncOperations withThrowingOrderedTaskGroup.swift
[56/157] Compiling Crypto ASN1Null.swift
[57/157] Compiling Crypto ASN1OctetString.swift
[58/157] Emitting module ArgumentParserToolInfo
[59/157] Compiling ArgumentParserToolInfo ToolInfo.swift
[60/271] Compiling OrderedCollections _HashTable+Bucket.swift
[61/271] Compiling OrderedCollections _HashTable+BucketIterator.swift
[62/271] Compiling OrderedCollections _HashTable+Constants.swift
[63/271] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[64/271] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[65/271] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[66/271] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[67/271] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[68/271] Compiling OrderedCollections OrderedDictionary+Codable.swift
[69/271] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[70/271] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[71/271] Compiling OrderedCollections _HashTable+Testing.swift
[72/271] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[73/271] Compiling OrderedCollections _HashTable.swift
[74/271] Compiling OrderedCollections _Hashtable+Header.swift
[75/274] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[76/274] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[77/274] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[78/274] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[79/274] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[80/274] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[81/274] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[82/274] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[83/274] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[84/274] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[85/274] Compiling OrderedCollections OrderedDictionary+Values.swift
[86/274] Compiling OrderedCollections OrderedDictionary.swift
[87/274] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[88/274] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[89/274] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[90/274] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[91/274] Compiling OrderedCollections OrderedSet+Codable.swift
[92/274] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[93/274] Emitting module ContainersPreview
[94/274] Compiling ContainersPreview Inout.swift
[95/274] Compiling ContainersPreview InputSpan.swift
[96/274] Compiling ContainersPreview Shared.swift
[97/362] Compiling DequeModule UniqueDeque+Equatable.swift
[98/362] Compiling DequeModule UniqueDeque+Experimental.swift
[99/362] Compiling DequeModule UniqueDeque+Hashable.swift
[100/362] Compiling DequeModule UniqueDeque+Initializers.swift
[101/366] Compiling DequeModule RigidDeque+Consumption.swift
[102/366] Compiling DequeModule RigidDeque+Container.swift
[103/366] Compiling DequeModule RigidDeque+Descriptions.swift
[104/366] Compiling DequeModule RigidDeque+Equatable.swift
[105/366] Compiling DequeModule RigidDeque+Experimental.swift
[106/366] Compiling DequeModule UniqueDeque+Append.swift
[107/366] Compiling DequeModule UniqueDeque+Consumption.swift
[108/366] Compiling DequeModule UniqueDeque+Container.swift
[109/366] Compiling DequeModule UniqueDeque+Descriptions.swift
[110/366] Compiling DequeModule RigidDeque+Hashable.swift
[111/366] Compiling DequeModule RigidDeque+Initializers.swift
[112/366] Compiling DequeModule RigidDeque+Insertions.swift
[113/366] Compiling DequeModule RigidDeque+Prepend.swift
[114/366] Compiling DequeModule RigidDeque+Removals.swift
[115/366] Compiling DequeModule RigidDeque+Replacements.swift
[116/366] Compiling DequeModule RigidDeque+Testing.swift
[117/366] Compiling DequeModule RigidDeque.swift
[133/366] Compiling DequeModule UniqueDeque.swift
[134/366] Compiling DequeModule _DequeSlot.swift
[135/366] Compiling DequeModule _UnsafeDequeHandle.swift
[136/372] Compiling Logging MetadataProvider.swift
[137/372] Compiling Logging LogEvent.swift
[138/372] Compiling Logging LogHandler.swift
[139/372] Compiling Logging Locks.swift
[140/372] Compiling Logging Logging.swift
[141/372] Emitting module Logging
[148/372] Compiling OrderedCollections OrderedSet+Hashable.swift
[149/372] Compiling OrderedCollections OrderedSet+Initializers.swift
[150/372] Compiling OrderedCollections OrderedSet+Insertions.swift
[151/372] Compiling OrderedCollections OrderedSet+Invariants.swift
[152/372] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[153/372] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[154/372] Compiling DequeModule _UnsafeDequeSegments.swift
[155/372] Compiling ArgumentParser HelpCommand.swift
[156/372] Compiling ArgumentParser HelpGenerator.swift
[157/372] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[158/372] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[159/372] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[160/372] Compiling DequeModule UniqueDeque+Replacements.swift
[161/372] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[162/372] Compiling DequeModule Deque+Extras.swift
[163/372] Compiling DequeModule Deque+Hashable.swift
[164/372] Compiling DequeModule Deque+Testing.swift
[165/372] Compiling DequeModule Deque._Storage.swift
[166/372] Compiling DequeModule UniqueDeque+Insertions.swift
[167/372] Compiling DequeModule UniqueDeque+Prepend.swift
[168/372] Compiling DequeModule UniqueDeque+Removals.swift
[175/372] Compiling DequeModule Deque._UnsafeHandle.swift
[176/372] Compiling DequeModule Deque.swift
[177/372] Compiling DequeModule _DequeBuffer.swift
[178/372] Compiling DequeModule _DequeBufferHeader.swift
[179/372] Compiling DequeModule RigidDeque+Append.swift
[180/372] Compiling DequeModule Deque+Codable.swift
[181/372] Compiling DequeModule Deque+Collection.swift
[182/372] Compiling DequeModule Deque+CustomReflectable.swift
[183/372] Compiling DequeModule Deque+Descriptions.swift
[184/372] Compiling DequeModule Deque+Equatable.swift
[185/372] Compiling OrderedCollections OrderedSet+SubSequence.swift
[186/372] Compiling OrderedCollections OrderedSet+Testing.swift
[187/372] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[188/372] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[189/372] Compiling OrderedCollections OrderedSet.swift
[190/372] Compiling OrderedCollections _UnsafeBitset.swift
[197/372] Emitting module OrderedCollections
[209/372] Emitting module DequeModule
[210/372] Compiling Rainbow Style.swift
[211/428] Compiling Rainbow StringGenerator.swift
[212/428] Compiling Rainbow String+ConditionalStyling.swift
[213/428] Compiling Rainbow String+Rainbow.swift
[214/428] Compiling AsyncAlgorithms AsyncChunksOfCountOrSignalSequence.swift
[215/428] Compiling AsyncAlgorithms AsyncChunksOfCountSequence.swift
[216/428] Compiling AsyncAlgorithms AsyncCompactedSequence.swift
[217/428] Compiling AsyncAlgorithms AsyncExclusiveReductionsSequence.swift
[218/428] Compiling AsyncAlgorithms AsyncInclusiveReductionsSequence.swift
[219/428] Compiling AsyncAlgorithms AsyncJoinedBySeparatorSequence.swift
[220/428] Compiling AsyncAlgorithms AsyncAdjacentPairsSequence.swift
[221/428] Compiling AsyncAlgorithms AsyncBufferedByteIterator.swift
[222/428] Compiling AsyncAlgorithms AsyncChain2Sequence.swift
[223/428] Compiling AsyncAlgorithms AsyncChain3Sequence.swift
[224/428] Compiling AsyncAlgorithms AsyncChunkedByGroupSequence.swift
[225/428] Compiling AsyncAlgorithms AsyncChunkedOnProjectionSequence.swift
[226/433] Compiling AsyncAlgorithms UnboundedBufferStateMachine.swift
[227/433] Compiling AsyncAlgorithms UnboundedBufferStorage.swift
[228/433] Compiling AsyncAlgorithms AsyncChannel.swift
[229/433] Compiling AsyncAlgorithms AsyncThrowingChannel.swift
[230/433] Compiling AsyncAlgorithms ChannelStateMachine.swift
[231/433] Compiling AsyncAlgorithms ChannelStorage.swift
[242/438] Compiling AsyncAlgorithms AsyncThrottleSequence.swift
[243/438] Compiling AsyncAlgorithms MergeStorage.swift
[244/438] Compiling AsyncAlgorithms MultiProducerSingleConsumerAsyncChannel+Internal.swift
[245/438] Compiling AsyncAlgorithms MultiProducerSingleConsumerAsyncChannel.swift
[246/438] Compiling AsyncAlgorithms RangeReplaceableCollection.swift
[247/438] Emitting module AsyncAlgorithms
[254/438] Emitting module Rainbow
[259/438] Compiling AsyncAlgorithms AsyncThrowingExclusiveReductionsSequence.swift
[260/438] Compiling AsyncAlgorithms AsyncThrowingInclusiveReductionsSequence.swift
[261/438] Compiling AsyncAlgorithms AsyncTimerSequence.swift
[262/438] Compiling AsyncAlgorithms AsyncBufferSequence.swift
[263/438] Compiling AsyncAlgorithms BoundedBufferStateMachine.swift
[264/438] Compiling AsyncAlgorithms BoundedBufferStorage.swift
[265/438] Compiling Rainbow StyledStringBuilder.swift
[266/438] Compiling AsyncAlgorithms ZipStateMachine.swift
[267/438] Compiling AsyncAlgorithms ZipStorage.swift
[270/438] Compiling Crypto SymmetricKeys.swift
[271/438] Compiling Crypto HMAC.swift
[272/438] Compiling Crypto MACFunctions.swift
[273/438] Compiling Crypto MessageAuthenticationCode.swift
[274/438] Compiling ArgumentParser PositionalArgumentsValidator.swift
[275/438] Compiling ArgumentParser UniqueNamesValidator.swift
[279/438] Compiling AsyncAlgorithms UnsafeTransfer.swift
[280/438] Compiling AsyncAlgorithms AsyncZip2Sequence.swift
[281/438] Compiling AsyncAlgorithms AsyncZip3Sequence.swift
[282/438] Compiling Crypto AES.swift
[283/438] Compiling Crypto ECDSASignature_boring.swift
[284/438] Compiling Crypto ECDSA_boring.swift
[285/438] Compiling Crypto EdDSA_boring.swift
[286/438] Compiling Crypto ECDSA.swift
[287/438] Compiling Crypto Ed25519.swift
[288/438] Compiling Crypto Signature.swift
[289/438] Compiling Crypto CryptoKitErrors_boring.swift
[299/446] Emitting module Crypto
[305/446] Compiling ArgumentParser CodingKeyValidator.swift
[306/446] Compiling ArgumentParser NonsenseFlagsValidator.swift
[307/446] Compiling ArgumentParser ParsableArgumentsValidation.swift
[309/446] Compiling AsyncAlgorithms AsyncCombineLatest2Sequence.swift
[310/446] Compiling AsyncAlgorithms AsyncCombineLatest3Sequence.swift
[311/446] Compiling AsyncAlgorithms CombineLatestStateMachine.swift
[312/446] Compiling AsyncAlgorithms CombineLatestStorage.swift
[313/446] Compiling AsyncAlgorithms AsyncDebounceSequence.swift
[314/446] Compiling AsyncAlgorithms DebounceStateMachine.swift
[315/446] Compiling AsyncAlgorithms DebounceStorage.swift
[316/446] Compiling AsyncAlgorithms AsyncMerge2Sequence.swift
[317/446] Compiling AsyncAlgorithms AsyncMerge3Sequence.swift
[318/446] Compiling AsyncAlgorithms MergeStateMachine.swift
[319/446] Compiling AsyncAlgorithms AsyncJoinedSequence.swift
[320/446] Compiling AsyncAlgorithms AsyncMapErrorSequence.swift
[321/446] Compiling AsyncAlgorithms AsyncRemoveDuplicatesSequence.swift
[322/446] Compiling AsyncAlgorithms AsyncShareSequence.swift
[323/446] Compiling AsyncAlgorithms AsyncSyncSequence.swift
[324/446] Compiling AsyncAlgorithms AsyncInterspersedSequence.swift
[325/446] Compiling AsyncAlgorithms Locking.swift
[334/446] Compiling AsyncAlgorithms Dictionary.swift
[335/446] Compiling AsyncAlgorithms AsyncFlatMapLatestSequence.swift
[336/446] Compiling AsyncAlgorithms FlatMapLatestStateMachine.swift
[337/446] Compiling AsyncAlgorithms FlatMapLatestStorage.swift
[338/446] Compiling AsyncAlgorithms Disconnected.swift
[339/446] Compiling AsyncAlgorithms _TinyArray.swift
[366/446] Emitting module ArgumentParser
[412/446] Compiling Crypto RNG_boring.swift
[413/446] Compiling Crypto SafeCompare_boring.swift
[414/446] Compiling Crypto Zeroization_boring.swift
[415/446] Compiling Crypto PrettyBytes.swift
[416/446] Compiling Crypto SafeCompare.swift
[417/446] Compiling Crypto SecureBytes.swift
[418/446] Compiling Crypto Zeroization.swift
[419/446] Compiling Crypto resource_bundle_accessor.swift
[420/446] Emitting module AgentSessions
[444/448] Compiling AgentSessions SessionSummary.swift
[445/448] Compiling AgentSessions UnifiedConversation.swift
[446/468] Emitting module CTXMVKit
/Users/admin/builder/spi-builder-workspace/Sources/CTXMVKit/ColorLogHandler.swift:18:16: warning: deprecated default implementation is used to satisfy instance method 'log(event:)' required by protocol 'LogHandler': You should implement this method instead of using the default implementation
16 |
17 | /// Writes colored log messages to standard output.
18 | package struct ColorLogHandler: LogHandler {
   |                `- warning: deprecated default implementation is used to satisfy instance method 'log(event:)' required by protocol 'LogHandler': You should implement this method instead of using the default implementation
19 |     package var metadata: Logger.Metadata = [:]
20 |     package var logLevel: Logger.Level = .info
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-log/Sources/Logging/LogHandler.swift:256:17: note: 'log(event:)' declared here
143 |     ///
144 |     /// - Parameter event: The log event containing the level, message, metadata, and source location.
145 |     func log(event: LogEvent)
    |          `- note: requirement 'log(event:)' declared here
146 |
147 |     /// Please do _not_ implement this method when you create a `LogHandler` implementation.
    :
254 |     ///   Implement ``log(event:)`` in your ``LogHandler`` instead.
255 |     @available(*, deprecated, message: "You should implement this method instead of using the default implementation")
256 |     public func log(event: LogEvent) {
    |                 `- note: 'log(event:)' declared here
257 |         self.log(
258 |             level: event.level,
[447/470] Compiling CTXMVKit CursorMigrationPathResolver.swift
[448/470] Compiling CTXMVKit CursorMigrationScanner.swift
[449/470] Compiling CTXMVKit CursorMigrator.swift
[450/470] Compiling CTXMVKit CursorStoreDatabaseWriter.swift
[451/470] Compiling CTXMVKit ProjectPathResolver.swift
[452/470] Compiling CTXMVKit ListRunner.swift
[453/470] Compiling CTXMVKit AgentSessionsBridge.swift
/Users/admin/builder/spi-builder-workspace/Sources/CTXMVKit/ColorLogHandler.swift:18:16: warning: deprecated default implementation is used to satisfy instance method 'log(event:)' required by protocol 'LogHandler': You should implement this method instead of using the default implementation
16 |
17 | /// Writes colored log messages to standard output.
18 | package struct ColorLogHandler: LogHandler {
   |                `- warning: deprecated default implementation is used to satisfy instance method 'log(event:)' required by protocol 'LogHandler': You should implement this method instead of using the default implementation
19 |     package var metadata: Logger.Metadata = [:]
20 |     package var logLevel: Logger.Level = .info
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-log/Sources/Logging/LogHandler.swift:256:17: note: 'log(event:)' declared here
143 |     ///
144 |     /// - Parameter event: The log event containing the level, message, metadata, and source location.
145 |     func log(event: LogEvent)
    |          `- note: requirement 'log(event:)' declared here
146 |
147 |     /// Please do _not_ implement this method when you create a `LogHandler` implementation.
    :
254 |     ///   Implement ``log(event:)`` in your ``LogHandler`` instead.
255 |     @available(*, deprecated, message: "You should implement this method instead of using the default implementation")
256 |     public func log(event: LogEvent) {
    |                 `- note: 'log(event:)' declared here
257 |         self.log(
258 |             level: event.level,
[454/470] Compiling CTXMVKit ColorLogHandler.swift
/Users/admin/builder/spi-builder-workspace/Sources/CTXMVKit/ColorLogHandler.swift:18:16: warning: deprecated default implementation is used to satisfy instance method 'log(event:)' required by protocol 'LogHandler': You should implement this method instead of using the default implementation
16 |
17 | /// Writes colored log messages to standard output.
18 | package struct ColorLogHandler: LogHandler {
   |                `- warning: deprecated default implementation is used to satisfy instance method 'log(event:)' required by protocol 'LogHandler': You should implement this method instead of using the default implementation
19 |     package var metadata: Logger.Metadata = [:]
20 |     package var logLevel: Logger.Level = .info
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-log/Sources/Logging/LogHandler.swift:256:17: note: 'log(event:)' declared here
143 |     ///
144 |     /// - Parameter event: The log event containing the level, message, metadata, and source location.
145 |     func log(event: LogEvent)
    |          `- note: requirement 'log(event:)' declared here
146 |
147 |     /// Please do _not_ implement this method when you create a `LogHandler` implementation.
    :
254 |     ///   Implement ``log(event:)`` in your ``LogHandler`` instead.
255 |     @available(*, deprecated, message: "You should implement this method instead of using the default implementation")
256 |     public func log(event: LogEvent) {
    |                 `- note: 'log(event:)' declared here
257 |         self.log(
258 |             level: event.level,
[455/470] Compiling CTXMVKit ShowConversationFormatter.swift
/Users/admin/builder/spi-builder-workspace/Sources/CTXMVKit/ColorLogHandler.swift:18:16: warning: deprecated default implementation is used to satisfy instance method 'log(event:)' required by protocol 'LogHandler': You should implement this method instead of using the default implementation
16 |
17 | /// Writes colored log messages to standard output.
18 | package struct ColorLogHandler: LogHandler {
   |                `- warning: deprecated default implementation is used to satisfy instance method 'log(event:)' required by protocol 'LogHandler': You should implement this method instead of using the default implementation
19 |     package var metadata: Logger.Metadata = [:]
20 |     package var logLevel: Logger.Level = .info
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-log/Sources/Logging/LogHandler.swift:256:17: note: 'log(event:)' declared here
143 |     ///
144 |     /// - Parameter event: The log event containing the level, message, metadata, and source location.
145 |     func log(event: LogEvent)
    |          `- note: requirement 'log(event:)' declared here
146 |
147 |     /// Please do _not_ implement this method when you create a `LogHandler` implementation.
    :
254 |     ///   Implement ``log(event:)`` in your ``LogHandler`` instead.
255 |     @available(*, deprecated, message: "You should implement this method instead of using the default implementation")
256 |     public func log(event: LogEvent) {
    |                 `- note: 'log(event:)' declared here
257 |         self.log(
258 |             level: event.level,
[456/470] Compiling CTXMVKit ClaudeCodeMigrator.swift
[457/470] Compiling CTXMVKit CodexMigrator.swift
[458/470] Compiling CTXMVKit TableFormatter.swift
[459/470] Compiling CTXMVKit Logger.swift
[460/470] Compiling CTXMVKit CursorTranscriptWriter.swift
[461/470] Compiling CTXMVKit MigrationDeduplicator.swift
[462/470] Compiling CTXMVKit Migrator.swift
[463/470] Compiling CTXMVKit MigratorUtils.swift
[464/470] Compiling CTXMVKit CodexSessionJSONLBuilder.swift
[465/470] Compiling CTXMVKit CursorConversationBlobBuilder.swift
[466/470] Compiling CTXMVKit MigrateRunner.swift
[467/470] Compiling CTXMVKit ShowRunner.swift
[468/477] Compiling CTXMVCLI MigrateCommand.swift
[469/477] Compiling CTXMVCLI CTXMVCommand.swift
[470/477] Compiling CTXMVCLI ArgumentConformances.swift
[471/477] Emitting module CTXMVCLI
[472/477] Compiling CTXMVCLI ListCommand.swift
[473/477] Compiling CTXMVCLI ShowCommand.swift
[474/477] Compiling CTXMVCLI Version.swift
[475/479] Emitting module ctxmv
[476/479] Compiling ctxmv CTXMVMain.swift
[476/479] Write Objects.LinkFileList
[477/479] Linking ctxmv
[478/479] Applying ctxmv
Build complete! (36.14s)
Fetching https://github.com/Ryu0118/AgentSessions.git
Fetching https://github.com/onevcat/Rainbow.git
Fetching https://github.com/apple/swift-async-algorithms.git
Fetching https://github.com/apple/swift-crypto.git from cache
Fetching https://github.com/apple/swift-log.git from cache
Fetching https://github.com/apple/swift-argument-parser.git from cache
[1/1442] Fetching rainbow
[593/7689] Fetching rainbow, swift-async-algorithms
[1568/7845] Fetching rainbow, swift-async-algorithms, agentsessions
Fetched https://github.com/onevcat/Rainbow.git from cache (1.14s)
Fetched https://github.com/apple/swift-async-algorithms.git from cache (1.14s)
Fetched https://github.com/Ryu0118/AgentSessions.git from cache (1.53s)
Fetched https://github.com/apple/swift-log.git from cache (1.58s)
Fetched https://github.com/apple/swift-crypto.git from cache (1.59s)
Fetched https://github.com/apple/swift-argument-parser.git from cache (1.59s)
Computing version for https://github.com/Ryu0118/AgentSessions.git
Computed https://github.com/Ryu0118/AgentSessions.git at 0.4.0 (2.11s)
Fetching https://github.com/mtj0928/swift-async-operations.git
[11/1030] Fetching swift-async-operations
Fetched https://github.com/mtj0928/swift-async-operations.git from cache (0.75s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.1.3 (1.32s)
Fetching https://github.com/apple/swift-collections.git from cache
Fetched https://github.com/apple/swift-collections.git from cache (1.40s)
Computing version for https://github.com/mtj0928/swift-async-operations.git
Computed https://github.com/mtj0928/swift-async-operations.git at 0.5.0 (4.55s)
Computing version for https://github.com/apple/swift-argument-parser.git
Computed https://github.com/apple/swift-argument-parser.git at 1.7.1 (0.53s)
Computing version for https://github.com/onevcat/Rainbow.git
Computed https://github.com/onevcat/Rainbow.git at 4.2.1 (2.38s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.12.0 (0.49s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.4.1 (0.60s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.15.1 (2.89s)
Fetching https://github.com/apple/swift-asn1.git from cache
Fetched https://github.com/apple/swift-asn1.git from cache (0.93s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.7.0 (1.53s)
Creating working copy for https://github.com/onevcat/Rainbow.git
Working copy of https://github.com/onevcat/Rainbow.git resolved at 4.2.1
Creating working copy for https://github.com/mtj0928/swift-async-operations.git
Working copy of https://github.com/mtj0928/swift-async-operations.git resolved at 0.5.0
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.12.0
Creating working copy for https://github.com/Ryu0118/AgentSessions.git
Working copy of https://github.com/Ryu0118/AgentSessions.git resolved at 0.4.0
Creating working copy for https://github.com/apple/swift-argument-parser.git
Working copy of https://github.com/apple/swift-argument-parser.git resolved at 1.7.1
Creating working copy for https://github.com/apple/swift-async-algorithms.git
Working copy of https://github.com/apple/swift-async-algorithms.git resolved at 1.1.3
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.4.1
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.15.1
Creating working copy for https://github.com/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.7.0
Build complete.
{
  "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"
}
Done.