The Swift Package Index logo.Swift Package Index

Build Information

Failed to build AgentSessions, reference main (561ff6), with Swift 6.3 for Wasm on 26 Apr 2026 07:10:31 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.3-latest swift build --swift-sdk swift-6.3-RELEASE_wasm 2>&1

Build 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 /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
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
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/Ryu0118/AgentSessions.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.3-latest swift build --swift-sdk swift-6.3-RELEASE_wasm 2>&1
wasm-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:d69f4e7582c319245442d62a08b2d7c7fd5a0c0c69f5d2ef11d1530cd8d3329b
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.3-latest
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.20s)
Computing version for https://github.com/mtj0928/swift-async-operations.git
Computed https://github.com/mtj0928/swift-async-operations.git at 0.5.0 (2.64s)
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
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-24593BA9C3E375BF.txt
[4/18] Compiling AsyncOperations Sequence+AsyncFirst.swift
[5/18] Compiling AsyncOperations Sequence+AsyncFlatMap.swift
[6/20] Compiling AsyncOperations Sequence+AsyncForEach.swift
[7/20] Compiling AsyncOperations Sequence+AsyncMap.swift
[8/20] Compiling AsyncOperations Sequence+AsyncReduce.swift
[9/20] Compiling AsyncOperations numberOfConcurrentTasks.swift
[10/20] Compiling AsyncOperations Sequence+AsyncContains.swift
[11/20] Compiling AsyncOperations Sequence+AsyncFilter.swift
[12/20] Compiling AsyncOperations Sequence+AsyncAllSatisfy.swift
[13/20] Compiling AsyncOperations Sequence+AsyncCompactMap.swift
[14/20] Emitting module AsyncOperations
[15/20] Compiling AsyncOperations AsyncSequence+AsyncForEach.swift
[16/20] Compiling AsyncOperations Index.swift
[17/20] Compiling AsyncOperations Optional+asyncMap.swift
[18/20] Compiling AsyncOperations InternalForEach.swift
[19/20] Compiling AsyncOperations withOrderedTaskGroup.swift
[20/20] Compiling AsyncOperations withThrowingOrderedTaskGroup.swift
[22/44] Compiling AgentSessions ClaudeCodeSessionReader.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "include/sqlite3_umbrella.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/CSQLite/include/sqlite3_umbrella.h:1:10: error: 'sqlite3.h' file not found
1 | #include <sqlite3.h>
  |          `- error: 'sqlite3.h' file not found
2 |
/host/spi-builder-workspace/Sources/AgentSessions/Internal/SQLiteReader.swift:1:8: error: could not build C module 'CSQLite'
  1 | import CSQLite
    |        `- error: could not build C module 'CSQLite'
  2 | import Foundation
  3 |
[23/44] Compiling AgentSessions CodexSessionReader.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "include/sqlite3_umbrella.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/CSQLite/include/sqlite3_umbrella.h:1:10: error: 'sqlite3.h' file not found
1 | #include <sqlite3.h>
  |          `- error: 'sqlite3.h' file not found
2 |
/host/spi-builder-workspace/Sources/AgentSessions/Internal/SQLiteReader.swift:1:8: error: could not build C module 'CSQLite'
  1 | import CSQLite
    |        `- error: could not build C module 'CSQLite'
  2 | import Foundation
  3 |
[24/44] Compiling AgentSessions CursorBlobParser.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "include/sqlite3_umbrella.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/CSQLite/include/sqlite3_umbrella.h:1:10: error: 'sqlite3.h' file not found
1 | #include <sqlite3.h>
  |          `- error: 'sqlite3.h' file not found
2 |
/host/spi-builder-workspace/Sources/AgentSessions/Internal/SQLiteReader.swift:1:8: error: could not build C module 'CSQLite'
  1 | import CSQLite
    |        `- error: could not build C module 'CSQLite'
  2 | import Foundation
  3 |
[25/44] Compiling AgentSessions ClaudeCodeSchema.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "include/sqlite3_umbrella.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/CSQLite/include/sqlite3_umbrella.h:1:10: error: 'sqlite3.h' file not found
1 | #include <sqlite3.h>
  |          `- error: 'sqlite3.h' file not found
2 |
/host/spi-builder-workspace/Sources/AgentSessions/Internal/SQLiteReader.swift:1:8: error: could not build C module 'CSQLite'
  1 | import CSQLite
    |        `- error: could not build C module 'CSQLite'
  2 | import Foundation
  3 |
