Build Information
Successful build of swift-context-management, reference 0.0.3 (d87f52), with Swift 6.2 for macOS (SPM) on 7 Feb 2026 08:03:48 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Silo-Labs/swift-context-management.git
Reference: 0.0.3
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Silo-Labs/swift-context-management
* tag 0.0.3 -> FETCH_HEAD
HEAD is now at d87f525 feat(ContextualSession): add streaming support with automatic context reduction
Cloned https://github.com/Silo-Labs/swift-context-management.git
Revision (git rev-parse @):
d87f52559f4b535717ef5a0d08fc9c0ba4312d46
SUCCESS checkout https://github.com/Silo-Labs/swift-context-management.git at 0.0.3
========================================
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",
"dependencies": [
{
"identity": "swift-context-management",
"name": "swift-context-management",
"url": "https://github.com/Silo-Labs/swift-context-management.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-context-management",
"dependencies": [
]
}
]
}
Fetching https://github.com/Silo-Labs/swift-context-management.git
[1/136] Fetching swift-context-management
Fetched https://github.com/Silo-Labs/swift-context-management.git from cache (1.34s)
Creating working copy for https://github.com/Silo-Labs/swift-context-management.git
Working copy of https://github.com/Silo-Labs/swift-context-management.git resolved at 0.0.3 (d87f525)
warning: '.resolve-product-dependencies': dependency 'swift-context-management' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/Silo-Labs/swift-context-management.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-49B95AFC49DCD68C.txt
[3/33] Compiling SwiftContextManagement Constants.swift
[4/33] Compiling SwiftContextManagement ContextReductionLogger.swift
[5/33] Compiling SwiftContextManagement ConversationChunker.swift
[6/36] Compiling SwiftContextManagement StructuredState.swift
[7/36] Compiling SwiftContextManagement StructuredStateConfiguration.swift
[8/36] Compiling SwiftContextManagement StateExtractor.swift
[9/36] Compiling SwiftContextManagement ContextReducer.swift
[10/36] Compiling SwiftContextManagement HeadTailWindowReducer.swift
[11/36] Compiling SwiftContextManagement HierarchicalSummaryReducer.swift
[12/36] Compiling SwiftContextManagement NoOpReducer.swift
[13/36] Compiling SwiftContextManagement RollingSummaryConfiguration.swift
[14/36] Compiling SwiftContextManagement SummaryGranularity.swift
[15/36] Compiling SwiftContextManagement Summarizer.swift
[16/36] Compiling SwiftContextManagement ReductionInfo.swift
[17/36] Compiling SwiftContextManagement CustomStateExtractor.swift
[18/36] Compiling SwiftContextManagement FoundationModelsStateExtractor.swift
[19/36] Compiling SwiftContextManagement Locale+Extensions.swift
[20/36] Compiling SwiftContextManagement Transcript+Extensions.swift
[21/36] Compiling SwiftContextManagement TranscriptHelpers.swift
[22/36] Emitting module SwiftContextManagement
[23/36] Compiling SwiftContextManagement ContextReductionLogLevel.swift
[24/36] Compiling SwiftContextManagement ContextReductionObserver.swift
[25/36] Compiling SwiftContextManagement ContextReductionPolicy.swift
[26/36] Compiling SwiftContextManagement ContextualSession.swift
[27/36] Compiling SwiftContextManagement CustomLLMSummarizer.swift
[28/36] Compiling SwiftContextManagement FoundationModelsSummarizer.swift
[29/36] Compiling SwiftContextManagement HierarchicalSummaryConfiguration.swift
[30/36] Compiling SwiftContextManagement RollingSummaryReducer.swift
[31/36] Compiling SwiftContextManagement SlidingWindowReducer.swift
[32/36] Compiling SwiftContextManagement StructuredStateReducer.swift
[33/36] Compiling SwiftContextManagement ContextReductionEngine.swift
[34/36] Compiling SwiftContextManagement FoundationModelsTopicDetector.swift
[35/36] Compiling SwiftContextManagement TopicDetectionResult.swift
[36/36] Compiling SwiftContextManagement TopicDetector.swift
Build complete! (5.85s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "swift-context-management",
"name" : "swift-context-management",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "26.0"
},
{
"name" : "macos",
"version" : "26.0"
}
],
"products" : [
{
"name" : "SwiftContextManagement",
"targets" : [
"SwiftContextManagement"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SwiftContextManagementTests",
"module_type" : "SwiftTarget",
"name" : "SwiftContextManagementTests",
"path" : "Tests/SwiftContextManagementTests",
"sources" : [
"ContextualSessionTests.swift",
"FoundationModelsSummarizerTests.swift",
"FoundationModelsTopicDetectorTests.swift",
"Helpers/Helpers.swift",
"Helpers/StateExtractionTestHelpers.swift",
"Helpers/SummarizationTestHelpers.swift",
"ReducersTests/HeadTailWindowReducerTests.swift",
"ReducersTests/HierarchicalSummaryReducerTests.swift",
"ReducersTests/RollingSummaryReducerTests.swift",
"ReducersTests/SlidingWindowReducerTests.swift",
"ReducersTests/StructuredStateReducerTests.swift"
],
"target_dependencies" : [
"SwiftContextManagement"
],
"type" : "test"
},
{
"c99name" : "SwiftContextManagement",
"module_type" : "SwiftTarget",
"name" : "SwiftContextManagement",
"path" : "Sources/SwiftContextManagement",
"product_memberships" : [
"SwiftContextManagement"
],
"sources" : [
"ContextReducers/ContextReducer.swift",
"ContextReducers/HeadTailWindowReducer.swift",
"ContextReducers/HierarchicalSummaryReducer.swift",
"ContextReducers/NoOpReducer.swift",
"ContextReducers/RollingSummaryReducer.swift",
"ContextReducers/SlidingWindowReducer.swift",
"ContextReducers/StructuredStateReducer.swift",
"ContextReductionEngine.swift",
"ContextReductionLogLevel.swift",
"ContextReductionObserver.swift",
"ContextReductionPolicy.swift",
"ContextualSession.swift",
"Helpers/Constants.swift",
"Helpers/ContextReductionLogger.swift",
"Helpers/ConversationChunker.swift",
"Helpers/Extensions/Locale+Extensions.swift",
"Helpers/Extensions/Transcript+Extensions.swift",
"Helpers/TranscriptHelpers.swift",
"ReductionInfo.swift",
"StateExtraction/CustomStateExtractor.swift",
"StateExtraction/FoundationModelsStateExtractor.swift",
"StateExtraction/Models/StructuredState.swift",
"StateExtraction/Models/StructuredStateConfiguration.swift",
"StateExtraction/StateExtractor.swift",
"Summarization/CustomLLMSummarizer.swift",
"Summarization/FoundationModelsSummarizer.swift",
"Summarization/Models/HierarchicalSummaryConfiguration.swift",
"Summarization/Models/RollingSummaryConfiguration.swift",
"Summarization/Models/SummaryGranularity.swift",
"Summarization/Summarizer.swift",
"TopicDetection/FoundationModelsTopicDetector.swift",
"TopicDetection/Models/TopicDetectionResult.swift",
"TopicDetection/TopicDetector.swift"
],
"type" : "library"
}
],
"tools_version" : "6.2"
}
Done.