The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of Typhoon, reference 1.2.1 (586567), with Swift 5.9 for macOS (SPM) on 24 Dec 2024 06:54:05 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.60.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/space-code/typhoon.git
Reference: 1.2.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/space-code/typhoon
 * tag               1.2.1      -> FETCH_HEAD
HEAD is now at 5865671 Release `1.2.1` (#20)
Cloned https://github.com/space-code/typhoon.git
Revision (git rev-parse @):
5865671564c5b443a9a28d2f1dbb69bccbb5931c
SUCCESS checkout https://github.com/space-code/typhoon.git at 1.2.1
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.9
Building package at path:  $PWD
https://github.com/space-code/typhoon.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.2.0.app xcrun swift build --arch arm64
Building for debugging...
[1/8] Compiling Typhoon RetryPolicyStrategy.swift
[2/8] Compiling Typhoon RetrySequence.swift
[3/8] Compiling Typhoon RetryPolicyError.swift
[4/8] Compiling Typhoon RetryIterator.swift
[5/8] Compiling Typhoon IRetryPolicyService.swift
[6/8] Compiling Typhoon DispatchTimeInterval+Double.swift
[7/8] Emitting module Typhoon
[8/8] Compiling Typhoon RetryPolicyService.swift
Build complete! (5.71s)
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.9"
}
Done.