The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Solar, reference master (c2b96f), with Swift 6.3 for macOS (SPM) on 12 Apr 2026 12:38:50 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/ceeK/Solar.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/ceeK/Solar
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at c2b96f2 Merge pull request #58 from ceeK/1ec5-v3.0.1
Cloned https://github.com/ceeK/Solar.git
Revision (git rev-parse @):
c2b96f2d5fb7f835b91cefac5e83101f54643901
SUCCESS checkout https://github.com/ceeK/Solar.git at master
========================================
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": "solar",
      "name": "Solar",
      "url": "https://github.com/ceeK/Solar.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Solar",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/ceeK/Solar.git
[1/810] Fetching solar
Fetched https://github.com/ceeK/Solar.git from cache (0.80s)
Creating working copy for https://github.com/ceeK/Solar.git
Working copy of https://github.com/ceeK/Solar.git resolved at master (c2b96f2)
warning: '.resolve-product-dependencies': dependency 'solar' 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/ceeK/Solar.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/4] Compiling Solar Solar.swift
[4/4] Emitting module Solar
Build complete! (3.64s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Solar",
  "name" : "Solar",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "9.0"
    },
    {
      "name" : "macos",
      "version" : "10.10"
    },
    {
      "name" : "watchos",
      "version" : "3.0"
    },
    {
      "name" : "tvos",
      "version" : "9.0"
    }
  ],
  "products" : [
    {
      "name" : "Solar",
      "targets" : [
        "Solar"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SolarTests",
      "module_type" : "SwiftTarget",
      "name" : "SolarTests",
      "path" : "SolarTests",
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/SolarTests/CorrectResults.json",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "City.swift",
        "SolarTests.swift"
      ],
      "target_dependencies" : [
        "Solar"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Solar",
      "module_type" : "SwiftTarget",
      "name" : "Solar",
      "path" : "Solar",
      "product_memberships" : [
        "Solar"
      ],
      "sources" : [
        "Solar.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.3"
}
Done.