The Swift Package Index logo.Swift Package Index

Build Information

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

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.22.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/adamnemecek/phantomlike.git
Reference: 1.0.0
Initialized empty Git repository in /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/adamnemecek/phantomlike
 * tag               1.0.0      -> FETCH_HEAD
HEAD is now at f77d3bb * constructors
Cloned https://github.com/adamnemecek/phantomlike.git into spi-builder-workspace
f77d3bbe3dea1c75985976e8b5349eff75365f1e
SUCCESS checkout https://github.com/adamnemecek/phantomlike.git at 1.0.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.7
Building package at path:  spi-builder-workspace
Running build ...
env DEVELOPER_DIR="/Applications/Xcode-14.2.0.app" xcrun swift build --arch arm64
Building for debugging...
[1/4] Compiling Phantomlike UnsignedValue.swift
/Users/builder/builds/o86TiJKT/0/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/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Phantomlike/UnsignedValue.swift:130: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/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Phantomlike/FloatingValue.swift:68: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/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Phantomlike/FloatingValue.swift:8:15: error: type 'FloatingValue<Storage, Unit>' does not conform to protocol 'FloatingPoint'
public struct FloatingValue<Storage: BinaryFloatingPoint, Unit> : BinaryFloatingPoint {
              ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Phantomlike/FloatingValue.swift:8: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 {
              ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Phantomlike/FloatingValue.swift:8:15: note: requirement specified as 'Self' == 'Self.Magnitude' [with Self = FloatingValue<Storage, Unit>]
public struct FloatingValue<Storage: BinaryFloatingPoint, Unit> : BinaryFloatingPoint {
              ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Phantomlike/FloatingValue.swift:279: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/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Phantomlike/SignedValue.swift:10: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/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Phantomlike/SignedValue.swift:131: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/builder/builds/o86TiJKT/0/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/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Phantomlike/UnsignedValue.swift:130: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/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Phantomlike/FloatingValue.swift:68: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/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Phantomlike/FloatingValue.swift:8:15: error: type 'FloatingValue<Storage, Unit>' does not conform to protocol 'FloatingPoint'
public struct FloatingValue<Storage: BinaryFloatingPoint, Unit> : BinaryFloatingPoint {
              ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Phantomlike/FloatingValue.swift:8: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 {
              ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Phantomlike/FloatingValue.swift:8:15: note: requirement specified as 'Self' == 'Self.Magnitude' [with Self = FloatingValue<Storage, Unit>]
public struct FloatingValue<Storage: BinaryFloatingPoint, Unit> : BinaryFloatingPoint {
              ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Phantomlike/FloatingValue.swift:279: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/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Phantomlike/FloatingValue.swift:69: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/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Phantomlike/SignedValue.swift:10: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/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Phantomlike/SignedValue.swift:131: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)
                ^
ShellOut encountered an error
Status code: 1
Message: ""
Output: "Building for debugging...
[1/4] Compiling Phantomlike UnsignedValue.swift
/Users/builder/builds/o86TiJKT/0/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/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Phantomlike/UnsignedValue.swift:130: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/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Phantomlike/FloatingValue.swift:68: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/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Phantomlike/FloatingValue.swift:8:15: error: type 'FloatingValue<Storage, Unit>' does not conform to protocol 'FloatingPoint'
public struct FloatingValue<Storage: BinaryFloatingPoint, Unit> : BinaryFloatingPoint {
              ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Phantomlike/FloatingValue.swift:8: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 {
              ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Phantomlike/FloatingValue.swift:8:15: note: requirement specified as 'Self' == 'Self.Magnitude' [with Self = FloatingValue<Storage, Unit>]
public struct FloatingValue<Storage: BinaryFloatingPoint, Unit> : BinaryFloatingPoint {
              ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Phantomlike/FloatingValue.swift:279: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/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Phantomlike/SignedValue.swift:10: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/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Phantomlike/SignedValue.swift:131: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/builder/builds/o86TiJKT/0/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/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Phantomlike/UnsignedValue.swift:130: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/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Phantomlike/FloatingValue.swift:68: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/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Phantomlike/FloatingValue.swift:8:15: error: type 'FloatingValue<Storage, Unit>' does not conform to protocol 'FloatingPoint'
public struct FloatingValue<Storage: BinaryFloatingPoint, Unit> : BinaryFloatingPoint {
              ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Phantomlike/FloatingValue.swift:8: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 {
              ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Phantomlike/FloatingValue.swift:8:15: note: requirement specified as 'Self' == 'Self.Magnitude' [with Self = FloatingValue<Storage, Unit>]
public struct FloatingValue<Storage: BinaryFloatingPoint, Unit> : BinaryFloatingPoint {
              ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Phantomlike/FloatingValue.swift:279: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/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Phantomlike/FloatingValue.swift:69: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/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Phantomlike/SignedValue.swift:10: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/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Phantomlike/SignedValue.swift:131: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)
                ^"
Retrying in 0.0 seconds ...
Building ... (attempt 2)
[0/1] Planning build
Building for debugging...
error: emit-module command failed with exit code 1 (use -v to see invocation)
[1/4] Emitting module Phantomlike
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Phantomlike/FloatingValue.swift:68: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/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Phantomlike/FloatingValue.swift:8:15: error: type 'FloatingValue<Storage, Unit>' does not conform to protocol 'FloatingPoint'
public struct FloatingValue<Storage: BinaryFloatingPoint, Unit> : BinaryFloatingPoint {
              ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Phantomlike/FloatingValue.swift:8: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 {
              ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Phantomlike/FloatingValue.swift:8:15: note: requirement specified as 'Self' == 'Self.Magnitude' [with Self = FloatingValue<Storage, Unit>]
public struct FloatingValue<Storage: BinaryFloatingPoint, Unit> : BinaryFloatingPoint {
              ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Phantomlike/FloatingValue.swift:279: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/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Phantomlike/SignedValue.swift:10: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/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Phantomlike/SignedValue.swift:131: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/builder/builds/o86TiJKT/0/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/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Phantomlike/UnsignedValue.swift:130: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/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Phantomlike/FloatingValue.swift:68: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/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Phantomlike/FloatingValue.swift:8:15: error: type 'FloatingValue<Storage, Unit>' does not conform to protocol 'FloatingPoint'
public struct FloatingValue<Storage: BinaryFloatingPoint, Unit> : BinaryFloatingPoint {
              ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Phantomlike/FloatingValue.swift:8: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 {
              ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Phantomlike/FloatingValue.swift:8:15: note: requirement specified as 'Self' == 'Self.Magnitude' [with Self = FloatingValue<Storage, Unit>]
public struct FloatingValue<Storage: BinaryFloatingPoint, Unit> : BinaryFloatingPoint {
              ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Phantomlike/FloatingValue.swift:279: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/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Phantomlike/FloatingValue.swift:69: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/builder/builds/o86TiJKT/0/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/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Phantomlike/UnsignedValue.swift:130: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/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Phantomlike/SignedValue.swift:10: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/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Phantomlike/SignedValue.swift:131: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)
                ^
ShellOut encountered an error
Status code: 1
Message: ""
Output: "[0/1] Planning build
Building for debugging...
error: emit-module command failed with exit code 1 (use -v to see invocation)[1/4] Emitting module Phantomlike
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Phantomlike/FloatingValue.swift:68: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/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Phantomlike/FloatingValue.swift:8:15: error: type 'FloatingValue<Storage, Unit>' does not conform to protocol 'FloatingPoint'
public struct FloatingValue<Storage: BinaryFloatingPoint, Unit> : BinaryFloatingPoint {
              ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Phantomlike/FloatingValue.swift:8: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 {
              ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Phantomlike/FloatingValue.swift:8:15: note: requirement specified as 'Self' == 'Self.Magnitude' [with Self = FloatingValue<Storage, Unit>]
public struct FloatingValue<Storage: BinaryFloatingPoint, Unit> : BinaryFloatingPoint {
              ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Phantomlike/FloatingValue.swift:279: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/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Phantomlike/SignedValue.swift:10: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/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Phantomlike/SignedValue.swift:131: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/builder/builds/o86TiJKT/0/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/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Phantomlike/UnsignedValue.swift:130: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/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Phantomlike/FloatingValue.swift:68: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/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Phantomlike/FloatingValue.swift:8:15: error: type 'FloatingValue<Storage, Unit>' does not conform to protocol 'FloatingPoint'
public struct FloatingValue<Storage: BinaryFloatingPoint, Unit> : BinaryFloatingPoint {
              ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Phantomlike/FloatingValue.swift:8: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 {
              ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Phantomlike/FloatingValue.swift:8:15: note: requirement specified as 'Self' == 'Self.Magnitude' [with Self = FloatingValue<Storage, Unit>]
public struct FloatingValue<Storage: BinaryFloatingPoint, Unit> : BinaryFloatingPoint {
              ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Phantomlike/FloatingValue.swift:279: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/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Phantomlike/FloatingValue.swift:69: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/builder/builds/o86TiJKT/0/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/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Phantomlike/UnsignedValue.swift:130: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/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Phantomlike/SignedValue.swift:10: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/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Phantomlike/SignedValue.swift:131: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)
                ^"
BUILD FAILURE 5.7 macosSpm

Build Machine: Mac 5