The Swift Package Index logo.Swift Package Index

Build Information

Failed to build CryptoScraper, reference v0.3.0 (7be2a9), with Swift 6.3 for macOS (SPM) on 21 Apr 2026 10:27:03 UTC.

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/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.20s)
Computing version for https://github.com/oscbyspro/AwesomeNumbersKit.git
Computed https://github.com/oscbyspro/AwesomeNumbersKit.git at 0.3.4 (1.86s)
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",
  "traits": [
    "default"
  ],
  "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",
      "traits": [
        "default"
      ],
      "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",
          "traits": [
            "default"
          ],
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/foscomputerservices/CryptoScraper.git
[1/998] Fetching cryptoscraper
Fetched https://github.com/foscomputerservices/CryptoScraper.git from cache (0.87s)
Fetching https://github.com/oscbyspro/AwesomeNumbersKit.git from cache
Fetched https://github.com/oscbyspro/AwesomeNumbersKit.git from cache (0.45s)
Computing version for https://github.com/oscbyspro/AwesomeNumbersKit.git
Computed https://github.com/oscbyspro/AwesomeNumbersKit.git at 0.6.2 (1.12s)
Creating working copy for https://github.com/oscbyspro/AwesomeNumbersKit.git
Working copy of https://github.com/oscbyspro/AwesomeNumbersKit.git resolved at 0.6.2
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)
warning: '.resolve-product-dependencies': dependency 'cryptoscraper' is not used by any target
Found 1 product dependencies
  - AwesomeNumbersKit
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/foscomputerservices/CryptoScraper.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/6] Write sources
[5/6] Write swift-version--6988338F2F200930.txt
[7/20] Compiling ANKFoundation ANKSigned.swift
[8/20] Compiling ANKFoundation ANKSign.swift
[9/20] Compiling ANKFoundation Aliases.swift
[10/20] Compiling ANKFoundation ANKWords.swift
[11/21] Compiling ANKFoundation Text.swift
[12/21] Compiling ANKFoundation ANKFixedWidthInteger.swift
[13/21] Compiling ANKFoundation ANKIntOrUInt.swift
[14/21] Compiling ANKFoundation ANKLargeBinaryInteger.swift
[15/21] Compiling ANKFoundation ANKLargeFixedWidthInteger.swift
[16/21] Compiling ANKFoundation ANKBigEndianTextCodable.swift
[17/21] Compiling ANKFoundation ANKBinaryInteger.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.3 macosSpm