[26/44] Compiling AgentSessions CodexSchema.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "include/sqlite3_umbrella.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/CSQLite/include/sqlite3_umbrella.h:1:10: error: 'sqlite3.h' file not found
1 | #include <sqlite3.h>
  |          `- error: 'sqlite3.h' file not found
2 |
/host/spi-builder-workspace/Sources/AgentSessions/Internal/SQLiteReader.swift:1:8: error: could not build C module 'CSQLite'
  1 | import CSQLite
    |        `- error: could not build C module 'CSQLite'
  2 | import Foundation
  3 |
[27/44] Compiling AgentSessions ContentBlock.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "include/sqlite3_umbrella.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/CSQLite/include/sqlite3_umbrella.h:1:10: error: 'sqlite3.h' file not found
1 | #include <sqlite3.h>
  |          `- error: 'sqlite3.h' file not found
2 |
/host/spi-builder-workspace/Sources/AgentSessions/Internal/SQLiteReader.swift:1:8: error: could not build C module 'CSQLite'
  1 | import CSQLite
    |        `- error: could not build C module 'CSQLite'
  2 | import Foundation
  3 |
[28/47] Compiling AgentSessions FileSystemHelper.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "include/sqlite3_umbrella.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/CSQLite/include/sqlite3_umbrella.h:1:10: error: 'sqlite3.h' file not found
1 | #include <sqlite3.h>
  |          `- error: 'sqlite3.h' file not found
2 |
/host/spi-builder-workspace/Sources/AgentSessions/Internal/SQLiteReader.swift:1:8: error: could not build C module 'CSQLite'
  1 | import CSQLite
    |        `- error: could not build C module 'CSQLite'
  2 | import Foundation
  3 |
[29/47] Compiling AgentSessions FileSystemProtocol.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "include/sqlite3_umbrella.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/CSQLite/include/sqlite3_umbrella.h:1:10: error: 'sqlite3.h' file not found
1 | #include <sqlite3.h>
  |          `- error: 'sqlite3.h' file not found
2 |
/host/spi-builder-workspace/Sources/AgentSessions/Internal/SQLiteReader.swift:1:8: error: could not build C module 'CSQLite'
  1 | import CSQLite
    |        `- error: could not build C module 'CSQLite'
  2 | import Foundation
  3 |
[30/47] Compiling AgentSessions JSONLFileReader.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "include/sqlite3_umbrella.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/CSQLite/include/sqlite3_umbrella.h:1:10: error: 'sqlite3.h' file not found
1 | #include <sqlite3.h>
  |          `- error: 'sqlite3.h' file not found
2 |
/host/spi-builder-workspace/Sources/AgentSessions/Internal/SQLiteReader.swift:1:8: error: could not build C module 'CSQLite'
  1 | import CSQLite
    |        `- error: could not build C module 'CSQLite'
  2 | import Foundation
  3 |
[31/47] Compiling AgentSessions CursorSchema.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "include/sqlite3_umbrella.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/CSQLite/include/sqlite3_umbrella.h:1:10: error: 'sqlite3.h' file not found
1 | #include <sqlite3.h>
  |          `- error: 'sqlite3.h' file not found
2 |
/host/spi-builder-workspace/Sources/AgentSessions/Internal/SQLiteReader.swift:1:8: error: could not build C module 'CSQLite'
  1 | import CSQLite
    |        `- error: could not build C module 'CSQLite'
  2 | import Foundation
  3 |
[32/47] Compiling AgentSessions SessionReader.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "include/sqlite3_umbrella.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/CSQLite/include/sqlite3_umbrella.h:1:10: error: 'sqlite3.h' file not found
1 | #include <sqlite3.h>
  |          `- error: 'sqlite3.h' file not found
2 |
/host/spi-builder-workspace/Sources/AgentSessions/Internal/SQLiteReader.swift:1:8: error: could not build C module 'CSQLite'
  1 | import CSQLite
    |        `- error: could not build C module 'CSQLite'
  2 | import Foundation
  3 |
