The Swift Package Index logo.Swift Package Index

Build Information

Successful build of swift-context-management, reference 0.0.3 (d87f52), with Swift 6.3 for macOS (SPM) on 18 Apr 2026 11:45:31 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.70.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",
  "traits": [
    "default"
  ],
  "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",
      "traits": [
        "default"
      ],
      "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.35s)
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.3
Building package at path:  $PWD
https://github.com/Silo-Labs/swift-context-management.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--6988338F2F200930.txt
[3/33] Emitting module SwiftContextManagement
[4/36] Compiling SwiftContextManagement FoundationModelsTopicDetector.swift
[5/36] Compiling SwiftContextManagement TopicDetectionResult.swift
[6/36] Compiling SwiftContextManagement TopicDetector.swift
[7/36] Compiling SwiftContextManagement Constants.swift
[8/36] Compiling SwiftContextManagement ContextReductionLogger.swift
[9/36] Compiling SwiftContextManagement ConversationChunker.swift
[10/36] Compiling SwiftContextManagement RollingSummaryReducer.swift
[11/36] Compiling SwiftContextManagement SlidingWindowReducer.swift
[12/36] Compiling SwiftContextManagement StructuredStateReducer.swift
[13/36] Compiling SwiftContextManagement ContextReductionEngine.swift
[14/36] Compiling SwiftContextManagement ContextReducer.swift
[15/36] Compiling SwiftContextManagement HeadTailWindowReducer.swift
[16/36] Compiling SwiftContextManagement HierarchicalSummaryReducer.swift
[17/36] Compiling SwiftContextManagement NoOpReducer.swift
[18/36] Compiling SwiftContextManagement RollingSummaryConfiguration.swift
[19/36] Compiling SwiftContextManagement SummaryGranularity.swift
[20/36] Compiling SwiftContextManagement Summarizer.swift
[21/36] Compiling SwiftContextManagement ReductionInfo.swift
[22/36] Compiling SwiftContextManagement CustomStateExtractor.swift
[23/36] Compiling SwiftContextManagement FoundationModelsStateExtractor.swift
[24/36] Compiling SwiftContextManagement StructuredState.swift
[25/36] Compiling SwiftContextManagement StructuredStateConfiguration.swift
[26/36] Compiling SwiftContextManagement StateExtractor.swift
[27/36] Compiling SwiftContextManagement ContextReductionLogLevel.swift
[28/36] Compiling SwiftContextManagement ContextReductionObserver.swift
[29/36] Compiling SwiftContextManagement ContextReductionPolicy.swift
[30/36] Compiling SwiftContextManagement ContextualSession.swift
[31/36] Compiling SwiftContextManagement Locale+Extensions.swift
[32/36] Compiling SwiftContextManagement Transcript+Extensions.swift
[33/36] Compiling SwiftContextManagement TranscriptHelpers.swift
[34/36] Compiling SwiftContextManagement CustomLLMSummarizer.swift
[35/36] Compiling SwiftContextManagement FoundationModelsSummarizer.swift
[36/36] Compiling SwiftContextManagement HierarchicalSummaryConfiguration.swift
Build complete! (5.76s)
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.