Build Information
Successful build of ctxmv, reference main (e8db8a), with Swift 6.1 for macOS (SPM) on 26 Apr 2026 06:15:49 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 .statsBuild Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Ryu0118/ctxmv.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Ryu0118/ctxmv
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
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 main
========================================
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
[6/23] Write ctxmv-entitlement.plist
[7/23] Copying PrivacyInfo.xcprivacy
[7/23] Write sources
[19/23] Write swift-version-2F0A5646E1D333AE.txt
[21/155] Emitting module InternalCollectionsUtilities
[22/156] Compiling Crypto GeneralizedTime.swift
[23/156] Compiling Crypto ObjectIdentifier.swift
[24/156] Compiling AsyncOperations Sequence+AsyncReduce.swift
[25/156] Compiling Crypto ASN1Identifier.swift
[26/156] Compiling Crypto ASN1Integer.swift
[27/157] Compiling Crypto Cipher.swift
[28/157] Compiling Crypto Nonces.swift
[29/157] Compiling Crypto ASN1.swift
[30/157] Compiling Crypto ASN1Any.swift
[31/157] Emitting module AsyncOperations
[32/157] Compiling Crypto AES-GCM.swift
[33/157] Compiling Crypto AES-GCM_boring.swift
[34/157] Compiling Crypto ASN1BitString.swift
[35/157] Compiling Crypto ASN1Boolean.swift
[36/157] Compiling AsyncOperations numberOfConcurrentTasks.swift
[37/157] Compiling AsyncOperations withOrderedTaskGroup.swift
[38/157] Compiling Crypto ChaChaPoly_boring.swift
[39/157] Compiling Crypto ChaChaPoly.swift
[48/157] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[49/157] Compiling Crypto ASN1Strings.swift
[50/157] Compiling Crypto ArraySliceBigint.swift
[51/157] Compiling AsyncOperations withThrowingOrderedTaskGroup.swift
[54/157] Compiling Crypto ASN1Null.swift
[55/157] Compiling Crypto ASN1OctetString.swift
[58/157] Emitting module ArgumentParserToolInfo
[59/157] Compiling ArgumentParserToolInfo ToolInfo.swift
[60/318] Compiling ArgumentParser Mutex.swift
[61/318] Compiling ArgumentParser ArgumentHelp.swift
[62/318] Compiling ArgumentParser ArgumentVisibility.swift
[63/318] Compiling ArgumentParser CompletionKind.swift
[64/318] Compiling ArgumentParser InputOrigin.swift
[65/318] Compiling ArgumentParser Name.swift
[66/318] Compiling ArgumentParser Parsed.swift
[67/318] Compiling ArgumentParser ParsedValues.swift
[68/318] Compiling ArgumentParser Errors.swift
[69/318] Compiling ArgumentParser Flag.swift
[70/318] Compiling ArgumentParser InputKey.swift
[71/318] Compiling ArgumentParser MessageInfo.swift
[72/318] Compiling ArgumentParser UsageGenerator.swift
[73/318] Compiling ArgumentParser CollectionExtensions.swift
[74/318] Compiling ArgumentParser Foundation.swift
[75/321] Emitting module ContainersPreview
[76/321] Compiling ArgumentParser Platform.swift
[77/321] Compiling ArgumentParser SequenceExtensions.swift
[78/321] Compiling ArgumentParser StringExtensions.swift
[79/321] Compiling ArgumentParser SwiftExtensions.swift
[80/321] Compiling ArgumentParser FishCompletionsGenerator.swift
[81/321] Compiling ArgumentParser ZshCompletionsGenerator.swift
[82/321] Compiling ArgumentParser Argument.swift
[83/321] Compiling ArgumentParser ArgumentDiscussion.swift
[84/321] Compiling ArgumentParser ParsableCommand.swift
[85/321] Compiling ArgumentParser ArgumentDecoder.swift
[86/321] Compiling ArgumentParser ArgumentDefinition.swift
[87/321] Compiling ArgumentParser ArgumentSet.swift
[88/321] Compiling ArgumentParser CommandParser.swift
[89/321] Compiling ArgumentParser BashCompletionsGenerator.swift
[90/321] Compiling ArgumentParser CompletionsGenerator.swift
[91/321] Compiling ArgumentParser Tree.swift
[92/321] Compiling ArgumentParser CommandConfiguration.swift
[93/321] Compiling ArgumentParser CommandGroup.swift
[94/321] Compiling ContainersPreview Inout.swift
[95/321] Compiling ContainersPreview InputSpan.swift
[96/321] Compiling ContainersPreview Shared.swift
[97/362] Compiling DequeModule RigidDeque+Consumption.swift
[98/362] Compiling DequeModule RigidDeque+Container.swift
[99/362] Compiling DequeModule RigidDeque+Descriptions.swift
[100/362] Compiling DequeModule RigidDeque+Equatable.swift
[101/362] Compiling DequeModule RigidDeque+Experimental.swift
[102/366] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[103/366] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[104/366] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[105/366] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[106/366] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[107/366] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[111/372] Compiling DequeModule UniqueDeque.swift
[112/372] Compiling DequeModule _DequeSlot.swift
[113/372] Compiling DequeModule _UnsafeDequeHandle.swift
[114/372] Compiling DequeModule _UnsafeDequeSegments.swift
[115/372] Compiling ArgumentParser HelpCommand.swift
[116/372] Compiling ArgumentParser HelpGenerator.swift
[117/372] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[118/372] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[119/372] Compiling OrderedCollections OrderedSet+Sendable.swift
[120/372] Compiling Logging LogEvent.swift
[121/372] Compiling Logging LogHandler.swift
[122/372] Compiling Logging MetadataProvider.swift
[123/372] Emitting module Logging
[124/372] Compiling Logging Logging.swift
[125/372] Compiling Logging Locks.swift
[126/372] Compiling DequeModule UniqueDeque+Consumption.swift
[127/372] Compiling DequeModule UniqueDeque+Container.swift
[128/372] Compiling DequeModule UniqueDeque+Descriptions.swift
[129/372] Compiling DequeModule UniqueDeque+Insertions.swift
[130/372] Compiling DequeModule UniqueDeque+Prepend.swift
[131/372] Compiling DequeModule UniqueDeque+Removals.swift
[132/372] Compiling DequeModule UniqueDeque+Equatable.swift
[133/372] Compiling DequeModule UniqueDeque+Experimental.swift
[134/372] Compiling DequeModule UniqueDeque+Hashable.swift
[135/372] Compiling DequeModule UniqueDeque+Initializers.swift
[138/372] Compiling DequeModule UniqueDeque+Replacements.swift
[139/372] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[140/372] Compiling DequeModule Deque+Extras.swift
[141/372] Compiling DequeModule Deque+Hashable.swift
[142/372] Compiling DequeModule Deque+Testing.swift
[143/372] Compiling DequeModule Deque._Storage.swift
[144/372] Compiling DequeModule RigidDeque+Append.swift
[145/372] Compiling DequeModule RigidDeque+Removals.swift
[146/372] Compiling DequeModule RigidDeque+Replacements.swift
[147/372] Compiling DequeModule RigidDeque+Testing.swift
[148/372] Compiling DequeModule RigidDeque.swift
[149/372] Compiling DequeModule UniqueDeque+Append.swift
[150/372] Compiling DequeModule Deque+Descriptions.swift
[151/372] Compiling DequeModule Deque+Equatable.swift
[152/372] Compiling DequeModule Deque._UnsafeHandle.swift
[153/372] Compiling DequeModule Deque.swift
[154/372] Compiling DequeModule _DequeBuffer.swift
[155/372] Compiling DequeModule _DequeBufferHeader.swift
[182/372] Compiling DequeModule RigidDeque+Hashable.swift
[183/372] Compiling DequeModule RigidDeque+Initializers.swift
[184/372] Compiling DequeModule RigidDeque+Insertions.swift
[185/372] Compiling DequeModule RigidDeque+Prepend.swift
[186/372] Compiling DequeModule Deque+Codable.swift
[187/372] Compiling DequeModule Deque+Collection.swift
[188/372] Compiling DequeModule Deque+CustomReflectable.swift
[198/372] Compiling OrderedCollections OrderedSet+SubSequence.swift
[199/372] Compiling OrderedCollections OrderedSet+Testing.swift
[200/372] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[201/372] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[202/372] Compiling OrderedCollections OrderedSet.swift
[203/372] Compiling OrderedCollections _UnsafeBitset.swift
[204/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] Emitting module Crypto
[214/436] Compiling Rainbow String+Rainbow.swift
[215/436] Emitting module ArgumentParser
[216/441] Compiling AsyncAlgorithms AsyncAdjacentPairsSequence.swift
[217/441] Compiling AsyncAlgorithms AsyncBufferedByteIterator.swift
[218/441] Compiling AsyncAlgorithms AsyncChain2Sequence.swift
[219/441] Compiling AsyncAlgorithms AsyncChain3Sequence.swift
[220/441] Compiling AsyncAlgorithms AsyncChunkedByGroupSequence.swift
[221/441] Compiling AsyncAlgorithms AsyncChunkedOnProjectionSequence.swift
[222/446] Compiling ArgumentParser CodingKeyValidator.swift
[223/446] Compiling ArgumentParser NonsenseFlagsValidator.swift
[224/446] Compiling ArgumentParser ParsableArgumentsValidation.swift
[225/446] Compiling ArgumentParser PositionalArgumentsValidator.swift
[226/446] Compiling ArgumentParser UniqueNamesValidator.swift
[230/446] Compiling AsyncAlgorithms AsyncShareSequence.swift
[231/446] Compiling AsyncAlgorithms AsyncSyncSequence.swift
[232/446] Compiling AsyncAlgorithms AsyncThrottleSequence.swift
[233/446] Compiling AsyncAlgorithms DebounceStorage.swift
[234/446] Compiling AsyncAlgorithms Dictionary.swift
[235/446] Compiling AsyncAlgorithms AsyncFlatMapLatestSequence.swift
[236/446] Compiling AsyncAlgorithms FlatMapLatestStateMachine.swift
[239/446] Compiling AsyncAlgorithms UnboundedBufferStorage.swift
[240/446] Compiling AsyncAlgorithms AsyncChannel.swift
[241/446] Compiling AsyncAlgorithms AsyncThrowingChannel.swift
[242/446] Compiling AsyncAlgorithms ChannelStateMachine.swift
[243/446] Compiling AsyncAlgorithms ChannelStorage.swift
[244/446] Compiling AsyncAlgorithms MergeStorage.swift
[245/446] Compiling AsyncAlgorithms MultiProducerSingleConsumerAsyncChannel+Internal.swift
[246/446] Compiling AsyncAlgorithms MultiProducerSingleConsumerAsyncChannel.swift
[247/446] Compiling AsyncAlgorithms RangeReplaceableCollection.swift
[248/446] Compiling AsyncAlgorithms Rethrow.swift
[249/446] Compiling AsyncAlgorithms CombineLatestStateMachine.swift
[250/446] Compiling AsyncAlgorithms CombineLatestStorage.swift
[251/446] Compiling AsyncAlgorithms AsyncDebounceSequence.swift
[252/446] Compiling AsyncAlgorithms DebounceStateMachine.swift
[253/446] Compiling AsyncAlgorithms UnboundedBufferStateMachine.swift
[254/446] Compiling AsyncAlgorithms SetAlgebra.swift
[259/446] Compiling AsyncAlgorithms AsyncTimerSequence.swift
[260/446] Compiling AsyncAlgorithms AsyncBufferSequence.swift
[261/446] Compiling AsyncAlgorithms BoundedBufferStateMachine.swift
[262/446] Compiling AsyncAlgorithms BoundedBufferStorage.swift
[263/446] Compiling AsyncAlgorithms AsyncCombineLatest2Sequence.swift
[264/446] Compiling AsyncAlgorithms AsyncCombineLatest3Sequence.swift
[265/446] Emitting module AsyncAlgorithms
[268/446] Emitting module Rainbow
[273/446] Compiling Rainbow StyledStringBuilder.swift
[274/446] Compiling AsyncAlgorithms _TinyArray.swift
[275/446] Compiling AsyncAlgorithms AsyncInterspersedSequence.swift
[276/446] Compiling AsyncAlgorithms Locking.swift
[277/446] Compiling AsyncAlgorithms AsyncMerge2Sequence.swift
[278/446] Compiling AsyncAlgorithms AsyncMerge3Sequence.swift
[279/446] Compiling AsyncAlgorithms MergeStateMachine.swift
[280/446] Compiling AsyncAlgorithms AsyncJoinedBySeparatorSequence.swift
[281/446] Compiling AsyncAlgorithms AsyncThrowingExclusiveReductionsSequence.swift
[282/446] Compiling AsyncAlgorithms AsyncThrowingInclusiveReductionsSequence.swift
[300/446] Compiling Crypto AES.swift
[301/446] Compiling Crypto ECDSASignature_boring.swift
[302/446] Compiling Crypto ECDSA_boring.swift
[303/446] Compiling Crypto EdDSA_boring.swift
[304/446] Compiling Crypto ECDSA.swift
[305/446] Compiling Crypto Ed25519.swift
[306/446] Compiling Crypto Signature.swift
[307/446] Compiling Crypto CryptoKitErrors_boring.swift
[308/446] Compiling AsyncAlgorithms ZipStateMachine.swift
[309/446] Compiling AsyncAlgorithms ZipStorage.swift
[312/446] Compiling Crypto SymmetricKeys.swift
[313/446] Compiling Crypto HMAC.swift
[314/446] Compiling Crypto MACFunctions.swift
[315/446] Compiling Crypto MessageAuthenticationCode.swift
[321/446] Compiling AsyncAlgorithms UnsafeTransfer.swift
[322/446] Compiling AsyncAlgorithms AsyncZip2Sequence.swift
[323/446] Compiling AsyncAlgorithms AsyncZip3Sequence.swift
[340/446] Compiling Crypto RNG_boring.swift
[341/446] Compiling Crypto SafeCompare_boring.swift
[342/446] Compiling Crypto Zeroization_boring.swift
[343/446] Compiling Crypto PrettyBytes.swift
[344/446] Compiling Crypto SafeCompare.swift
[345/446] Compiling Crypto SecureBytes.swift
[346/446] Compiling Crypto Zeroization.swift
[347/446] Compiling Crypto resource_bundle_accessor.swift
[360/446] Compiling AsyncAlgorithms AsyncChunksOfCountOrSignalSequence.swift
[361/446] Compiling AsyncAlgorithms AsyncChunksOfCountSequence.swift
[362/446] Compiling AsyncAlgorithms AsyncCompactedSequence.swift
[363/446] Compiling AsyncAlgorithms AsyncExclusiveReductionsSequence.swift
[364/446] Compiling AsyncAlgorithms AsyncInclusiveReductionsSequence.swift
[398/448] Compiling AgentSessions UnifiedConversation.swift
[415/448] Compiling AgentSessions SessionSummary.swift
[430/448] Emitting module AgentSessions
[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 TableFormatter.swift
[448/470] Compiling CTXMVKit Logger.swift
[449/470] Compiling CTXMVKit CursorMigrator.swift
[450/470] Compiling CTXMVKit CursorStoreDatabaseWriter.swift
[451/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,
[452/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,
[453/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,
[454/470] Compiling CTXMVKit CursorTranscriptWriter.swift
[455/470] Compiling CTXMVKit MigrationDeduplicator.swift
[456/470] Compiling CTXMVKit Migrator.swift
[457/470] Compiling CTXMVKit MigratorUtils.swift
[458/470] Compiling CTXMVKit CodexSessionJSONLBuilder.swift
[459/470] Compiling CTXMVKit CursorConversationBlobBuilder.swift
[460/470] Compiling CTXMVKit ProjectPathResolver.swift
[461/470] Compiling CTXMVKit ListRunner.swift
[462/470] Compiling CTXMVKit ClaudeCodeMigrator.swift
[463/470] Compiling CTXMVKit CodexMigrator.swift
[464/470] Compiling CTXMVKit CursorMigrationPathResolver.swift
[465/470] Compiling CTXMVKit CursorMigrationScanner.swift
[466/470] Compiling CTXMVKit MigrateRunner.swift
[467/470] Compiling CTXMVKit ShowRunner.swift
[468/477] Compiling CTXMVCLI Version.swift
[469/477] Compiling CTXMVCLI ListCommand.swift
[470/477] Compiling CTXMVCLI CTXMVCommand.swift
[471/477] Compiling CTXMVCLI MigrateCommand.swift
[472/477] Compiling CTXMVCLI ShowCommand.swift
[473/477] Compiling CTXMVCLI ArgumentConformances.swift
[474/477] Emitting module CTXMVCLI
[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.13s)
Fetching https://github.com/Ryu0118/AgentSessions.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
Fetching https://github.com/apple/swift-async-algorithms.git
Fetching https://github.com/onevcat/Rainbow.git
[1/156] Fetching agentsessions
[122/1598] Fetching agentsessions, rainbow
Fetched https://github.com/Ryu0118/AgentSessions.git from cache (0.69s)
[289/1442] Fetching rainbow
[1443/7689] Fetching rainbow, swift-async-algorithms
Fetched https://github.com/onevcat/Rainbow.git from cache (1.56s)
Fetched https://github.com/apple/swift-async-algorithms.git from cache (1.56s)
Fetched https://github.com/apple/swift-log.git from cache (1.63s)
Fetched https://github.com/apple/swift-crypto.git from cache (1.63s)
Fetched https://github.com/apple/swift-argument-parser.git from cache (1.64s)
Computing version for https://github.com/Ryu0118/AgentSessions.git
Computed https://github.com/Ryu0118/AgentSessions.git at 0.4.0 (2.13s)
Fetching https://github.com/mtj0928/swift-async-operations.git
[1/1030] Fetching swift-async-operations
Fetched https://github.com/mtj0928/swift-async-operations.git from cache (0.79s)
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.36s)
Fetching https://github.com/apple/swift-collections.git from cache
Fetched https://github.com/apple/swift-collections.git from cache (1.47s)
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.81s)
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.50s)
Computing version for https://github.com/onevcat/Rainbow.git
Computed https://github.com/onevcat/Rainbow.git at 4.2.1 (2.46s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.12.0 (0.47s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.4.1 (0.57s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.15.1 (2.80s)
Fetching https://github.com/apple/swift-asn1.git from cache
Fetched https://github.com/apple/swift-asn1.git from cache (0.62s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.7.0 (1.22s)
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/onevcat/Rainbow.git
Working copy of https://github.com/onevcat/Rainbow.git resolved at 4.2.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
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/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-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
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.