The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of Typhoon, reference main (363fd0), with Swift 5.10 for macOS (SPM) on 14 Dec 2025 10:33:22 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/space-code/typhoon.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/space-code/typhoon
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 363fd0a chore(changelog): update CHANGELOG.md
Cloned https://github.com/space-code/typhoon.git
Revision (git rev-parse @):
363fd0a66dec616d62ed277bcb347e4e1fd74260
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/space-code/typhoon.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.10
Building package at path:  $PWD
https://github.com/space-code/typhoon.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-33747A42983211AE.txt
[3/10] Compiling Typhoon RetrySequence.swift
[4/10] Compiling Typhoon RetryIterator.swift
[5/10] Compiling Typhoon RetryPolicyStrategy.swift
[6/10] Compiling Typhoon DispatchTimeInterval+Double.swift
[7/10] Compiling Typhoon RetryPolicyService.swift
[8/10] Compiling Typhoon IRetryPolicyService.swift
[9/10] Compiling Typhoon RetryPolicyError.swift
[10/10] Emitting module Typhoon
Build complete! (4.53s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Typhoon",
  "name" : "Typhoon",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    }
  ],
  "products" : [
    {
      "name" : "Typhoon",
      "targets" : [
        "Typhoon"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "TyphoonTests",
      "module_type" : "SwiftTarget",
      "name" : "TyphoonTests",
      "path" : "Tests/TyphoonTests",
      "sources" : [
        "UnitTests/DispatchTimeIntervalTests.swift",
        "UnitTests/RetryPolicyServiceTests.swift",
        "UnitTests/RetryPolicyStrategyTests.swift",
        "UnitTests/RetrySequenceTests.swift"
      ],
      "target_dependencies" : [
        "Typhoon"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Typhoon",
      "module_type" : "SwiftTarget",
      "name" : "Typhoon",
      "path" : "Sources/Typhoon",
      "product_memberships" : [
        "Typhoon"
      ],
      "sources" : [
        "Classes/Extensions/DispatchTimeInterval+Double.swift",
        "Classes/Model/RetryPolicyError.swift",
        "Classes/RetryPolicyService/IRetryPolicyService.swift",
        "Classes/RetryPolicyService/RetryPolicyService.swift",
        "Classes/RetrySequence/Iterator/RetryIterator.swift",
        "Classes/RetrySequence/RetrySequence.swift",
        "Classes/Strategy/RetryPolicyStrategy.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.10"
}
Done.