[33/47] Compiling AgentSessions SessionReaderError.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "include/sqlite3_umbrella.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/CSQLite/include/sqlite3_umbrella.h:1:10: error: 'sqlite3.h' file not found
1 | #include <sqlite3.h>
  |          `- error: 'sqlite3.h' file not found
2 |
/host/spi-builder-workspace/Sources/AgentSessions/Internal/SQLiteReader.swift:1:8: error: could not build C module 'CSQLite'
  1 | import CSQLite
    |        `- error: could not build C module 'CSQLite'
  2 | import Foundation
  3 |
[34/47] Compiling AgentSessions CursorSessionReader.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "include/sqlite3_umbrella.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/CSQLite/include/sqlite3_umbrella.h:1:10: error: 'sqlite3.h' file not found
1 | #include <sqlite3.h>
  |          `- error: 'sqlite3.h' file not found
2 |
/host/spi-builder-workspace/Sources/AgentSessions/Internal/SQLiteReader.swift:1:8: error: could not build C module 'CSQLite'
  1 | import CSQLite
    |        `- error: could not build C module 'CSQLite'
  2 | import Foundation
  3 |
[35/47] Compiling AgentSessions CursorTranscriptProjectPathResolver.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "include/sqlite3_umbrella.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/CSQLite/include/sqlite3_umbrella.h:1:10: error: 'sqlite3.h' file not found
1 | #include <sqlite3.h>
  |          `- error: 'sqlite3.h' file not found
2 |
/host/spi-builder-workspace/Sources/AgentSessions/Internal/SQLiteReader.swift:1:8: error: could not build C module 'CSQLite'
  1 | import CSQLite
    |        `- error: could not build C module 'CSQLite'
  2 | import Foundation
  3 |
[36/47] Compiling AgentSessions CursorTranscriptStore.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "include/sqlite3_umbrella.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/CSQLite/include/sqlite3_umbrella.h:1:10: error: 'sqlite3.h' file not found
1 | #include <sqlite3.h>
  |          `- error: 'sqlite3.h' file not found
2 |
/host/spi-builder-workspace/Sources/AgentSessions/Internal/SQLiteReader.swift:1:8: error: could not build C module 'CSQLite'
  1 | import CSQLite
    |        `- error: could not build C module 'CSQLite'
  2 | import Foundation
  3 |
[37/47] Compiling AgentSessions JSONLParser.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "include/sqlite3_umbrella.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/CSQLite/include/sqlite3_umbrella.h:1:10: error: 'sqlite3.h' file not found
1 | #include <sqlite3.h>
  |          `- error: 'sqlite3.h' file not found
2 |
/host/spi-builder-workspace/Sources/AgentSessions/Internal/SQLiteReader.swift:1:8: error: could not build C module 'CSQLite'
  1 | import CSQLite
    |        `- error: could not build C module 'CSQLite'
  2 | import Foundation
  3 |
[38/47] Compiling AgentSessions SQLiteReader.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "include/sqlite3_umbrella.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/CSQLite/include/sqlite3_umbrella.h:1:10: error: 'sqlite3.h' file not found
1 | #include <sqlite3.h>
  |          `- error: 'sqlite3.h' file not found
2 |
/host/spi-builder-workspace/Sources/AgentSessions/Internal/SQLiteReader.swift:1:8: error: could not build C module 'CSQLite'
  1 | import CSQLite
    |        `- error: could not build C module 'CSQLite'
  2 | import Foundation
  3 |
[39/47] Compiling AgentSessions SessionSummaryCollector.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "include/sqlite3_umbrella.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/CSQLite/include/sqlite3_umbrella.h:1:10: error: 'sqlite3.h' file not found
1 | #include <sqlite3.h>
  |          `- error: 'sqlite3.h' file not found
2 |
/host/spi-builder-workspace/Sources/AgentSessions/Internal/SQLiteReader.swift:1:8: error: could not build C module 'CSQLite'
  1 | import CSQLite
    |        `- error: could not build C module 'CSQLite'
  2 | import Foundation
  3 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[40/47] Emitting module AgentSessions
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "include/sqlite3_umbrella.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/CSQLite/include/sqlite3_umbrella.h:1:10: error: 'sqlite3.h' file not found
1 | #include <sqlite3.h>
  |          `- error: 'sqlite3.h' file not found
2 |
/host/spi-builder-workspace/Sources/AgentSessions/Internal/SQLiteReader.swift:1:8: error: could not build C module 'CSQLite'
  1 | import CSQLite
    |        `- error: could not build C module 'CSQLite'
  2 | import Foundation
  3 |
