Build Information
Successful build of AgentSessions, reference main (561ff6), with Swift 6.3 for macOS (SPM) on 26 Apr 2026 07:18:48 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Ryu0118/AgentSessions.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Ryu0118/AgentSessions
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 561ff6e feat: add initialPrompt field to SessionSummary for first-message lookup (#4)
Cloned https://github.com/Ryu0118/AgentSessions.git
Revision (git rev-parse @):
561ff6e436a9108a8b88c38e335b84b0a36eef74
SUCCESS checkout https://github.com/Ryu0118/AgentSessions.git at main
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.72s)
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
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
"identity": ".resolve-product-dependencies",
"name": "resolve-dependencies",
"url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"traits": [
"default"
],
"dependencies": [
{
"identity": "agentsessions",
"name": "AgentSessions",
"url": "https://github.com/Ryu0118/AgentSessions.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/AgentSessions",
"traits": [
"default"
],
"dependencies": [
{
"identity": "swift-async-operations",
"name": "swift-async-operations",
"url": "https://github.com/mtj0928/swift-async-operations.git",
"version": "0.5.0",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-async-operations",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
]
}
Fetching https://github.com/Ryu0118/AgentSessions.git
[2/156] Fetching agentsessions
Fetched https://github.com/Ryu0118/AgentSessions.git from cache (0.75s)
Fetching https://github.com/mtj0928/swift-async-operations.git from cache
Fetched https://github.com/mtj0928/swift-async-operations.git from cache (0.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 (1.12s)
Creating working copy for https://github.com/Ryu0118/AgentSessions.git
Working copy of https://github.com/Ryu0118/AgentSessions.git resolved at main (561ff6e)
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
warning: '.resolve-product-dependencies': dependency 'agentsessions' is not used by any target
Found 1 product dependencies
- swift-async-operations
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.3
Building package at path: $PWD
https://github.com/Ryu0118/AgentSessions.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version--6988338F2F200930.txt
[4/19] Compiling AsyncOperations Sequence+AsyncAllSatisfy.swift
[5/19] Compiling AsyncOperations Sequence+AsyncCompactMap.swift
[6/19] Compiling AsyncOperations Sequence+AsyncFirst.swift
[7/19] Compiling AsyncOperations Sequence+AsyncFlatMap.swift
[8/19] Compiling AsyncOperations Sequence+AsyncForEach.swift
[9/19] Compiling AsyncOperations Sequence+AsyncMap.swift
[10/19] Compiling AsyncOperations withOrderedTaskGroup.swift
[11/19] Compiling AsyncOperations Sequence+AsyncContains.swift
[12/19] Compiling AsyncOperations Sequence+AsyncFilter.swift
[13/19] Compiling AsyncOperations numberOfConcurrentTasks.swift
[14/19] Compiling AsyncOperations Sequence+AsyncReduce.swift
[15/19] Compiling AsyncOperations AsyncSequence+AsyncForEach.swift
[16/19] Compiling AsyncOperations Index.swift
[17/19] Emitting module AsyncOperations
[18/19] Compiling AsyncOperations Optional+asyncMap.swift
[19/19] Compiling AsyncOperations InternalForEach.swift
[20/20] Compiling AsyncOperations withThrowingOrderedTaskGroup.swift
[21/44] Emitting module AgentSessions
[22/46] Compiling AgentSessions SessionReaderError.swift
[23/46] Compiling AgentSessions SessionReaderFactory.swift
[24/46] Compiling AgentSessions SessionSummary.swift
[25/46] Compiling AgentSessions UnifiedConversation.swift
[26/46] Compiling AgentSessions CursorSchema.swift
[27/46] Compiling AgentSessions SessionReader.swift
[28/46] Compiling AgentSessions CursorTranscriptStore.swift
[29/46] Compiling AgentSessions ClaudeCodeSchema.swift
[30/46] Compiling AgentSessions CursorBlobParser.swift
[31/46] Compiling AgentSessions CursorSessionReader.swift
[32/46] Compiling AgentSessions CursorTranscriptProjectPathResolver.swift
[33/46] Compiling AgentSessions SessionSummaryCollector.swift
[34/46] Compiling AgentSessions ClaudeCodeSessionReader.swift
[35/46] Compiling AgentSessions CodexSessionReader.swift
[36/46] Compiling AgentSessions CodexSchema.swift
[37/46] Compiling AgentSessions ContentBlock.swift
[38/46] Compiling AgentSessions JSONLFileReader.swift
[39/46] Compiling AgentSessions JSONLParser.swift
[40/46] Compiling AgentSessions SQLiteReader.swift
[41/46] Compiling AgentSessions AgentSource.swift
[42/46] Compiling AgentSessions DateUtils.swift
[43/46] Compiling AgentSessions ClaudeCodeContentDecoder.swift
[44/46] Compiling AgentSessions CursorAgentContentDecoder.swift
[45/46] Compiling AgentSessions FileSystemHelper.swift
[46/46] Compiling AgentSessions FileSystemProtocol.swift
Build complete! (5.77s)
Build complete.
{
"dependencies" : [
{
"identity" : "swift-async-operations",
"requirement" : {
"range" : [
{
"lower_bound" : "0.5.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/mtj0928/swift-async-operations.git"
}
],
"manifest_display_name" : "AgentSessions",
"name" : "AgentSessions",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "15.0"
}
],
"products" : [
{
"name" : "AgentSessions",
"targets" : [
"AgentSessions"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "CSQLite",
"module_type" : "SystemLibraryTarget",
"name" : "CSQLite",
"path" : "Sources/CSQLite",
"product_memberships" : [
"AgentSessions"
],
"sources" : [
],
"type" : "system-target"
},
{
"c99name" : "AgentSessionsTests",
"module_type" : "SwiftTarget",
"name" : "AgentSessionsTests",
"path" : "Tests/AgentSessionsTests",
"sources" : [
"ClaudeCodeContentDecoderTests.swift",
"ClaudeCodeSessionReaderTests.swift",
"CodexSessionReaderTests.swift",
"CursorAgentContentDecoderTests.swift",
"CursorSessionReaderTests.swift",
"CursorTranscriptProjectPathResolverTests.swift",
"Mocks.swift",
"UtilityTests.swift"
],
"target_dependencies" : [
"AgentSessions"
],
"type" : "test"
},
{
"c99name" : "AgentSessions",
"module_type" : "SwiftTarget",
"name" : "AgentSessions",
"path" : "Sources/AgentSessions",
"product_dependencies" : [
"AsyncOperations"
],
"product_memberships" : [
"AgentSessions"
],
"sources" : [
"AgentSource.swift",
"DateUtils.swift",
"Decoder/ClaudeCodeContentDecoder.swift",
"Decoder/CursorAgentContentDecoder.swift",
"Internal/FileSystemHelper.swift",
"Internal/FileSystemProtocol.swift",
"Internal/JSONLFileReader.swift",
"Internal/JSONLParser.swift",
"Internal/SQLiteReader.swift",
"Internal/SessionSummaryCollector.swift",
"Reader/ClaudeCodeSessionReader.swift",
"Reader/CodexSessionReader.swift",
"Reader/CursorBlobParser.swift",
"Reader/CursorSessionReader.swift",
"Reader/CursorTranscriptProjectPathResolver.swift",
"Reader/CursorTranscriptStore.swift",
"Schema/ClaudeCodeSchema.swift",
"Schema/CodexSchema.swift",
"Schema/ContentBlock.swift",
"Schema/CursorSchema.swift",
"SessionReader.swift",
"SessionReaderError.swift",
"SessionReaderFactory.swift",
"SessionSummary.swift",
"UnifiedConversation.swift"
],
"target_dependencies" : [
"CSQLite"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Done.