The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Light, reference master (6c3557), with Swift 6.3 for macOS (SPM) on 22 Apr 2026 11:45:11 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/dreymonde/light.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/dreymonde/light
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 6c3557b rename to HTTPProxy
Cloned https://github.com/dreymonde/light.git
Revision (git rev-parse @):
6c3557b2618ac629160aa21bac85e6f44857c208
SUCCESS checkout https://github.com/dreymonde/light.git at master
Fetching https://github.com/dreymonde/Shallows.git
[1/1076] Fetching shallows
Fetched https://github.com/dreymonde/Shallows.git from cache (0.86s)
Computing version for https://github.com/dreymonde/Shallows.git
Computed https://github.com/dreymonde/Shallows.git at 0.13.4 (3.07s)
Creating working copy for https://github.com/dreymonde/Shallows.git
Working copy of https://github.com/dreymonde/Shallows.git resolved at 0.13.4
========================================
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": "light",
      "name": "Light",
      "url": "https://github.com/dreymonde/light.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/light",
      "traits": [
        "default"
      ],
      "dependencies": [
        {
          "identity": "shallows",
          "name": "Shallows",
          "url": "https://github.com/dreymonde/Shallows.git",
          "version": "0.13.4",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Shallows",
          "traits": [
            "default"
          ],
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/dreymonde/light.git
[1/75] Fetching light
Fetched https://github.com/dreymonde/light.git from cache (0.81s)
Fetching https://github.com/dreymonde/Shallows.git from cache
Fetched https://github.com/dreymonde/Shallows.git from cache (0.46s)
Computing version for https://github.com/dreymonde/Shallows.git
Computed https://github.com/dreymonde/Shallows.git at 0.13.4 (0.53s)
Creating working copy for https://github.com/dreymonde/light.git
Working copy of https://github.com/dreymonde/light.git resolved at master (6c3557b)
Creating working copy for https://github.com/dreymonde/Shallows.git
Working copy of https://github.com/dreymonde/Shallows.git resolved at 0.13.4
warning: '.resolve-product-dependencies': dependency 'light' is not used by any target
Found 1 product dependencies
  - Shallows
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/dreymonde/light.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/17] Compiling Shallows ShallowsResult.swift
[5/17] Compiling Shallows WriteOnlyStorage.swift
[6/17] Compiling Shallows Storage.swift
[7/17] Compiling Shallows Shallows.swift
[8/17] Compiling Shallows SyncStorage.swift
[9/18] Compiling Shallows NSCacheStorage.swift
[10/18] Compiling Shallows ReadOnlyStorage.swift
[11/18] Compiling Shallows Filename.swift
[12/18] Compiling Shallows MemoryStorage.swift
[13/18] Emitting module Shallows
[14/18] Compiling Shallows Async.swift
[15/18] Compiling Shallows Composition.swift
[16/18] Compiling Shallows DiskExtensions.swift
[17/18] Compiling Shallows DiskStorage.swift
[18/18] Compiling Shallows Zip.swift
[19/23] Compiling Light WebAPIProtocol.swift
[20/23] Compiling Light WebAPI.swift
[21/23] Compiling Light URLSession+WebAPI.swift
/Users/admin/builder/spi-builder-workspace/Sources/Light/URLSession+WebAPI.swift:11:1: warning: extension declares a conformance of imported type 'URLSession' to imported protocols 'ReadOnlyStorageProtocol', 'ReadableStorageProtocol', 'StorageDesign'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
  9 | import Shallows
 10 |
 11 | extension URLSession : ReadOnlyStorageProtocol {
    | |- warning: extension declares a conformance of imported type 'URLSession' to imported protocols 'ReadOnlyStorageProtocol', 'ReadableStorageProtocol', 'StorageDesign'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
 12 |
 13 |     public typealias Request = WebAPI.Request
[22/23] Compiling Light Light.swift
[23/23] Emitting module Light
/Users/admin/builder/spi-builder-workspace/Sources/Light/URLSession+WebAPI.swift:11:1: warning: extension declares a conformance of imported type 'URLSession' to imported protocols 'ReadOnlyStorageProtocol', 'ReadableStorageProtocol', 'StorageDesign'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
  9 | import Shallows
 10 |
 11 | extension URLSession : ReadOnlyStorageProtocol {
    | |- warning: extension declares a conformance of imported type 'URLSession' to imported protocols 'ReadOnlyStorageProtocol', 'ReadableStorageProtocol', 'StorageDesign'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
 12 |
 13 |     public typealias Request = WebAPI.Request
Build complete! (6.48s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "shallows",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.11.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/dreymonde/Shallows.git"
    }
  ],
  "manifest_display_name" : "Light",
  "name" : "Light",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "Light",
      "targets" : [
        "Light"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "LightTests",
      "module_type" : "SwiftTarget",
      "name" : "LightTests",
      "path" : "Tests/LightTests",
      "sources" : [
        "LightTests.swift"
      ],
      "target_dependencies" : [
        "Light"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Light",
      "module_type" : "SwiftTarget",
      "name" : "Light",
      "path" : "Sources/Light",
      "product_dependencies" : [
        "Shallows"
      ],
      "product_memberships" : [
        "Light"
      ],
      "sources" : [
        "Light.swift",
        "URLSession+WebAPI.swift",
        "WebAPI.swift",
        "WebAPIProtocol.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "4.0"
}
Done.