Skip to content

Instantly share code, notes, and snippets.

View Higher08's full-sized avatar

Higher08

  • Ukraine
  • 08:38 (UTC +03:00)
View GitHub Profile
//
// ModelCredentialsAuthenticatable.swift
//
//
// Created by Dmytro on 12.02.2022.
//
import Vapor
import Bridges
//
// Router.swift
// Routing
//
//
import SwiftUI
enum Views: CaseIterable {
case main
/home/ubuntu/stalker/.build/checkouts/SDGCornerstone/Sources/SDGMathematics/Numeric Protocols/RationalArithmetic.swift:25:3: note: protocol requires initializer 'init(_:)' with type 'FloatMax' (aka 'Float80')
init(_ floatingPoint: FloatMax)
^
/home/ubuntu/stalker/.build/checkouts/SDGCornerstone/Sources/SDGMathematics/Float.swift:212:1: error: type 'CGFloat' does not conform to protocol 'RationalArithmetic'
extension CGFloat: FloatFamily {
^
/home/ubuntu/stalker/.build/checkouts/SDGCornerstone/Sources/SDGMathematics/Float.swift:222:21: note: candidate has non-matching type 'IntMax' (aka 'Int64')
@inlinable public init(_ int: IntMax) {
^
/home/ubuntu/stalker/.build/checkouts/SDGCornerstone/Sources/SDGMathematics/Float.swift:228:21: note: candidate has non-matching type 'String'