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 6.0 for macOS (SPM) on 24 Dec 2024 06:54:53 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats

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
========================================
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",
  "dependencies": [
    {
      "identity": "typhoon",
      "name": "Typhoon",
      "url": "https://github.com/space-code/typhoon.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/typhoon",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/space-code/typhoon.git
[1/256] Fetching typhoon
Fetched https://github.com/space-code/typhoon.git from cache (1.00s)
Creating working copy for https://github.com/space-code/typhoon.git
Working copy of https://github.com/space-code/typhoon.git resolved at 1.2.1 (5865671)
warning: '.resolve-product-dependencies': dependency 'typhoon' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/space-code/typhoon.git
https://github.com/space-code/typhoon.git
{
  "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" : "6.0"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-5BDAB9E9C0126B9D.txt
[3/10] Compiling Typhoon RetrySequence.swift
[4/10] Compiling Typhoon IRetryPolicyService.swift
[5/10] Compiling Typhoon RetryPolicyService.swift
[6/10] Compiling Typhoon RetryPolicyStrategy.swift
[7/10] Emitting module Typhoon
[8/10] Compiling Typhoon RetryPolicyError.swift
[9/10] Compiling Typhoon RetryIterator.swift
[10/10] Compiling Typhoon DispatchTimeInterval+Double.swift
Build complete! (9.30s)
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" : "6.0"
}
Done.