[41/47] Compiling AgentSessions SessionReaderFactory.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "include/sqlite3_umbrella.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/CSQLite/include/sqlite3_umbrella.h:1:10: error: 'sqlite3.h' file not found
1 | #include <sqlite3.h>
  |          `- error: 'sqlite3.h' file not found
2 |
/host/spi-builder-workspace/Sources/AgentSessions/Internal/SQLiteReader.swift:1:8: error: could not build C module 'CSQLite'
  1 | import CSQLite
    |        `- error: could not build C module 'CSQLite'
  2 | import Foundation
  3 |
[42/47] Compiling AgentSessions SessionSummary.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "include/sqlite3_umbrella.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/CSQLite/include/sqlite3_umbrella.h:1:10: error: 'sqlite3.h' file not found
1 | #include <sqlite3.h>
  |          `- error: 'sqlite3.h' file not found
2 |
/host/spi-builder-workspace/Sources/AgentSessions/Internal/SQLiteReader.swift:1:8: error: could not build C module 'CSQLite'
  1 | import CSQLite
    |        `- error: could not build C module 'CSQLite'
  2 | import Foundation
  3 |
[43/47] Compiling AgentSessions UnifiedConversation.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "include/sqlite3_umbrella.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/CSQLite/include/sqlite3_umbrella.h:1:10: error: 'sqlite3.h' file not found
1 | #include <sqlite3.h>
  |          `- error: 'sqlite3.h' file not found
2 |
/host/spi-builder-workspace/Sources/AgentSessions/Internal/SQLiteReader.swift:1:8: error: could not build C module 'CSQLite'
  1 | import CSQLite
    |        `- error: could not build C module 'CSQLite'
  2 | import Foundation
  3 |
[44/47] Compiling AgentSessions AgentSource.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "include/sqlite3_umbrella.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/CSQLite/include/sqlite3_umbrella.h:1:10: error: 'sqlite3.h' file not found
1 | #include <sqlite3.h>
  |          `- error: 'sqlite3.h' file not found
2 |
/host/spi-builder-workspace/Sources/AgentSessions/Internal/SQLiteReader.swift:1:8: error: could not build C module 'CSQLite'
  1 | import CSQLite
    |        `- error: could not build C module 'CSQLite'
  2 | import Foundation
  3 |
[45/47] Compiling AgentSessions DateUtils.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "include/sqlite3_umbrella.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/CSQLite/include/sqlite3_umbrella.h:1:10: error: 'sqlite3.h' file not found
1 | #include <sqlite3.h>
  |          `- error: 'sqlite3.h' file not found
2 |
/host/spi-builder-workspace/Sources/AgentSessions/Internal/SQLiteReader.swift:1:8: error: could not build C module 'CSQLite'
  1 | import CSQLite
    |        `- error: could not build C module 'CSQLite'
  2 | import Foundation
  3 |
[46/47] Compiling AgentSessions ClaudeCodeContentDecoder.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "include/sqlite3_umbrella.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/CSQLite/include/sqlite3_umbrella.h:1:10: error: 'sqlite3.h' file not found
1 | #include <sqlite3.h>
  |          `- error: 'sqlite3.h' file not found
2 |
/host/spi-builder-workspace/Sources/AgentSessions/Internal/SQLiteReader.swift:1:8: error: could not build C module 'CSQLite'
  1 | import CSQLite
    |        `- error: could not build C module 'CSQLite'
  2 | import Foundation
  3 |
[47/47] Compiling AgentSessions CursorAgentContentDecoder.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "include/sqlite3_umbrella.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/CSQLite/include/sqlite3_umbrella.h:1:10: error: 'sqlite3.h' file not found
1 | #include <sqlite3.h>
  |          `- error: 'sqlite3.h' file not found
2 |
/host/spi-builder-workspace/Sources/AgentSessions/Internal/SQLiteReader.swift:1:8: error: could not build C module 'CSQLite'
  1 | import CSQLite
    |        `- error: could not build C module 'CSQLite'
  2 | import Foundation
  3 |
BUILD FAILURE 6.3 wasm