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

Failed to build CryptoScraper, reference v0.3.0 (7be2a9), with Swift 6.0 for macOS (SPM) on 3 Nov 2024 00:25:58 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete

Build Log

========================================
RunAll
========================================
Builder version: 4.56.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/foscomputerservices/CryptoScraper.git
Reference: v0.3.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/foscomputerservices/CryptoScraper
 * tag               v0.3.0     -> FETCH_HEAD
HEAD is now at 7be2a91 Merge pull request #15 from foscomputerservices/tron-blockchain
Cloned https://github.com/foscomputerservices/CryptoScraper.git
Revision (git rev-parse @):
7be2a9192f98c8f4f3c449725a29125f78332f6f
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/foscomputerservices/CryptoScraper.git at v0.3.0
Fetching https://github.com/oscbyspro/AwesomeNumbersKit.git
[1/7731] Fetching awesomenumberskit
Fetched https://github.com/oscbyspro/AwesomeNumbersKit.git from cache (1.27s)
Computing version for https://github.com/oscbyspro/AwesomeNumbersKit.git
Computed https://github.com/oscbyspro/AwesomeNumbersKit.git at 0.3.4 (0.66s)
Creating working copy for https://github.com/oscbyspro/AwesomeNumbersKit.git
Working copy of https://github.com/oscbyspro/AwesomeNumbersKit.git resolved at 0.3.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",
  "dependencies": [
    {
      "identity": "cryptoscraper",
      "name": "CryptoScraper",
      "url": "https://github.com/foscomputerservices/CryptoScraper.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/CryptoScraper",
      "dependencies": [
        {
          "identity": "awesomenumberskit",
          "name": "AwesomeNumbersKit",
          "url": "https://github.com/oscbyspro/AwesomeNumbersKit.git",
          "version": "0.6.2",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/AwesomeNumbersKit",
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/foscomputerservices/CryptoScraper.git
[1/998] Fetching cryptoscraper
Fetched https://github.com/foscomputerservices/CryptoScraper.git from cache (0.88s)
Fetching https://github.com/oscbyspro/AwesomeNumbersKit.git from cache
Fetched https://github.com/oscbyspro/AwesomeNumbersKit.git from cache (0.49s)
Computing version for https://github.com/oscbyspro/AwesomeNumbersKit.git
Computed https://github.com/oscbyspro/AwesomeNumbersKit.git at 0.6.2 (0.63s)
Creating working copy for https://github.com/foscomputerservices/CryptoScraper.git
Working copy of https://github.com/foscomputerservices/CryptoScraper.git resolved at v0.3.0 (7be2a91)
Creating working copy for https://github.com/oscbyspro/AwesomeNumbersKit.git
Working copy of https://github.com/oscbyspro/AwesomeNumbersKit.git resolved at 0.6.2
warning: '.resolve-product-dependencies': dependency 'cryptoscraper' is not used by any target
Found 1 product dependencies
  - AwesomeNumbersKit
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/foscomputerservices/CryptoScraper.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete
Building for debugging...
[0/6] Write sources
[5/6] Write swift-version--7754E27361AE5C74.txt
[7/20] Compiling ANKFoundation ANKSigned.swift
[8/20] Compiling ANKFoundation ANKWords.swift
[9/21] Compiling ANKFoundation Text.swift
[10/21] Compiling ANKFoundation Aliases.swift
[11/21] Compiling ANKFoundation ANKSign.swift
[12/21] Compiling ANKFoundation ANKLargeBinaryInteger.swift
[13/21] Compiling ANKFoundation ANKLargeFixedWidthInteger.swift
[14/21] Compiling ANKFoundation ANKBigEndianTextCodable.swift
[15/21] Compiling ANKFoundation ANKBinaryInteger.swift
[16/21] Compiling ANKFoundation ANKFixedWidthInteger.swift
[17/21] Compiling ANKFoundation ANKIntOrUInt.swift
[18/21] Compiling ANKFoundation ANKBitPatternConvertible.swift
[19/21] Compiling ANKFoundation ANKContiguousBytes.swift
[20/21] Emitting module ANKFoundation
[21/21] Compiling ANKFoundation ANKTrivialFixedWidthInteger.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/AwesomeNumbersKit/Sources/ANKFoundation/ANKTrivialFixedWidthInteger.swift:210:1: error: type 'Never' does not conform to protocol 'ANKBitPatternConvertible'
208 | //*============================================================================*
209 |
210 | extension Int: ANKTrivialFixedWidthInteger, ANKSignedFixedWidthInteger {
    | `- error: type 'Never' does not conform to protocol 'ANKBitPatternConvertible'
211 |     public typealias BitPattern = Magnitude
212 | }
BUILD FAILURE 6.0 macosSpm