The Swift Package Index logo.Swift Package Index

Build Information

Failed to build Phantomlike with Swift 5.9 for macOS (SPM).

Build Command

Build command unavailable

Build Log

========================================
RunAll
========================================
Builder version: 4.27.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/adamnemecek/phantomlike.git
Reference: master
Initialized empty Git repository in /Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/adamnemecek/phantomlike
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 648b9b5 Update README.md
Cloned https://github.com/adamnemecek/phantomlike.git
Revision (git rev-parse @):
648b9b54b7adfadf74f4402e9ab1f2c756021329
SUCCESS checkout https://github.com/adamnemecek/phantomlike.git at master
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "phantomlike",
      "name": "Phantomlike",
      "url": "https://github.com/adamnemecek/phantomlike.git",
      "version": "unspecified",
      "path": "/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/phantomlike",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/adamnemecek/phantomlike.git
[3/203] Fetching phantomlike
Fetched https://github.com/adamnemecek/phantomlike.git (0.29s)
Creating working copy for https://github.com/adamnemecek/phantomlike.git
Working copy of https://github.com/adamnemecek/phantomlike.git resolved at master
warning: '.resolve-product-dependencies': dependency 'phantomlike' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.9
Building package at path:  $PWD/checkout
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.0.0.app xcrun swift build --arch arm64
Building for debugging...
error: emit-module command failed with exit code 1 (use -v to see invocation)
[1/4] Emitting module Phantomlike
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Phantomlike/FloatingValue.swift:69:26: error: 'Float80' is unavailable: Float80 is not available on target platform.
    public init(_ value: Float80) {
                         ^~~~~~~
Swift.Float80:2:23: note: 'Float80' has been explicitly marked unavailable here
@frozen public struct Float80 {
                      ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Phantomlike/FloatingValue.swift:9:15: error: type 'FloatingValue<Storage, Unit>' does not conform to protocol 'FloatingPoint'
public struct FloatingValue<Storage: BinaryFloatingPoint, Unit> : BinaryFloatingPoint, CustomStringConvertible {
              ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Phantomlike/FloatingValue.swift:9:15: error: 'FloatingPoint' requires the types 'FloatingValue<Storage, Unit>' and 'FloatingValue<Storage, Unit>.Magnitude' (aka 'Storage') be equivalent
public struct FloatingValue<Storage: BinaryFloatingPoint, Unit> : BinaryFloatingPoint, CustomStringConvertible {
              ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Phantomlike/FloatingValue.swift:9:15: note: requirement specified as 'Self' == 'Self.Magnitude' [with Self = FloatingValue<Storage, Unit>]
public struct FloatingValue<Storage: BinaryFloatingPoint, Unit> : BinaryFloatingPoint, CustomStringConvertible {
              ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Phantomlike/FloatingValue.swift:284:16: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'FloatingValue' to 'Hashable' by implementing 'hash(into:)' instead
    public var hashValue: Int {
               ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Phantomlike/SignedValue.swift:9:15: error: type 'SignedValue<Storage, Unit>' does not conform to protocol 'BinaryInteger'
public struct SignedValue<Storage: SignedInteger & FixedWidthInteger, Unit> : SignedInteger, FixedWidthInteger {
              ^
Swift.SIMD:22:24: note: candidate would match if 'SignedValue<Storage, Unit>' conformed to 'SIMD'
    public static func &= (a: inout Self, b: Self)
                       ^
Swift.SIMD:32:24: note: candidate has non-matching type '<Self> (inout Self, Self.Scalar) -> ()'
    public static func &= (a: inout Self, b: Self.Scalar)
                       ^
Swift.SIMD:24:24: note: candidate would match if 'SignedValue<Storage, Unit>' conformed to 'SIMD'
    public static func |= (a: inout Self, b: Self)
                       ^
Swift.SIMD:34:24: note: candidate has non-matching type '<Self> (inout Self, Self.Scalar) -> ()'
    public static func |= (a: inout Self, b: Self.Scalar)
                       ^
Swift.SIMD:23:24: note: candidate would match if 'SignedValue<Storage, Unit>' conformed to 'SIMD'
    public static func ^= (a: inout Self, b: Self)
                       ^
Swift.SIMD:33:24: note: candidate has non-matching type '<Self> (inout Self, Self.Scalar) -> ()'
    public static func ^= (a: inout Self, b: Self.Scalar)
                       ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Phantomlike/SignedValue.swift:73:16: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'SignedValue' to 'Hashable' by implementing 'hash(into:)' instead
    public var hashValue: Int {
               ^
Swift.BinaryInteger:26:17: note: protocol requires function '&=' with type '(inout SignedValue<Storage, Unit>, SignedValue<Storage, Unit>) -> ()'
    static func &= (lhs: inout Self, rhs: Self)
                ^
Swift.BinaryInteger:28:17: note: protocol requires function '|=' with type '(inout SignedValue<Storage, Unit>, SignedValue<Storage, Unit>) -> ()'
    static func |= (lhs: inout Self, rhs: Self)
                ^
Swift.BinaryInteger:30:17: note: protocol requires function '^=' with type '(inout SignedValue<Storage, Unit>, SignedValue<Storage, Unit>) -> ()'
    static func ^= (lhs: inout Self, rhs: Self)
                ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Phantomlike/UnsignedValue.swift:9:15: error: type 'UnsignedValue<Storage, Unit>' does not conform to protocol 'BinaryInteger'
public struct UnsignedValue<Storage: UnsignedInteger & FixedWidthInteger, Unit> : UnsignedInteger, FixedWidthInteger {
              ^
Swift.SIMD:22:24: note: candidate would match if 'UnsignedValue<Storage, Unit>' conformed to 'SIMD'
    public static func &= (a: inout Self, b: Self)
                       ^
Swift.SIMD:32:24: note: candidate has non-matching type '<Self> (inout Self, Self.Scalar) -> ()'
    public static func &= (a: inout Self, b: Self.Scalar)
                       ^
Swift.SIMD:24:24: note: candidate would match if 'UnsignedValue<Storage, Unit>' conformed to 'SIMD'
    public static func |= (a: inout Self, b: Self)
                       ^
Swift.SIMD:34:24: note: candidate has non-matching type '<Self> (inout Self, Self.Scalar) -> ()'
    public static func |= (a: inout Self, b: Self.Scalar)
                       ^
Swift.SIMD:23:24: note: candidate would match if 'UnsignedValue<Storage, Unit>' conformed to 'SIMD'
    public static func ^= (a: inout Self, b: Self)
                       ^
Swift.SIMD:33:24: note: candidate has non-matching type '<Self> (inout Self, Self.Scalar) -> ()'
    public static func ^= (a: inout Self, b: Self.Scalar)
                       ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Phantomlike/UnsignedValue.swift:73:16: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'UnsignedValue' to 'Hashable' by implementing 'hash(into:)' instead
    public var hashValue: Int {
               ^
Swift.BinaryInteger:26:17: note: protocol requires function '&=' with type '(inout UnsignedValue<Storage, Unit>, UnsignedValue<Storage, Unit>) -> ()'
    static func &= (lhs: inout Self, rhs: Self)
                ^
Swift.BinaryInteger:28:17: note: protocol requires function '|=' with type '(inout UnsignedValue<Storage, Unit>, UnsignedValue<Storage, Unit>) -> ()'
    static func |= (lhs: inout Self, rhs: Self)
                ^
Swift.BinaryInteger:30:17: note: protocol requires function '^=' with type '(inout UnsignedValue<Storage, Unit>, UnsignedValue<Storage, Unit>) -> ()'
    static func ^= (lhs: inout Self, rhs: Self)
                ^
[2/4] Compiling Phantomlike FloatingValue.swift
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Phantomlike/FloatingValue.swift:69:26: error: 'Float80' is unavailable: Float80 is not available on target platform.
    public init(_ value: Float80) {
                         ^~~~~~~
Swift.Float80:2:23: note: 'Float80' has been explicitly marked unavailable here
@frozen public struct Float80 {
                      ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Phantomlike/FloatingValue.swift:9:15: error: type 'FloatingValue<Storage, Unit>' does not conform to protocol 'FloatingPoint'
public struct FloatingValue<Storage: BinaryFloatingPoint, Unit> : BinaryFloatingPoint, CustomStringConvertible {
              ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Phantomlike/FloatingValue.swift:9:15: error: 'FloatingPoint' requires the types 'FloatingValue<Storage, Unit>' and 'FloatingValue<Storage, Unit>.Magnitude' (aka 'Storage') be equivalent
public struct FloatingValue<Storage: BinaryFloatingPoint, Unit> : BinaryFloatingPoint, CustomStringConvertible {
              ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Phantomlike/FloatingValue.swift:9:15: note: requirement specified as 'Self' == 'Self.Magnitude' [with Self = FloatingValue<Storage, Unit>]
public struct FloatingValue<Storage: BinaryFloatingPoint, Unit> : BinaryFloatingPoint, CustomStringConvertible {
              ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Phantomlike/FloatingValue.swift:284:16: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'FloatingValue' to 'Hashable' by implementing 'hash(into:)' instead
    public var hashValue: Int {
               ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Phantomlike/FloatingValue.swift:70:20: error: no exact matches in call to initializer
        content = .init(value)
                   ^
Swift.BinaryFloatingPoint:5:5: note: candidate expects value of type 'Float' for parameter #1 (got 'Float80')
    init(_ value: Float)
    ^
Swift.BinaryFloatingPoint:6:5: note: candidate expects value of type 'Double' for parameter #1 (got 'Float80')
    init(_ value: Double)
    ^
Swift.FloatingPoint:5:5: note: candidate expects value of type 'Int' for parameter #1 (got 'Float80')
    init(_ value: Int)
    ^
[3/4] Compiling Phantomlike UnsignedValue.swift
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Phantomlike/UnsignedValue.swift:9:15: error: type 'UnsignedValue<Storage, Unit>' does not conform to protocol 'BinaryInteger'
public struct UnsignedValue<Storage: UnsignedInteger & FixedWidthInteger, Unit> : UnsignedInteger, FixedWidthInteger {
              ^
Swift.SIMD:22:24: note: candidate would match if 'UnsignedValue<Storage, Unit>' conformed to 'SIMD'
    public static func &= (a: inout Self, b: Self)
                       ^
Swift.SIMD:32:24: note: candidate has non-matching type '<Self> (inout Self, Self.Scalar) -> ()'
    public static func &= (a: inout Self, b: Self.Scalar)
                       ^
Swift.SIMD:24:24: note: candidate would match if 'UnsignedValue<Storage, Unit>' conformed to 'SIMD'
    public static func |= (a: inout Self, b: Self)
                       ^
Swift.SIMD:34:24: note: candidate has non-matching type '<Self> (inout Self, Self.Scalar) -> ()'
    public static func |= (a: inout Self, b: Self.Scalar)
                       ^
Swift.SIMD:23:24: note: candidate would match if 'UnsignedValue<Storage, Unit>' conformed to 'SIMD'
    public static func ^= (a: inout Self, b: Self)
                       ^
Swift.SIMD:33:24: note: candidate has non-matching type '<Self> (inout Self, Self.Scalar) -> ()'
    public static func ^= (a: inout Self, b: Self.Scalar)
                       ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Phantomlike/UnsignedValue.swift:73:16: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'UnsignedValue' to 'Hashable' by implementing 'hash(into:)' instead
    public var hashValue: Int {
               ^
Swift.BinaryInteger:26:17: note: protocol requires function '&=' with type '(inout UnsignedValue<Storage, Unit>, UnsignedValue<Storage, Unit>) -> ()'
    static func &= (lhs: inout Self, rhs: Self)
                ^
Swift.BinaryInteger:28:17: note: protocol requires function '|=' with type '(inout UnsignedValue<Storage, Unit>, UnsignedValue<Storage, Unit>) -> ()'
    static func |= (lhs: inout Self, rhs: Self)
                ^
Swift.BinaryInteger:30:17: note: protocol requires function '^=' with type '(inout UnsignedValue<Storage, Unit>, UnsignedValue<Storage, Unit>) -> ()'
    static func ^= (lhs: inout Self, rhs: Self)
                ^
[4/4] Compiling Phantomlike SignedValue.swift
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Phantomlike/SignedValue.swift:9:15: error: type 'SignedValue<Storage, Unit>' does not conform to protocol 'BinaryInteger'
public struct SignedValue<Storage: SignedInteger & FixedWidthInteger, Unit> : SignedInteger, FixedWidthInteger {
              ^
Swift.SIMD:22:24: note: candidate would match if 'SignedValue<Storage, Unit>' conformed to 'SIMD'
    public static func &= (a: inout Self, b: Self)
                       ^
Swift.SIMD:32:24: note: candidate has non-matching type '<Self> (inout Self, Self.Scalar) -> ()'
    public static func &= (a: inout Self, b: Self.Scalar)
                       ^
Swift.SIMD:24:24: note: candidate would match if 'SignedValue<Storage, Unit>' conformed to 'SIMD'
    public static func |= (a: inout Self, b: Self)
                       ^
Swift.SIMD:34:24: note: candidate has non-matching type '<Self> (inout Self, Self.Scalar) -> ()'
    public static func |= (a: inout Self, b: Self.Scalar)
                       ^
Swift.SIMD:23:24: note: candidate would match if 'SignedValue<Storage, Unit>' conformed to 'SIMD'
    public static func ^= (a: inout Self, b: Self)
                       ^
Swift.SIMD:33:24: note: candidate has non-matching type '<Self> (inout Self, Self.Scalar) -> ()'
    public static func ^= (a: inout Self, b: Self.Scalar)
                       ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Phantomlike/SignedValue.swift:73:16: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'SignedValue' to 'Hashable' by implementing 'hash(into:)' instead
    public var hashValue: Int {
               ^
Swift.BinaryInteger:26:17: note: protocol requires function '&=' with type '(inout SignedValue<Storage, Unit>, SignedValue<Storage, Unit>) -> ()'
    static func &= (lhs: inout Self, rhs: Self)
                ^
Swift.BinaryInteger:28:17: note: protocol requires function '|=' with type '(inout SignedValue<Storage, Unit>, SignedValue<Storage, Unit>) -> ()'
    static func |= (lhs: inout Self, rhs: Self)
                ^
Swift.BinaryInteger:30:17: note: protocol requires function '^=' with type '(inout SignedValue<Storage, Unit>, SignedValue<Storage, Unit>) -> ()'
    static func ^= (lhs: inout Self, rhs: Self)
                ^
error: fatalError
[0/1] Planning build
Building for debugging...
[1/4] Compiling Phantomlike UnsignedValue.swift
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Phantomlike/UnsignedValue.swift:9:15: error: type 'UnsignedValue<Storage, Unit>' does not conform to protocol 'BinaryInteger'
public struct UnsignedValue<Storage: UnsignedInteger & FixedWidthInteger, Unit> : UnsignedInteger, FixedWidthInteger {
              ^
Swift.SIMD:22:24: note: candidate would match if 'UnsignedValue<Storage, Unit>' conformed to 'SIMD'
    public static func &= (a: inout Self, b: Self)
                       ^
Swift.SIMD:32:24: note: candidate has non-matching type '<Self> (inout Self, Self.Scalar) -> ()'
    public static func &= (a: inout Self, b: Self.Scalar)
                       ^
Swift.SIMD:24:24: note: candidate would match if 'UnsignedValue<Storage, Unit>' conformed to 'SIMD'
    public static func |= (a: inout Self, b: Self)
                       ^
Swift.SIMD:34:24: note: candidate has non-matching type '<Self> (inout Self, Self.Scalar) -> ()'
    public static func |= (a: inout Self, b: Self.Scalar)
                       ^
Swift.SIMD:23:24: note: candidate would match if 'UnsignedValue<Storage, Unit>' conformed to 'SIMD'
    public static func ^= (a: inout Self, b: Self)
                       ^
Swift.SIMD:33:24: note: candidate has non-matching type '<Self> (inout Self, Self.Scalar) -> ()'
    public static func ^= (a: inout Self, b: Self.Scalar)
                       ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Phantomlike/UnsignedValue.swift:73:16: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'UnsignedValue' to 'Hashable' by implementing 'hash(into:)' instead
    public var hashValue: Int {
               ^
Swift.BinaryInteger:26:17: note: protocol requires function '&=' with type '(inout UnsignedValue<Storage, Unit>, UnsignedValue<Storage, Unit>) -> ()'
    static func &= (lhs: inout Self, rhs: Self)
                ^
Swift.BinaryInteger:28:17: note: protocol requires function '|=' with type '(inout UnsignedValue<Storage, Unit>, UnsignedValue<Storage, Unit>) -> ()'
    static func |= (lhs: inout Self, rhs: Self)
                ^
Swift.BinaryInteger:30:17: note: protocol requires function '^=' with type '(inout UnsignedValue<Storage, Unit>, UnsignedValue<Storage, Unit>) -> ()'
    static func ^= (lhs: inout Self, rhs: Self)
                ^
error: emit-module command failed with exit code 1 (use -v to see invocation)
[2/4] Emitting module Phantomlike
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Phantomlike/FloatingValue.swift:69:26: error: 'Float80' is unavailable: Float80 is not available on target platform.
    public init(_ value: Float80) {
                         ^~~~~~~
Swift.Float80:2:23: note: 'Float80' has been explicitly marked unavailable here
@frozen public struct Float80 {
                      ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Phantomlike/FloatingValue.swift:9:15: error: type 'FloatingValue<Storage, Unit>' does not conform to protocol 'FloatingPoint'
public struct FloatingValue<Storage: BinaryFloatingPoint, Unit> : BinaryFloatingPoint, CustomStringConvertible {
              ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Phantomlike/FloatingValue.swift:9:15: error: 'FloatingPoint' requires the types 'FloatingValue<Storage, Unit>' and 'FloatingValue<Storage, Unit>.Magnitude' (aka 'Storage') be equivalent
public struct FloatingValue<Storage: BinaryFloatingPoint, Unit> : BinaryFloatingPoint, CustomStringConvertible {
              ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Phantomlike/FloatingValue.swift:9:15: note: requirement specified as 'Self' == 'Self.Magnitude' [with Self = FloatingValue<Storage, Unit>]
public struct FloatingValue<Storage: BinaryFloatingPoint, Unit> : BinaryFloatingPoint, CustomStringConvertible {
              ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Phantomlike/FloatingValue.swift:284:16: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'FloatingValue' to 'Hashable' by implementing 'hash(into:)' instead
    public var hashValue: Int {
               ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Phantomlike/SignedValue.swift:9:15: error: type 'SignedValue<Storage, Unit>' does not conform to protocol 'BinaryInteger'
public struct SignedValue<Storage: SignedInteger & FixedWidthInteger, Unit> : SignedInteger, FixedWidthInteger {
              ^
Swift.SIMD:22:24: note: candidate would match if 'SignedValue<Storage, Unit>' conformed to 'SIMD'
    public static func &= (a: inout Self, b: Self)
                       ^
Swift.SIMD:32:24: note: candidate has non-matching type '<Self> (inout Self, Self.Scalar) -> ()'
    public static func &= (a: inout Self, b: Self.Scalar)
                       ^
Swift.SIMD:24:24: note: candidate would match if 'SignedValue<Storage, Unit>' conformed to 'SIMD'
    public static func |= (a: inout Self, b: Self)
                       ^
Swift.SIMD:34:24: note: candidate has non-matching type '<Self> (inout Self, Self.Scalar) -> ()'
    public static func |= (a: inout Self, b: Self.Scalar)
                       ^
Swift.SIMD:23:24: note: candidate would match if 'SignedValue<Storage, Unit>' conformed to 'SIMD'
    public static func ^= (a: inout Self, b: Self)
                       ^
Swift.SIMD:33:24: note: candidate has non-matching type '<Self> (inout Self, Self.Scalar) -> ()'
    public static func ^= (a: inout Self, b: Self.Scalar)
                       ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Phantomlike/SignedValue.swift:73:16: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'SignedValue' to 'Hashable' by implementing 'hash(into:)' instead
    public var hashValue: Int {
               ^
Swift.BinaryInteger:26:17: note: protocol requires function '&=' with type '(inout SignedValue<Storage, Unit>, SignedValue<Storage, Unit>) -> ()'
    static func &= (lhs: inout Self, rhs: Self)
                ^
Swift.BinaryInteger:28:17: note: protocol requires function '|=' with type '(inout SignedValue<Storage, Unit>, SignedValue<Storage, Unit>) -> ()'
    static func |= (lhs: inout Self, rhs: Self)
                ^
Swift.BinaryInteger:30:17: note: protocol requires function '^=' with type '(inout SignedValue<Storage, Unit>, SignedValue<Storage, Unit>) -> ()'
    static func ^= (lhs: inout Self, rhs: Self)
                ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Phantomlike/UnsignedValue.swift:9:15: error: type 'UnsignedValue<Storage, Unit>' does not conform to protocol 'BinaryInteger'
public struct UnsignedValue<Storage: UnsignedInteger & FixedWidthInteger, Unit> : UnsignedInteger, FixedWidthInteger {
              ^
Swift.SIMD:22:24: note: candidate would match if 'UnsignedValue<Storage, Unit>' conformed to 'SIMD'
    public static func &= (a: inout Self, b: Self)
                       ^
Swift.SIMD:32:24: note: candidate has non-matching type '<Self> (inout Self, Self.Scalar) -> ()'
    public static func &= (a: inout Self, b: Self.Scalar)
                       ^
Swift.SIMD:24:24: note: candidate would match if 'UnsignedValue<Storage, Unit>' conformed to 'SIMD'
    public static func |= (a: inout Self, b: Self)
                       ^
Swift.SIMD:34:24: note: candidate has non-matching type '<Self> (inout Self, Self.Scalar) -> ()'
    public static func |= (a: inout Self, b: Self.Scalar)
                       ^
Swift.SIMD:23:24: note: candidate would match if 'UnsignedValue<Storage, Unit>' conformed to 'SIMD'
    public static func ^= (a: inout Self, b: Self)
                       ^
Swift.SIMD:33:24: note: candidate has non-matching type '<Self> (inout Self, Self.Scalar) -> ()'
    public static func ^= (a: inout Self, b: Self.Scalar)
                       ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Phantomlike/UnsignedValue.swift:73:16: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'UnsignedValue' to 'Hashable' by implementing 'hash(into:)' instead
    public var hashValue: Int {
               ^
Swift.BinaryInteger:26:17: note: protocol requires function '&=' with type '(inout UnsignedValue<Storage, Unit>, UnsignedValue<Storage, Unit>) -> ()'
    static func &= (lhs: inout Self, rhs: Self)
                ^
Swift.BinaryInteger:28:17: note: protocol requires function '|=' with type '(inout UnsignedValue<Storage, Unit>, UnsignedValue<Storage, Unit>) -> ()'
    static func |= (lhs: inout Self, rhs: Self)
                ^
Swift.BinaryInteger:30:17: note: protocol requires function '^=' with type '(inout UnsignedValue<Storage, Unit>, UnsignedValue<Storage, Unit>) -> ()'
    static func ^= (lhs: inout Self, rhs: Self)
                ^
[3/4] Compiling Phantomlike FloatingValue.swift
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Phantomlike/FloatingValue.swift:69:26: error: 'Float80' is unavailable: Float80 is not available on target platform.
    public init(_ value: Float80) {
                         ^~~~~~~
Swift.Float80:2:23: note: 'Float80' has been explicitly marked unavailable here
@frozen public struct Float80 {
                      ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Phantomlike/FloatingValue.swift:9:15: error: type 'FloatingValue<Storage, Unit>' does not conform to protocol 'FloatingPoint'
public struct FloatingValue<Storage: BinaryFloatingPoint, Unit> : BinaryFloatingPoint, CustomStringConvertible {
              ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Phantomlike/FloatingValue.swift:9:15: error: 'FloatingPoint' requires the types 'FloatingValue<Storage, Unit>' and 'FloatingValue<Storage, Unit>.Magnitude' (aka 'Storage') be equivalent
public struct FloatingValue<Storage: BinaryFloatingPoint, Unit> : BinaryFloatingPoint, CustomStringConvertible {
              ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Phantomlike/FloatingValue.swift:9:15: note: requirement specified as 'Self' == 'Self.Magnitude' [with Self = FloatingValue<Storage, Unit>]
public struct FloatingValue<Storage: BinaryFloatingPoint, Unit> : BinaryFloatingPoint, CustomStringConvertible {
              ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Phantomlike/FloatingValue.swift:284:16: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'FloatingValue' to 'Hashable' by implementing 'hash(into:)' instead
    public var hashValue: Int {
               ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Phantomlike/FloatingValue.swift:70:20: error: no exact matches in call to initializer
        content = .init(value)
                   ^
Swift.BinaryFloatingPoint:5:5: note: candidate expects value of type 'Float' for parameter #1 (got 'Float80')
    init(_ value: Float)
    ^
Swift.BinaryFloatingPoint:6:5: note: candidate expects value of type 'Double' for parameter #1 (got 'Float80')
    init(_ value: Double)
    ^
Swift.FloatingPoint:5:5: note: candidate expects value of type 'Int' for parameter #1 (got 'Float80')
    init(_ value: Int)
    ^
[4/4] Compiling Phantomlike SignedValue.swift
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Phantomlike/SignedValue.swift:9:15: error: type 'SignedValue<Storage, Unit>' does not conform to protocol 'BinaryInteger'
public struct SignedValue<Storage: SignedInteger & FixedWidthInteger, Unit> : SignedInteger, FixedWidthInteger {
              ^
Swift.SIMD:22:24: note: candidate would match if 'SignedValue<Storage, Unit>' conformed to 'SIMD'
    public static func &= (a: inout Self, b: Self)
                       ^
Swift.SIMD:32:24: note: candidate has non-matching type '<Self> (inout Self, Self.Scalar) -> ()'
    public static func &= (a: inout Self, b: Self.Scalar)
                       ^
Swift.SIMD:24:24: note: candidate would match if 'SignedValue<Storage, Unit>' conformed to 'SIMD'
    public static func |= (a: inout Self, b: Self)
                       ^
Swift.SIMD:34:24: note: candidate has non-matching type '<Self> (inout Self, Self.Scalar) -> ()'
    public static func |= (a: inout Self, b: Self.Scalar)
                       ^
Swift.SIMD:23:24: note: candidate would match if 'SignedValue<Storage, Unit>' conformed to 'SIMD'
    public static func ^= (a: inout Self, b: Self)
                       ^
Swift.SIMD:33:24: note: candidate has non-matching type '<Self> (inout Self, Self.Scalar) -> ()'
    public static func ^= (a: inout Self, b: Self.Scalar)
                       ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Phantomlike/SignedValue.swift:73:16: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'SignedValue' to 'Hashable' by implementing 'hash(into:)' instead
    public var hashValue: Int {
               ^
Swift.BinaryInteger:26:17: note: protocol requires function '&=' with type '(inout SignedValue<Storage, Unit>, SignedValue<Storage, Unit>) -> ()'
    static func &= (lhs: inout Self, rhs: Self)
                ^
Swift.BinaryInteger:28:17: note: protocol requires function '|=' with type '(inout SignedValue<Storage, Unit>, SignedValue<Storage, Unit>) -> ()'
    static func |= (lhs: inout Self, rhs: Self)
                ^
Swift.BinaryInteger:30:17: note: protocol requires function '^=' with type '(inout SignedValue<Storage, Unit>, SignedValue<Storage, Unit>) -> ()'
    static func ^= (lhs: inout Self, rhs: Self)
                ^
error: fatalError
BUILD FAILURE 5.9 macosSpm