Build Information
Failed to build Euler with Swift 6.0 for watchOS using Xcode 16.0.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-15.3.0.app xcrun --toolchain org.swift.600202405261a xcodebuild -IDEClonedSourcePackagesDirPathOverride=$workDir/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $workDir/.derivedData build -scheme Euler-Package -destination generic/platform=watchos OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete
Build Log
lazy protocol witness table accessor for type [Euler.Token] and conformance [A] : Swift.Sequence in Swift in Grouper.o
lazy protocol witness table accessor for type [Euler.Node?] and conformance [A] : Swift.Sequence in Swift in Parser.o
lazy protocol witness table accessor for type [Euler.Group.GType] and conformance [A] : Swift.Sequence in Swift in Parser.o
lazy protocol witness table accessor for type [Euler.BigDouble] and conformance [A] : Swift.Sequence in Swift in Polynomial.o
...
"protocol conformance descriptor for <A where A: Swift.Decodable> [A] : Swift.Decodable in Swift", referenced from:
lazy protocol witness table accessor for type [Swift.UInt64] and conformance <A where A: Swift.Decodable> [A] : Swift.Decodable in Swift in BigDouble.o
"protocol conformance descriptor for [A] : Swift.RandomAccessCollection in Swift", referenced from:
lazy protocol witness table accessor for type [Swift.UInt] and conformance [A] : Swift.RandomAccessCollection in Swift in BigInt.o
lazy protocol witness table accessor for type [Swift.UInt8] and conformance [A] : Swift.RandomAccessCollection in Swift in sha256.o
lazy protocol witness table accessor for type [Swift.Int32] and conformance [A] : Swift.RandomAccessCollection in Swift in MOperations.o
"protocol conformance descriptor for [A] : Swift.Collection in Swift", referenced from:
lazy protocol witness table accessor for type [Euler.SymbolNode] and conformance [A] : Swift.Collection in Swift in Expression.o
lazy protocol witness table accessor for type [Swift.String] and conformance [A] : Swift.Collection in Swift in Expression.o
lazy protocol witness table accessor for type [(Swift.Int, Swift.Int)] and conformance [A] : Swift.Collection in Swift in Lexer.o
lazy protocol witness table accessor for type [(Swift.String, (Swift.String) -> Euler.Token?)] and conformance [A] : Swift.Collection in Swift in Lexer.o
lazy protocol witness table accessor for type [Swift.Character] and conformance [A] : Swift.Collection in Swift in CellAddressNode.o
lazy protocol witness table accessor for type [Euler.Node] and conformance [A] : Swift.Collection in Swift in ExpressionNode.o
lazy protocol witness table accessor for type [Euler.Node?] and conformance [A] : Swift.Collection in Swift in Parser.o
...
"protocol conformance descriptor for [A] : Swift.RangeReplaceableCollection in Swift", referenced from:
lazy protocol witness table accessor for type [Euler.BigDouble] and conformance [A] : Swift.RangeReplaceableCollection in Swift in Polynomial.o
lazy protocol witness table accessor for type [Swift.UInt64] and conformance [A] : Swift.RangeReplaceableCollection in Swift in BinaryBigInt.o
"protocol conformance descriptor for [A] : Swift.CustomStringConvertible in Swift", referenced from:
lazy protocol witness table accessor for type [Euler.Token] and conformance [A] : Swift.CustomStringConvertible in Swift in Grouper.o
lazy protocol witness table accessor for type [Swift.UInt64] and conformance [A] : Swift.CustomStringConvertible in Swift in BigDouble.o
"Swift.Array.subscript.modify : (Swift.Int) -> A", referenced from:
Euler.Grouper.group() throws -> [Euler.Group] in Grouper.o
Euler.OperatorNode.replaceDeepestRight(_: Euler.Node, penultimate: Swift.Bool) -> () in OperatorNode.o
Euler.Parser.(detectFunctions in _0A271C69EAE3EEE9E1597A90349F701A)(parsed: [Euler.Node?]) throws -> [Euler.Node?] in Parser.o
static Euler.Polynomial.+ infix(Euler.Polynomial, Euler.Polynomial) -> Euler.Polynomial in Polynomial.o
Euler.Polynomial.setCoef(at: Swift.Int, value: Euler.BigDouble) -> () in Polynomial.o
(extension in Euler):Swift.Array<A where A == Swift.UInt64>.addOneDigit(_: Swift.UInt64, padding: Swift.Int) -> () in BNativeExtensions.o
(extension in Euler):Swift.Array<A where A == Swift.UInt64>.addOneDigit(_: Swift.UInt64, padding: Swift.Int) -> () in BNativeExtensions.o
(extension in Euler):Swift.Array<A where A == Swift.UInt64>.addOneDigit(_: Swift.UInt64, padding: Swift.Int) -> () in BNativeExtensions.o
...
"Swift.Array.subscript.getter : (Swift.Int) -> A", referenced from:
Euler.Group.compile() throws -> () in Grouper.o
Euler.Group.toCellAdress() throws -> Euler.CellAddressNode in Grouper.o
Euler.Group.toSymbol() throws -> Euler.SymbolNode in Grouper.o
Euler.Group.toOperator(lhs: Euler.Node, rhs: Euler.Node) throws -> Euler.OperatorNode in Grouper.o
Euler.Group.toNumber() throws -> Euler.ConstantNode in Grouper.o
Euler.Group.toString() throws -> Euler.StringNode in Grouper.o
Euler.Grouper.peekCurrentToken() -> Euler.Token in Grouper.o
...
"Swift.Bool.description.getter : Swift.String", referenced from:
Euler.CellValue.description.getter : Swift.String? in CellValue.o
"type metadata for Swift.Bool", referenced from:
Euler.BigDouble.hash(into: inout Swift.Hasher) -> () in BigDouble.o
Euler.BigInt.hash(into: inout Swift.Hasher) -> () in BigInt.o
closure #1 ([Euler.CellValue]) -> Euler.CellValue in Euler.Tables.logicalFormulas.getter : [Swift.String : ([Euler.CellValue]) throws -> Euler.CellValue] in LogicalLinker.o
closure #2 ([Euler.CellValue]) -> Euler.CellValue in Euler.Tables.logicalFormulas.getter : [Swift.String : ([Euler.CellValue]) throws -> Euler.CellValue] in LogicalLinker.o
closure #3 ([Euler.CellValue]) -> Euler.CellValue in Euler.Tables.logicalFormulas.getter : [Swift.String : ([Euler.CellValue]) throws -> Euler.CellValue] in LogicalLinker.o
"protocol witness table for Swift.Bool : Swift.Hashable in Swift", referenced from:
lazy protocol witness table accessor for type Swift.Bool? and conformance <A where A: Swift.Hashable> A? : Swift.Hashable in Swift in CellValue.o
"protocol witness table for Swift.Bool : Swift.Equatable in Swift", referenced from:
Euler.Tables.AND(Swift.Bool...) -> Swift.Bool in Logical.o
Euler.Tables.AND([Swift.Bool]) -> Swift.Bool in Logical.o
Euler.Tables.OR(Swift.Bool...) -> Swift.Bool in Logical.o
Euler.Tables.OR([Swift.Bool]) -> Swift.Bool in Logical.o
Euler.Tables.XOR(Swift.Bool...) -> Swift.Bool in Logical.o
Euler.Tables.XOR(Swift.Bool...) -> Swift.Bool in Logical.o
Euler.Tables.XOR([Swift.Bool]) -> Swift.Bool in Logical.o
Euler.Tables.XOR([Swift.Bool]) -> Swift.Bool in Logical.o
...
"protocol witness table for Swift.Bool : Swift.CustomStringConvertible in Swift", referenced from:
Euler.BigDouble.hash(into: inout Swift.Hasher) -> () in BigDouble.o
Euler.BigInt.hash(into: inout Swift.Hasher) -> () in BigInt.o
"Swift.Double.isInfinite.getter : Swift.Bool", referenced from:
Euler.BigDouble.init(_: Swift.Double, withPrecision: Swift.Double) -> Euler.BigDouble in BigDouble.o
"static Swift.Double.leastNormalMagnitude.getter : Swift.Double", referenced from:
static Euler.BigDouble.nearlyEqual(_: Euler.BigDouble, _: Euler.BigDouble, epsilon: Swift.Double) -> Swift.Bool in OperationsBigDouble.o
static Euler.BigDouble.nearlyEqual(_: Euler.BigDouble, _: Euler.BigDouble, epsilon: Swift.Double) -> Swift.Bool in OperationsBigDouble.o
"static Swift.Double.greatestFiniteMagnitude.getter : Swift.Double", referenced from:
static Euler.BigDouble.nearlyEqual(_: Euler.BigDouble, _: Euler.BigDouble, epsilon: Swift.Double) -> Swift.Bool in OperationsBigDouble.o
"static Swift.Double.pi.getter : Swift.Double", referenced from:
Euler.gamma(Euler.BigDouble) throws -> Euler.BigDouble in gamma.o
"static Swift.Double.nan.getter : Swift.Double", referenced from:
closure #1 (Euler.BigDouble) -> Swift.Double in closure #1 ([Euler.BigDouble]) -> [Swift.Double] in Euler.Matrix.init(data: [[Euler.BigDouble]]) -> Euler.Matrix in Matrix.o
closure #1 (Euler.BigDouble) -> Swift.Double in closure #1 ([Euler.BigDouble]) -> [Swift.Double] in Euler.Matrix.init(data: [[Euler.BigDouble]], range: Swift.ClosedRange<Swift.Int>) -> Euler.Matrix in Matrix.o
closure #1 (Euler.BigDouble) -> Swift.Double in closure #1 ([Euler.BigDouble]) -> [Swift.Double] in Euler.Matrix.init(data: [[Euler.BigDouble]], range: Swift.Range<Swift.Int>) -> Euler.Matrix in Matrix.o
"Swift.Double.isNaN.getter : Swift.Bool", referenced from:
Euler.BigDouble.init(_: Swift.Double, withPrecision: Swift.Double) -> Euler.BigDouble in BigDouble.o
"static Swift.Double.infinity.getter : Swift.Double", referenced from:
closure #1 (Euler.BigDouble) -> Swift.Double in Euler.Vector.matrix.getter : Euler.Matrix in Vector.o
"Swift.Double.isFinite.getter : Swift.Bool", referenced from:
Euler.CellAddressNode.lettersToInt(Swift.String) -> Swift.Int? in CellAddressNode.o
Euler.BigDouble.init(_: Swift.Double, withPrecision: Swift.Double) -> Euler.BigDouble in BigDouble.o
Euler.BigDouble.init(_: Swift.Double, withPrecision: Swift.Double) -> Euler.BigDouble in BigDouble.o
Euler.BigDouble.scientificDescription.getter : Swift.String in BigDouble.o
Euler.BigDouble.sizeDescription.getter : Swift.String in BigDouble.o
static Euler.BigDouble.** infix(Euler.BigDouble, Euler.BigDouble) -> Euler.BigDouble in OperationsBigDouble.o
static Euler.BigDouble.** infix(Euler.BigDouble, Euler.BigDouble) -> Euler.BigDouble in OperationsBigDouble.o
static Euler.BigDouble.** infix(Euler.BigDouble, Euler.BigDouble) -> Euler.BigDouble in OperationsBigDouble.o
...
"type metadata for Swift.Double", referenced from:
Euler.ConstantNode.init(Swift.Double) -> Euler.ConstantNode in ConstantNode.o
Euler.Polynomial.evaluate(at: Euler.BigDouble) -> Euler.BigDouble in Polynomial.o
Euler.Polynomial.solveNewton(err: Euler.BigDouble) -> Euler.BigDouble in Polynomial.o
lazy protocol witness table accessor for type Swift.Double and conformance Swift.Double : Swift.BinaryFloatingPoint in Swift in Polynomial.o
Euler.BigDouble.init(_: Swift.Double, withPrecision: Swift.Double) -> Euler.BigDouble in BigDouble.o
Euler.BigDouble.init(_: Swift.Double, withPrecision: Swift.Double) -> Euler.BigDouble in BigDouble.o
Euler.BigDouble.init(_: Swift.Double, withPrecision: Swift.Double) -> Euler.BigDouble in BigDouble.o
...
"protocol conformance descriptor for Swift.Double : Swift.BinaryFloatingPoint in Swift", referenced from:
lazy protocol witness table accessor for type Swift.Double and conformance Swift.Double : Swift.BinaryFloatingPoint in Swift in Polynomial.o
"protocol conformance descriptor for Swift.Double : Swift.FloatingPoint in Swift", referenced from:
lazy protocol witness table accessor for type Swift.Double and conformance Swift.Double : Swift.FloatingPoint in Swift in modulo.o
"protocol witness table for Swift.Double : Swift.Comparable in Swift", referenced from:
Euler.Polynomial.solveNewton(err: Euler.BigDouble) -> Euler.BigDouble in Polynomial.o
Euler.BigDouble.init(_: Swift.Double, withPrecision: Swift.Double) -> Euler.BigDouble in BigDouble.o
Euler.BigDouble.init(_: Swift.Double, withPrecision: Swift.Double) -> Euler.BigDouble in BigDouble.o
associated type witness table accessor for Swift.Numeric.Magnitude : Swift.Comparable in Euler.BigDouble : Swift.Numeric in Euler in BigDouble.o
static (extension in Euler):Swift.Array.arange(start: Swift.Double, end: Swift.Double, step: Swift.Double, offset: Swift.Double) -> [Swift.Double] in Array.o
static Euler.Matrix.random(rows: Swift.Int, columns: Swift.Int) -> Euler.Matrix in MProperties.o
static Euler.BigInt.rand() -> Euler.BigDouble in random.o
...
"protocol witness table for Swift.Double : Swift.Numeric in Swift", referenced from:
associated type witness table accessor for Swift.Numeric.Magnitude : Swift.Numeric in Euler.BigDouble : Swift.Numeric in Euler in BigDouble.o
"protocol witness table for Swift.Double : Swift.SignedNumeric in Swift", referenced from:
Euler.BigDouble.init(_: Swift.Double, withPrecision: Swift.Double) -> Euler.BigDouble in BigDouble.o
Euler.BigDouble.init(_: Swift.Double, withPrecision: Swift.Double) -> Euler.BigDouble in BigDouble.o
static (extension in Euler):Swift.Array.arange(start: Swift.Double, end: Swift.Double, step: Swift.Double, offset: Swift.Double) -> [Swift.Double] in Array.o
"protocol witness table for Swift.Double : Swift.LosslessStringConvertible in Swift", referenced from:
Euler.ConstantNode.init(Swift.Double) -> Euler.ConstantNode in ConstantNode.o
Euler.BigDouble.init(_: Swift.Double, withPrecision: Swift.Double) -> Euler.BigDouble in BigDouble.o
"protocol witness table for Swift.Double : Swift._ExpressibleByBuiltinFloatLiteral in Swift", referenced from:
associated type witness table accessor for Swift.ExpressibleByFloatLiteral.FloatLiteralType : Swift._ExpressibleByBuiltinFloatLiteral in Euler.BigDouble : Swift.ExpressibleByFloatLiteral in Euler in BigDouble.o
associated type witness table accessor for Swift.ExpressibleByFloatLiteral.FloatLiteralType : Swift._ExpressibleByBuiltinFloatLiteral in Euler.BigInt : Swift.ExpressibleByFloatLiteral in Euler in BigInt.o
"protocol witness table for Swift.Double : Swift.CVarArg in Swift", referenced from:
Euler.BigDouble.sizeDescription.getter : Swift.String in BigDouble.o
Euler.BigDouble.sizeDescription.getter : Swift.String in BigDouble.o
Euler.BigDouble.sizeDescription.getter : Swift.String in BigDouble.o
Euler.BigDouble.sizeDescription.getter : Swift.String in BigDouble.o
Euler.BigInt.sizeDescription.getter : Swift.String in BigInt.o
Euler.BigInt.sizeDescription.getter : Swift.String in BigInt.o
Euler.BigInt.sizeDescription.getter : Swift.String in BigInt.o
Euler.BigInt.sizeDescription.getter : Swift.String in BigInt.o
...
"Swift.Double.init(Swift.Double) -> Swift.Double", referenced from:
Euler.ConstantNode.init(Swift.Double) -> Euler.ConstantNode in ConstantNode.o
Euler.BigDouble.init(_: Swift.Double, withPrecision: Swift.Double) -> Euler.BigDouble in BigDouble.o
Euler.BigDouble.init(_: Swift.Double, withPrecision: Swift.Double) -> Euler.BigDouble in BigDouble.o
"Swift.Double.init(Swift.Float) -> Swift.Double", referenced from:
Euler.ConstantNode.init(Swift.Float) -> Euler.ConstantNode in ConstantNode.o
"Swift.Double.init<A where A: Swift.StringProtocol>(A) -> Swift.Double?", referenced from:
Euler.BigDouble.scientificDescription.getter : Swift.String in BigDouble.o
Euler.BigDouble.rounded() -> Euler.BigInt in BigDouble.o
Euler.BigInt.scientificDescription.getter : Swift.String in BigInt.o
Euler.ln(Euler.BigInt) -> Euler.BigDouble in Logarithms.o
"Swift.Double.init<A where A: Swift.BinaryInteger>(A) -> Swift.Double", referenced from:
(extension in Euler):Swift.Array<A where A == Swift.UInt64>.divMod_ShiftSubtract([Swift.UInt64]) -> (quotient: [Swift.UInt64], remainder: [Swift.UInt64]) in Limbs.o
"method descriptor for Swift.Decodable.init(from: Swift.Decoder) throws -> A", referenced from:
l_got.$sSe4fromxs7Decoder_p_tKcfCTq in BigDouble.o
l_got.$sSe4fromxs7Decoder_p_tKcfCTq in BigInt.o
"protocol descriptor for Swift.Decodable", referenced from:
l_got.$sSeMp in BigDouble.o
l_got.$sSeMp in BigInt.o
"type metadata for Swift.Float", referenced from:
Euler.ConstantNode.init(Swift.Float) -> Euler.ConstantNode in ConstantNode.o
"protocol witness table for Swift.Float : Swift.LosslessStringConvertible in Swift", referenced from:
Euler.ConstantNode.init(Swift.Float) -> Euler.ConstantNode in ConstantNode.o
"Swift.Set.init(arrayLiteral: A...) -> Swift.Set<A>", referenced from:
Euler.Tables.daysBetween(firstDate: Foundation.Date, secondDate: Foundation.Date) -> Swift.Int in DateTime.o
Euler.Tables.YEARFRAC(start: Euler.BigDouble, end: Euler.BigDouble, basis: Swift.Int) throws -> Euler.BigDouble in DateTime.o
Euler.Tables.YEARFRAC(start: Euler.BigDouble, end: Euler.BigDouble, basis: Swift.Int) throws -> Euler.BigDouble in DateTime.o
"Swift.Set.count.getter : Swift.Int", referenced from:
Euler.Tables.COUNTUNIQUE([Swift.AnyHashable]) -> Swift.Int in Statistical.o
"Swift.Set.init<A where A == A1.Element, A1: Swift.Sequence>(__owned A1) -> Swift.Set<A>", referenced from:
Euler.Polynomial.roots.getter : [Euler.BigDouble] in Polynomial.o
Euler.Tables.COUNTUNIQUE([Swift.AnyHashable]) -> Swift.Int in Statistical.o
"protocol conformance descriptor for Swift.Set<A> : Swift.Sequence in Swift", referenced from:
lazy protocol witness table accessor for type Swift.Set<Euler.BigDouble> and conformance Swift.Set<A> : Swift.Sequence in Swift in Polynomial.o
"Swift.Int.init(bitPattern: Swift.OpaquePointer?) -> Swift.Int", referenced from:
generic specialization <serialized, Swift.UInt64, Swift.UInt8, ()> of _swift_se0333_UnsafePointer_withMemoryRebound in Expression.o
"type metadata for Swift.Int", referenced from:
Euler.Group.GType.hash(into: inout Swift.Hasher) -> () in Grouper.o
static Euler.Parser.(log in _7DD7D5E56DE6F1FF64B4DB2516AF4ACB)(latex: Swift.String) -> Swift.String in LaTeX.o
static Euler.Parser.(log in _7DD7D5E56DE6F1FF64B4DB2516AF4ACB)(latex: Swift.String) -> Swift.String in LaTeX.o
static Euler.Parser.(abs in _7DD7D5E56DE6F1FF64B4DB2516AF4ACB)(latex: Swift.String) -> Swift.String in LaTeX.o
static Euler.Parser.(abs in _7DD7D5E56DE6F1FF64B4DB2516AF4ACB)(latex: Swift.String) -> Swift.String in LaTeX.o
Euler.CellAddressNode.evaluate([Swift.String : Euler.BigDouble], [Swift.String : ([Euler.CellValue]) throws -> Euler.CellValue]) throws -> Euler.CellValue in CellAddressNode.o
lazy protocol witness table accessor for type Swift.Int and conformance Swift.Int : Swift.FixedWidthInteger in Swift in CellAddressNode.o
...
"protocol witness table for Swift.Int : Swift.Hashable in Swift", referenced from:
Euler.Group.GType.hash(into: inout Swift.Hasher) -> () in Grouper.o
Euler.(ParseError in _0A271C69EAE3EEE9E1597A90349F701A).hash(into: inout Swift.Hasher) -> () in Parser.o
Euler.Parser.ParseContext.hash(into: inout Swift.Hasher) -> () in Parser.o
Euler.BigDouble.(CodingKeys in _FEA909DBF059354E199F7A9B6309AB09).hash(into: inout Swift.Hasher) -> () in BigDouble.o
Euler.BigInt.(CodingKeys in _7CF80C7F6CA470DDBCF23132461DBEB3).hash(into: inout Swift.Hasher) -> () in BigInt.o
Euler.EulerError.hash(into: inout Swift.Hasher) -> () in Euler.o
Euler.Matrix.(MatrixSystemError in _D477301202B26BBDBC4B72FB3318BD8C).hash(into: inout Swift.Hasher) -> () in MOperations.o
...
"protocol witness table for Swift.Int : Swift.Comparable in Swift", referenced from:
static Euler.Parser.(log in _7DD7D5E56DE6F1FF64B4DB2516AF4ACB)(latex: Swift.String) -> Swift.String in LaTeX.o
static Euler.Parser.(log in _7DD7D5E56DE6F1FF64B4DB2516AF4ACB)(latex: Swift.String) -> Swift.String in LaTeX.o
static Euler.Parser.(abs in _7DD7D5E56DE6F1FF64B4DB2516AF4ACB)(latex: Swift.String) -> Swift.String in LaTeX.o
static Euler.Parser.(abs in _7DD7D5E56DE6F1FF64B4DB2516AF4ACB)(latex: Swift.String) -> Swift.String in LaTeX.o
static Euler.CellAddressNode.== infix(Euler.CellAddressNode, Euler.CellAddressNode) -> Swift.Bool in CellAddressNode.o
static Euler.ConstantNode.== infix(Euler.ConstantNode, Euler.ConstantNode) -> Swift.Bool in ConstantNode.o
static Euler.StringNode.== infix(Euler.StringNode, Euler.StringNode) -> Swift.Bool in StringNode.o
...
"protocol witness table for Swift.Int : Swift.Equatable in Swift", referenced from:
protocol witness for static Swift.Equatable.== infix(A, A) -> Swift.Bool in conformance (extension in Euler):Foundation.Data.HexEncodingOptions : Swift.Equatable in Euler in sha256.o
Euler.Tables.ACCRINT(Swift.Int, Swift.Int, Swift.Int, Euler.BigDouble, Euler.BigDouble, Swift.Int, Swift.Int) throws -> Euler.BigDouble in Financial.o
Euler.Tables.ACCRINT(Swift.Int, Swift.Int, Swift.Int, Euler.BigDouble, Euler.BigDouble, Swift.Int, Swift.Int) throws -> Euler.BigDouble in Financial.o
"protocol conformance descriptor for Swift.Int : Swift.SignedInteger in Swift", referenced from:
lazy protocol witness table accessor for type Swift.Int and conformance Swift.Int : Swift.SignedInteger in Swift in CellAddressNode.o
"protocol witness table for Swift.Int : Swift.Strideable in Swift", referenced from:
lazy protocol witness table accessor for type Swift.Range<Swift.Int> and conformance < where A: Swift.Strideable, A.Stride: Swift.SignedInteger> Swift.Range<A> : Swift.Collection in Swift in CellAddressNode.o
lazy protocol witness table accessor for type Swift.ClosedRange<Swift.Int> and conformance < where A: Swift.Strideable, A.Stride: Swift.SignedInteger> Swift.ClosedRange<A> : Swift.Collection in Swift in Regex.o
(extension in Euler):Swift.String.split(Swift.Int) -> [Swift.String] in BNativeExtensions.o
lazy protocol witness table accessor for type Swift.Range<Swift.Int> and conformance < where A: Swift.Strideable, A.Stride: Swift.SignedInteger> Swift.Range<A> : Swift.BidirectionalCollection in Swift in BNativeExtensions.o
Euler.BigDouble.scientificDescription.getter : Swift.String in BigDouble.o
Euler.BigInt.scientificDescription.getter : Swift.String in BigInt.o
lazy protocol witness table accessor for type Swift.ClosedRange<Swift.Int> and conformance < where A: Swift.Strideable, A.Stride: Swift.SignedInteger> Swift.ClosedRange<A> : Swift.BidirectionalCollection in Swift in Limbs.o
...
"protocol conformance descriptor for Swift.Int : Swift.BinaryInteger in Swift", referenced from:
lazy protocol witness table accessor for type Swift.Int and conformance Swift.Int : Swift.BinaryInteger in Swift in BigDouble.o
"protocol witness table for Swift.Int : Swift.SignedNumeric in Swift", referenced from:
Euler.BigDouble.init(_: Swift.Int, over: Swift.Int) -> Euler.BigDouble in BigDouble.o
Euler.BigDouble.init(Swift.String) -> Euler.BigDouble? in BigDouble.o
static Euler.BigDouble.** infix(Euler.BigDouble, Euler.BigDouble) -> Euler.BigDouble in OperationsBigDouble.o
Euler.BigInt.init(Swift.Int) -> Euler.BigInt in BigInt.o
associated type witness table accessor for Swift.Strideable.Stride : Swift.SignedNumeric in Euler.BigInt : Swift.Strideable in Euler in BigInt.o
Euler.leastFactor(Swift.Int) -> Swift.Int in leastFactor.o
"protocol conformance descriptor for Swift.Int : Swift.FixedWidthInteger in Swift", referenced from:
lazy protocol witness table accessor for type Swift.Int and conformance Swift.Int : Swift.FixedWidthInteger in Swift in CellAddressNode.o
"protocol witness table for Swift.Int : Swift.CustomStringConvertible in Swift", referenced from:
Euler.Polynomial.coefs.didset : [Euler.BigDouble] in Polynomial.o
Euler.Polynomial.init([Euler.BigDouble]) throws -> Euler.Polynomial in Polynomial.o
Euler.BigDouble.scientificDescription.getter : Swift.String in BigDouble.o
Euler.BigInt.scientificDescription.getter : Swift.String in BigInt.o
static Euler.Matrix.+ infix(Euler.Matrix, Euler.Matrix) -> Euler.Matrix in MOperations.o
static Euler.Matrix.- infix(Euler.Matrix, Euler.Matrix) -> Euler.Matrix in MOperations.o
static Euler.Matrix.<*> infix(Euler.Matrix, Euler.Matrix) -> Euler.Matrix in MOperations.o
...
"protocol witness table for Swift.Int : Swift.LosslessStringConvertible in Swift", referenced from:
Euler.ConstantNode.init(Swift.Int) -> Euler.ConstantNode in ConstantNode.o
Euler.BigDouble.scientificDescription.getter : Swift.String in BigDouble.o
Euler.BigInt.scientificDescription.getter : Swift.String in BigInt.o
"protocol witness table for Swift.Int : Swift._ExpressibleByBuiltinIntegerLiteral in Swift", referenced from:
associated type witness table accessor for Swift.ExpressibleByIntegerLiteral.IntegerLiteralType : Swift._ExpressibleByBuiltinIntegerLiteral in Euler.BigDouble : Swift.ExpressibleByIntegerLiteral in Euler in BigDouble.o
associated type witness table accessor for Swift.ExpressibleByIntegerLiteral.IntegerLiteralType : Swift._ExpressibleByBuiltinIntegerLiteral in Euler.BigInt : Swift.ExpressibleByIntegerLiteral in Euler in BigInt.o
"method descriptor for static Swift.Numeric.* infix(A, A) -> A", referenced from:
l_got.$sSj1moiyxx_xtFZTq in BigDouble.o
l_got.$sSj1moiyxx_xtFZTq in BigInt.o
"method descriptor for static Swift.Numeric.*= infix(inout A, A) -> ()", referenced from:
l_got.$sSj2meoiyyxz_xtFZTq in BigDouble.o
l_got.$sSj2meoiyyxz_xtFZTq in BigInt.o
"method descriptor for Swift.Numeric.init<A where A1: Swift.BinaryInteger>(exactly: A1) -> A?", referenced from:
l_got.$sSj7exactlyxSgqd___tcSzRd__lufCTq in BigDouble.o
l_got.$sSj7exactlyxSgqd___tcSzRd__lufCTq in BigInt.o
"associated conformance descriptor for Swift.Numeric.Swift.Numeric.Magnitude: Swift.Comparable", referenced from:
l_got.$sSj9MagnitudeSj_SLTn in BigDouble.o
l_got.$sSj9MagnitudeSj_SLTn in BigInt.o
"associated conformance descriptor for Swift.Numeric.Swift.Numeric.Magnitude: Swift.Numeric", referenced from:
l_got.$sSj9MagnitudeSj_SjTn in BigDouble.o
l_got.$sSj9MagnitudeSj_SjTn in BigInt.o
"method descriptor for Swift.Numeric.magnitude.getter : A.Magnitude", referenced from:
l_got.$sSj9magnitude9MagnitudeQzvgTq in BigDouble.o
l_got.$sSj9magnitude9MagnitudeQzvgTq in BigInt.o
"protocol descriptor for Swift.Numeric", referenced from:
l_got.$sSjMp in BigDouble.o
l_got.$sSjMp in BigInt.o
"base conformance descriptor for Swift.Numeric: Swift.AdditiveArithmetic", referenced from:
l_got.$sSjs18AdditiveArithmeticTb in BigDouble.o
l_got.$sSjs18AdditiveArithmeticTb in BigInt.o
"base conformance descriptor for Swift.Numeric: Swift.ExpressibleByIntegerLiteral", referenced from:
l_got.$sSjs27ExpressibleByIntegerLiteralTb in BigDouble.o
l_got.$sSjs27ExpressibleByIntegerLiteralTb in BigInt.o
"protocol descriptor for Swift.RandomAccessCollection", referenced from:
l_got.$sSkMp in sha256.o
"(extension in Swift):Swift.RandomAccessCollection< where A.Index: Swift.Strideable, A.Indices == Swift.Range<A.Index>, A.Index.Stride == Swift.Int>.indices.getter : Swift.Range<A.Index>", referenced from:
Euler.Matrix.determinant() -> Euler.BigDouble? in MOperations.o
"dispatch thunk of Swift.Collection.startIndex.getter : A.Index", referenced from:
(extension in Euler):Swift.StringProtocol.subscript.getter : (Swift.Int) -> Swift.Character in Regex.o
Euler.BytesSequence.makeIterator() -> Swift.AnyIterator<A.SubSequence> in sha256.o
(extension in Euler):Swift.Collection< where A.Element == Swift.UInt8, A.Index == Swift.Int>.toUInt32Array() -> [Swift.UInt32] in sha256.o
"associated conformance descriptor for Swift.Collection.Swift.Collection.SubSequence: Swift.Collection", referenced from:
closure #1 () -> A.SubSequence? in Euler.BytesSequence.makeIterator() -> Swift.AnyIterator<A.SubSequence> in sha256.o
"dispatch thunk of Swift.Collection.count.getter : Swift.Int", referenced from:
(extension in Euler):Swift.StringProtocol.subscript.getter : (Swift.PartialRangeFrom<Swift.Int>) -> A.SubSequence in Regex.o
(extension in Euler):Swift.Collection< where A.Element == Swift.UInt8, A.Index == Swift.Int>.toUInt32Array() -> [Swift.UInt32] in sha256.o
(extension in Euler):Swift.Collection< where A.Element == Swift.UInt8, A.Index == Swift.Int>.toUInt32Array() -> [Swift.UInt32] in sha256.o
(extension in Euler):Swift.Collection< where A.Element == Swift.UInt8, A.Index == Swift.Int>.toUInt32Array() -> [Swift.UInt32] in sha256.o
closure #1 () -> A.SubSequence? in Euler.BytesSequence.makeIterator() -> Swift.AnyIterator<A.SubSequence> in sha256.o
closure #1 () -> A.SubSequence? in Euler.BytesSequence.makeIterator() -> Swift.AnyIterator<A.SubSequence> in sha256.o
"dispatch thunk of Swift.Collection.isEmpty.getter : Swift.Bool", referenced from:
(extension in Euler):Swift.Collection< where A.Element == Swift.UInt8, A.Index == Swift.Int>.toUInt32Array() -> [Swift.UInt32] in sha256.o
closure #1 () -> A.SubSequence? in Euler.BytesSequence.makeIterator() -> Swift.AnyIterator<A.SubSequence> in sha256.o
"dispatch thunk of Swift.Collection.endIndex.getter : A.Index", referenced from:
(extension in Euler):Swift.Collection< where A.Element == Swift.UInt8, A.Index == Swift.Int>.toUInt32Array() -> [Swift.UInt32] in sha256.o
"protocol descriptor for Swift.Collection", referenced from:
l_got.$sSlMp in UnsafeMemory.o
"protocol requirements base descriptor for Swift.Collection", referenced from:
(extension in Euler):Swift.StringProtocol.subscript.getter : (Swift.Range<Swift.Int>) -> A.SubSequence in Regex.o
(extension in Euler):Swift.StringProtocol.subscript.getter : (Swift.ClosedRange<Swift.Int>) -> A.SubSequence in Regex.o
Euler.BytesSequence.makeIterator() -> Swift.AnyIterator<A.SubSequence> in sha256.o
closure #1 () -> A.SubSequence? in Euler.BytesSequence.makeIterator() -> Swift.AnyIterator<A.SubSequence> in sha256.o
closure #1 () -> A.SubSequence? in Euler.BytesSequence.makeIterator() -> Swift.AnyIterator<A.SubSequence> in sha256.o
"(extension in Swift):Swift.Collection.map<A>((A.Element) throws -> A1) throws -> [A1]", referenced from:
Euler.Expression.symbols.getter : [Euler.SymbolNode] in Expression.o
Euler.Expression.symbols.getter : [Euler.SymbolNode] in Expression.o
Euler.CellAddressNode.lettersToInt(Swift.String) -> Swift.Int? in CellAddressNode.o
Euler.CellAddressNode.lettersToInt(Swift.String) -> Swift.Int? in CellAddressNode.o
Euler.ExpressionNode.toString() -> Swift.String in ExpressionNode.o
Euler.ExpressionNode.toTex() -> Swift.String in ExpressionNode.o
Euler.ParenthesisNode.toString() -> Swift.String in ExpressionNode.o
...
"(extension in Swift):Swift.Collection.count.getter : Swift.Int", referenced from:
(extension in Euler):Swift.StringProtocol.subscript.getter : (Swift.Range<Swift.Int>) -> A.SubSequence in Regex.o
(extension in Euler):Swift.StringProtocol.subscript.getter : (Swift.Range<Swift.Int>) -> A.SubSequence in Regex.o
(extension in Euler):Swift.StringProtocol.subscript.getter : (Swift.ClosedRange<Swift.Int>) -> A.SubSequence in Regex.o
(extension in Euler):Swift.StringProtocol.subscript.getter : (Swift.ClosedRange<Swift.Int>) -> A.SubSequence in Regex.o
Euler.BigDouble.init(Swift.String) -> Euler.BigDouble? in BigDouble.o
Euler.BigDouble.scientificDescription.getter : Swift.String in BigDouble.o
Euler.BigInt.scientificDescription.getter : Swift.String in BigInt.o
...
"(extension in Swift):Swift.Collection.first.getter : A.Element?", referenced from:
Euler.ExpressionNode.compile() -> Euler.Node in ExpressionNode.o
Euler.ExpressionNode.evaluate([Swift.String : Euler.BigDouble], [Swift.String : ([Euler.CellValue]) throws -> Euler.CellValue]) throws -> Euler.CellValue in ExpressionNode.o
Euler.Parser.init(_: Swift.String, type: Euler.Parser.ParseContext, tablesContext: Euler.Tables?) -> Euler.Parser in Parser.o
Euler.Polynomial.coefs.didset : [Euler.BigDouble] in Polynomial.o
Euler.Polynomial.init([Euler.BigDouble]) throws -> Euler.Polynomial in Polynomial.o
closure #1 ([Euler.CellValue]) throws -> Euler.CellValue in Euler.Tables.engineeringFormulas.getter : [Swift.String : ([Euler.CellValue]) throws -> Euler.CellValue] in EngineeringLinker.o
closure #2 ([Euler.CellValue]) throws -> Euler.CellValue in Euler.Tables.engineeringFormulas.getter : [Swift.String : ([Euler.CellValue]) throws -> Euler.CellValue] in EngineeringLinker.o
...
"(extension in Swift):Swift.Collection.prefix(Swift.Int) -> A.SubSequence", referenced from:
(extension in Euler):Swift.StringProtocol.subscript.getter : (Swift.Range<Swift.Int>) -> A.SubSequence in Regex.o
(extension in Euler):Swift.StringProtocol.subscript.getter : (Swift.ClosedRange<Swift.Int>) -> A.SubSequence in Regex.o
(extension in Euler):Swift.StringProtocol.subscript.getter : (Swift.PartialRangeThrough<Swift.Int>) -> A.SubSequence in Regex.o
(extension in Euler):Swift.StringProtocol.subscript.getter : (Swift.PartialRangeUpTo<Swift.Int>) -> A.SubSequence in Regex.o
Euler.BigDouble.scientificDescription.getter : Swift.String in BigDouble.o
Euler.BigDouble.scientificDescription.getter : Swift.String in BigDouble.o
Euler.BigDouble.rounded() -> Euler.BigInt in BigDouble.o
...
"(extension in Swift):Swift.Collection.suffix(from: A.Index) -> A.SubSequence", referenced from:
(extension in Euler):Swift.Array<A where A == Swift.UInt64>.addLimbs([Swift.UInt64]) -> () in Limbs.o
(extension in Euler):Swift.Array<A where A == Swift.UInt64>.addLimbs(_: [Swift.UInt64], padding: Swift.Int) -> () in Limbs.o
"(extension in Swift):Swift.Collection.isEmpty.getter : Swift.Bool", referenced from:
Euler.Polynomial.roots.getter : [Euler.BigDouble] in Polynomial.o
closure #1 (inout Swift.UnsafeMutableBufferPointer<Swift.Double>) -> () in Euler.Matrix.inverse() -> Euler.Matrix in MOperations.o
closure #1 (inout Swift.UnsafeMutableBufferPointer<Swift.Double>) -> () in Euler.Matrix.inverse() -> Euler.Matrix in MOperations.o
closure #1 (inout Swift.UnsafeMutableBufferPointer<Swift.Double>) -> () in Euler.Matrix.inverse() -> Euler.Matrix in MOperations.o
closure #1 (inout Swift.UnsafeMutableBufferPointer<Swift.Double>) -> () in Euler.Matrix.inverse() -> Euler.Matrix in MOperations.o
closure #1 (inout Swift.UnsafeMutableBufferPointer<Swift.Double>) -> () in Euler.Matrix.inverse() -> Euler.Matrix in MOperations.o
closure #1 (inout Swift.UnsafeMutableBufferPointer<Swift.Double>) -> () in Euler.Matrix.inverse() -> Euler.Matrix in MOperations.o
...
"(extension in Swift):Swift.Collection.dropLast(Swift.Int) -> A.SubSequence", referenced from:
Euler.StringNode.init(Swift.String) -> Euler.StringNode in StringNode.o
Euler.BigDouble.decimalExpansion(precisionAfterDecimalPoint: Swift.Int, rounded: Swift.Bool) -> Swift.String in BigDouble.o
Euler.BigDouble.decimalExpansion(precisionAfterDecimalPoint: Swift.Int, rounded: Swift.Bool) -> Swift.String in BigDouble.o
closure #19 ([Euler.CellValue]) throws -> Euler.CellValue in Euler.Tables.statsFormulas.getter : [Swift.String : ([Euler.CellValue]) throws -> Euler.CellValue] in StatsLinker.o
"(extension in Swift):Swift.Collection.dropFirst(Swift.Int) -> A.SubSequence", referenced from:
Euler.StringNode.init(Swift.String) -> Euler.StringNode in StringNode.o
Euler.Parser.init(_: Swift.String, type: Euler.Parser.ParseContext, tablesContext: Euler.Tables?) -> Euler.Parser in Parser.o
Euler.BigDouble.init(_: Swift.String, radix: Swift.Int) -> Euler.BigDouble? in BigDouble.o
Euler.BigDouble.init(_: Swift.String, radix: Swift.Int) -> Euler.BigDouble? in BigDouble.o
Euler.BigDouble.init(_: Swift.String, radix: Swift.Int) -> Euler.BigDouble? in BigDouble.o
Euler.BigInt.init(prefixedNumber: Swift.String) -> Euler.BigInt? in BigInt.o
Euler.BigInt.init(prefixedNumber: Swift.String) -> Euler.BigInt? in BigInt.o
Euler.BigInt.init(prefixedNumber: Swift.String) -> Euler.BigInt? in BigInt.o
...
"(extension in Swift):Swift.Collection.subscript.getter : <A where A1: Swift.RangeExpression, A.Index == A1.Bound>(A1) -> A.SubSequence", referenced from:
Euler.Lexer.tokenize() -> [Euler.Token] in Lexer.o
Euler.Lexer.tokenize() -> [Euler.Token] in Lexer.o
Euler.Lexer.tokenize() -> [Euler.Token] in Lexer.o
(extension in Euler):Swift.String.substring(from: Swift.Int) -> Swift.String in Substring.o
(extension in Euler):Swift.String.substring(to: Swift.Int) -> Swift.String in Substring.o
"(extension in Swift):Swift.Collection< where A.Element: Swift.Equatable>.firstIndex(of: A.Element) -> A.Index?", referenced from:
Euler.CellAddressNode.lettersToInt(Swift.String) -> Swift.Int? in CellAddressNode.o
Euler.BigInt.init(_: Swift.String, radix: Swift.Int) -> Euler.BigInt? in BigInt.o
"(extension in Swift):Swift.Collection< where A.Element: Swift.Equatable>.index(of: A.Element) -> A.Index?", referenced from:
Euler.BigDouble.scientificDescription.getter : Swift.String in BigDouble.o
"(extension in Swift):Swift.Collection< where A.Element: Swift.Equatable>.split(separator: A.Element, maxSplits: Swift.Int, omittingEmptySubsequences: Swift.Bool) -> [A.SubSequence]", referenced from:
Euler.BigDouble.init(Swift.String) -> Euler.BigDouble? in BigDouble.o
"(extension in Swift):Swift.Collection< where A.Iterator == Swift.IndexingIterator<A>>.makeIterator() -> Swift.IndexingIterator<A>", referenced from:
static Euler.Lexer.sanitizer(Swift.String) -> Swift.String in Lexer.o
Euler.Lexer.tokenize() -> [Euler.Token] in Lexer.o
static Euler.CellAddressNode.== infix(Euler.CellAddressNode, Euler.CellAddressNode) -> Swift.Bool in CellAddressNode.o
static Euler.ConstantNode.== infix(Euler.ConstantNode, Euler.ConstantNode) -> Swift.Bool in ConstantNode.o
static Euler.StringNode.== infix(Euler.StringNode, Euler.StringNode) -> Swift.Bool in StringNode.o
Euler.Parser.init(tokens: [Euler.Token], type: Euler.Parser.ParseContext, tablesContext: Euler.Tables?) -> Euler.Parser in Parser.o
Euler.Parser.(cleaning in _0A271C69EAE3EEE9E1597A90349F701A)([Euler.Group]) -> [Euler.Group] in Parser.o
...
"dispatch thunk of Swift.Collection.subscript.getter : (Swift.Range<A.Index>) -> A.SubSequence", referenced from:
closure #1 () -> A.SubSequence? in Euler.BytesSequence.makeIterator() -> Swift.AnyIterator<A.SubSequence> in sha256.o
"dispatch thunk of Swift.Collection.subscript.read : (A.Index) -> A.Element", referenced from:
(extension in Euler):Swift.StringProtocol.subscript.getter : (Swift.Int) -> Swift.Character in Regex.o
(extension in Euler):Swift.Collection< where A.Element == Swift.UInt8, A.Index == Swift.Int>.toUInt32Array() -> [Swift.UInt32] in sha256.o
(extension in Euler):Swift.Collection< where A.Element == Swift.UInt8, A.Index == Swift.Int>.toUInt32Array() -> [Swift.UInt32] in sha256.o
(extension in Euler):Swift.Collection< where A.Element == Swift.UInt8, A.Index == Swift.Int>.toUInt32Array() -> [Swift.UInt32] in sha256.o
(extension in Euler):Swift.Collection< where A.Element == Swift.UInt8, A.Index == Swift.Int>.toUInt32Array() -> [Swift.UInt32] in sha256.o
"(extension in Swift):Swift.RangeReplaceableCollection.removeFirst() -> A.Element", referenced from:
Euler.Statistics.quantile(percentage: Swift.Double) throws -> Euler.BigDouble in Quantile.o
"(extension in Swift):Swift.RangeReplaceableCollection.removeSubrange(Swift.Range<A.Index>) -> ()", referenced from:
(extension in Euler):Swift.Array<A where A == Swift.UInt64>.shiftDown(Swift.Int) -> () in Limbs.o
(extension in Euler):Swift.Array<A where A == Swift.UInt64>.difference([Swift.UInt64]) -> () in Limbs.o
"static (extension in Swift):Swift.RangeReplaceableCollection.+ infix<A where A1: Swift.RangeReplaceableCollection, A.Element == A1.Element>(A, A1) -> A", referenced from:
Euler.BigDouble.rounded() -> Euler.BigInt in BigDouble.o
"(extension in Swift):Swift.RangeReplaceableCollection.filter((A.Element) throws -> Swift.Bool) throws -> A", referenced from:
Euler.BigDouble.init(Swift.String) -> Euler.BigDouble? in BigDouble.o
Euler.BigDouble.init(Swift.String) -> Euler.BigDouble? in BigDouble.o
Euler.BigDouble.init(Swift.String) -> Euler.BigDouble? in BigDouble.o
Euler.BigDouble.init(Swift.String) -> Euler.BigDouble? in BigDouble.o
"(extension in Swift):Swift.RangeReplaceableCollection.insert<A where A1: Swift.Collection, A.Element == A1.Element>(contentsOf: __owned A1, at: A.Index) -> ()", referenced from:
static Euler.Polynomial.+ infix(Euler.Polynomial, Euler.Polynomial) -> Euler.Polynomial in Polynomial.o
Euler.BigDouble.scientificDescription.getter : Swift.String in BigDouble.o
Euler.BigInt.scientificDescription.getter : Swift.String in BigInt.o
(extension in Euler):Swift.Array<A where A == Swift.UInt64>.shiftUp(Swift.Int) -> () in Limbs.o
"(extension in Swift):Swift.RangeReplaceableCollection< where A: Swift.BidirectionalCollection>.removeLast() -> A.Swift.Sequence.Element", referenced from:
static Euler.BigInt.~ prefix(Euler.BigInt) -> Euler.BigInt in BinaryBigInt.o
(extension in Euler):Swift.Array<A where A == Swift.UInt64>.shiftDown(Swift.Int) -> () in Limbs.o
(extension in Euler):Swift.Array<A where A == Swift.UInt64>.divMod([Swift.UInt64]) -> (quotient: [Swift.UInt64], remainder: [Swift.UInt64]) in Limbs.o
(extension in Euler):Swift.Array<A where A == Swift.UInt64>.divMod([Swift.UInt64]) -> (quotient: [Swift.UInt64], remainder: [Swift.UInt64]) in Limbs.o
(extension in Euler):Swift.Array<A where A == Swift.UInt64>.divMod([Swift.UInt64]) -> (quotient: [Swift.UInt64], remainder: [Swift.UInt64]) in Limbs.o
"type metadata accessor for Swift.Range", referenced from:
Swift.Range.init(_uncheckedBounds: (lower: A, upper: A)) -> Swift.Range<A> in LaTeX.o
"(extension in Swift):Swift.Range< where A: Swift.Strideable, A.Stride: Swift.SignedInteger>.init(Swift.ClosedRange<A>) -> Swift.Range<A>", referenced from:
Euler.BigDouble.scientificDescription.getter : Swift.String in BigDouble.o
Euler.BigInt.scientificDescription.getter : Swift.String in BigInt.o
Euler.Matrix.mean(Swift.ClosedRange<Swift.Int>) -> Euler.Matrix in MOperations.o
Euler.Matrix.std(Swift.ClosedRange<Swift.Int>) -> Euler.Matrix in MOperations.o
Euler.Matrix.subscript.getter : (rows: Swift.ClosedRange<Swift.Int>) -> Euler.Matrix in MProperties.o
Euler.Matrix.subscript.setter : (rows: Swift.ClosedRange<Swift.Int>) -> Euler.Matrix in MProperties.o
Euler.Matrix.subscript.getter : (columns: Swift.ClosedRange<Swift.Int>) -> Euler.Matrix in MProperties.o
...
"protocol conformance descriptor for < where A: Swift.Strideable, A.Stride: Swift.SignedInteger> Swift.Range<A> : Swift.BidirectionalCollection in Swift", referenced from:
lazy protocol witness table accessor for type Swift.Range<Swift.Int> and conformance < where A: Swift.Strideable, A.Stride: Swift.SignedInteger> Swift.Range<A> : Swift.BidirectionalCollection in Swift in BNativeExtensions.o
"protocol conformance descriptor for < where A: Swift.Strideable, A.Stride: Swift.SignedInteger> Swift.Range<A> : Swift.Sequence in Swift", referenced from:
lazy protocol witness table accessor for type Swift.Range<Swift.Int> and conformance < where A: Swift.Strideable, A.Stride: Swift.SignedInteger> Swift.Range<A> : Swift.Sequence in Swift in MOperations.o
"protocol conformance descriptor for < where A: Swift.Strideable, A.Stride: Swift.SignedInteger> Swift.Range<A> : Swift.Collection in Swift", referenced from:
lazy protocol witness table accessor for type Swift.Range<Swift.Int> and conformance < where A: Swift.Strideable, A.Stride: Swift.SignedInteger> Swift.Range<A> : Swift.Collection in Swift in CellAddressNode.o
lazy protocol witness table accessor for type Swift.Range<Euler.BigInt> and conformance < where A: Swift.Strideable, A.Stride: Swift.SignedInteger> Swift.Range<A> : Swift.Collection in Swift in isPrime.o
"Swift.UnsafeMutablePointer.deallocate() -> ()", referenced from:
Euler.SHA256.(arrayOfBytes in _7E38DD21E3152CA0F1236381979F2683)<A>(value: A, length: Swift.Int?) -> [Swift.UInt8] in sha256.o
"Swift.UnsafeMutablePointer.deinitialize(count: Swift.Int) -> Swift.UnsafeMutableRawPointer", referenced from:
Euler.SHA256.(arrayOfBytes in _7E38DD21E3152CA0F1236381979F2683)<A>(value: A, length: Swift.Int?) -> [Swift.UInt8] in sha256.o
"static Swift.UnsafeMutablePointer.allocate(capacity: Swift.Int) -> Swift.UnsafeMutablePointer<A>", referenced from:
Euler.SHA256.(arrayOfBytes in _7E38DD21E3152CA0F1236381979F2683)<A>(value: A, length: Swift.Int?) -> [Swift.UInt8] in sha256.o
"type metadata accessor for Swift.Optional", referenced from:
type metadata accessor for Euler.BigDouble? in ConstantNode.o
(extension in Euler):Swift.Dictionary.merge(dict: [A : B]) -> () in Execute.o
(extension in Euler):Swift.Dictionary.merge(dict: [A : B]) -> () in Execute.o
"Swift.UnsafeMutableBufferPointer.baseAddress.getter : Swift.UnsafeMutablePointer<A>?", referenced from:
closure #1 (inout Swift.UnsafeMutableBufferPointer<Swift.Double>) -> () in Euler.Matrix.inverse() -> Euler.Matrix in MOperations.o
closure #1 (inout Swift.UnsafeMutableBufferPointer<Swift.Double>) -> () in Euler.Matrix.inverse() -> Euler.Matrix in MOperations.o
closure #1 (inout Swift.UnsafeMutableBufferPointer<Swift.Double>) -> () in closure #1 (Swift.UnsafeBufferPointer<Swift.Double>) -> () in static Euler.Matrix.+ infix(Euler.Matrix, Euler.Matrix) -> Euler.Matrix in MOperations.o
closure #1 (inout Swift.UnsafeMutableBufferPointer<Swift.Double>) -> () in closure #2 (Swift.UnsafeBufferPointer<Swift.Double>) -> () in static Euler.Matrix.+ infix(Euler.Matrix, Euler.Matrix) -> Euler.Matrix in MOperations.o
closure #1 (inout Swift.UnsafeMutableBufferPointer<Swift.Double>) -> () in closure #3 (Swift.UnsafeBufferPointer<Swift.Double>) -> () in static Euler.Matrix.+ infix(Euler.Matrix, Euler.Matrix) -> Euler.Matrix in MOperations.o
closure #1 (inout Swift.UnsafeMutableBufferPointer<Swift.Double>) -> () in closure #1 (Swift.UnsafeBufferPointer<Swift.Double>) -> () in static Euler.Matrix.+ infix(Euler.Matrix, Swift.Double) -> Euler.Matrix in MOperations.o
closure #1 (inout Swift.UnsafeMutableBufferPointer<Swift.Double>) -> () in closure #1 (Swift.UnsafeBufferPointer<Swift.Double>) -> () in static Euler.Matrix.- infix(Euler.Matrix, Euler.Matrix) -> Euler.Matrix in MOperations.o
...
"Swift.Substring.startIndex.getter : Swift.String.Index", referenced from:
Euler.BigDouble.scientificDescription.getter : Swift.String in BigDouble.o
Euler.BigInt.scientificDescription.getter : Swift.String in BigInt.o
"Swift.Substring.init(stringLiteral: Swift.String) -> Swift.Substring", referenced from:
Euler.BigDouble.init(Swift.String) -> Euler.BigDouble? in BigDouble.o
Euler.BigDouble.init(Swift.String) -> Euler.BigDouble? in BigDouble.o
"Swift.Substring.index(after: Swift.String.Index) -> Swift.String.Index", referenced from:
Euler.BigDouble.scientificDescription.getter : Swift.String in BigDouble.o
Euler.BigInt.scientificDescription.getter : Swift.String in BigInt.o
"Swift.Substring.append<A where A: Swift.Sequence, A.Element == Swift.Character>(contentsOf: A) -> ()", referenced from:
Euler.BigDouble.scientificDescription.getter : Swift.String in BigDouble.o
Euler.BigInt.scientificDescription.getter : Swift.String in BigInt.o
"type metadata for Swift.Substring", referenced from:
static Euler.Parser.(nthroot in _7DD7D5E56DE6F1FF64B4DB2516AF4ACB)(latex: Swift.String) -> Swift.String in LaTeX.o
static Euler.Parser.(log in _7DD7D5E56DE6F1FF64B4DB2516AF4ACB)(latex: Swift.String) -> Swift.String in LaTeX.o
static Euler.Parser.(log in _7DD7D5E56DE6F1FF64B4DB2516AF4ACB)(latex: Swift.String) -> Swift.String in LaTeX.o
static Euler.Parser.(log in _7DD7D5E56DE6F1FF64B4DB2516AF4ACB)(latex: Swift.String) -> Swift.String in LaTeX.o
static Euler.Parser.(abs in _7DD7D5E56DE6F1FF64B4DB2516AF4ACB)(latex: Swift.String) -> Swift.String in LaTeX.o
static Euler.Parser.(fractions in _7DD7D5E56DE6F1FF64B4DB2516AF4ACB)(latex: Swift.String) -> Swift.String in LaTeX.o
lazy protocol witness table accessor for type Swift.Substring and conformance Swift.Substring : Swift.StringProtocol in Swift in LaTeX.o
...
"protocol conformance descriptor for Swift.Substring : Swift.Collection in Swift", referenced from:
lazy protocol witness table accessor for type Swift.Substring and conformance Swift.Substring : Swift.Collection in Swift in StringNode.o
"protocol conformance descriptor for Swift.Substring : Swift.RangeReplaceableCollection in Swift", referenced from:
lazy protocol witness table accessor for type Swift.Substring and conformance Swift.Substring : Swift.RangeReplaceableCollection in Swift in BigDouble.o
"protocol conformance descriptor for Swift.Substring : Swift.StringProtocol in Swift", referenced from:
lazy protocol witness table accessor for type Swift.Substring and conformance Swift.Substring : Swift.StringProtocol in Swift in LaTeX.o
"protocol witness table for Swift.Substring : Swift.TextOutputStreamable in Swift", referenced from:
static Euler.Parser.(nthroot in _7DD7D5E56DE6F1FF64B4DB2516AF4ACB)(latex: Swift.String) -> Swift.String in LaTeX.o
static Euler.Parser.(log in _7DD7D5E56DE6F1FF64B4DB2516AF4ACB)(latex: Swift.String) -> Swift.String in LaTeX.o
static Euler.Parser.(abs in _7DD7D5E56DE6F1FF64B4DB2516AF4ACB)(latex: Swift.String) -> Swift.String in LaTeX.o
static Euler.Parser.(fractions in _7DD7D5E56DE6F1FF64B4DB2516AF4ACB)(latex: Swift.String) -> Swift.String in LaTeX.o
Euler.BigDouble.scientificDescription.getter : Swift.String in BigDouble.o
Euler.BigInt.scientificDescription.getter : Swift.String in BigInt.o
"protocol witness table for Swift.Substring : Swift.CustomStringConvertible in Swift", referenced from:
static Euler.Parser.(nthroot in _7DD7D5E56DE6F1FF64B4DB2516AF4ACB)(latex: Swift.String) -> Swift.String in LaTeX.o
static Euler.Parser.(log in _7DD7D5E56DE6F1FF64B4DB2516AF4ACB)(latex: Swift.String) -> Swift.String in LaTeX.o
static Euler.Parser.(abs in _7DD7D5E56DE6F1FF64B4DB2516AF4ACB)(latex: Swift.String) -> Swift.String in LaTeX.o
static Euler.Parser.(fractions in _7DD7D5E56DE6F1FF64B4DB2516AF4ACB)(latex: Swift.String) -> Swift.String in LaTeX.o
Euler.BigDouble.scientificDescription.getter : Swift.String in BigDouble.o
Euler.BigInt.scientificDescription.getter : Swift.String in BigInt.o
"method descriptor for Swift.IteratorProtocol.next() -> A.Element?", referenced from:
l_got.$sSt4next7ElementQzSgyFTq in Collatz.o
l_got.$sSt4next7ElementQzSgyFTq in Fibonacci-26244d67201b604012902d621fe59cb7.o
l_got.$sSt4next7ElementQzSgyFTq in Sieve.o
l_got.$sSt4next7ElementQzSgyFTq in UnsafeMemory.o
l_got.$sSt4next7ElementQzSgyFTq in UnsafeMutableMemory.o
"protocol descriptor for Swift.IteratorProtocol", referenced from:
l_got.$sStMp in Collatz.o
l_got.$sStMp in Fibonacci-26244d67201b604012902d621fe59cb7.o
l_got.$sStMp in Sieve.o
l_got.$sStMp in UnsafeMemory.o
l_got.$sStMp in UnsafeMutableMemory.o
"type metadata for Swift.UInt", referenced from:
lazy protocol witness table accessor for type Swift.UInt and conformance Swift.UInt : Swift.FixedWidthInteger in Swift in Regex.o
Euler.BigInt.words.getter : [Swift.UInt] in BigInt.o
closure #1 (Swift.UInt64) -> Swift.UInt in Euler.BigInt.words.getter : [Swift.UInt] in BigInt.o
closure #1 (Swift.UInt) -> Swift.UInt64 in Euler.BigInt.init(sign: Swift.Bool, words: [Swift.UInt]) -> Euler.BigInt in BigInt.o
Euler.BigInt.init(Swift.UInt) -> Euler.BigInt in BigInt.o
lazy protocol witness table accessor for type Swift.UInt and conformance Swift.UInt : Swift.BinaryInteger in Swift in BigInt.o
lazy protocol witness table accessor for type Swift.UInt and conformance Swift.UInt : Swift.UnsignedInteger in Swift in BigInt.o
...
"protocol witness table for Swift.UInt : Swift.Equatable in Swift", referenced from:
protocol witness for static Swift.Equatable.== infix(A, A) -> Swift.Bool in conformance __C.NSRegularExpressionOptions : Swift.Equatable in __C_Synthesized in Regex.o
protocol witness for static Swift.Equatable.== infix(A, A) -> Swift.Bool in conformance __C.NSMatchingOptions : Swift.Equatable in __C_Synthesized in Regex.o
"protocol conformance descriptor for Swift.UInt : Swift.UnsignedInteger in Swift", referenced from:
lazy protocol witness table accessor for type Swift.UInt and conformance Swift.UInt : Swift.UnsignedInteger in Swift in BigInt.o
"protocol conformance descriptor for Swift.UInt : Swift.BinaryInteger in Swift", referenced from:
lazy protocol witness table accessor for type Swift.UInt and conformance Swift.UInt : Swift.BinaryInteger in Swift in BigInt.o
"protocol conformance descriptor for Swift.UInt : Swift.FixedWidthInteger in Swift", referenced from:
lazy protocol witness table accessor for type Swift.UInt and conformance Swift.UInt : Swift.FixedWidthInteger in Swift in Regex.o
"method descriptor for static Swift.Strideable._step(after: (index: Swift.Int?, value: A), from: A, by: A.Stride) -> (index: Swift.Int?, value: A)", referenced from:
l_got.$sSx5_step5after4from2bySiSg5index_x5valuetAeF_xAGt_x6StrideQztFZTq in BigDouble.o
l_got.$sSx5_step5after4from2bySiSg5index_x5valuetAeF_xAGt_x6StrideQztFZTq in BigInt.o
"associated conformance descriptor for Swift.Strideable.Swift.Strideable.Stride: Swift.Comparable", referenced from:
l_got.$sSx6StrideSx_SLTn in BigDouble.o
l_got.$sSx6StrideSx_SLTn in BigInt.o
"associated conformance descriptor for Swift.Strideable.Swift.Strideable.Stride: Swift.SignedNumeric", referenced from:
l_got.$sSx6StrideSx_s13SignedNumericTn in BigDouble.o
l_got.$sSx6StrideSx_s13SignedNumericTn in BigInt.o
"method descriptor for Swift.Strideable.advanced(by: A.Stride) -> A", referenced from:
l_got.$sSx8advanced2byx6StrideQz_tFTq in BigDouble.o
l_got.$sSx8advanced2byx6StrideQz_tFTq in BigInt.o
"method descriptor for Swift.Strideable.distance(to: A) -> A.Stride", referenced from:
l_got.$sSx8distance2to6StrideQzx_tFTq in BigDouble.o
l_got.$sSx8distance2to6StrideQzx_tFTq in BigInt.o
"protocol descriptor for Swift.Strideable", referenced from:
l_got.$sSxMp in BigDouble.o
l_got.$sSxMp in BigInt.o
"base conformance descriptor for Swift.Strideable: Swift.Comparable", referenced from:
l_got.$sSxSLTb in BigDouble.o
l_got.$sSxSLTb in BigInt.o
"static (extension in Swift):Swift.Strideable._step(after: (index: Swift.Int?, value: A), from: A, by: A.Stride) -> (index: Swift.Int?, value: A)", referenced from:
protocol witness for static Swift.Strideable._step(after: (index: Swift.Int?, value: A), from: A, by: A.Stride) -> (index: Swift.Int?, value: A) in conformance Euler.BigDouble : Swift.Strideable in Euler in BigDouble.o
protocol witness for static Swift.Strideable._step(after: (index: Swift.Int?, value: A), from: A, by: A.Stride) -> (index: Swift.Int?, value: A) in conformance Euler.BigInt : Swift.Strideable in Euler in BigInt.o
"static (extension in Swift):Swift.StringProtocol.== infix<A where A1: Swift.StringProtocol>(A, A1) -> Swift.Bool", referenced from:
static Euler.Parser.(log in _7DD7D5E56DE6F1FF64B4DB2516AF4ACB)(latex: Swift.String) -> Swift.String in LaTeX.o
static Euler.Parser.(log in _7DD7D5E56DE6F1FF64B4DB2516AF4ACB)(latex: Swift.String) -> Swift.String in LaTeX.o
Euler.BigDouble.scientificDescription.getter : Swift.String in BigDouble.o
Euler.BigDouble.decimalExpansion(precisionAfterDecimalPoint: Swift.Int, rounded: Swift.Bool) -> Swift.String in BigDouble.o
Euler.Tables.CONVERT(_: Euler.BigDouble, from_unit: Swift.String, to_unit: Swift.String) throws -> Euler.BigDouble in Engineering.o
Euler.Tables.CONVERT(_: Euler.BigDouble, from_unit: Swift.String, to_unit: Swift.String) throws -> Euler.BigDouble in Engineering.o
"method descriptor for Swift.BinaryInteger.isMultiple(of: A) -> Swift.Bool", referenced from:
l_got.$sSz10isMultiple2ofSbx_tFTq in BigInt.o
"method descriptor for Swift.BinaryInteger._binaryLogarithm() -> Swift.Int", referenced from:
l_got.$sSz16_binaryLogarithmSiyFTq in BigInt.o
"dispatch thunk of Swift.BinaryInteger.init<A where A1: Swift.BinaryInteger>(truncatingIfNeeded: A1) -> A", referenced from:
static Euler.BigInt.<< infix<A where A: Swift.BinaryInteger>(Euler.BigInt, A) -> Euler.BigInt in BinaryBigInt.o
static Euler.BigInt.<< infix<A where A: Swift.BinaryInteger>(Euler.BigInt, A) -> Euler.BigInt in BinaryBigInt.o
static Euler.BigInt.>> infix<A where A: Swift.BinaryInteger>(Euler.BigInt, A) -> Euler.BigInt in BinaryBigInt.o
static Euler.BigInt.>> infix<A where A: Swift.BinaryInteger>(Euler.BigInt, A) -> Euler.BigInt in BinaryBigInt.o
static Euler.BigInt.== infix<A where A: Swift.BinaryInteger>(Euler.BigInt, A) -> Swift.Bool in OperationsBigInt.o
static Euler.BigInt.== infix<A where A: Swift.BinaryInteger>(Euler.BigInt, A) -> Swift.Bool in OperationsBigInt.o
static Euler.BigInt.== infix<A where A: Swift.BinaryInteger>(Euler.BigInt, A) -> Swift.Bool in OperationsBigInt.o
...
"method descriptor for Swift.BinaryInteger.init<A where A1: Swift.BinaryInteger>(truncatingIfNeeded: A1) -> A", referenced from:
l_got.$sSz18truncatingIfNeededxqd___tcSzRd__lufCTq in BigInt.o
"method descriptor for static Swift.BinaryInteger.& infix(A, A) -> A", referenced from:
l_got.$sSz1aoiyxx_xtFZTq in BigInt.o
"method descriptor for static Swift.BinaryInteger./ infix(A, A) -> A", referenced from:
l_got.$sSz1doiyxx_xtFZTq in BigInt.o
"method descriptor for static Swift.BinaryInteger.| infix(A, A) -> A", referenced from:
l_got.$sSz1ooiyxx_xtFZTq in BigInt.o
"method descriptor for static Swift.BinaryInteger.% infix(A, A) -> A", referenced from:
l_got.$sSz1roiyxx_xtFZTq in BigInt.o
"method descriptor for static Swift.BinaryInteger.~ prefix(A) -> A", referenced from:
l_got.$sSz1topyxxFZTq in BigInt.o
"method descriptor for static Swift.BinaryInteger.^ infix(A, A) -> A", referenced from:
l_got.$sSz1xoiyxx_xtFZTq in BigInt.o
"method descriptor for Swift.BinaryInteger.quotientAndRemainder(dividingBy: A) -> (quotient: A, remainder: A)", referenced from:
l_got.$sSz20quotientAndRemainder10dividingByx0A0_x9remaindertx_tFTq in BigInt.o
"method descriptor for Swift.BinaryInteger.trailingZeroBitCount.getter : Swift.Int", referenced from:
l_got.$sSz20trailingZeroBitCountSivgTq in BigInt.o
"method descriptor for static Swift.BinaryInteger.&= infix(inout A, A) -> ()", referenced from:
l_got.$sSz2aeoiyyxz_xtFZTq in BigInt.o
"method descriptor for static Swift.BinaryInteger./= infix(inout A, A) -> ()", referenced from:
l_got.$sSz2deoiyyxz_xtFZTq in BigInt.o
"method descriptor for static Swift.BinaryInteger.>> infix<A where A1: Swift.BinaryInteger>(A, A1) -> A", referenced from:
l_got.$sSz2ggoiyxx_qd__tSzRd__lFZTq in BigInt.o
"method descriptor for static Swift.BinaryInteger.<< infix<A where A1: Swift.BinaryInteger>(A, A1) -> A", referenced from:
l_got.$sSz2lloiyxx_qd__tSzRd__lFZTq in BigInt.o
"method descriptor for static Swift.BinaryInteger.|= infix(inout A, A) -> ()", referenced from:
l_got.$sSz2oeoiyyxz_xtFZTq in BigInt.o
"method descriptor for static Swift.BinaryInteger.%= infix(inout A, A) -> ()", referenced from:
l_got.$sSz2reoiyyxz_xtFZTq in BigInt.o
"method descriptor for static Swift.BinaryInteger.^= infix(inout A, A) -> ()", referenced from:
l_got.$sSz2xeoiyyxz_xtFZTq in BigInt.o
"method descriptor for static Swift.BinaryInteger.>>= infix<A where A1: Swift.BinaryInteger>(inout A, A1) -> ()", referenced from:
l_got.$sSz3ggeoiyyxz_qd__tSzRd__lFZTq in BigInt.o
"method descriptor for static Swift.BinaryInteger.<<= infix<A where A1: Swift.BinaryInteger>(inout A, A1) -> ()", referenced from:
l_got.$sSz3lleoiyyxz_qd__tSzRd__lFZTq in BigInt.o
"associated conformance descriptor for Swift.BinaryInteger.Swift.BinaryInteger.Words: Swift.RandomAccessCollection", referenced from:
l_got.$sSz5WordsSz_SkTn in BigInt.o
"method descriptor for Swift.BinaryInteger.words.getter : A.Words", referenced from:
l_got.$sSz5words5WordsQzvgTq in BigInt.o
"method descriptor for Swift.BinaryInteger.signum() -> A", referenced from:
l_got.$sSz6signumxyFTq in BigInt.o
"method descriptor for Swift.BinaryInteger.init<A where A1: Swift.BinaryFloatingPoint>(exactly: A1) -> A?", referenced from:
l_got.$sSz7exactlyxSgqd___tcSBRd__lufCTq in BigInt.o
"dispatch thunk of Swift.BinaryInteger._lowWord.getter : Swift.UInt", referenced from:
static Euler.BigInt.<< infix<A where A: Swift.BinaryInteger>(Euler.BigInt, A) -> Euler.BigInt in BinaryBigInt.o
static Euler.BigInt.<< infix<A where A: Swift.BinaryInteger>(Euler.BigInt, A) -> Euler.BigInt in BinaryBigInt.o
static Euler.BigInt.<< infix<A where A: Swift.BinaryInteger>(Euler.BigInt, A) -> Euler.BigInt in BinaryBigInt.o
static Euler.BigInt.>> infix<A where A: Swift.BinaryInteger>(Euler.BigInt, A) -> Euler.BigInt in BinaryBigInt.o
static Euler.BigInt.>> infix<A where A: Swift.BinaryInteger>(Euler.BigInt, A) -> Euler.BigInt in BinaryBigInt.o
static Euler.BigInt.>> infix<A where A: Swift.BinaryInteger>(Euler.BigInt, A) -> Euler.BigInt in BinaryBigInt.o
static Euler.BigInt.== infix<A where A: Swift.BinaryInteger>(Euler.BigInt, A) -> Swift.Bool in OperationsBigInt.o
static Euler.BigInt.== infix<A where A: Swift.BinaryInteger>(Euler.BigInt, A) -> Swift.Bool in OperationsBigInt.o
static Euler.BigInt.== infix<A where A: Swift.BinaryInteger>(Euler.BigInt, A) -> Swift.Bool in OperationsBigInt.o
...
"method descriptor for Swift.BinaryInteger._lowWord.getter : Swift.UInt", referenced from:
l_got.$sSz8_lowWordSuvgTq in BigInt.o
"dispatch thunk of Swift.BinaryInteger.bitWidth.getter : Swift.Int", referenced from:
static Euler.BigInt.<< infix<A where A: Swift.BinaryInteger>(Euler.BigInt, A) -> Euler.BigInt in BinaryBigInt.o
static Euler.BigInt.<< infix<A where A: Swift.BinaryInteger>(Euler.BigInt, A) -> Euler.BigInt in BinaryBigInt.o
static Euler.BigInt.<< infix<A where A: Swift.BinaryInteger>(Euler.BigInt, A) -> Euler.BigInt in BinaryBigInt.o
static Euler.BigInt.>> infix<A where A: Swift.BinaryInteger>(Euler.BigInt, A) -> Euler.BigInt in BinaryBigInt.o
static Euler.BigInt.>> infix<A where A: Swift.BinaryInteger>(Euler.BigInt, A) -> Euler.BigInt in BinaryBigInt.o
static Euler.BigInt.>> infix<A where A: Swift.BinaryInteger>(Euler.BigInt, A) -> Euler.BigInt in BinaryBigInt.o
static Euler.BigInt.== infix<A where A: Swift.BinaryInteger>(Euler.BigInt, A) -> Swift.Bool in OperationsBigInt.o
static Euler.BigInt.== infix<A where A: Swift.BinaryInteger>(Euler.BigInt, A) -> Swift.Bool in OperationsBigInt.o
static Euler.BigInt.== infix<A where A: Swift.BinaryInteger>(Euler.BigInt, A) -> Swift.Bool in OperationsBigInt.o
...
"method descriptor for Swift.BinaryInteger.bitWidth.getter : Swift.Int", referenced from:
l_got.$sSz8bitWidthSivgTq in BigInt.o
"method descriptor for Swift.BinaryInteger.init<A where A1: Swift.BinaryInteger>(clamping: A1) -> A", referenced from:
l_got.$sSz8clampingxqd___tcSzRd__lufCTq in BigInt.o
"dispatch thunk of static Swift.BinaryInteger.isSigned.getter : Swift.Bool", referenced from:
static Euler.BigInt.<< infix<A where A: Swift.BinaryInteger>(Euler.BigInt, A) -> Euler.BigInt in BinaryBigInt.o
static Euler.BigInt.<< infix<A where A: Swift.BinaryInteger>(Euler.BigInt, A) -> Euler.BigInt in BinaryBigInt.o
static Euler.BigInt.>> infix<A where A: Swift.BinaryInteger>(Euler.BigInt, A) -> Euler.BigInt in BinaryBigInt.o
static Euler.BigInt.>> infix<A where A: Swift.BinaryInteger>(Euler.BigInt, A) -> Euler.BigInt in BinaryBigInt.o
static Euler.BigInt.== infix<A where A: Swift.BinaryInteger>(Euler.BigInt, A) -> Swift.Bool in OperationsBigInt.o
static Euler.BigInt.!= infix<A where A: Swift.BinaryInteger>(Euler.BigInt, A) -> Swift.Bool in OperationsBigInt.o
static Euler.BigInt.< infix<A where A: Swift.BinaryInteger>(Euler.BigInt, A) -> Swift.Bool in OperationsBigInt.o
static Euler.BigInt.< infix<A where A: Swift.BinaryInteger>(Euler.BigInt, A) -> Swift.Bool in OperationsBigInt.o
static Euler.BigInt.< infix<A where A: Swift.BinaryInteger>(Euler.BigInt, A) -> Swift.Bool in OperationsBigInt.o
static Euler.BigInt.< infix<A where A: Swift.BinaryInteger>(Euler.BigInt, A) -> Swift.Bool in OperationsBigInt.o
static Euler.BigInt.< infix<A where A: Swift.BinaryInteger>(Euler.BigInt, A) -> Swift.Bool in OperationsBigInt.o
...
"method descriptor for static Swift.BinaryInteger.isSigned.getter : Swift.Bool", referenced from:
l_got.$sSz8isSignedSbvgZTq in BigInt.o
"associated conformance descriptor for Swift.BinaryInteger.Swift.Numeric.Magnitude: Swift.BinaryInteger", referenced from:
l_got.$sSz9MagnitudeSj_SzTn in BigInt.o
"protocol descriptor for Swift.BinaryInteger", referenced from:
l_got.$sSzMp in BigInt.o
"base conformance descriptor for Swift.BinaryInteger: Swift.Hashable", referenced from:
l_got.$sSzSHTb in BigInt.o
"base conformance descriptor for Swift.BinaryInteger: Swift.Numeric", referenced from:
l_got.$sSzSjTb in BigInt.o
"base conformance descriptor for Swift.BinaryInteger: Swift.Strideable", referenced from:
l_got.$sSzSxTb in BigInt.o
"base conformance descriptor for Swift.BinaryInteger: Swift.CustomStringConvertible", referenced from:
l_got.$sSzs23CustomStringConvertibleTb in BigInt.o
"(extension in Swift):Swift.BinaryInteger.isMultiple(of: A) -> Swift.Bool", referenced from:
protocol witness for Swift.BinaryInteger.isMultiple(of: A) -> Swift.Bool in conformance Euler.BigInt : Swift.BinaryInteger in Euler in BigInt.o
"(extension in Swift):Swift.BinaryInteger._binaryLogarithm() -> Swift.Int", referenced from:
protocol witness for Swift.BinaryInteger._binaryLogarithm() -> Swift.Int in conformance Euler.BigInt : Swift.BinaryInteger in Euler in BigInt.o
"(extension in Swift):Swift.BinaryInteger.quotientAndRemainder(dividingBy: A) -> (quotient: A, remainder: A)", referenced from:
Euler.divide(_: [Swift.UInt64], by: Swift.UInt64, result: inout [Swift.UInt64]) -> Swift.UInt64 in KnuthDSupport.o
Euler./% infix((high: Swift.UInt64, low: Swift.UInt64), Swift.UInt64) -> (quotient: (high: Swift.UInt64, low: Swift.UInt64), remainder: (high: Swift.UInt64, low: Swift.UInt64)) in KnuthDSupport.o
"(extension in Swift):Swift.BinaryInteger._lowWord.getter : Swift.UInt", referenced from:
protocol witness for Swift.BinaryInteger._lowWord.getter : Swift.UInt in conformance Euler.BigInt : Swift.BinaryInteger in Euler in BigInt.o
"(extension in Swift):Swift.BinaryInteger.advanced(by: Swift.Int) -> A", referenced from:
protocol witness for Swift.Strideable.advanced(by: A.Stride) -> A in conformance Euler.BigInt : Swift.Strideable in Euler in BigInt.o
"(extension in Swift):Swift.BinaryInteger.distance(to: A) -> Swift.Int", referenced from:
protocol witness for Swift.Strideable.distance(to: A) -> A.Stride in conformance Euler.BigInt : Swift.Strideable in Euler in BigInt.o
"method descriptor for Swift.BinaryInteger.init<A where A1: Swift.BinaryFloatingPoint>(A1) -> A", referenced from:
l_got.$sSzyxqd__cSBRd__lufCTq in BigInt.o
"dispatch thunk of Swift.BinaryInteger.init<A where A1: Swift.BinaryInteger>(A1) -> A", referenced from:
(extension in Euler):Swift.FixedWidthInteger.init(Swift.Bool) -> A in KnuthDSupport.o
"method descriptor for Swift.BinaryInteger.init<A where A1: Swift.BinaryInteger>(A1) -> A", referenced from:
l_got.$sSzyxqd__cSzRd__lufCTq in BigInt.o
"Swift.ArraySlice.startIndex.getter : Swift.Int", referenced from:
Euler.SHA256.calculate32() -> [Swift.UInt8] in sha256.o
Euler.subtractReportingBorrow(_: Swift.ArraySlice<Swift.UInt64>, times: Swift.UInt64, from: inout Swift.ArraySlice<Swift.UInt64>) -> Swift.Bool in KnuthDSupport.o
Euler.subtractReportingBorrow(_: Swift.ArraySlice<Swift.UInt64>, times: Swift.UInt64, from: inout Swift.ArraySlice<Swift.UInt64>) -> Swift.Bool in KnuthDSupport.o
Euler.+= infix(inout Swift.ArraySlice<Swift.UInt64>, Swift.ArraySlice<Swift.UInt64>) -> () in KnuthDSupport.o
Euler.+= infix(inout Swift.ArraySlice<Swift.UInt64>, Swift.ArraySlice<Swift.UInt64>) -> () in KnuthDSupport.o
"Swift.ArraySlice.count.getter : Swift.Int", referenced from:
Euler.subtractReportingBorrow(_: Swift.ArraySlice<Swift.UInt64>, times: Swift.UInt64, from: inout Swift.ArraySlice<Swift.UInt64>) -> Swift.Bool in KnuthDSupport.o
Euler.subtractReportingBorrow(_: Swift.ArraySlice<Swift.UInt64>, times: Swift.UInt64, from: inout Swift.ArraySlice<Swift.UInt64>) -> Swift.Bool in KnuthDSupport.o
Euler.+= infix(inout Swift.ArraySlice<Swift.UInt64>, Swift.ArraySlice<Swift.UInt64>) -> () in KnuthDSupport.o
Euler.+= infix(inout Swift.ArraySlice<Swift.UInt64>, Swift.ArraySlice<Swift.UInt64>) -> () in KnuthDSupport.o
Euler.rightShift(_: inout Swift.ArraySlice<Swift.UInt64>, by: Swift.Int) -> () in KnuthDSupport.o
"Swift.ArraySlice.endIndex.getter : Swift.Int", referenced from:
Euler.subtractReportingBorrow(_: Swift.ArraySlice<Swift.UInt64>, times: Swift.UInt64, from: inout Swift.ArraySlice<Swift.UInt64>) -> Swift.Bool in KnuthDSupport.o
Euler.+= infix(inout Swift.ArraySlice<Swift.UInt64>, Swift.ArraySlice<Swift.UInt64>) -> () in KnuthDSupport.o
"type metadata accessor for Swift.ArraySlice", referenced from:
(extension in Euler):Swift.Array.reshape(part: Swift.Int) -> [[A]] in Array.o
(extension in Euler):Swift.Array.reshape(part: Swift.Int) -> [[A]] in Array.o
"nominal type descriptor for Swift.ArraySlice", referenced from:
_symbolic _____y_____G s10ArraySliceV s6UInt64V in Limbs.o
_symbolic _____y_____G s10ArraySliceV s5UInt8V in md5.o
_symbolic _____y_____G s10ArraySliceV s6UInt32V in sha256.o
_symbolic _____ySdG s10ArraySliceV in Matrix.o
_symbolic _____y_____ySdGG s11AnyIteratorV s10ArraySliceV in Matrix.o
_symbolic _____y_____G s10ArraySliceV 5Euler9BigDoubleV in StatsLinker.o
"Swift.ArraySlice.subscript.getter : (Swift.Range<Swift.Int>) -> Swift.ArraySlice<A>", referenced from:
Euler.SHA256.calculate32() -> [Swift.UInt8] in sha256.o
"Swift.ArraySlice.init<A where A == A1.Element, A1: Swift.Sequence>(A1) -> Swift.ArraySlice<A>", referenced from:
Euler.SHA256.calculate32() -> [Swift.UInt8] in sha256.o
"protocol conformance descriptor for Swift.ArraySlice<A> : Swift.Sequence in Swift", referenced from:
lazy protocol witness table accessor for type Swift.ArraySlice<Swift.UInt64> and conformance Swift.ArraySlice<A> : Swift.Sequence in Swift in Limbs.o
lazy protocol witness table accessor for type Swift.ArraySlice<Swift.UInt8> and conformance Swift.ArraySlice<A> : Swift.Sequence in Swift in md5.o
lazy protocol witness table accessor for type Swift.ArraySlice<Swift.UInt32> and conformance Swift.ArraySlice<A> : Swift.Sequence in Swift in sha256.o
(extension in Euler):Swift.Array.reshape(part: Swift.Int) -> [[A]] in Array.o
(extension in Euler):Swift.Array.reshape(part: Swift.Int) -> [[A]] in Array.o
lazy protocol witness table accessor for type Swift.ArraySlice<Euler.BigDouble> and conformance Swift.ArraySlice<A> : Swift.Sequence in Swift in StatsLinker.o
"protocol conformance descriptor for Swift.ArraySlice<A> : Swift.Collection in Swift", referenced from:
lazy protocol witness table accessor for type Swift.ArraySlice<Swift.UInt8> and conformance Swift.ArraySlice<A> : Swift.Collection in Swift in sha256.o
"Swift.ArraySlice.subscript.modify : (Swift.Int) -> A", referenced from:
Euler.subtractReportingBorrow(_: Swift.ArraySlice<Swift.UInt64>, times: Swift.UInt64, from: inout Swift.ArraySlice<Swift.UInt64>) -> Swift.Bool in KnuthDSupport.o
Euler.subtractReportingBorrow(_: Swift.ArraySlice<Swift.UInt64>, times: Swift.UInt64, from: inout Swift.ArraySlice<Swift.UInt64>) -> Swift.Bool in KnuthDSupport.o
Euler.subtractReportingBorrow(_: Swift.ArraySlice<Swift.UInt64>, times: Swift.UInt64, from: inout Swift.ArraySlice<Swift.UInt64>) -> Swift.Bool in KnuthDSupport.o
Euler.+= infix(inout Swift.ArraySlice<Swift.UInt64>, Swift.ArraySlice<Swift.UInt64>) -> () in KnuthDSupport.o
Euler.+= infix(inout Swift.ArraySlice<Swift.UInt64>, Swift.ArraySlice<Swift.UInt64>) -> () in KnuthDSupport.o
Euler.+= infix(inout Swift.ArraySlice<Swift.UInt64>, Swift.ArraySlice<Swift.UInt64>) -> () in KnuthDSupport.o
Euler.rightShift(_: inout Swift.ArraySlice<Swift.UInt64>, by: Swift.Int) -> () in KnuthDSupport.o
Euler.rightShift(_: inout Swift.ArraySlice<Swift.UInt64>, by: Swift.Int) -> () in KnuthDSupport.o
...
"Swift.ArraySlice.subscript.getter : (Swift.Int) -> A", referenced from:
Euler.subtractReportingBorrow(_: Swift.ArraySlice<Swift.UInt64>, times: Swift.UInt64, from: inout Swift.ArraySlice<Swift.UInt64>) -> Swift.Bool in KnuthDSupport.o
Euler.+= infix(inout Swift.ArraySlice<Swift.UInt64>, Swift.ArraySlice<Swift.UInt64>) -> () in KnuthDSupport.o
Euler.rightShift(_: inout Swift.ArraySlice<Swift.UInt64>, by: Swift.Int) -> () in KnuthDSupport.o
Euler.rightShift(_: inout Swift.ArraySlice<Swift.UInt64>, by: Swift.Int) -> () in KnuthDSupport.o
Euler.rightShift(_: inout Swift.ArraySlice<Swift.UInt64>, by: Swift.Int) -> () in KnuthDSupport.o
"protocol descriptor for Swift.SetAlgebra", referenced from:
l_got.$ss10SetAlgebraMp in Regex.o
l_got.$ss10SetAlgebraMp in sha256.o
"method descriptor for Swift.SetAlgebra.isDisjoint(with: A) -> Swift.Bool", referenced from:
l_got.$ss10SetAlgebraP10isDisjoint4withSbx_tFTq in Regex.o
l_got.$ss10SetAlgebraP10isDisjoint4withSbx_tFTq in sha256.o
"method descriptor for Swift.SetAlgebra.isSuperset(of: A) -> Swift.Bool", referenced from:
l_got.$ss10SetAlgebraP10isSuperset2ofSbx_tFTq in Regex.o
l_got.$ss10SetAlgebraP10isSuperset2ofSbx_tFTq in sha256.o
"method descriptor for Swift.SetAlgebra.subtracting(A) -> A", referenced from:
l_got.$ss10SetAlgebraP11subtractingyxxFTq in Regex.o
l_got.$ss10SetAlgebraP11subtractingyxxFTq in sha256.o
"method descriptor for Swift.SetAlgebra.intersection(A) -> A", referenced from:
l_got.$ss10SetAlgebraP12intersectionyxxFTq in Regex.o
l_got.$ss10SetAlgebraP12intersectionyxxFTq in sha256.o
"method descriptor for Swift.SetAlgebra.formIntersection(A) -> ()", referenced from:
l_got.$ss10SetAlgebraP16formIntersectionyyxFTq in Regex.o
l_got.$ss10SetAlgebraP16formIntersectionyyxFTq in sha256.o
"method descriptor for Swift.SetAlgebra.symmetricDifference(__owned A) -> A", referenced from:
l_got.$ss10SetAlgebraP19symmetricDifferenceyxxnFTq in Regex.o
l_got.$ss10SetAlgebraP19symmetricDifferenceyxxnFTq in sha256.o
"method descriptor for Swift.SetAlgebra.formSymmetricDifference(__owned A) -> ()", referenced from:
l_got.$ss10SetAlgebraP23formSymmetricDifferenceyyxnFTq in Regex.o
l_got.$ss10SetAlgebraP23formSymmetricDifferenceyyxnFTq in sha256.o
"method descriptor for Swift.SetAlgebra.union(__owned A) -> A", referenced from:
l_got.$ss10SetAlgebraP5unionyxxnFTq in Regex.o
l_got.$ss10SetAlgebraP5unionyxxnFTq in sha256.o
"method descriptor for Swift.SetAlgebra.insert(__owned A.Element) -> (inserted: Swift.Bool, memberAfterInsert: A.Element)", referenced from:
l_got.$ss10SetAlgebraP6insertySb8inserted_7ElementQz17memberAfterInserttAFnFTq in Regex.o
l_got.$ss10SetAlgebraP6insertySb8inserted_7ElementQz17memberAfterInserttAFnFTq in sha256.o
"method descriptor for Swift.SetAlgebra.remove(A.Element) -> A.Element?", referenced from:
l_got.$ss10SetAlgebraP6removey7ElementQzSgAEFTq in Regex.o
l_got.$ss10SetAlgebraP6removey7ElementQzSgAEFTq in sha256.o
"method descriptor for Swift.SetAlgebra.update(with: __owned A.Element) -> A.Element?", referenced from:
l_got.$ss10SetAlgebraP6update4with7ElementQzSgAFn_tFTq in Regex.o
l_got.$ss10SetAlgebraP6update4with7ElementQzSgAFn_tFTq in sha256.o
"method descriptor for Swift.SetAlgebra.isEmpty.getter : Swift.Bool", referenced from:
l_got.$ss10SetAlgebraP7isEmptySbvgTq in Regex.o
l_got.$ss10SetAlgebraP7isEmptySbvgTq in sha256.o
"method descriptor for Swift.SetAlgebra.contains(A.Element) -> Swift.Bool", referenced from:
l_got.$ss10SetAlgebraP8containsySb7ElementQzFTq in Regex.o
l_got.$ss10SetAlgebraP8containsySb7ElementQzFTq in sha256.o
"method descriptor for Swift.SetAlgebra.isSubset(of: A) -> Swift.Bool", referenced from:
l_got.$ss10SetAlgebraP8isSubset2ofSbx_tFTq in Regex.o
l_got.$ss10SetAlgebraP8isSubset2ofSbx_tFTq in sha256.o
"method descriptor for Swift.SetAlgebra.subtract(A) -> ()", referenced from:
l_got.$ss10SetAlgebraP8subtractyyxFTq in Regex.o
l_got.$ss10SetAlgebraP8subtractyyxFTq in sha256.o
"method descriptor for Swift.SetAlgebra.formUnion(__owned A) -> ()", referenced from:
l_got.$ss10SetAlgebraP9formUnionyyxnFTq in Regex.o
l_got.$ss10SetAlgebraP9formUnionyyxnFTq in sha256.o
"base conformance descriptor for Swift.SetAlgebra: Swift.Equatable", referenced from:
l_got.$ss10SetAlgebraPSQTb in Regex.o
l_got.$ss10SetAlgebraPSQTb in sha256.o
"base conformance descriptor for Swift.SetAlgebra: Swift.ExpressibleByArrayLiteral", referenced from:
l_got.$ss10SetAlgebraPs25ExpressibleByArrayLiteralTb in Regex.o
l_got.$ss10SetAlgebraPs25ExpressibleByArrayLiteralTb in sha256.o
"(extension in Swift):Swift.SetAlgebra< where A.ArrayLiteralElement == A.Element>.init(arrayLiteral: A.ArrayLiteralElement...) -> A", referenced from:
(extension in Euler):Swift.String.match(regex: Swift.String) -> Swift.String? in Regex.o
(extension in Euler):Swift.String.match(regex: Swift.String) -> Swift.String? in Regex.o
(extension in Euler):Swift.String.matchRange(regex: Swift.String) -> (Swift.Int, Swift.Int)? in Regex.o
(extension in Euler):Swift.String.matchRange(regex: Swift.String) -> (Swift.Int, Swift.Int)? in Regex.o
(extension in Euler):Swift.String.matches(regex: Swift.String) -> [(Swift.Int, Swift.Int)] in Regex.o
(extension in Euler):Swift.String.matches(regex: Swift.String) -> [(Swift.Int, Swift.Int)] in Regex.o
(extension in Euler):Swift.String.replace(regex: Swift.String, with: Swift.String) -> Swift.String in Regex.o
(extension in Euler):Swift.String.replace(regex: Swift.String, with: Swift.String) -> Swift.String in Regex.o
...
"(extension in Swift):Swift.SetAlgebra.isDisjoint(with: A) -> Swift.Bool", referenced from:
protocol witness for Swift.SetAlgebra.isDisjoint(with: A) -> Swift.Bool in conformance __C.NSRegularExpressionOptions : Swift.SetAlgebra in __C_Synthesized in Regex.o
protocol witness for Swift.SetAlgebra.isDisjoint(with: A) -> Swift.Bool in conformance __C.NSMatchingOptions : Swift.SetAlgebra in __C_Synthesized in Regex.o
protocol witness for Swift.SetAlgebra.isDisjoint(with: A) -> Swift.Bool in conformance (extension in Euler):Foundation.Data.HexEncodingOptions : Swift.SetAlgebra in Euler in sha256.o
"(extension in Swift):Swift.SetAlgebra.isSuperset(of: A) -> Swift.Bool", referenced from:
protocol witness for Swift.SetAlgebra.isSuperset(of: A) -> Swift.Bool in conformance __C.NSRegularExpressionOptions : Swift.SetAlgebra in __C_Synthesized in Regex.o
protocol witness for Swift.SetAlgebra.isSuperset(of: A) -> Swift.Bool in conformance __C.NSMatchingOptions : Swift.SetAlgebra in __C_Synthesized in Regex.o
protocol witness for Swift.SetAlgebra.isSuperset(of: A) -> Swift.Bool in conformance (extension in Euler):Foundation.Data.HexEncodingOptions : Swift.SetAlgebra in Euler in sha256.o
"(extension in Swift):Swift.SetAlgebra.subtracting(A) -> A", referenced from:
protocol witness for Swift.SetAlgebra.subtracting(A) -> A in conformance __C.NSRegularExpressionOptions : Swift.SetAlgebra in __C_Synthesized in Regex.o
protocol witness for Swift.SetAlgebra.subtracting(A) -> A in conformance __C.NSMatchingOptions : Swift.SetAlgebra in __C_Synthesized in Regex.o
protocol witness for Swift.SetAlgebra.subtracting(A) -> A in conformance (extension in Euler):Foundation.Data.HexEncodingOptions : Swift.SetAlgebra in Euler in sha256.o
"(extension in Swift):Swift.SetAlgebra.isEmpty.getter : Swift.Bool", referenced from:
protocol witness for Swift.SetAlgebra.isEmpty.getter : Swift.Bool in conformance __C.NSRegularExpressionOptions : Swift.SetAlgebra in __C_Synthesized in Regex.o
protocol witness for Swift.SetAlgebra.isEmpty.getter : Swift.Bool in conformance __C.NSMatchingOptions : Swift.SetAlgebra in __C_Synthesized in Regex.o
protocol witness for Swift.SetAlgebra.isEmpty.getter : Swift.Bool in conformance (extension in Euler):Foundation.Data.HexEncodingOptions : Swift.SetAlgebra in Euler in sha256.o
"(extension in Swift):Swift.SetAlgebra.isSubset(of: A) -> Swift.Bool", referenced from:
protocol witness for Swift.SetAlgebra.isSubset(of: A) -> Swift.Bool in conformance __C.NSRegularExpressionOptions : Swift.SetAlgebra in __C_Synthesized in Regex.o
protocol witness for Swift.SetAlgebra.isSubset(of: A) -> Swift.Bool in conformance __C.NSMatchingOptions : Swift.SetAlgebra in __C_Synthesized in Regex.o
protocol witness for Swift.SetAlgebra.isSubset(of: A) -> Swift.Bool in conformance (extension in Euler):Foundation.Data.HexEncodingOptions : Swift.SetAlgebra in Euler in sha256.o
"(extension in Swift):Swift.SetAlgebra.subtract(A) -> ()", referenced from:
protocol witness for Swift.SetAlgebra.subtract(A) -> () in conformance __C.NSRegularExpressionOptions : Swift.SetAlgebra in __C_Synthesized in Regex.o
protocol witness for Swift.SetAlgebra.subtract(A) -> () in conformance __C.NSMatchingOptions : Swift.SetAlgebra in __C_Synthesized in Regex.o
protocol witness for Swift.SetAlgebra.subtract(A) -> () in conformance (extension in Euler):Foundation.Data.HexEncodingOptions : Swift.SetAlgebra in Euler in sha256.o
"(extension in Swift):Swift.SetAlgebra.init<A where A1: Swift.Sequence, A.Element == A1.Element>(__owned A1) -> A", referenced from:
protocol witness for Swift.SetAlgebra.init<A where A1: Swift.Sequence, A.Element == A1.Element>(__owned A1) -> A in conformance __C.NSRegularExpressionOptions : Swift.SetAlgebra in __C_Synthesized in Regex.o
protocol witness for Swift.SetAlgebra.init<A where A1: Swift.Sequence, A.Element == A1.Element>(__owned A1) -> A in conformance __C.NSMatchingOptions : Swift.SetAlgebra in __C_Synthesized in Regex.o
protocol witness for Swift.SetAlgebra.init<A where A1: Swift.Sequence, A.Element == A1.Element>(__owned A1) -> A in conformance (extension in Euler):Foundation.Data.HexEncodingOptions : Swift.SetAlgebra in Euler in sha256.o
"method descriptor for Swift.SetAlgebra.init() -> A", referenced from:
l_got.$ss10SetAlgebraPxycfCTq in Regex.o
l_got.$ss10SetAlgebraPxycfCTq in sha256.o
"method descriptor for Swift.SetAlgebra.init<A where A1: Swift.Sequence, A.Element == A1.Element>(__owned A1) -> A", referenced from:
l_got.$ss10SetAlgebraPyxqd__ncSTRd__7ElementQyd__ACRtzlufCTq in Regex.o
l_got.$ss10SetAlgebraPyxqd__ncSTRd__7ElementQyd__ACRtzlufCTq in sha256.o
"Swift._hashValue<A where A: Swift.Hashable>(for: A) -> Swift.Int", referenced from:
Euler.Group.GType.hashValue.getter : Swift.Int in Grouper.o
Euler.(ParseError in _0A271C69EAE3EEE9E1597A90349F701A).hashValue.getter : Swift.Int in Parser.o
Euler.Parser.ParseContext.hashValue.getter : Swift.Int in Parser.o
Euler.BigDouble.(CodingKeys in _FEA909DBF059354E199F7A9B6309AB09).hashValue.getter : Swift.Int in BigDouble.o
Euler.BigDouble.hashValue.getter : Swift.Int in BigDouble.o
Euler.BigInt.(CodingKeys in _7CF80C7F6CA470DDBCF23132461DBEB3).hashValue.getter : Swift.Int in BigInt.o
Euler.BigInt.hashValue.getter : Swift.Int in BigInt.o
...
"nominal type descriptor for Swift.AnyHashable", referenced from:
_symbolic Say_____G s11AnyHashableV in Statistical.o
"type metadata for Swift.AnyHashable", referenced from:
Euler.Tables.COUNTUNIQUE([Swift.AnyHashable]) -> Swift.Int in Statistical.o
closure #4 ([Euler.CellValue]) -> Euler.CellValue in Euler.Tables.statsFormulas.getter : [Swift.String : ([Euler.CellValue]) throws -> Euler.CellValue] in StatsLinker.o
"protocol witness table for Swift.AnyHashable : Swift.Hashable in Swift", referenced from:
Euler.Tables.COUNTUNIQUE([Swift.AnyHashable]) -> Swift.Int in Statistical.o
"Swift.AnyIterator.next() -> A?", referenced from:
Euler.SHA256.calculate32() -> [Swift.UInt8] in sha256.o
"nominal type descriptor for Swift.AnyIterator", referenced from:
_symbolic _____y11SubSequenceSlQzG s11AnyIteratorV in sha256.o
_symbolic _____y_____ySdGG s11AnyIteratorV s10ArraySliceV in Matrix.o
"Swift.AnyIterator.init(() -> A?) -> Swift.AnyIterator<A>", referenced from:
Euler.BytesSequence.makeIterator() -> Swift.AnyIterator<A.SubSequence> in sha256.o
Euler.Matrix.makeIterator() -> Swift.AnyIterator<Swift.ArraySlice<Swift.Double>> in Matrix.o
"protocol conformance descriptor for Swift.AnyIterator<A> : Swift.IteratorProtocol in Swift", referenced from:
associated type witness table accessor for Swift.Sequence.Iterator : Swift.IteratorProtocol in Euler.BytesSequence<A> : Swift.Sequence in Euler in sha256.o
lazy protocol witness table accessor for type Swift.AnyIterator<Swift.ArraySlice<Swift.Double>> and conformance Swift.AnyIterator<A> : Swift.IteratorProtocol in Swift in Matrix.o
"Swift.Zip2Sequence.makeIterator() -> Swift.Zip2Sequence<A, B>.Iterator", referenced from:
Euler.Matrix.determinant() -> Euler.BigDouble? in MOperations.o
"Swift.Zip2Sequence.Iterator.next() -> (A.Element, B.Element)?", referenced from:
Euler.Matrix.determinant() -> Euler.BigDouble? in MOperations.o
"nominal type descriptor for Swift.Zip2Sequence.Iterator", referenced from:
_symbolic _____ySnySiGSay_____G_G s12Zip2SequenceV8IteratorV s5Int32V in MOperations.o
"nominal type descriptor for Swift.Zip2Sequence", referenced from:
_symbolic _____ySay_____GACG s12Zip2SequenceV 5Euler9BigDoubleV in Vector.o
_symbolic _____ySnySiGSay_____GG s12Zip2SequenceV s5Int32V in MOperations.o
"protocol conformance descriptor for Swift.Zip2Sequence<A, B> : Swift.Sequence in Swift", referenced from:
lazy protocol witness table accessor for type Swift.Zip2Sequence<[Euler.BigDouble], [Euler.BigDouble]> and conformance Swift.Zip2Sequence<A, B> : Swift.Sequence in Swift in Vector.o
"nominal type descriptor for Swift._ArrayBuffer", referenced from:
_symbolic _____ySdG s12_ArrayBufferV in MOperations.o
_symbolic _____y_____G s12_ArrayBufferV s5Int32V in MOperations.o
"protocol conformance descriptor for Swift._ArrayBuffer<A> : Swift.Sequence in Swift", referenced from:
lazy protocol witness table accessor for type Swift._ArrayBuffer<Swift.Double> and conformance Swift._ArrayBuffer<A> : Swift.Sequence in Swift in MOperations.o
lazy protocol witness table accessor for type Swift._ArrayBuffer<Swift.Int32> and conformance Swift._ArrayBuffer<A> : Swift.Sequence in Swift in MOperations.o
"protocol descriptor for Swift.SignedNumeric", referenced from:
l_got.$ss13SignedNumericMp in BigDouble.o
l_got.$ss13SignedNumericMp in BigInt.o
"method descriptor for static Swift.SignedNumeric.- prefix(A) -> A", referenced from:
l_got.$ss13SignedNumericP1sopyxxFZTq in BigDouble.o
l_got.$ss13SignedNumericP1sopyxxFZTq in BigInt.o
"method descriptor for Swift.SignedNumeric.negate() -> ()", referenced from:
l_got.$ss13SignedNumericP6negateyyFTq in BigDouble.o
l_got.$ss13SignedNumericP6negateyyFTq in BigInt.o
"base conformance descriptor for Swift.SignedNumeric: Swift.Numeric", referenced from:
l_got.$ss13SignedNumericPSjTb in BigDouble.o
l_got.$ss13SignedNumericPSjTb in BigInt.o
"Swift.ContiguousArray.init<A where A == A1.Element, A1: Swift.Sequence>(A1) -> Swift.ContiguousArray<A>", referenced from:
closure #1 (inout Swift.UnsafeMutableBufferPointer<Swift.Double>) -> () in Euler.Matrix.inverse() -> Euler.Matrix in MOperations.o
closure #1 (inout Swift.UnsafeMutableBufferPointer<Swift.Double>) -> () in Euler.Matrix.inverse() -> Euler.Matrix in MOperations.o
closure #1 (inout Swift.UnsafeMutableBufferPointer<Swift.Double>) -> () in Euler.Matrix.inverse() -> Euler.Matrix in MOperations.o
closure #1 (Swift.UnsafeBufferPointer<Swift.Double>) -> () in Euler.Matrix.transpose() -> Euler.Matrix in MOperations.o
closure #1 (Swift.UnsafeBufferPointer<Swift.Double>) -> () in closure #1 (Swift.UnsafeBufferPointer<Swift.Double>) -> () in static Euler.Matrix.<*> infix(Euler.Matrix, Euler.Matrix) -> Euler.Matrix in MOperations.o
Euler.Matrix.solveEquationsSystem(vector: [Swift.Double]) throws -> Euler.Matrix in MOperations.o
Euler.Matrix.solveEquationsSystem(vector: [Swift.Double]) throws -> Euler.Matrix in MOperations.o
Euler.Matrix.solveEquationsSystem(vector: [Swift.Double]) throws -> Euler.Matrix in MOperations.o
...
"Swift._arrayForceCast<A, B>([A]) -> [B]", referenced from:
closure #4 ([Euler.CellValue]) -> Euler.CellValue in Euler.Tables.statsFormulas.getter : [Swift.String : ([Euler.CellValue]) throws -> Euler.CellValue] in StatsLinker.o
"Swift.IndexingIterator.next() -> A.Element?", referenced from:
static Euler.Lexer.sanitizer(Swift.String) -> Swift.String in Lexer.o
Euler.Lexer.tokenize() -> [Euler.Token] in Lexer.o
static Euler.CellAddressNode.== infix(Euler.CellAddressNode, Euler.CellAddressNode) -> Swift.Bool in CellAddressNode.o
static Euler.ConstantNode.== infix(Euler.ConstantNode, Euler.ConstantNode) -> Swift.Bool in ConstantNode.o
static Euler.StringNode.== infix(Euler.StringNode, Euler.StringNode) -> Swift.Bool in StringNode.o
Euler.Parser.init(tokens: [Euler.Token], type: Euler.Parser.ParseContext, tablesContext: Euler.Tables?) -> Euler.Parser in Parser.o
Euler.Parser.(cleaning in _0A271C69EAE3EEE9E1597A90349F701A)([Euler.Group]) -> [Euler.Group] in Parser.o
...
"nominal type descriptor for Swift.IndexingIterator", referenced from:
_symbolic _____ySaySi_SitGG s16IndexingIteratorV in Lexer.o
_symbolic _____ySaySS______SgSSctGG s16IndexingIteratorV 5Euler5TokenO in Lexer.o
_symbolic _____ySnySiGG s16IndexingIteratorV in CellAddressNode.o
_symbolic _____ySay______pGG s16IndexingIteratorV 5Euler4NodeP in Parser.o
_symbolic _____ySaySdGG s16IndexingIteratorV in Polynomial.o
_symbolic _____ySay_____GG s16IndexingIteratorV 5Euler9BigDoubleV in Polynomial.o
_symbolic _____ySay______ABtGG s16IndexingIteratorV 5Euler9BigDoubleV in Polynomial.o
...
"nominal type descriptor for Swift.PartialRangeFrom", referenced from:
_symbolic _____y_____G s16PartialRangeFromV SS5IndexV in Lexer.o
"Swift.PartialRangeFrom.init(A) -> Swift.PartialRangeFrom<A>", referenced from:
Euler.Lexer.tokenize() -> [Euler.Token] in Lexer.o
Euler.Lexer.tokenize() -> [Euler.Token] in Lexer.o
(extension in Euler):Swift.String.substring(from: Swift.Int) -> Swift.String in Substring.o
"protocol conformance descriptor for Swift.PartialRangeFrom<A> : Swift.RangeExpression in Swift", referenced from:
lazy protocol witness table accessor for type Swift.PartialRangeFrom<Swift.String.Index> and conformance Swift.PartialRangeFrom<A> : Swift.RangeExpression in Swift in Lexer.o
"nominal type descriptor for Swift.PartialRangeUpTo", referenced from:
_symbolic _____y_____G s16PartialRangeUpToV SS5IndexV in Lexer.o
"Swift.PartialRangeUpTo.init(A) -> Swift.PartialRangeUpTo<A>", referenced from:
Euler.Lexer.tokenize() -> [Euler.Token] in Lexer.o
(extension in Euler):Swift.String.substring(to: Swift.Int) -> Swift.String in Substring.o
"protocol conformance descriptor for Swift.PartialRangeUpTo<A> : Swift.RangeExpression in Swift", referenced from:
lazy protocol witness table accessor for type Swift.PartialRangeUpTo<Swift.String.Index> and conformance Swift.PartialRangeUpTo<A> : Swift.RangeExpression in Swift in Lexer.o
"Swift.StrideToIterator.next() -> A?", referenced from:
(extension in Euler):Swift.Collection< where A.Element == Swift.UInt8, A.Index == Swift.Int>.toUInt32Array() -> [Swift.UInt32] in sha256.o
"nominal type descriptor for Swift.StrideToIterator", referenced from:
_symbolic _____ySiG s16StrideToIteratorV in sha256.o
"(extension in Swift):Swift.FixedWidthInteger.init<A where A1: Swift.BinaryInteger>(truncatingIfNeeded: A1) -> A", referenced from:
(extension in Euler):Swift.Array<A where A == Swift.UInt64>.bitWidth.getter : Swift.Int in Limbs.o
(extension in Euler):Swift.Array<A where A == Swift.UInt64>.bitWidth.getter : Swift.Int in Limbs.o
(extension in Euler):Swift.Array<A where A == Swift.UInt64>.bitWidth.getter : Swift.Int in Limbs.o
(extension in Euler):Swift.Array<A where A == Swift.UInt64>.bitWidth.getter : Swift.Int in Limbs.o
(extension in Euler):Swift.Array<A where A == Swift.UInt64>.bitWidth.getter : Swift.Int in Limbs.o
(extension in Euler):Swift.Array<A where A == Swift.UInt64>.bitWidth.getter : Swift.Int in Limbs.o
(extension in Euler):Swift.Array<A where A == Swift.UInt64>.getBit(at: Swift.Int) -> Swift.Bool in Limbs.o
(extension in Euler):Swift.Array<A where A == Swift.UInt64>.getBit(at: Swift.Int) -> Swift.Bool in Limbs.o
(extension in Euler):Swift.Array<A where A == Swift.UInt64>.getBit(at: Swift.Int) -> Swift.Bool in Limbs.o
(extension in Euler):Swift.Array<A where A == Swift.UInt64>.getBit(at: Swift.Int) -> Swift.Bool in Limbs.o
(extension in Euler):Swift.Array<A where A == Swift.UInt64>.getBit(at: Swift.Int) -> Swift.Bool in Limbs.o
(extension in Euler):Swift.Array<A where A == Swift.UInt64>.getBit(at: Swift.Int) -> Swift.Bool in Limbs.o
(extension in Euler):Swift.Array<A where A == Swift.UInt64>.getBit(at: Swift.Int) -> Swift.Bool in Limbs.o
(extension in Euler):Swift.Array<A where A == Swift.UInt64>.getBit(at: Swift.Int) -> Swift.Bool in Limbs.o
(extension in Euler):Swift.Array<A where A == Swift.UInt64>.getBit(at: Swift.Int) -> Swift.Bool in Limbs.o
(extension in Euler):Swift.Array<A where A == Swift.UInt64>.getBit(at: Swift.Int) -> Swift.Bool in Limbs.o
(extension in Euler):Swift.Array<A where A == Swift.UInt64>.getBit(at: Swift.Int) -> Swift.Bool in Limbs.o
(extension in Euler):Swift.Array<A where A == Swift.UInt64>.getBit(at: Swift.Int) -> Swift.Bool in Limbs.o
...
"(extension in Swift):Swift.FixedWidthInteger.bigEndian.getter : A", referenced from:
Euler.SHA256.calculate32() -> [Swift.UInt8] in sha256.o
closure #2 (Swift.UInt32) -> () in Euler.SHA256.calculate32() -> [Swift.UInt8] in sha256.o
"(extension in Swift):Swift.FixedWidthInteger.init<A where A1: Swift.StringProtocol>(_: A1, radix: Swift.Int) -> A?", referenced from:
Euler.BigDouble.init(_: Swift.String, radix: Swift.Int) -> Euler.BigDouble? in BigDouble.o
Euler.BigDouble.decimalExpansion(precisionAfterDecimalPoint: Swift.Int, rounded: Swift.Bool) -> Swift.String in BigDouble.o
"(extension in Swift):Swift.FixedWidthInteger.init(Swift.String) -> A?", referenced from:
Euler.CellAddressNode.evaluate([Swift.String : Euler.BigDouble], [Swift.String : ([Euler.CellValue]) throws -> Euler.CellValue]) throws -> Euler.CellValue in CellAddressNode.o
Euler.BigDouble.init(Swift.String) -> Euler.BigDouble? in BigDouble.o
Euler.BigInt.init(Swift.String) -> Euler.BigInt? in BigInt.o
"(extension in Swift):Swift.FixedWidthInteger.init<A where A1: Swift.BinaryFloatingPoint>(A1) -> A", referenced from:
Euler.BigInt.init<A where A: Swift.BinaryFloatingPoint>(A) -> Euler.BigInt in BigInt.o
"Swift._assertionFailure(_: Swift.StaticString, _: Swift.StaticString, file: Swift.StaticString, line: Swift.UInt, flags: Swift.UInt32) -> Swift.Never", referenced from:
Euler.Expression.init() -> Euler.Expression in Expression.o
generic specialization <serialized, ()> of Swift.Unicode.Scalar.withUTF8CodeUnits<A>((Swift.UnsafeBufferPointer<Swift.UInt8>) throws -> A) throws -> A in Expression.o
closure #1 (Swift.UnsafeBufferPointer<Swift.UInt8>) -> () in Swift._unimplementedInitializer(className: Swift.StaticString, initName: Swift.StaticString, file: Swift.StaticString, line: Swift.UInt, column: Swift.UInt) -> Swift.Never in Expression.o
closure #1 (Swift.UnsafeBufferPointer<Swift.UInt8>) -> () in Swift._unimplementedInitializer(className: Swift.StaticString, initName: Swift.StaticString, file: Swift.StaticString, line: Swift.UInt, column: Swift.UInt) -> Swift.Never in Expression.o
closure #1 (Swift.UnsafeBufferPointer<Swift.UInt8>) -> () in Swift._unimplementedInitializer(className: Swift.StaticString, initName: Swift.StaticString, file: Swift.StaticString, line: Swift.UInt, column: Swift.UInt) -> Swift.Never in Expression.o
closure #1 (Swift.UnsafeBufferPointer<Swift.UInt8>) -> () in closure #1 (Swift.UnsafeBufferPointer<Swift.UInt8>) -> () in Swift._unimplementedInitializer(className: Swift.StaticString, initName: Swift.StaticString, file: Swift.StaticString, line: Swift.UInt, column: Swift.UInt) -> Swift.Never in Expression.o
closure #1 (Swift.UnsafeBufferPointer<Swift.UInt8>) -> () in closure #1 (Swift.UnsafeBufferPointer<Swift.UInt8>) -> () in Swift._unimplementedInitializer(className: Swift.StaticString, initName: Swift.StaticString, file: Swift.StaticString, line: Swift.UInt, column: Swift.UInt) -> Swift.Never in Expression.o
closure #1 (Swift.UnsafeBufferPointer<Swift.UInt8>) -> () in closure #1 (Swift.UnsafeBufferPointer<Swift.UInt8>) -> () in Swift._unimplementedInitializer(className: Swift.StaticString, initName: Swift.StaticString, file: Swift.StaticString, line: Swift.UInt, column: Swift.UInt) -> Swift.Never in Expression.o
...
"Swift._assertionFailure(_: Swift.StaticString, _: Swift.String, file: Swift.StaticString, line: Swift.UInt, flags: Swift.UInt32) -> Swift.Never", referenced from:
Euler.Polynomial.power(at: Swift.Int) -> Swift.Int in Polynomial.o
Euler.Polynomial.powerCoef(at: Swift.Int) -> Euler.BigDouble in Polynomial.o
Euler.Polynomial.setCoef(at: Swift.Int, value: Euler.BigDouble) -> () in Polynomial.o
Euler.BigDouble.init(sign: Swift.Bool, numerator: [Swift.UInt64], denominator: [Swift.UInt64]) -> Euler.BigDouble in BigDouble.o
Euler.BigInt.init(limbs: [Swift.UInt64]) -> Euler.BigInt in BigInt.o
Euler.BigInt.asString(radix: Swift.Int) -> Swift.String in BigInt.o
static Euler.BigInt.** infix(Euler.BigInt, Swift.Int) -> Euler.BigInt in OperationsBigInt.o
...
"Swift.withUnsafePointer<A, B>(to: inout A, _: (Swift.UnsafePointer<A>) throws -> B) throws -> B", referenced from:
Euler.withUnsafePointers<A, B, C>(_: inout A, _: inout B, body: (Swift.UnsafePointer<A>, Swift.UnsafePointer<B>) throws -> C) throws -> C in Pointers.o
closure #1 (Swift.UnsafePointer<A>) throws -> C in Euler.withUnsafePointers<A, B, C>(_: inout A, _: inout B, body: (Swift.UnsafePointer<A>, Swift.UnsafePointer<B>) throws -> C) throws -> C in Pointers.o
Euler.withUnsafePointers<A, B, C, D>(_: inout A, _: inout B, _: inout C, body: (Swift.UnsafePointer<A>, Swift.UnsafePointer<B>, Swift.UnsafePointer<C>) throws -> D) throws -> D in Pointers.o
closure #1 (Swift.UnsafePointer<A>) throws -> D in Euler.withUnsafePointers<A, B, C, D>(_: inout A, _: inout B, _: inout C, body: (Swift.UnsafePointer<A>, Swift.UnsafePointer<B>, Swift.UnsafePointer<C>) throws -> D) throws -> D in Pointers.o
closure #1 (Swift.UnsafePointer<B>) throws -> D in closure #1 (Swift.UnsafePointer<A>) throws -> D in Euler.withUnsafePointers<A, B, C, D>(_: inout A, _: inout B, _: inout C, body: (Swift.UnsafePointer<A>, Swift.UnsafePointer<B>, Swift.UnsafePointer<C>) throws -> D) throws -> D in Pointers.o
"protocol descriptor for Swift.AdditiveArithmetic", referenced from:
l_got.$ss18AdditiveArithmeticMp in BigDouble.o
l_got.$ss18AdditiveArithmeticMp in BigInt.o
"method descriptor for static Swift.AdditiveArithmetic.+ infix(A, A) -> A", referenced from:
l_got.$ss18AdditiveArithmeticP1poiyxx_xtFZTq in BigDouble.o
l_got.$ss18AdditiveArithmeticP1poiyxx_xtFZTq in BigInt.o
"method descriptor for static Swift.AdditiveArithmetic.- infix(A, A) -> A", referenced from:
l_got.$ss18AdditiveArithmeticP1soiyxx_xtFZTq in BigDouble.o
l_got.$ss18AdditiveArithmeticP1soiyxx_xtFZTq in BigInt.o
"method descriptor for static Swift.AdditiveArithmetic.+= infix(inout A, A) -> ()", referenced from:
l_got.$ss18AdditiveArithmeticP2peoiyyxz_xtFZTq in BigDouble.o
l_got.$ss18AdditiveArithmeticP2peoiyyxz_xtFZTq in BigInt.o
"method descriptor for static Swift.AdditiveArithmetic.-= infix(inout A, A) -> ()", referenced from:
l_got.$ss18AdditiveArithmeticP2seoiyyxz_xtFZTq in BigDouble.o
l_got.$ss18AdditiveArithmeticP2seoiyyxz_xtFZTq in BigInt.o
"method descriptor for static Swift.AdditiveArithmetic.zero.getter : A", referenced from:
l_got.$ss18AdditiveArithmeticP4zeroxvgZTq in BigDouble.o
l_got.$ss18AdditiveArithmeticP4zeroxvgZTq in BigInt.o
"base conformance descriptor for Swift.AdditiveArithmetic: Swift.Equatable", referenced from:
l_got.$ss18AdditiveArithmeticPSQTb in BigDouble.o
l_got.$ss18AdditiveArithmeticPSQTb in BigInt.o
"static (extension in Swift):Swift.AdditiveArithmetic< where A: Swift.ExpressibleByIntegerLiteral>.zero.getter : A", referenced from:
static Euler.Statistics.ERF(at: Euler.BigDouble) -> Euler.BigDouble in Gauss.o
Euler.NullNode.evaluate([Swift.String : Euler.BigDouble], [Swift.String : ([Euler.CellValue]) throws -> Euler.CellValue]) throws -> Euler.CellValue in NullNode.o
Euler.OperatorNode.compile() -> Euler.Node in OperatorNode.o
Euler.OperatorNode.compile() -> Euler.Node in OperatorNode.o
Euler.OperatorNode.evaluate([Swift.String : Euler.BigDouble], [Swift.String : ([Euler.CellValue]) throws -> Euler.CellValue]) throws -> Euler.CellValue in OperatorNode.o
Euler.OperatorNode.evaluate([Swift.String : Euler.BigDouble], [Swift.String : ([Euler.CellValue]) throws -> Euler.CellValue]) throws -> Euler.CellValue in OperatorNode.o
Euler.Polynomial.normalized.getter : Euler.Polynomial in Polynomial.o
...
"Swift.EnumeratedSequence.makeIterator() -> Swift.EnumeratedSequence<A>.Iterator", referenced from:
Euler.Polynomial.coefs.didset : [Euler.BigDouble] in Polynomial.o
Euler.Polynomial.init([Euler.BigDouble]) throws -> Euler.Polynomial in Polynomial.o
Euler.BigDouble.(exponentize in _FEA909DBF059354E199F7A9B6309AB09)(str: Swift.String) -> Swift.String in BigDouble.o
Euler.BigInt.(exponentize in _7CF80C7F6CA470DDBCF23132461DBEB3)(str: Swift.String) -> Swift.String in BigInt.o
closure #1 (inout Swift.UnsafeMutableBufferPointer<Swift.Double>) -> () in closure #1 (Swift.UnsafeBufferPointer<Swift.Double>) -> () in Euler.Matrix.subscript.getter : (rows: [Swift.Int]) -> Euler.Matrix in MProperties.o
Euler.Matrix.init(_: [[Swift.Double]], range: Swift.Range<Swift.Int>) -> Euler.Matrix in Matrix.o
Euler.gamma(Euler.BigDouble) throws -> Euler.BigDouble in gamma.o
...
"Swift.EnumeratedSequence.Iterator.next() -> (offset: Swift.Int, element: A.Element)?", referenced from:
Euler.Polynomial.coefs.didset : [Euler.BigDouble] in Polynomial.o
Euler.Polynomial.init([Euler.BigDouble]) throws -> Euler.Polynomial in Polynomial.o
Euler.BigDouble.(exponentize in _FEA909DBF059354E199F7A9B6309AB09)(str: Swift.String) -> Swift.String in BigDouble.o
Euler.BigInt.(exponentize in _7CF80C7F6CA470DDBCF23132461DBEB3)(str: Swift.String) -> Swift.String in BigInt.o
closure #1 (inout Swift.UnsafeMutableBufferPointer<Swift.Double>) -> () in closure #1 (Swift.UnsafeBufferPointer<Swift.Double>) -> () in Euler.Matrix.subscript.getter : (rows: [Swift.Int]) -> Euler.Matrix in MProperties.o
Euler.Matrix.init(_: [[Swift.Double]], range: Swift.Range<Swift.Int>) -> Euler.Matrix in Matrix.o
Euler.gamma(Euler.BigDouble) throws -> Euler.BigDouble in gamma.o
...
"nominal type descriptor for Swift.EnumeratedSequence.Iterator", referenced from:
_symbolic _____ySay_____G_G s18EnumeratedSequenceV8IteratorV 5Euler9BigDoubleV in Polynomial.o
_symbolic _____ySS_G s18EnumeratedSequenceV8IteratorV in BigDouble.o
_symbolic _____ySaySiG_G s18EnumeratedSequenceV8IteratorV in MProperties.o
_symbolic _____ySaySaySdGG_G s18EnumeratedSequenceV8IteratorV in Matrix.o
_symbolic _____ySaySdG_G s18EnumeratedSequenceV8IteratorV in gamma.o
"nominal type descriptor for Swift.EnumeratedSequence", referenced from:
_symbolic _____ySay_____GG s18EnumeratedSequenceV 5Euler9BigDoubleV in Polynomial.o
_symbolic _____ySSG s18EnumeratedSequenceV in BigDouble.o
_symbolic _____ySaySiGG s18EnumeratedSequenceV in MProperties.o
_symbolic _____ySaySaySdGGG s18EnumeratedSequenceV in Matrix.o
_symbolic _____ySaySdGG s18EnumeratedSequenceV in gamma.o
"Swift.ReversedCollection.makeIterator() -> Swift.ReversedCollection<A>.Iterator", referenced from:
Euler.CellAddressNode.lettersToInt(Swift.String) -> Swift.Int? in CellAddressNode.o
(extension in Euler):Swift.Array<A where A == Swift.UInt64>.decimalRepresentation.getter : Swift.String in BNativeExtensions.o
Euler.BigDouble.init(_: Swift.String, radix: Swift.Int) -> Euler.BigDouble? in BigDouble.o
Euler.BigInt.init(_: Swift.String, radix: Swift.Int) -> Euler.BigInt? in BigInt.o
(extension in Euler):Swift.Array<A where A == Swift.UInt64>.divMod([Swift.UInt64]) -> (quotient: [Swift.UInt64], remainder: [Swift.UInt64]) in Limbs.o
Euler.leftShift(_: [Swift.UInt64], by: Swift.Int, into: inout [Swift.UInt64]) -> () in KnuthDSupport.o
"Swift.ReversedCollection.Iterator.next() -> A.Element?", referenced from:
Euler.CellAddressNode.lettersToInt(Swift.String) -> Swift.Int? in CellAddressNode.o
(extension in Euler):Swift.Array<A where A == Swift.UInt64>.decimalRepresentation.getter : Swift.String in BNativeExtensions.o
Euler.BigDouble.init(_: Swift.String, radix: Swift.Int) -> Euler.BigDouble? in BigDouble.o
Euler.BigInt.init(_: Swift.String, radix: Swift.Int) -> Euler.BigInt? in BigInt.o
(extension in Euler):Swift.Array<A where A == Swift.UInt64>.divMod([Swift.UInt64]) -> (quotient: [Swift.UInt64], remainder: [Swift.UInt64]) in Limbs.o
Euler.leftShift(_: [Swift.UInt64], by: Swift.Int, into: inout [Swift.UInt64]) -> () in KnuthDSupport.o
"nominal type descriptor for Swift.ReversedCollection.Iterator", referenced from:
_symbolic _____ySaySSG_G s18ReversedCollectionV8IteratorV in CellAddressNode.o
_symbolic _____ySnySiG_G s18ReversedCollectionV8IteratorV in BNativeExtensions.o
_symbolic _____ySS_G s18ReversedCollectionV8IteratorV in BigDouble.o
_symbolic _____ySNySiG_G s18ReversedCollectionV8IteratorV in Limbs.o
"nominal type descriptor for Swift.ReversedCollection", referenced from:
_symbolic _____ySaySSGG s18ReversedCollectionV in CellAddressNode.o
_symbolic _____ySay_____GG s18ReversedCollectionV 5Euler9BigDoubleV in Polynomial.o
_symbolic _____ySnySiGG s18ReversedCollectionV in BNativeExtensions.o
_symbolic _____ySSG s18ReversedCollectionV in BigDouble.o
_symbolic _____ySNySiGG s18ReversedCollectionV in Limbs.o
"protocol conformance descriptor for Swift.ReversedCollection<A> : Swift.Sequence in Swift", referenced from:
lazy protocol witness table accessor for type Swift.ReversedCollection<[Euler.BigDouble]> and conformance Swift.ReversedCollection<A> : Swift.Sequence in Swift in Polynomial.o
lazy protocol witness table accessor for type Swift.ReversedCollection<Swift.String> and conformance Swift.ReversedCollection<A> : Swift.Sequence in Swift in BigInt.o
"Swift._fatalErrorMessage(_: Swift.StaticString, _: Swift.StaticString, file: Swift.StaticString, line: Swift.UInt, flags: Swift.UInt32) -> Swift.Never", referenced from:
generic specialization <serialized, Swift.UInt8> of Swift.UnsafeBufferPointer.init(start: Swift.UnsafePointer<A>?, count: Swift.Int) -> Swift.UnsafeBufferPointer<A> in Expression.o
generic specialization <serialized, Swift.UInt8> of Swift.UnsafeBufferPointer.init(start: Swift.UnsafePointer<A>?, count: Swift.Int) -> Swift.UnsafeBufferPointer<A> in Expression.o
closure #1 (Swift.UnsafeBufferPointer<Swift.UInt8>) -> () in Swift._unimplementedInitializer(className: Swift.StaticString, initName: Swift.StaticString, file: Swift.StaticString, line: Swift.UInt, column: Swift.UInt) -> Swift.Never in Expression.o
generic specialization <serialized, ()> of closure #1 (Swift.UnsafePointer<Swift.UInt8>) throws -> A in closure #1 (Swift.UnsafePointer<Swift.UInt64>) throws -> A in Swift.Unicode.Scalar.withUTF8CodeUnits<A>((Swift.UnsafeBufferPointer<Swift.UInt8>) throws -> A) throws -> A in Expression.o
generic specialization <serialized, Swift.UInt64, Swift.UInt8, ()> of _swift_se0333_UnsafePointer_withMemoryRebound in Expression.o
closure #1 (Swift.UnsafeBufferPointer<Swift.UInt8>) -> () in closure #1 (Swift.UnsafeBufferPointer<Swift.UInt8>) -> () in Swift._unimplementedInitializer(className: Swift.StaticString, initName: Swift.StaticString, file: Swift.StaticString, line: Swift.UInt, column: Swift.UInt) -> Swift.Never in Expression.o
closure #1 (inout Swift.UnsafeMutableBufferPointer<Swift.Double>) -> () in Euler.Matrix.inverse() -> Euler.Matrix in MOperations.o
closure #1 (inout Swift.UnsafeMutableBufferPointer<Swift.Double>) -> () in Euler.Matrix.inverse() -> Euler.Matrix in MOperations.o
closure #1 (inout Swift.UnsafeMutableBufferPointer<Swift.Double>) -> () in Euler.Matrix.inverse() -> Euler.Matrix in MOperations.o
...
"Swift._arrayConditionalCast<A, B>([A]) -> [B]?", referenced from:
Euler.Polynomial.evaluate(at: Euler.BigDouble) -> Euler.BigDouble in Polynomial.o
closure #4 ([Euler.CellValue]) -> Euler.CellValue in Euler.Tables.engineeringFormulas.getter : [Swift.String : ([Euler.CellValue]) throws -> Euler.CellValue] in EngineeringLinker.o
closure #5 ([Euler.CellValue]) -> Euler.CellValue in Euler.Tables.engineeringFormulas.getter : [Swift.String : ([Euler.CellValue]) throws -> Euler.CellValue] in EngineeringLinker.o
closure #6 ([Euler.CellValue]) -> Euler.CellValue in Euler.Tables.engineeringFormulas.getter : [Swift.String : ([Euler.CellValue]) throws -> Euler.CellValue] in EngineeringLinker.o
closure #7 ([Euler.CellValue]) -> Euler.CellValue in Euler.Tables.engineeringFormulas.getter : [Swift.String : ([Euler.CellValue]) throws -> Euler.CellValue] in EngineeringLinker.o
closure #8 ([Euler.CellValue]) -> Euler.CellValue in Euler.Tables.engineeringFormulas.getter : [Swift.String : ([Euler.CellValue]) throws -> Euler.CellValue] in EngineeringLinker.o
closure #13 ([Euler.CellValue]) -> Euler.CellValue in Euler.Tables.engineeringFormulas.getter : [Swift.String : ([Euler.CellValue]) throws -> Euler.CellValue] in EngineeringLinker.o
...
"Swift.KeyedDecodingContainer.decode(_: Swift.Bool.Type, forKey: A) throws -> Swift.Bool", referenced from:
Euler.BigDouble.init(from: Swift.Decoder) throws -> Euler.BigDouble in BigDouble.o
Euler.BigInt.init(from: Swift.Decoder) throws -> Euler.BigInt in BigInt.o
"Swift.KeyedDecodingContainer.decode(_: Swift.Double.Type, forKey: A) throws -> Swift.Double", referenced from:
Euler.BigDouble.init(from: Swift.Decoder) throws -> Euler.BigDouble in BigDouble.o
"Swift.KeyedDecodingContainer.decode(_: Swift.Int.Type, forKey: A) throws -> Swift.Int", referenced from:
Euler.BigDouble.init(from: Swift.Decoder) throws -> Euler.BigDouble in BigDouble.o
Euler.BigInt.init(from: Swift.Decoder) throws -> Euler.BigInt in BigInt.o
"Swift.KeyedDecodingContainer.decode<A where A1: Swift.Decodable>(_: A1.Type, forKey: A) throws -> A1", referenced from:
Euler.BigDouble.init(from: Swift.Decoder) throws -> Euler.BigDouble in BigDouble.o
Euler.BigDouble.init(from: Swift.Decoder) throws -> Euler.BigDouble in BigDouble.o
Euler.BigDouble.init(from: Swift.Decoder) throws -> Euler.BigDouble in BigDouble.o
Euler.BigInt.init(from: Swift.Decoder) throws -> Euler.BigInt in BigInt.o
Euler.BigInt.init(from: Swift.Decoder) throws -> Euler.BigInt in BigInt.o
"nominal type descriptor for Swift.KeyedDecodingContainer", referenced from:
_symbolic _____y_____G s22KeyedDecodingContainerV 5Euler9BigDoubleV10CodingKeys33_FEA909DBF059354E199F7A9B6309AB09LLO in BigDouble.o
_symbolic _____y_____G s22KeyedDecodingContainerV 5Euler6BigIntV10CodingKeys33_7CF80C7F6CA470DDBCF23132461DBEB3LLO in BigInt.o
"Swift.KeyedEncodingContainer.encode(_: Swift.Bool, forKey: A) throws -> ()", referenced from:
Euler.BigDouble.encode(to: Swift.Encoder) throws -> () in BigDouble.o
Euler.BigInt.encode(to: Swift.Encoder) throws -> () in BigInt.o
"Swift.KeyedEncodingContainer.encode(_: Swift.Double, forKey: A) throws -> ()", referenced from:
Euler.BigDouble.encode(to: Swift.Encoder) throws -> () in BigDouble.o
"Swift.KeyedEncodingContainer.encode(_: Swift.Int, forKey: A) throws -> ()", referenced from:
Euler.BigDouble.encode(to: Swift.Encoder) throws -> () in BigDouble.o
Euler.BigInt.encode(to: Swift.Encoder) throws -> () in BigInt.o
"Swift.KeyedEncodingContainer.encode<A where A1: Swift.Encodable>(_: A1, forKey: A) throws -> ()", referenced from:
Euler.BigDouble.encode(to: Swift.Encoder) throws -> () in BigDouble.o
Euler.BigDouble.encode(to: Swift.Encoder) throws -> () in BigDouble.o
Euler.BigDouble.encode(to: Swift.Encoder) throws -> () in BigDouble.o
Euler.BigInt.encode(to: Swift.Encoder) throws -> () in BigInt.o
Euler.BigInt.encode(to: Swift.Encoder) throws -> () in BigInt.o
"nominal type descriptor for Swift.KeyedEncodingContainer", referenced from:
_symbolic _____y_____G s22KeyedEncodingContainerV 5Euler9BigDoubleV10CodingKeys33_FEA909DBF059354E199F7A9B6309AB09LLO in BigDouble.o
_symbolic _____y_____G s22KeyedEncodingContainerV 5Euler6BigIntV10CodingKeys33_7CF80C7F6CA470DDBCF23132461DBEB3LLO in BigInt.o
"Swift._ContiguousArrayBuffer.firstElementAddress.getter : Swift.UnsafeMutablePointer<A>", referenced from:
closure #1 (inout Swift.UnsafeMutableBufferPointer<Swift.Double>) -> () in Euler.Matrix.inverse() -> Euler.Matrix in MOperations.o
closure #1 (inout Swift.UnsafeMutableBufferPointer<Swift.Double>) -> () in Euler.Matrix.inverse() -> Euler.Matrix in MOperations.o
closure #1 (inout Swift.UnsafeMutableBufferPointer<Swift.Double>) -> () in Euler.Matrix.inverse() -> Euler.Matrix in MOperations.o
closure #1 (Swift.UnsafeBufferPointer<Swift.Double>) -> () in Euler.Matrix.transpose() -> Euler.Matrix in MOperations.o
closure #1 (Swift.UnsafeBufferPointer<Swift.Double>) -> () in closure #1 (Swift.UnsafeBufferPointer<Swift.Double>) -> () in static Euler.Matrix.<*> infix(Euler.Matrix, Euler.Matrix) -> Euler.Matrix in MOperations.o
Euler.Matrix.solveEquationsSystem(vector: [Swift.Double]) throws -> Euler.Matrix in MOperations.o
Euler.Matrix.solveEquationsSystem(vector: [Swift.Double]) throws -> Euler.Matrix in MOperations.o
Euler.Matrix.solveEquationsSystem(vector: [Swift.Double]) throws -> Euler.Matrix in MOperations.o
...
"Swift._ContiguousArrayBuffer.owner.getter : Swift.AnyObject", referenced from:
closure #1 (inout Swift.UnsafeMutableBufferPointer<Swift.Double>) -> () in Euler.Matrix.inverse() -> Euler.Matrix in MOperations.o
closure #1 (inout Swift.UnsafeMutableBufferPointer<Swift.Double>) -> () in Euler.Matrix.inverse() -> Euler.Matrix in MOperations.o
closure #1 (inout Swift.UnsafeMutableBufferPointer<Swift.Double>) -> () in Euler.Matrix.inverse() -> Euler.Matrix in MOperations.o
closure #1 (Swift.UnsafeBufferPointer<Swift.Double>) -> () in Euler.Matrix.transpose() -> Euler.Matrix in MOperations.o
closure #1 (Swift.UnsafeBufferPointer<Swift.Double>) -> () in closure #1 (Swift.UnsafeBufferPointer<Swift.Double>) -> () in static Euler.Matrix.<*> infix(Euler.Matrix, Euler.Matrix) -> Euler.Matrix in MOperations.o
Euler.Matrix.solveEquationsSystem(vector: [Swift.Double]) throws -> Euler.Matrix in MOperations.o
Euler.Matrix.solveEquationsSystem(vector: [Swift.Double]) throws -> Euler.Matrix in MOperations.o
Euler.Matrix.solveEquationsSystem(vector: [Swift.Double]) throws -> Euler.Matrix in MOperations.o
...
"protocol descriptor for Swift.CustomStringConvertible", referenced from:
l_got.$ss23CustomStringConvertibleMp in BigDouble.o
l_got.$ss23CustomStringConvertibleMp in BigInt.o
l_got.$ss23CustomStringConvertibleMp in Matrix.o
"method descriptor for Swift.CustomStringConvertible.description.getter : Swift.String", referenced from:
l_got.$ss23CustomStringConvertibleP11descriptionSSvgTq in BigDouble.o
l_got.$ss23CustomStringConvertibleP11descriptionSSvgTq in BigInt.o
l_got.$ss23CustomStringConvertibleP11descriptionSSvgTq in Matrix.o
"Swift.withUnsafeMutablePointer<A, B>(to: inout A, _: (Swift.UnsafeMutablePointer<A>) throws -> B) throws -> B", referenced from:
Euler.withUnsafeMutablePointers<A, B, C>(_: inout A, _: inout B, body: (Swift.UnsafeMutablePointer<A>, Swift.UnsafeMutablePointer<B>) throws -> C) throws -> C in Pointers.o
closure #1 (Swift.UnsafeMutablePointer<A>) throws -> C in Euler.withUnsafeMutablePointers<A, B, C>(_: inout A, _: inout B, body: (Swift.UnsafeMutablePointer<A>, Swift.UnsafeMutablePointer<B>) throws -> C) throws -> C in Pointers.o
Euler.withUnsafeMutablePointers<A, B, C, D>(_: inout A, _: inout B, _: inout C, body: (Swift.UnsafeMutablePointer<A>, Swift.UnsafeMutablePointer<B>, Swift.UnsafeMutablePointer<C>) throws -> D) throws -> D in Pointers.o
closure #1 (Swift.UnsafeMutablePointer<A>) throws -> D in Euler.withUnsafeMutablePointers<A, B, C, D>(_: inout A, _: inout B, _: inout C, body: (Swift.UnsafeMutablePointer<A>, Swift.UnsafeMutablePointer<B>, Swift.UnsafeMutablePointer<C>) throws -> D) throws -> D in Pointers.o
closure #1 (Swift.UnsafeMutablePointer<B>) throws -> D in closure #1 (Swift.UnsafeMutablePointer<A>) throws -> D in Euler.withUnsafeMutablePointers<A, B, C, D>(_: inout A, _: inout B, _: inout C, body: (Swift.UnsafeMutablePointer<A>, Swift.UnsafeMutablePointer<B>, Swift.UnsafeMutablePointer<C>) throws -> D) throws -> D in Pointers.o
"protocol descriptor for Swift.ExpressibleByArrayLiteral", referenced from:
l_got.$ss25ExpressibleByArrayLiteralMp in Regex.o
l_got.$ss25ExpressibleByArrayLiteralMp in sha256.o
l_got.$ss25ExpressibleByArrayLiteralMp in Matrix.o
"method descriptor for Swift.ExpressibleByArrayLiteral.init(arrayLiteral: A.ArrayLiteralElement...) -> A", referenced from:
l_got.$ss25ExpressibleByArrayLiteralP05arrayD0x0cD7ElementQzd_tcfCTq in Regex.o
l_got.$ss25ExpressibleByArrayLiteralP05arrayD0x0cD7ElementQzd_tcfCTq in sha256.o
l_got.$ss25ExpressibleByArrayLiteralP05arrayD0x0cD7ElementQzd_tcfCTq in Matrix.o
"protocol descriptor for Swift.ExpressibleByFloatLiteral", referenced from:
l_got.$ss25ExpressibleByFloatLiteralMp in BigDouble.o
l_got.$ss25ExpressibleByFloatLiteralMp in BigInt.o
"method descriptor for Swift.ExpressibleByFloatLiteral.init(floatLiteral: A.FloatLiteralType) -> A", referenced from:
l_got.$ss25ExpressibleByFloatLiteralP05floatD0x0cD4TypeQz_tcfCTq in BigDouble.o
l_got.$ss25ExpressibleByFloatLiteralP05floatD0x0cD4TypeQz_tcfCTq in BigInt.o
"associated conformance descriptor for Swift.ExpressibleByFloatLiteral.Swift.ExpressibleByFloatLiteral.FloatLiteralType: Swift._ExpressibleByBuiltinFloatLiteral", referenced from:
l_got.$ss25ExpressibleByFloatLiteralP0cD4TypeAB_s01_ab7BuiltincD0Tn in BigDouble.o
l_got.$ss25ExpressibleByFloatLiteralP0cD4TypeAB_s01_ab7BuiltincD0Tn in BigInt.o
"Swift.DefaultStringInterpolation.appendInterpolation<A>(A) -> ()", referenced from:
Euler.Group.description.getter : Swift.String in Grouper.o
"Swift.DefaultStringInterpolation.appendInterpolation<A where A: Swift.CustomStringConvertible>(A) -> ()", referenced from:
Euler.Group.description.getter : Swift.String in Grouper.o
Euler.Polynomial.coefs.didset : [Euler.BigDouble] in Polynomial.o
Euler.Polynomial.coefs.didset : [Euler.BigDouble] in Polynomial.o
Euler.Polynomial.coefs.didset : [Euler.BigDouble] in Polynomial.o
Euler.Polynomial.init([Euler.BigDouble]) throws -> Euler.Polynomial in Polynomial.o
Euler.Polynomial.init([Euler.BigDouble]) throws -> Euler.Polynomial in Polynomial.o
Euler.Polynomial.init([Euler.BigDouble]) throws -> Euler.Polynomial in Polynomial.o
...
"Swift.DefaultStringInterpolation.appendInterpolation<A where A: Swift.CustomStringConvertible, A: Swift.TextOutputStreamable>(A) -> ()", referenced from:
Euler.Parser.__allocating_init(latex: Swift.String) -> Euler.Parser in LaTeX.o
static Euler.Parser.(nthroot in _7DD7D5E56DE6F1FF64B4DB2516AF4ACB)(latex: Swift.String) -> Swift.String in LaTeX.o
static Euler.Parser.(nthroot in _7DD7D5E56DE6F1FF64B4DB2516AF4ACB)(latex: Swift.String) -> Swift.String in LaTeX.o
static Euler.Parser.(log in _7DD7D5E56DE6F1FF64B4DB2516AF4ACB)(latex: Swift.String) -> Swift.String in LaTeX.o
static Euler.Parser.(log in _7DD7D5E56DE6F1FF64B4DB2516AF4ACB)(latex: Swift.String) -> Swift.String in LaTeX.o
static Euler.Parser.(abs in _7DD7D5E56DE6F1FF64B4DB2516AF4ACB)(latex: Swift.String) -> Swift.String in LaTeX.o
static Euler.Parser.(fractions in _7DD7D5E56DE6F1FF64B4DB2516AF4ACB)(latex: Swift.String) -> Swift.String in LaTeX.o
static Euler.Parser.(fractions in _7DD7D5E56DE6F1FF64B4DB2516AF4ACB)(latex: Swift.String) -> Swift.String in LaTeX.o
...
"Swift.DefaultStringInterpolation.appendLiteral(Swift.String) -> ()", referenced from:
Euler.Group.description.getter : Swift.String in Grouper.o
Euler.Group.description.getter : Swift.String in Grouper.o
Euler.Group.description.getter : Swift.String in Grouper.o
Euler.Parser.__allocating_init(latex: Swift.String) -> Euler.Parser in LaTeX.o
Euler.Parser.__allocating_init(latex: Swift.String) -> Euler.Parser in LaTeX.o
static Euler.Parser.(nthroot in _7DD7D5E56DE6F1FF64B4DB2516AF4ACB)(latex: Swift.String) -> Swift.String in LaTeX.o
static Euler.Parser.(nthroot in _7DD7D5E56DE6F1FF64B4DB2516AF4ACB)(latex: Swift.String) -> Swift.String in LaTeX.o
static Euler.Parser.(nthroot in _7DD7D5E56DE6F1FF64B4DB2516AF4ACB)(latex: Swift.String) -> Swift.String in LaTeX.o
...
"Swift.DefaultStringInterpolation.init(literalCapacity: Swift.Int, interpolationCount: Swift.Int) -> Swift.DefaultStringInterpolation", referenced from:
Euler.Group.description.getter : Swift.String in Grouper.o
Euler.Parser.__allocating_init(latex: Swift.String) -> Euler.Parser in LaTeX.o
static Euler.Parser.(nthroot in _7DD7D5E56DE6F1FF64B4DB2516AF4ACB)(latex: Swift.String) -> Swift.String in LaTeX.o
static Euler.Parser.(log in _7DD7D5E56DE6F1FF64B4DB2516AF4ACB)(latex: Swift.String) -> Swift.String in LaTeX.o
static Euler.Parser.(abs in _7DD7D5E56DE6F1FF64B4DB2516AF4ACB)(latex: Swift.String) -> Swift.String in LaTeX.o
static Euler.Parser.(fractions in _7DD7D5E56DE6F1FF64B4DB2516AF4ACB)(latex: Swift.String) -> Swift.String in LaTeX.o
Euler.CellAddressNode.description.getter : Swift.String in CellAddressNode.o
...
"protocol descriptor for Swift.ExpressibleByIntegerLiteral", referenced from:
l_got.$ss27ExpressibleByIntegerLiteralMp in BigDouble.o
l_got.$ss27ExpressibleByIntegerLiteralMp in BigInt.o
"dispatch thunk of Swift.ExpressibleByIntegerLiteral.init(integerLiteral: A.IntegerLiteralType) -> A", referenced from:
static Euler.BigInt.<< infix<A where A: Swift.BinaryInteger>(Euler.BigInt, A) -> Euler.BigInt in BinaryBigInt.o
static Euler.BigInt.>> infix<A where A: Swift.BinaryInteger>(Euler.BigInt, A) -> Euler.BigInt in BinaryBigInt.o
static Euler.BigInt.== infix<A where A: Swift.BinaryInteger>(Euler.BigInt, A) -> Swift.Bool in OperationsBigInt.o
static Euler.BigInt.!= infix<A where A: Swift.BinaryInteger>(Euler.BigInt, A) -> Swift.Bool in OperationsBigInt.o
static Euler.BigInt.< infix<A where A: Swift.BinaryInteger>(Euler.BigInt, A) -> Swift.Bool in OperationsBigInt.o
static Euler.BigInt.< infix<A where A: Swift.BinaryInteger>(Euler.BigInt, A) -> Swift.Bool in OperationsBigInt.o
static Euler.BigInt.< infix<A where A: Swift.BinaryInteger>(Euler.BigInt, A) -> Swift.Bool in OperationsBigInt.o
...
"method descriptor for Swift.ExpressibleByIntegerLiteral.init(integerLiteral: A.IntegerLiteralType) -> A", referenced from:
l_got.$ss27ExpressibleByIntegerLiteralP07integerD0x0cD4TypeQz_tcfCTq in BigDouble.o
l_got.$ss27ExpressibleByIntegerLiteralP07integerD0x0cD4TypeQz_tcfCTq in BigInt.o
"associated conformance descriptor for Swift.ExpressibleByIntegerLiteral.Swift.ExpressibleByIntegerLiteral.IntegerLiteralType: Swift._ExpressibleByBuiltinIntegerLiteral", referenced from:
l_got.$ss27ExpressibleByIntegerLiteralP0cD4TypeAB_s01_ab7BuiltincD0Tn in BigDouble.o
l_got.$ss27ExpressibleByIntegerLiteralP0cD4TypeAB_s01_ab7BuiltincD0Tn in BigInt.o
static Euler.BigInt.<< infix<A where A: Swift.BinaryInteger>(Euler.BigInt, A) -> Euler.BigInt in BinaryBigInt.o
static Euler.BigInt.>> infix<A where A: Swift.BinaryInteger>(Euler.BigInt, A) -> Euler.BigInt in BinaryBigInt.o
static Euler.BigInt.== infix<A where A: Swift.BinaryInteger>(Euler.BigInt, A) -> Swift.Bool in OperationsBigInt.o
static Euler.BigInt.!= infix<A where A: Swift.BinaryInteger>(Euler.BigInt, A) -> Swift.Bool in OperationsBigInt.o
static Euler.BigInt.< infix<A where A: Swift.BinaryInteger>(Euler.BigInt, A) -> Swift.Bool in OperationsBigInt.o
static Euler.BigInt.< infix<A where A: Swift.BinaryInteger>(Euler.BigInt, A) -> Swift.Bool in OperationsBigInt.o
static Euler.BigInt.< infix<A where A: Swift.BinaryInteger>(Euler.BigInt, A) -> Swift.Bool in OperationsBigInt.o
...
"protocol requirements base descriptor for Swift.ExpressibleByIntegerLiteral", referenced from:
static Euler.BigInt.<< infix<A where A: Swift.BinaryInteger>(Euler.BigInt, A) -> Euler.BigInt in BinaryBigInt.o
static Euler.BigInt.<< infix<A where A: Swift.BinaryInteger>(Euler.BigInt, A) -> Euler.BigInt in BinaryBigInt.o
static Euler.BigInt.>> infix<A where A: Swift.BinaryInteger>(Euler.BigInt, A) -> Euler.BigInt in BinaryBigInt.o
static Euler.BigInt.>> infix<A where A: Swift.BinaryInteger>(Euler.BigInt, A) -> Euler.BigInt in BinaryBigInt.o
static Euler.BigInt.== infix<A where A: Swift.BinaryInteger>(Euler.BigInt, A) -> Swift.Bool in OperationsBigInt.o
static Euler.BigInt.== infix<A where A: Swift.BinaryInteger>(Euler.BigInt, A) -> Swift.Bool in OperationsBigInt.o
static Euler.BigInt.!= infix<A where A: Swift.BinaryInteger>(Euler.BigInt, A) -> Swift.Bool in OperationsBigInt.o
static Euler.BigInt.!= infix<A where A: Swift.BinaryInteger>(Euler.BigInt, A) -> Swift.Bool in OperationsBigInt.o
...
"Swift._allocateUninitializedArray<A>(Builtin.Word) -> ([A], Builtin.RawPointer)", referenced from:
Euler.Expression.init(_: Swift.String, decimalSeparator: Swift.String, argumentSeparator: Swift.String) throws -> Euler.Expression in Expression.o
Euler.Expression.init(latex: Swift.String, decimalSeparator: Swift.String, argumentSeparator: Swift.String) throws -> Euler.Expression in Expression.o
symbolChildren #1 (node: Euler.Node) -> [Euler.SymbolNode] in Euler.Expression.symbols.getter : [Euler.SymbolNode] in Expression.o
Euler.Group.compile() throws -> () in Grouper.o
Euler.Group.toNode(lhs: Euler.Node?, rhs: Euler.Node?) throws -> Euler.Node in Grouper.o
Euler.Group.toOperator(lhs: Euler.Node, rhs: Euler.Node) throws -> Euler.OperatorNode in Grouper.o
Euler.Grouper.group() throws -> [Euler.Group] in Grouper.o
Euler.Grouper.group() throws -> [Euler.Group] in Grouper.o
Euler.Grouper.group() throws -> [Euler.Group] in Grouper.o
Euler.Grouper.group() throws -> [Euler.Group] in Grouper.o
Euler.Grouper.group() throws -> [Euler.Group] in Grouper.o
Euler.Grouper.group() throws -> [Euler.Group] in Grouper.o
Euler.Grouper.group() throws -> [Euler.Group] in Grouper.o
...
"protocol descriptor for Swift.CustomDebugStringConvertible", referenced from:
l_got.$ss28CustomDebugStringConvertibleMp in BigDouble.o
l_got.$ss28CustomDebugStringConvertibleMp in BigInt.o
"method descriptor for Swift.CustomDebugStringConvertible.debugDescription.getter : Swift.String", referenced from:
l_got.$ss28CustomDebugStringConvertibleP16debugDescriptionSSvgTq in BigDouble.o
l_got.$ss28CustomDebugStringConvertibleP16debugDescriptionSSvgTq in BigInt.o
"Swift.== infix<A where A: Swift.RawRepresentable, A.RawValue: Swift.Equatable>(A, A) -> Swift.Bool", referenced from:
protocol witness for static Swift.Equatable.== infix(A, A) -> Swift.Bool in conformance __C.NSRegularExpressionOptions : Swift.Equatable in __C_Synthesized in Regex.o
protocol witness for static Swift.Equatable.== infix(A, A) -> Swift.Bool in conformance __C.NSMatchingOptions : Swift.Equatable in __C_Synthesized in Regex.o
protocol witness for static Swift.Equatable.== infix(A, A) -> Swift.Bool in conformance (extension in Euler):Foundation.Data.HexEncodingOptions : Swift.Equatable in Euler in sha256.o
"Swift._convertInOutToPointerArgument<A where A: Swift._Pointer>(Builtin.RawPointer) -> A", referenced from:
@nonobjc __C.NSRegularExpression.init(pattern: Swift.String, options: __C.NSRegularExpressionOptions) throws -> __C.NSRegularExpression in Regex.o
"dispatch thunk of Swift._ExpressibleByBuiltinIntegerLiteral.init(_builtinIntegerLiteral: Builtin.IntLiteral) -> A", referenced from:
static Euler.BigInt.<< infix<A where A: Swift.BinaryInteger>(Euler.BigInt, A) -> Euler.BigInt in BinaryBigInt.o
static Euler.BigInt.>> infix<A where A: Swift.BinaryInteger>(Euler.BigInt, A) -> Euler.BigInt in BinaryBigInt.o
static Euler.BigInt.== infix<A where A: Swift.BinaryInteger>(Euler.BigInt, A) -> Swift.Bool in OperationsBigInt.o
static Euler.BigInt.!= infix<A where A: Swift.BinaryInteger>(Euler.BigInt, A) -> Swift.Bool in OperationsBigInt.o
static Euler.BigInt.< infix<A where A: Swift.BinaryInteger>(Euler.BigInt, A) -> Swift.Bool in OperationsBigInt.o
static Euler.BigInt.< infix<A where A: Swift.BinaryInteger>(Euler.BigInt, A) -> Swift.Bool in OperationsBigInt.o
static Euler.BigInt.< infix<A where A: Swift.BinaryInteger>(Euler.BigInt, A) -> Swift.Bool in OperationsBigInt.o
...
"Swift.abs<A where A: Swift.Comparable, A: Swift.SignedNumeric>(A) -> A", referenced from:
Euler.BigDouble.init(_: Swift.Int, over: Swift.Int) -> Euler.BigDouble in BigDouble.o
Euler.BigDouble.init(_: Swift.Int, over: Swift.Int) -> Euler.BigDouble in BigDouble.o
Euler.BigDouble.init(Swift.String) -> Euler.BigDouble? in BigDouble.o
Euler.BigDouble.init(_: Swift.Double, withPrecision: Swift.Double) -> Euler.BigDouble in BigDouble.o
Euler.BigDouble.init(_: Swift.Double, withPrecision: Swift.Double) -> Euler.BigDouble in BigDouble.o
static Euler.BigDouble.** infix(Euler.BigDouble, Euler.BigDouble) -> Euler.BigDouble in OperationsBigDouble.o
Euler.BigInt.init(Swift.Int) -> Euler.BigInt in BigInt.o
...
"Swift.max<A where A: Swift.Comparable>(A, A) -> A", referenced from:
(extension in Euler):Swift.StringProtocol.subscript.getter : (Swift.PartialRangeFrom<Swift.Int>) -> A.SubSequence in Regex.o
static Euler.BigInt.& infix(Euler.BigInt, Euler.BigInt) -> Euler.BigInt in BinaryBigInt.o
static Euler.BigInt.| infix(Euler.BigInt, Euler.BigInt) -> Euler.BigInt in BinaryBigInt.o
static Euler.BigInt.^ infix(Euler.BigInt, Euler.BigInt) -> Euler.BigInt in BinaryBigInt.o
static Euler.BigInt.* infix(Euler.BigInt, Euler.BigInt) -> Euler.BigInt in OperationsBigInt.o
Euler.Matrix.length.getter : Swift.Int in MProperties.o
"Swift.min<A where A: Swift.Comparable>(A, A) -> A", referenced from:
static Euler.BigInt.* infix(Euler.BigInt, Euler.BigInt) -> Euler.BigInt in OperationsBigInt.o
(extension in Euler):Swift.Array<A where A == Swift.UInt64>.addLimbs([Swift.UInt64]) -> () in Limbs.o
(extension in Euler):Swift.Array<A where A == Swift.UInt64>.addLimbs(_: [Swift.UInt64], padding: Swift.Int) -> () in Limbs.o
Euler.SHA256.(arrayOfBytes in _7E38DD21E3152CA0F1236381979F2683)<A>(value: A, length: Swift.Int?) -> [Swift.UInt8] in sha256.o
closure #1 () -> A.SubSequence? in Euler.BytesSequence.makeIterator() -> Swift.AnyIterator<A.SubSequence> in sha256.o
Euler.steinGcd([Swift.UInt64], [Swift.UInt64]) -> [Swift.UInt64] in gcd.o
"Swift.zip<A, B where A: Swift.Sequence, B: Swift.Sequence>(A, B) -> Swift.Zip2Sequence<A, B>", referenced from:
Euler.Vector.translated.getter : Euler.Point in Vector.o
static Euler.Vector.+ infix(Euler.Vector, Euler.Vector) -> Euler.Vector in Vector.o
static Euler.Vector.* infix(Euler.Vector, Euler.Vector) -> Euler.BigDouble in Vector.o
Euler.Matrix.determinant() -> Euler.BigDouble? in MOperations.o
"Swift.swap<A>(inout A, inout A) -> ()", referenced from:
(extension in Euler):Swift.Array<A where A == Swift.UInt64>.difference([Swift.UInt64]) -> () in Limbs.o
"protocol descriptor for Swift.Error", referenced from:
l_got.$ss5ErrorMp in Grouper.o
_symbolic Say_____GAA______pIegnrzo_ 5Euler9CellValueV s5ErrorP in FunctionNode.o
l_got.$ss5ErrorMp in Node.o
l_got.$ss5ErrorMp in Parser.o
_symbolic Say_____GAA______pIeggrzo_ 5Euler9CellValueV s5ErrorP in EngineeringLinker.o
l_got.$ss5ErrorMp in Euler.o
l_got.$ss5ErrorMp in MOperations.o
...
"method descriptor for Swift.Error._getEmbeddedNSError() -> Swift.AnyObject?", referenced from:
l_got.$ss5ErrorP19_getEmbeddedNSErroryXlSgyFTq in Grouper.o
l_got.$ss5ErrorP19_getEmbeddedNSErroryXlSgyFTq in Node.o
l_got.$ss5ErrorP19_getEmbeddedNSErroryXlSgyFTq in Parser.o
l_got.$ss5ErrorP19_getEmbeddedNSErroryXlSgyFTq in Euler.o
l_got.$ss5ErrorP19_getEmbeddedNSErroryXlSgyFTq in MOperations.o
l_got.$ss5ErrorP19_getEmbeddedNSErroryXlSgyFTq in Average.o
l_got.$ss5ErrorP19_getEmbeddedNSErroryXlSgyFTq in ExpressionSolver.o
...
"method descriptor for Swift.Error._code.getter : Swift.Int", referenced from:
l_got.$ss5ErrorP5_codeSivgTq in Grouper.o
l_got.$ss5ErrorP5_codeSivgTq in Node.o
l_got.$ss5ErrorP5_codeSivgTq in Parser.o
l_got.$ss5ErrorP5_codeSivgTq in Euler.o
l_got.$ss5ErrorP5_codeSivgTq in MOperations.o
l_got.$ss5ErrorP5_codeSivgTq in Average.o
l_got.$ss5ErrorP5_codeSivgTq in ExpressionSolver.o
...
"method descriptor for Swift.Error._domain.getter : Swift.String", referenced from:
l_got.$ss5ErrorP7_domainSSvgTq in Grouper.o
l_got.$ss5ErrorP7_domainSSvgTq in Node.o
l_got.$ss5ErrorP7_domainSSvgTq in Parser.o
l_got.$ss5ErrorP7_domainSSvgTq in Euler.o
l_got.$ss5ErrorP7_domainSSvgTq in MOperations.o
l_got.$ss5ErrorP7_domainSSvgTq in Average.o
l_got.$ss5ErrorP7_domainSSvgTq in ExpressionSolver.o
...
"method descriptor for Swift.Error._userInfo.getter : Swift.AnyObject?", referenced from:
l_got.$ss5ErrorP9_userInfoyXlSgvgTq in Grouper.o
l_got.$ss5ErrorP9_userInfoyXlSgvgTq in Node.o
l_got.$ss5ErrorP9_userInfoyXlSgvgTq in Parser.o
l_got.$ss5ErrorP9_userInfoyXlSgvgTq in Euler.o
l_got.$ss5ErrorP9_userInfoyXlSgvgTq in MOperations.o
l_got.$ss5ErrorP9_userInfoyXlSgvgTq in Average.o
l_got.$ss5ErrorP9_userInfoyXlSgvgTq in ExpressionSolver.o
...
"(extension in Swift):Swift.Error._getEmbeddedNSError() -> Swift.AnyObject?", referenced from:
protocol witness for Swift.Error._getEmbeddedNSError() -> Swift.AnyObject? in conformance Euler.(GroupError in _E4C01C6EE9E7FBB6853620D4905BB58F) : Swift.Error in Euler in Grouper.o
protocol witness for Swift.Error._getEmbeddedNSError() -> Swift.AnyObject? in conformance Euler.EvaluationError : Swift.Error in Euler in Node.o
protocol witness for Swift.Error._getEmbeddedNSError() -> Swift.AnyObject? in conformance Euler.(ParseError in _0A271C69EAE3EEE9E1597A90349F701A) : Swift.Error in Euler in Parser.o
protocol witness for Swift.Error._getEmbeddedNSError() -> Swift.AnyObject? in conformance Euler.EulerError : Swift.Error in Euler in Euler.o
protocol witness for Swift.Error._getEmbeddedNSError() -> Swift.AnyObject? in conformance Euler.Matrix.(MatrixSystemError in _D477301202B26BBDBC4B72FB3318BD8C) : Swift.Error in Euler in MOperations.o
protocol witness for Swift.Error._getEmbeddedNSError() -> Swift.AnyObject? in conformance Euler.(AverageError in _26729EF85709800A6D18BB5F2C31CB88) : Swift.Error in Euler in Average.o
protocol witness for Swift.Error._getEmbeddedNSError() -> Swift.AnyObject? in conformance Euler.Expression.(SolveError in _4E6D178218345A8B19E9B1268EBD1502) : Swift.Error in Euler in ExpressionSolver.o
...
"(extension in Swift):Swift.Error._code.getter : Swift.Int", referenced from:
protocol witness for Swift.Error._code.getter : Swift.Int in conformance Euler.(GroupError in _E4C01C6EE9E7FBB6853620D4905BB58F) : Swift.Error in Euler in Grouper.o
protocol witness for Swift.Error._code.getter : Swift.Int in conformance Euler.EvaluationError : Swift.Error in Euler in Node.o
protocol witness for Swift.Error._code.getter : Swift.Int in conformance Euler.(ParseError in _0A271C69EAE3EEE9E1597A90349F701A) : Swift.Error in Euler in Parser.o
protocol witness for Swift.Error._code.getter : Swift.Int in conformance Euler.EulerError : Swift.Error in Euler in Euler.o
protocol witness for Swift.Error._code.getter : Swift.Int in conformance Euler.Matrix.(MatrixSystemError in _D477301202B26BBDBC4B72FB3318BD8C) : Swift.Error in Euler in MOperations.o
protocol witness for Swift.Error._code.getter : Swift.Int in conformance Euler.(AverageError in _26729EF85709800A6D18BB5F2C31CB88) : Swift.Error in Euler in Average.o
protocol witness for Swift.Error._code.getter : Swift.Int in conformance Euler.Expression.(SolveError in _4E6D178218345A8B19E9B1268EBD1502) : Swift.Error in Euler in ExpressionSolver.o
...
"(extension in Swift):Swift.Error._domain.getter : Swift.String", referenced from:
protocol witness for Swift.Error._domain.getter : Swift.String in conformance Euler.(GroupError in _E4C01C6EE9E7FBB6853620D4905BB58F) : Swift.Error in Euler in Grouper.o
protocol witness for Swift.Error._domain.getter : Swift.String in conformance Euler.EvaluationError : Swift.Error in Euler in Node.o
protocol witness for Swift.Error._domain.getter : Swift.String in conformance Euler.(ParseError in _0A271C69EAE3EEE9E1597A90349F701A) : Swift.Error in Euler in Parser.o
protocol witness for Swift.Error._domain.getter : Swift.String in conformance Euler.EulerError : Swift.Error in Euler in Euler.o
protocol witness for Swift.Error._domain.getter : Swift.String in conformance Euler.Matrix.(MatrixSystemError in _D477301202B26BBDBC4B72FB3318BD8C) : Swift.Error in Euler in MOperations.o
protocol witness for Swift.Error._domain.getter : Swift.String in conformance Euler.(AverageError in _26729EF85709800A6D18BB5F2C31CB88) : Swift.Error in Euler in Average.o
protocol witness for Swift.Error._domain.getter : Swift.String in conformance Euler.Expression.(SolveError in _4E6D178218345A8B19E9B1268EBD1502) : Swift.Error in Euler in ExpressionSolver.o
...
"(extension in Swift):Swift.Error._userInfo.getter : Swift.AnyObject?", referenced from:
protocol witness for Swift.Error._userInfo.getter : Swift.AnyObject? in conformance Euler.(GroupError in _E4C01C6EE9E7FBB6853620D4905BB58F) : Swift.Error in Euler in Grouper.o
protocol witness for Swift.Error._userInfo.getter : Swift.AnyObject? in conformance Euler.EvaluationError : Swift.Error in Euler in Node.o
protocol witness for Swift.Error._userInfo.getter : Swift.AnyObject? in conformance Euler.(ParseError in _0A271C69EAE3EEE9E1597A90349F701A) : Swift.Error in Euler in Parser.o
protocol witness for Swift.Error._userInfo.getter : Swift.AnyObject? in conformance Euler.EulerError : Swift.Error in Euler in Euler.o
protocol witness for Swift.Error._userInfo.getter : Swift.AnyObject? in conformance Euler.Matrix.(MatrixSystemError in _D477301202B26BBDBC4B72FB3318BD8C) : Swift.Error in Euler in MOperations.o
protocol witness for Swift.Error._userInfo.getter : Swift.AnyObject? in conformance Euler.(AverageError in _26729EF85709800A6D18BB5F2C31CB88) : Swift.Error in Euler in Average.o
protocol witness for Swift.Error._userInfo.getter : Swift.AnyObject? in conformance Euler.Expression.(SolveError in _4E6D178218345A8B19E9B1268EBD1502) : Swift.Error in Euler in ExpressionSolver.o
...
"nominal type descriptor for Swift.Int32", referenced from:
_symbolic Say_____G s5Int32V in MOperations.o
_symbolic _____ySnySiGSay_____GG s12Zip2SequenceV s5Int32V in MOperations.o
_symbolic _____ySnySiGSay_____G_G s12Zip2SequenceV8IteratorV s5Int32V in MOperations.o
_symbolic _____y_____G s12_ArrayBufferV s5Int32V in MOperations.o
"type metadata for Swift.Int32", referenced from:
closure #1 (inout Swift.UnsafeMutableBufferPointer<Swift.Double>) -> () in Euler.Matrix.inverse() -> Euler.Matrix in MOperations.o
closure #1 (inout Swift.UnsafeMutableBufferPointer<Swift.Double>) -> () in Euler.Matrix.inverse() -> Euler.Matrix in MOperations.o
closure #1 (inout Swift.UnsafeMutableBufferPointer<Swift.Double>) -> () in Euler.Matrix.inverse() -> Euler.Matrix in MOperations.o
closure #1 (inout Swift.UnsafeMutableBufferPointer<Swift.Double>) -> () in Euler.Matrix.inverse() -> Euler.Matrix in MOperations.o
closure #1 (inout Swift.UnsafeMutableBufferPointer<Swift.Double>) -> () in Euler.Matrix.inverse() -> Euler.Matrix in MOperations.o
closure #1 (inout Swift.UnsafeMutableBufferPointer<Swift.Double>) -> () in Euler.Matrix.inverse() -> Euler.Matrix in MOperations.o
closure #1 (inout Swift.UnsafeMutableBufferPointer<Swift.Double>) -> () in Euler.Matrix.inverse() -> Euler.Matrix in MOperations.o
closure #1 (inout Swift.UnsafeMutableBufferPointer<Swift.Double>) -> () in Euler.Matrix.inverse() -> Euler.Matrix in MOperations.o
closure #1 (inout Swift.UnsafeMutableBufferPointer<Swift.Double>) -> () in Euler.Matrix.inverse() -> Euler.Matrix in MOperations.o
...
"protocol conformance descriptor for Swift.Int32 : Swift.SignedInteger in Swift", referenced from:
lazy protocol witness table accessor for type Swift.Int32 and conformance Swift.Int32 : Swift.SignedInteger in Swift in MOperations.o
"protocol conformance descriptor for Swift.Int32 : Swift.BinaryInteger in Swift", referenced from:
lazy protocol witness table accessor for type Swift.Int32 and conformance Swift.Int32 : Swift.BinaryInteger in Swift in MOperations.o
"protocol conformance descriptor for Swift.Int32 : Swift.FixedWidthInteger in Swift", referenced from:
lazy protocol witness table accessor for type Swift.Int32 and conformance Swift.Int32 : Swift.FixedWidthInteger in Swift in MOperations.o
"nominal type descriptor for Swift.UInt8", referenced from:
_symbolic Say_____G s5UInt8V in md5.o
_symbolic _____y_____G s10ArraySliceV s5UInt8V in md5.o
_symbolic _____ySay_____GG 5Euler13BytesSequenceV s5UInt8V in sha256.o
_symbolic _____ s5UInt8V in sha256.o
"type metadata for Swift.UInt8", referenced from:
(extension in Euler):Swift.Array<A where A == Swift.UInt64>.divMod([Swift.UInt64]) -> (quotient: [Swift.UInt64], remainder: [Swift.UInt64]) in Limbs.o
lazy protocol witness table accessor for type Swift.UInt8 and conformance Swift.UInt8 : Swift.FixedWidthInteger in Swift in Limbs.o
Euler.Digest.init([Swift.UInt8]) -> Euler.Digest in md5.o
Euler.encodeMD5(digest: [Swift.UInt8]) -> Swift.String in md5.o
Euler.MD5([Swift.UInt8]) -> Euler.Digest in md5.o
Euler.MD5([Swift.UInt8]) -> Euler.Digest in md5.o
Euler.MD5([Swift.UInt8]) -> Euler.Digest in md5.o
Euler.MD5([Swift.UInt8]) -> Euler.Digest in md5.o
Euler.MD5([Swift.UInt8]) -> Euler.Digest in md5.o
Euler.MD5([Swift.UInt8]) -> Euler.Digest in md5.o
Euler.MD5([Swift.UInt8]) -> Euler.Digest in md5.o
Euler.MD5([Swift.UInt8]) -> Euler.Digest in md5.o
Euler.MD5([Swift.UInt8]) -> Euler.Digest in md5.o
Euler.MD5([Swift.UInt8]) -> Euler.Digest in md5.o
Euler.MD5([Swift.UInt8]) -> Euler.Digest in md5.o
Euler.MD5([Swift.UInt8]) -> Euler.Digest in md5.o
Euler.MD5([Swift.UInt8]) -> Euler.Digest in md5.o
Euler.MD5([Swift.UInt8]) -> Euler.Digest in md5.o
Euler.MD5([Swift.UInt8]) -> Euler.Digest in md5.o
Euler.MD5([Swift.UInt8]) -> Euler.Digest in md5.o
Euler.MD5([Swift.UInt8]) -> Euler.Digest in md5.o
Euler.MD5([Swift.UInt8]) -> Euler.Digest in md5.o
Euler.MD5([Swift.UInt8]) -> Euler.Digest in md5.o
Euler.MD5([Swift.UInt8]) -> Euler.Digest in md5.o
Euler.MD5([Swift.UInt8]) -> Euler.Digest in md5.o
Euler.MD5([Swift.UInt8]) -> Euler.Digest in md5.o
Euler.MD5([Swift.UInt8]) -> Euler.Digest in md5.o
Euler.MD5([Swift.UInt8]) -> Euler.Digest in md5.o
Euler.MD5([Swift.UInt8]) -> Euler.Digest in md5.o
Euler.MD5([Swift.UInt8]) -> Euler.Digest in md5.o
Euler.MD5([Swift.UInt8]) -> Euler.Digest in md5.o
Euler.MD5([Swift.UInt8]) -> Euler.Digest in md5.o
Euler.MD5([Swift.UInt8]) -> Euler.Digest in md5.o
Euler.MD5([Swift.UInt8]) -> Euler.Digest in md5.o
Euler.MD5([Swift.UInt8]) -> Euler.Digest in md5.o
...
"protocol conformance descriptor for Swift.UInt8 : Swift.UnsignedInteger in Swift", referenced from:
lazy protocol witness table accessor for type Swift.UInt8 and conformance Swift.UInt8 : Swift.UnsignedInteger in Swift in md5.o
"protocol conformance descriptor for Swift.UInt8 : Swift.BinaryInteger in Swift", referenced from:
lazy protocol witness table accessor for type Swift.UInt8 and conformance Swift.UInt8 : Swift.BinaryInteger in Swift in md5.o
"protocol conformance descriptor for Swift.UInt8 : Swift.FixedWidthInteger in Swift", referenced from:
lazy protocol witness table accessor for type Swift.UInt8 and conformance Swift.UInt8 : Swift.FixedWidthInteger in Swift in Limbs.o
"protocol witness table for Swift.UInt8 : Swift.CVarArg in Swift", referenced from:
closure #1 (Swift.UInt8) -> Swift.String in (extension in Euler):Foundation.Data.hexEncodedString(options: (extension in Euler):Foundation.Data.HexEncodingOptions) -> Swift.String in sha256.o
"Swift.Hasher.combine<A where A: Swift.Hashable>(A) -> ()", referenced from:
Euler.Group.GType.hash(into: inout Swift.Hasher) -> () in Grouper.o
Euler.(ParseError in _0A271C69EAE3EEE9E1597A90349F701A).hash(into: inout Swift.Hasher) -> () in Parser.o
Euler.Parser.ParseContext.hash(into: inout Swift.Hasher) -> () in Parser.o
Euler.BigDouble.hash(into: inout Swift.Hasher) -> () in BigDouble.o
Euler.BigDouble.(CodingKeys in _FEA909DBF059354E199F7A9B6309AB09).hash(into: inout Swift.Hasher) -> () in BigDouble.o
Euler.BigInt.hash(into: inout Swift.Hasher) -> () in BigInt.o
Euler.BigInt.(CodingKeys in _7CF80C7F6CA470DDBCF23132461DBEB3).hash(into: inout Swift.Hasher) -> () in BigInt.o
...
"nominal type descriptor for Swift.UInt32", referenced from:
_symbolic Say_____G s6UInt32V in md5.o
_symbolic _____y_____G s10ArraySliceV s6UInt32V in sha256.o
"type metadata for Swift.UInt32", referenced from:
Euler.(rotateLeft in _C3C063B575DF72187ADDC41CB62DFE69)(_: Swift.UInt32, by: Swift.UInt32) -> Swift.UInt32 in md5.o
Euler.(rotateLeft in _C3C063B575DF72187ADDC41CB62DFE69)(_: Swift.UInt32, by: Swift.UInt32) -> Swift.UInt32 in md5.o
Euler.(rotateLeft in _C3C063B575DF72187ADDC41CB62DFE69)(_: Swift.UInt32, by: Swift.UInt32) -> Swift.UInt32 in md5.o
Euler.(rotateLeft in _C3C063B575DF72187ADDC41CB62DFE69)(_: Swift.UInt32, by: Swift.UInt32) -> Swift.UInt32 in md5.o
Euler.(rotateLeft in _C3C063B575DF72187ADDC41CB62DFE69)(_: Swift.UInt32, by: Swift.UInt32) -> Swift.UInt32 in md5.o
Euler.(rotateLeft in _C3C063B575DF72187ADDC41CB62DFE69)(_: Swift.UInt32, by: Swift.UInt32) -> Swift.UInt32 in md5.o
Euler.(rotateLeft in _C3C063B575DF72187ADDC41CB62DFE69)(_: Swift.UInt32, by: Swift.UInt32) -> Swift.UInt32 in md5.o
Euler.(rotateLeft in _C3C063B575DF72187ADDC41CB62DFE69)(_: Swift.UInt32, by: Swift.UInt32) -> Swift.UInt32 in md5.o
Euler.(rotateLeft in _C3C063B575DF72187ADDC41CB62DFE69)(_: Swift.UInt32, by: Swift.UInt32) -> Swift.UInt32 in md5.o
Euler.(rotateLeft in _C3C063B575DF72187ADDC41CB62DFE69)(_: Swift.UInt32, by: Swift.UInt32) -> Swift.UInt32 in md5.o
Euler.(rotateLeft in _C3C063B575DF72187ADDC41CB62DFE69)(_: Swift.UInt32, by: Swift.UInt32) -> Swift.UInt32 in md5.o
Euler.(rotateLeft in _C3C063B575DF72187ADDC41CB62DFE69)(_: Swift.UInt32, by: Swift.UInt32) -> Swift.UInt32 in md5.o
Euler.(rotateLeft in _C3C063B575DF72187ADDC41CB62DFE69)(_: Swift.UInt32, by: Swift.UInt32) -> Swift.UInt32 in md5.o
Euler.(rotateLeft in _C3C063B575DF72187ADDC41CB62DFE69)(_: Swift.UInt32, by: Swift.UInt32) -> Swift.UInt32 in md5.o
...
"protocol conformance descriptor for Swift.UInt32 : Swift.UnsignedInteger in Swift", referenced from:
lazy protocol witness table accessor for type Swift.UInt32 and conformance Swift.UInt32 : Swift.UnsignedInteger in Swift in md5.o
"protocol conformance descriptor for Swift.UInt32 : Swift.BinaryInteger in Swift", referenced from:
lazy protocol witness table accessor for type Swift.UInt32 and conformance Swift.UInt32 : Swift.BinaryInteger in Swift in md5.o
"protocol conformance descriptor for Swift.UInt32 : Swift.FixedWidthInteger in Swift", referenced from:
lazy protocol witness table accessor for type Swift.UInt32 and conformance Swift.UInt32 : Swift.FixedWidthInteger in Swift in md5.o
"Swift.UInt64.dividingFullWidth((high: Swift.UInt64, low: Swift.UInt64)) -> (quotient: Swift.UInt64, remainder: Swift.UInt64)", referenced from:
Euler.divide(_: [Swift.UInt64], by: Swift.UInt64, result: inout [Swift.UInt64]) -> Swift.UInt64 in KnuthDSupport.o
Euler./% infix((high: Swift.UInt64, low: Swift.UInt64), Swift.UInt64) -> (quotient: (high: Swift.UInt64, low: Swift.UInt64), remainder: (high: Swift.UInt64, low: Swift.UInt64)) in KnuthDSupport.o
"Swift.UInt64.multipliedFullWidth(by: Swift.UInt64) -> (high: Swift.UInt64, low: Swift.UInt64)", referenced from:
(extension in Euler):Swift.Array<A where A == Swift.UInt64>.addProductOf(multiplier: [Swift.UInt64], multiplicand: [Swift.UInt64]) -> () in Limbs.o
(extension in Euler):Swift.Array<A where A == Swift.UInt64>.addProductOf(multiplier: [Swift.UInt64], multiplicand: Swift.UInt64) -> () in Limbs.o
(extension in Euler):Swift.Array<A where A == Swift.UInt64>.squared() -> [Swift.UInt64] in Limbs.o
Euler.subtractReportingBorrow(_: Swift.ArraySlice<Swift.UInt64>, times: Swift.UInt64, from: inout Swift.ArraySlice<Swift.UInt64>) -> Swift.Bool in KnuthDSupport.o
Euler.* infix((high: Swift.UInt64, low: Swift.UInt64), Swift.UInt64) -> (high: Swift.UInt64, low: Swift.UInt64) in KnuthDSupport.o
Euler.* infix((high: Swift.UInt64, low: Swift.UInt64), Swift.UInt64) -> (high: Swift.UInt64, low: Swift.UInt64) in KnuthDSupport.o
"nominal type descriptor for Swift.UInt64", referenced from:
_symbolic Say_____G s6UInt64V in BNativeExtensions.o
_symbolic _____ySay_____GG s16IndexingIteratorV s6UInt64V in BNativeExtensions.o
_symbolic _____ s6UInt64V in BigInt.o
_symbolic _____y_____G s10ArraySliceV s6UInt64V in Limbs.o
_symbolic Say_____GSg s6UInt64V in sha256.o
"type metadata for Swift.UInt64", referenced from:
lazy protocol witness table accessor for type Swift.UInt64 and conformance Swift.UInt64 : Swift.FixedWidthInteger in Swift in Polynomial.o
(extension in Euler):Swift.Array<A where A == Swift.UInt64>.decimalRepresentation.getter : Swift.String in BNativeExtensions.o
(extension in Euler):Swift.Array<A where A == Swift.UInt64>.decimalRepresentation.getter : Swift.String in BNativeExtensions.o
(extension in Euler):Swift.Array<A where A == Swift.UInt64>.decimalRepresentation.getter : Swift.String in BNativeExtensions.o
(extension in Euler):Swift.Array<A where A == Swift.UInt64>.decimalRepresentation.getter : Swift.String in BNativeExtensions.o
(extension in Euler):Swift.Array<A where A == Swift.UInt64>.decimalRepresentation.getter : Swift.String in BNativeExtensions.o
(extension in Euler):Swift.Array<A where A == Swift.UInt64>.decimalRepresentation.getter : Swift.String in BNativeExtensions.o
(extension in Euler):Swift.Array<A where A == Swift.UInt64>.decimalRepresentation.getter : Swift.String in BNativeExtensions.o
...
"protocol witness table for Swift.UInt64 : Swift.Encodable in Swift", referenced from:
lazy protocol witness table accessor for type [Swift.UInt64] and conformance <A where A: Swift.Encodable> [A] : Swift.Encodable in Swift in BigDouble.o
"protocol witness table for Swift.UInt64 : Swift.Comparable in Swift", referenced from:
associated type witness table accessor for Swift.Numeric.Magnitude : Swift.Comparable in Euler.BigInt : Swift.Numeric in Euler in BigInt.o
"protocol witness table for Swift.UInt64 : Swift.Equatable in Swift", referenced from:
Euler.BigDouble.init(sign: Swift.Bool, numerator: [Swift.UInt64], denominator: [Swift.UInt64]) -> Euler.BigDouble in BigDouble.o
Euler.BigDouble.init(sign: Swift.Bool, numerator: [Swift.UInt64], denominator: [Swift.UInt64]) -> Euler.BigDouble in BigDouble.o
Euler.BigDouble.fractionDescription.getter : Swift.String in BigDouble.o
static Euler.BigDouble.== infix(Euler.BigDouble, Euler.BigDouble) -> Swift.Bool in OperationsBigDouble.o
static Euler.BigDouble.== infix(Euler.BigDouble, Euler.BigDouble) -> Swift.Bool in OperationsBigDouble.o
Euler.BigInt.init(limbs: [Swift.UInt64]) -> Euler.BigInt in BigInt.o
static Euler.BigInt.== infix(Euler.BigInt, Euler.BigInt) -> Swift.Bool in OperationsBigInt.o
...
"protocol conformance descriptor for Swift.UInt64 : Swift.UnsignedInteger in Swift", referenced from:
lazy protocol witness table accessor for type Swift.UInt64 and conformance Swift.UInt64 : Swift.UnsignedInteger in Swift in BigDouble.o
"protocol witness table for Swift.UInt64 : Swift.Decodable in Swift", referenced from:
lazy protocol witness table accessor for type [Swift.UInt64] and conformance <A where A: Swift.Decodable> [A] : Swift.Decodable in Swift in BigDouble.o
"protocol witness table for Swift.UInt64 : Swift.Numeric in Swift", referenced from:
associated type witness table accessor for Swift.Numeric.Magnitude : Swift.Numeric in Euler.BigInt : Swift.Numeric in Euler in BigInt.o
"protocol conformance descriptor for Swift.UInt64 : Swift.BinaryInteger in Swift", referenced from:
lazy protocol witness table accessor for type Swift.UInt64 and conformance Swift.UInt64 : Swift.BinaryInteger in Swift in BigInt.o
"protocol conformance descriptor for Swift.UInt64 : Swift.FixedWidthInteger in Swift", referenced from:
lazy protocol witness table accessor for type Swift.UInt64 and conformance Swift.UInt64 : Swift.FixedWidthInteger in Swift in Polynomial.o
"protocol witness table for Swift.UInt64 : Swift.LosslessStringConvertible in Swift", referenced from:
(extension in Euler):Swift.Array<A where A == Swift.UInt64>.decimalRepresentation.getter : Swift.String in BNativeExtensions.o
(extension in Euler):Swift.Array<A where A == Swift.UInt64>.decimalRepresentation.getter : Swift.String in BNativeExtensions.o
"Swift.stride<A where A: Swift.Strideable>(from: A, to: A, by: A.Stride) -> Swift.StrideTo<A>", referenced from:
(extension in Euler):Swift.String.split(Swift.Int) -> [Swift.String] in BNativeExtensions.o
(extension in Euler):Swift.Collection< where A.Element == Swift.UInt8, A.Index == Swift.Int>.toUInt32Array() -> [Swift.UInt32] in sha256.o
"protocol descriptor for Swift.CVarArg", referenced from:
_symbolic ______p s7CVarArgP in BigDouble.o
"dispatch thunk of Swift.Decoder.container<A where A1: Swift.CodingKey>(keyedBy: A1.Type) throws -> Swift.KeyedDecodingContainer<A1>", referenced from:
Euler.BigDouble.init(from: Swift.Decoder) throws -> Euler.BigDouble in BigDouble.o
Euler.BigInt.init(from: Swift.Decoder) throws -> Euler.BigInt in BigInt.o
"dispatch thunk of Swift.Encoder.container<A where A1: Swift.CodingKey>(keyedBy: A1.Type) -> Swift.KeyedEncodingContainer<A1>", referenced from:
Euler.BigDouble.encode(to: Swift.Encoder) throws -> () in BigDouble.o
Euler.BigInt.encode(to: Swift.Encoder) throws -> () in BigInt.o
"Swift.StrideTo.makeIterator() -> Swift.StrideToIterator<A>", referenced from:
(extension in Euler):Swift.Collection< where A.Element == Swift.UInt8, A.Index == Swift.Int>.toUInt32Array() -> [Swift.UInt32] in sha256.o
"nominal type descriptor for Swift.StrideTo", referenced from:
_symbolic _____ySiG s8StrideToV in BNativeExtensions.o
"protocol conformance descriptor for Swift.StrideTo<A> : Swift.Sequence in Swift", referenced from:
lazy protocol witness table accessor for type Swift.StrideTo<Swift.Int> and conformance Swift.StrideTo<A> : Swift.Sequence in Swift in BNativeExtensions.o
"protocol descriptor for Swift.CodingKey", referenced from:
l_got.$ss9CodingKeyMp in BigDouble.o
l_got.$ss9CodingKeyMp in BigInt.o
"method descriptor for Swift.CodingKey.stringValue.getter : Swift.String", referenced from:
l_got.$ss9CodingKeyP11stringValueSSvgTq in BigDouble.o
l_got.$ss9CodingKeyP11stringValueSSvgTq in BigInt.o
"method descriptor for Swift.CodingKey.init(stringValue: Swift.String) -> A?", referenced from:
l_got.$ss9CodingKeyP11stringValuexSgSS_tcfCTq in BigDouble.o
l_got.$ss9CodingKeyP11stringValuexSgSS_tcfCTq in BigInt.o
"method descriptor for Swift.CodingKey.intValue.getter : Swift.Int?", referenced from:
l_got.$ss9CodingKeyP8intValueSiSgvgTq in BigDouble.o
l_got.$ss9CodingKeyP8intValueSiSgvgTq in BigInt.o
"method descriptor for Swift.CodingKey.init(intValue: Swift.Int) -> A?", referenced from:
l_got.$ss9CodingKeyP8intValuexSgSi_tcfCTq in BigDouble.o
l_got.$ss9CodingKeyP8intValuexSgSi_tcfCTq in BigInt.o
"base conformance descriptor for Swift.CodingKey: Swift.CustomStringConvertible", referenced from:
l_got.$ss9CodingKeyPs23CustomStringConvertibleTb in BigDouble.o
l_got.$ss9CodingKeyPs23CustomStringConvertibleTb in BigInt.o
"base conformance descriptor for Swift.CodingKey: Swift.CustomDebugStringConvertible", referenced from:
l_got.$ss9CodingKeyPs28CustomDebugStringConvertibleTb in BigDouble.o
l_got.$ss9CodingKeyPs28CustomDebugStringConvertibleTb in BigInt.o
"(extension in Swift):Swift.CodingKey.description.getter : Swift.String", referenced from:
protocol witness for Swift.CustomStringConvertible.description.getter : Swift.String in conformance Euler.BigDouble.(CodingKeys in _FEA909DBF059354E199F7A9B6309AB09) : Swift.CustomStringConvertible in Euler in BigDouble.o
protocol witness for Swift.CustomStringConvertible.description.getter : Swift.String in conformance Euler.BigInt.(CodingKeys in _7CF80C7F6CA470DDBCF23132461DBEB3) : Swift.CustomStringConvertible in Euler in BigInt.o
"(extension in Swift):Swift.CodingKey.debugDescription.getter : Swift.String", referenced from:
protocol witness for Swift.CustomDebugStringConvertible.debugDescription.getter : Swift.String in conformance Euler.BigDouble.(CodingKeys in _FEA909DBF059354E199F7A9B6309AB09) : Swift.CustomDebugStringConvertible in Euler in BigDouble.o
protocol witness for Swift.CustomDebugStringConvertible.debugDescription.getter : Swift.String in conformance Euler.BigInt.(CodingKeys in _7CF80C7F6CA470DDBCF23132461DBEB3) : Swift.CustomDebugStringConvertible in Euler in BigInt.o
"protocol descriptor for Swift.OptionSet", referenced from:
l_got.$ss9OptionSetMp in Regex.o
l_got.$ss9OptionSetMp in sha256.o
"method descriptor for Swift.OptionSet.init(rawValue: A.RawValue) -> A", referenced from:
l_got.$ss9OptionSetP8rawValuex03RawD0Qz_tcfCTq in Regex.o
l_got.$ss9OptionSetP8rawValuex03RawD0Qz_tcfCTq in sha256.o
"base conformance descriptor for Swift.OptionSet: Swift.RawRepresentable", referenced from:
l_got.$ss9OptionSetPSYTb in Regex.o
l_got.$ss9OptionSetPSYTb in sha256.o
"base conformance descriptor for Swift.OptionSet: Swift.SetAlgebra", referenced from:
l_got.$ss9OptionSetPs0B7AlgebraTb in Regex.o
l_got.$ss9OptionSetPs0B7AlgebraTb in sha256.o
"(extension in Swift):Swift.OptionSet< where A == A.Element>.insert(A) -> (inserted: Swift.Bool, memberAfterInsert: A)", referenced from:
protocol witness for Swift.SetAlgebra.insert(__owned A.Element) -> (inserted: Swift.Bool, memberAfterInsert: A.Element) in conformance __C.NSRegularExpressionOptions : Swift.SetAlgebra in __C_Synthesized in Regex.o
protocol witness for Swift.SetAlgebra.insert(__owned A.Element) -> (inserted: Swift.Bool, memberAfterInsert: A.Element) in conformance __C.NSMatchingOptions : Swift.SetAlgebra in __C_Synthesized in Regex.o
protocol witness for Swift.SetAlgebra.insert(__owned A.Element) -> (inserted: Swift.Bool, memberAfterInsert: A.Element) in conformance (extension in Euler):Foundation.Data.HexEncodingOptions : Swift.SetAlgebra in Euler in sha256.o
"(extension in Swift):Swift.OptionSet< where A == A.Element>.remove(A) -> A?", referenced from:
protocol witness for Swift.SetAlgebra.remove(A.Element) -> A.Element? in conformance __C.NSRegularExpressionOptions : Swift.SetAlgebra in __C_Synthesized in Regex.o
protocol witness for Swift.SetAlgebra.remove(A.Element) -> A.Element? in conformance __C.NSMatchingOptions : Swift.SetAlgebra in __C_Synthesized in Regex.o
protocol witness for Swift.SetAlgebra.remove(A.Element) -> A.Element? in conformance (extension in Euler):Foundation.Data.HexEncodingOptions : Swift.SetAlgebra in Euler in sha256.o
"(extension in Swift):Swift.OptionSet< where A == A.Element>.update(with: A) -> A?", referenced from:
protocol witness for Swift.SetAlgebra.update(with: __owned A.Element) -> A.Element? in conformance __C.NSRegularExpressionOptions : Swift.SetAlgebra in __C_Synthesized in Regex.o
protocol witness for Swift.SetAlgebra.update(with: __owned A.Element) -> A.Element? in conformance __C.NSMatchingOptions : Swift.SetAlgebra in __C_Synthesized in Regex.o
protocol witness for Swift.SetAlgebra.update(with: __owned A.Element) -> A.Element? in conformance (extension in Euler):Foundation.Data.HexEncodingOptions : Swift.SetAlgebra in Euler in sha256.o
"(extension in Swift):Swift.OptionSet< where A == A.Element>.contains(A) -> Swift.Bool", referenced from:
protocol witness for Swift.SetAlgebra.contains(A.Element) -> Swift.Bool in conformance __C.NSRegularExpressionOptions : Swift.SetAlgebra in __C_Synthesized in Regex.o
protocol witness for Swift.SetAlgebra.contains(A.Element) -> Swift.Bool in conformance __C.NSMatchingOptions : Swift.SetAlgebra in __C_Synthesized in Regex.o
(extension in Euler):Foundation.Data.hexEncodedString(options: (extension in Euler):Foundation.Data.HexEncodingOptions) -> Swift.String in sha256.o
protocol witness for Swift.SetAlgebra.contains(A.Element) -> Swift.Bool in conformance (extension in Euler):Foundation.Data.HexEncodingOptions : Swift.SetAlgebra in Euler in sha256.o
"(extension in Swift):Swift.OptionSet.intersection(A) -> A", referenced from:
protocol witness for Swift.SetAlgebra.intersection(A) -> A in conformance __C.NSRegularExpressionOptions : Swift.SetAlgebra in __C_Synthesized in Regex.o
protocol witness for Swift.SetAlgebra.intersection(A) -> A in conformance __C.NSMatchingOptions : Swift.SetAlgebra in __C_Synthesized in Regex.o
protocol witness for Swift.SetAlgebra.intersection(A) -> A in conformance (extension in Euler):Foundation.Data.HexEncodingOptions : Swift.SetAlgebra in Euler in sha256.o
"(extension in Swift):Swift.OptionSet.symmetricDifference(A) -> A", referenced from:
protocol witness for Swift.SetAlgebra.symmetricDifference(__owned A) -> A in conformance __C.NSRegularExpressionOptions : Swift.SetAlgebra in __C_Synthesized in Regex.o
protocol witness for Swift.SetAlgebra.symmetricDifference(__owned A) -> A in conformance __C.NSMatchingOptions : Swift.SetAlgebra in __C_Synthesized in Regex.o
protocol witness for Swift.SetAlgebra.symmetricDifference(__owned A) -> A in conformance (extension in Euler):Foundation.Data.HexEncodingOptions : Swift.SetAlgebra in Euler in sha256.o
"(extension in Swift):Swift.OptionSet.union(A) -> A", referenced from:
protocol witness for Swift.SetAlgebra.union(__owned A) -> A in conformance __C.NSRegularExpressionOptions : Swift.SetAlgebra in __C_Synthesized in Regex.o
protocol witness for Swift.SetAlgebra.union(__owned A) -> A in conformance __C.NSMatchingOptions : Swift.SetAlgebra in __C_Synthesized in Regex.o
protocol witness for Swift.SetAlgebra.union(__owned A) -> A in conformance (extension in Euler):Foundation.Data.HexEncodingOptions : Swift.SetAlgebra in Euler in sha256.o
"(extension in Swift):Swift.OptionSet< where A.RawValue: Swift.FixedWidthInteger>.formIntersection(A) -> ()", referenced from:
protocol witness for Swift.SetAlgebra.formIntersection(A) -> () in conformance __C.NSRegularExpressionOptions : Swift.SetAlgebra in __C_Synthesized in Regex.o
protocol witness for Swift.SetAlgebra.formIntersection(A) -> () in conformance __C.NSMatchingOptions : Swift.SetAlgebra in __C_Synthesized in Regex.o
protocol witness for Swift.SetAlgebra.formIntersection(A) -> () in conformance (extension in Euler):Foundation.Data.HexEncodingOptions : Swift.SetAlgebra in Euler in sha256.o
"(extension in Swift):Swift.OptionSet< where A.RawValue: Swift.FixedWidthInteger>.formSymmetricDifference(A) -> ()", referenced from:
protocol witness for Swift.SetAlgebra.formSymmetricDifference(__owned A) -> () in conformance __C.NSRegularExpressionOptions : Swift.SetAlgebra in __C_Synthesized in Regex.o
protocol witness for Swift.SetAlgebra.formSymmetricDifference(__owned A) -> () in conformance __C.NSMatchingOptions : Swift.SetAlgebra in __C_Synthesized in Regex.o
protocol witness for Swift.SetAlgebra.formSymmetricDifference(__owned A) -> () in conformance (extension in Euler):Foundation.Data.HexEncodingOptions : Swift.SetAlgebra in Euler in sha256.o
"(extension in Swift):Swift.OptionSet< where A.RawValue: Swift.FixedWidthInteger>.formUnion(A) -> ()", referenced from:
protocol witness for Swift.SetAlgebra.formUnion(__owned A) -> () in conformance __C.NSRegularExpressionOptions : Swift.SetAlgebra in __C_Synthesized in Regex.o
protocol witness for Swift.SetAlgebra.formUnion(__owned A) -> () in conformance __C.NSMatchingOptions : Swift.SetAlgebra in __C_Synthesized in Regex.o
protocol witness for Swift.SetAlgebra.formUnion(__owned A) -> () in conformance (extension in Euler):Foundation.Data.HexEncodingOptions : Swift.SetAlgebra in Euler in sha256.o
"(extension in Swift):Swift.OptionSet< where A.RawValue: Swift.FixedWidthInteger>.init() -> A", referenced from:
protocol witness for Swift.SetAlgebra.init() -> A in conformance __C.NSRegularExpressionOptions : Swift.SetAlgebra in __C_Synthesized in Regex.o
protocol witness for Swift.SetAlgebra.init() -> A in conformance __C.NSMatchingOptions : Swift.SetAlgebra in __C_Synthesized in Regex.o
protocol witness for Swift.SetAlgebra.init() -> A in conformance (extension in Euler):Foundation.Data.HexEncodingOptions : Swift.SetAlgebra in Euler in sha256.o
"protocol conformance descriptor for <A where A: Swift.Hashable> A? : Swift.Hashable in Swift", referenced from:
lazy protocol witness table accessor for type Euler.BigDouble? and conformance <A where A: Swift.Hashable> A? : Swift.Hashable in Swift in CellValue.o
lazy protocol witness table accessor for type Swift.String? and conformance <A where A: Swift.Hashable> A? : Swift.Hashable in Swift in CellValue.o
lazy protocol witness table accessor for type Swift.Bool? and conformance <A where A: Swift.Hashable> A? : Swift.Hashable in Swift in CellValue.o
"type metadata for Any", referenced from:
(extension in Euler):Swift.Array.flatten(Swift.Int) -> [Any] in Array.o
(extension in Euler):Swift.Array.flatten(Swift.Int) -> [Any] in Array.o
(extension in Euler):Swift.Array.flatten(Swift.Int) -> [Any] in Array.o
(extension in Euler):Swift.Array.flatten(Swift.Int) -> [Any] in Array.o
Euler.Tables.COUNT([Any]) -> Swift.Int in Statistical.o
"type metadata for ()", referenced from:
Euler.Matrix.inverse() -> Euler.Matrix in MOperations.o
Euler.Matrix.transpose() -> Euler.Matrix in MOperations.o
static Euler.Matrix.+ infix(Euler.Matrix, Euler.Matrix) -> Euler.Matrix in MOperations.o
static Euler.Matrix.+ infix(Euler.Matrix, Euler.Matrix) -> Euler.Matrix in MOperations.o
static Euler.Matrix.+ infix(Euler.Matrix, Euler.Matrix) -> Euler.Matrix in MOperations.o
closure #1 (Swift.UnsafeBufferPointer<Swift.Double>) -> () in static Euler.Matrix.+ infix(Euler.Matrix, Euler.Matrix) -> Euler.Matrix in MOperations.o
closure #2 (Swift.UnsafeBufferPointer<Swift.Double>) -> () in static Euler.Matrix.+ infix(Euler.Matrix, Euler.Matrix) -> Euler.Matrix in MOperations.o
...
"value witness table for ()", referenced from:
full type metadata for Euler.Tables.DateFormats in DateTime.o
"_OBJC_CLASS_$__TtCs12_SwiftObject", referenced from:
full type metadata for Euler.Grouper in Grouper.o
full type metadata for Euler.Lexer in Lexer.o
full type metadata for Euler.Parser in Parser.o
full type metadata for Euler.Simplify in simplify.o
full type metadata for Euler.RSA in RSA.o
full type metadata for Euler.SHA256 in sha256.o
full type metadata for Euler.Tables in Tables.o
...
"_OBJC_METACLASS_$__TtCs12_SwiftObject", referenced from:
metaclass for Euler.Grouper in Grouper.o
metaclass for Euler.Grouper in Grouper.o
metaclass for Euler.Lexer in Lexer.o
metaclass for Euler.Lexer in Lexer.o
metaclass for Euler.Parser in Parser.o
metaclass for Euler.Parser in Parser.o
metaclass for Euler.Simplify in simplify.o
metaclass for Euler.Simplify in simplify.o
...
"__swift_FORCE_LOAD_$_swiftDarwin", referenced from:
__swift_FORCE_LOAD_$_swiftDarwin_$_Euler in Expression.o
"__swift_stdlib_reportUnimplementedInitializerInFile", referenced from:
closure #1 (Swift.UnsafeBufferPointer<Swift.UInt8>) -> () in closure #1 (Swift.UnsafeBufferPointer<Swift.UInt8>) -> () in closure #1 (Swift.UnsafeBufferPointer<Swift.UInt8>) -> () in Swift._unimplementedInitializer(className: Swift.StaticString, initName: Swift.StaticString, file: Swift.StaticString, line: Swift.UInt, column: Swift.UInt) -> Swift.Never in Expression.o
"_swift_allocBox", referenced from:
___swift_allocate_boxed_opaque_existential_0 in Array.o
"_swift_allocError", referenced from:
Euler.Group.compile() throws -> () in Grouper.o
Euler.Group.toNode(lhs: Euler.Node?, rhs: Euler.Node?) throws -> Euler.Node in Grouper.o
Euler.Group.toNode(lhs: Euler.Node?, rhs: Euler.Node?) throws -> Euler.Node in Grouper.o
Euler.Group.toNode(lhs: Euler.Node?, rhs: Euler.Node?) throws -> Euler.Node in Grouper.o
Euler.Group.toNode(lhs: Euler.Node?, rhs: Euler.Node?) throws -> Euler.Node in Grouper.o
Euler.Group.toCellAdress() throws -> Euler.CellAddressNode in Grouper.o
Euler.Group.toCellAdress() throws -> Euler.CellAddressNode in Grouper.o
Euler.Group.toCellAdress() throws -> Euler.CellAddressNode in Grouper.o
...
"_swift_allocObject", referenced from:
Euler.Grouper.__allocating_init(tokens: [Euler.Token], context: Euler.Parser.ParseContext, tablesContext: Euler.Tables?) -> Euler.Grouper in Grouper.o
one-time initialization function for tokenList in Lexer.o
one-time initialization function for tokenList in Lexer.o
one-time initialization function for tokenList in Lexer.o
one-time initialization function for tokenList in Lexer.o
one-time initialization function for tokenList in Lexer.o
one-time initialization function for tokenList in Lexer.o
one-time initialization function for tokenList in Lexer.o
...
"_swift_allocateGenericValueMetadata", referenced from:
type metadata instantiation function for Euler.BytesSequence in sha256.o
type metadata instantiation function for Euler.UnsafeMemory in UnsafeMemory.o
type metadata instantiation function for Euler.UnsafeMemoryIterator in UnsafeMemory.o
type metadata instantiation function for Euler.UnsafeMutableMemory in UnsafeMutableMemory.o
type metadata instantiation function for Euler.UnsafeMutableMemoryIterator in UnsafeMutableMemory.o
"_swift_beginAccess", referenced from:
Euler.Expression.node.getter : Euler.ExpressionNode in Expression.o
Euler.Expression.node.setter : Euler.ExpressionNode in Expression.o
Euler.Expression.node.modify : Euler.ExpressionNode in Expression.o
Euler.Group.tokens.getter : [Euler.Token] in Grouper.o
Euler.Group.tokens.setter : [Euler.Token] in Grouper.o
Euler.Group.tokens.modify : [Euler.Token] in Grouper.o
Euler.Group.type.getter : Euler.Group.GType in Grouper.o
...
"_swift_bridgeObjectRelease", referenced from:
Euler.Expression.init(_: Swift.String, decimalSeparator: Swift.String, argumentSeparator: Swift.String) throws -> Euler.Expression in Expression.o
Euler.Expression.init(_: Swift.String, decimalSeparator: Swift.String, argumentSeparator: Swift.String) throws -> Euler.Expression in Expression.o
Euler.Expression.init(_: Swift.String, decimalSeparator: Swift.String, argumentSeparator: Swift.String) throws -> Euler.Expression in Expression.o
Euler.Expression.init(_: Swift.String, decimalSeparator: Swift.String, argumentSeparator: Swift.String) throws -> Euler.Expression in Expression.o
Euler.Expression.init(_: Swift.String, decimalSeparator: Swift.String, argumentSeparator: Swift.String) throws -> Euler.Expression in Expression.o
Euler.Expression.init(_: Swift.String, decimalSeparator: Swift.String, argumentSeparator: Swift.String) throws -> Euler.Expression in Expression.o
Euler.Expression.init(_: Swift.String, decimalSeparator: Swift.String, argumentSeparator: Swift.String) throws -> Euler.Expression in Expression.o
Euler.Expression.init(_: Swift.String, decimalSeparator: Swift.String, argumentSeparator: Swift.String) throws -> Euler.Expression in Expression.o
...
"_swift_bridgeObjectRetain", referenced from:
Euler.Expression.init(_: Swift.String, decimalSeparator: Swift.String, argumentSeparator: Swift.String) throws -> Euler.Expression in Expression.o
Euler.Expression.init(latex: Swift.String, decimalSeparator: Swift.String, argumentSeparator: Swift.String) throws -> Euler.Expression in Expression.o
symbolChildren #1 (node: Euler.Node) -> [Euler.SymbolNode] in Euler.Expression.symbols.getter : [Euler.SymbolNode] in Expression.o
closure #1 (Swift.String) -> Euler.SymbolNode in Euler.Expression.symbols.getter : [Euler.SymbolNode] in Expression.o
outlined init with copy of Swift.String in Expression.o
Euler.Group.tokens.getter : [Euler.Token] in Grouper.o
Euler.Group.tokens.setter : [Euler.Token] in Grouper.o
...
"_swift_checkMetadataState", referenced from:
type metadata completion function for Euler.BytesSequence in sha256.o
"_swift_deallocClassInstance", referenced from:
Euler.Grouper.__deallocating_deinit in Grouper.o
Euler.Lexer.__deallocating_deinit in Lexer.o
Euler.Parser.__deallocating_deinit in Parser.o
Euler.Simplify.__deallocating_deinit in simplify.o
Euler.RSA.__deallocating_deinit in RSA.o
Euler.SHA256.__deallocating_deinit in sha256.o
Euler.Tables.__deallocating_deinit in Tables.o
...
"_swift_deallocObject", referenced from:
l_objectdestroy in Lexer.o
l_objectdestroy.3 in Lexer.o
l_objectdestroy.6 in Lexer.o
l_objectdestroy.10 in Lexer.o
l_objectdestroy.14 in Lexer.o
l_objectdestroy.18 in Lexer.o
l_objectdestroy.22 in Lexer.o
...
"_swift_deallocPartialClassInstance", referenced from:
Euler.Expression.init(_: Swift.String, decimalSeparator: Swift.String, argumentSeparator: Swift.String) throws -> Euler.Expression in Expression.o
Euler.Expression.init(latex: Swift.String, decimalSeparator: Swift.String, argumentSeparator: Swift.String) throws -> Euler.Expression in Expression.o
"_swift_dynamicCast", referenced from:
(extension in Euler):Swift.Array.flatten(Swift.Int) -> [Any] in Array.o
"_swift_dynamicCastClass", referenced from:
symbolChildren #1 (node: Euler.Node) -> [Euler.SymbolNode] in Euler.Expression.symbols.getter : [Euler.SymbolNode] in Expression.o
closure #1 (Euler.Node) -> () in symbolChildren #1 (node: Euler.Node) -> [Euler.SymbolNode] in Euler.Expression.symbols.getter : [Euler.SymbolNode] in Expression.o
Euler.OperatorNode.replaceDeepestRight(_: Euler.Node, penultimate: Swift.Bool) -> () in OperatorNode.o
Euler.Parser.linker(chain: [Euler.Node]) throws -> Euler.ExpressionNode in Parser.o
Euler.Parser.linker(chain: [Euler.Node]) throws -> Euler.ExpressionNode in Parser.o
Euler.Parser.(detectFunctions in _0A271C69EAE3EEE9E1597A90349F701A)(parsed: [Euler.Node?]) throws -> [Euler.Node?] in Parser.o
Euler.Parser.(detectFunctions in _0A271C69EAE3EEE9E1597A90349F701A)(parsed: [Euler.Node?]) throws -> [Euler.Node?] in Parser.o
...
"_swift_dynamicCastClassUnconditional", referenced from:
symbolChildren #1 (node: Euler.Node) -> [Euler.SymbolNode] in Euler.Expression.symbols.getter : [Euler.SymbolNode] in Expression.o
closure #1 (Euler.Node) -> () in symbolChildren #1 (node: Euler.Node) -> [Euler.SymbolNode] in Euler.Expression.symbols.getter : [Euler.SymbolNode] in Expression.o
Euler.OperatorNode.replaceDeepestRight(_: Euler.Node, penultimate: Swift.Bool) -> () in OperatorNode.o
Euler.Parser.linker(chain: [Euler.Node]) throws -> Euler.ExpressionNode in Parser.o
Euler.Parser.linker(chain: [Euler.Node]) throws -> Euler.ExpressionNode in Parser.o
Euler.Simplify.simple() -> Euler.ExpressionNode in simplify.o
"_swift_endAccess", referenced from:
Euler.Expression.node.getter : Euler.ExpressionNode in Expression.o
Euler.Expression.node.setter : Euler.ExpressionNode in Expression.o
Euler.Expression.node.modify : Euler.ExpressionNode with unmangled suffix ".resume.0" in Expression.o
Euler.Expression.node.modify : Euler.ExpressionNode with unmangled suffix ".resume.0" in Expression.o
Euler.Group.tokens.getter : [Euler.Token] in Grouper.o
Euler.Group.tokens.setter : [Euler.Token] in Grouper.o
Euler.Group.tokens.modify : [Euler.Token] with unmangled suffix ".resume.0" in Grouper.o
Euler.Group.tokens.modify : [Euler.Token] with unmangled suffix ".resume.0" in Grouper.o
...
"_swift_errorRelease", referenced from:
Euler.OperatorNode.compile() -> Euler.Node in OperatorNode.o
Euler.OperatorNode.compile() -> Euler.Node in OperatorNode.o
Euler.OperatorNode.compile() -> Euler.Node in OperatorNode.o
closure #1 (Euler.Group) -> Euler.Node? in Euler.Parser.(quickParsing in _0A271C69EAE3EEE9E1597A90349F701A)([Euler.Group]) -> [Euler.Node?] in Parser.o
(extension in Euler):Swift.String.match(regex: Swift.String) -> Swift.String? in Regex.o
(extension in Euler):Swift.String.matchRange(regex: Swift.String) -> (Swift.Int, Swift.Int)? in Regex.o
(extension in Euler):Swift.String.matches(regex: Swift.String) -> [(Swift.Int, Swift.Int)] in Regex.o
...
"_swift_errorRetain", referenced from:
Euler.OperatorNode.compile() -> Euler.Node in OperatorNode.o
"_swift_getAssociatedConformanceWitness", referenced from:
(extension in Euler):Swift.StringProtocol.subscript.getter : (Swift.Range<Swift.Int>) -> A.SubSequence in Regex.o
(extension in Euler):Swift.StringProtocol.subscript.getter : (Swift.ClosedRange<Swift.Int>) -> A.SubSequence in Regex.o
static Euler.BigInt.<< infix<A where A: Swift.BinaryInteger>(Euler.BigInt, A) -> Euler.BigInt in BinaryBigInt.o
static Euler.BigInt.>> infix<A where A: Swift.BinaryInteger>(Euler.BigInt, A) -> Euler.BigInt in BinaryBigInt.o
static Euler.BigInt.== infix<A where A: Swift.BinaryInteger>(Euler.BigInt, A) -> Swift.Bool in OperationsBigInt.o
static Euler.BigInt.!= infix<A where A: Swift.BinaryInteger>(Euler.BigInt, A) -> Swift.Bool in OperationsBigInt.o
static Euler.BigInt.< infix<A where A: Swift.BinaryInteger>(Euler.BigInt, A) -> Swift.Bool in OperationsBigInt.o
static Euler.BigInt.< infix<A where A: Swift.BinaryInteger>(Euler.BigInt, A) -> Swift.Bool in OperationsBigInt.o
static Euler.BigInt.< infix<A where A: Swift.BinaryInteger>(Euler.BigInt, A) -> Swift.Bool in OperationsBigInt.o
...
"_swift_getAssociatedTypeWitness", referenced from:
(extension in Euler):Swift.StringProtocol.subscript.getter : (Swift.Range<Swift.Int>) -> A.SubSequence in Regex.o
(extension in Euler):Swift.StringProtocol.subscript.getter : (Swift.ClosedRange<Swift.Int>) -> A.SubSequence in Regex.o
static Euler.BigInt.<< infix<A where A: Swift.BinaryInteger>(Euler.BigInt, A) -> Euler.BigInt in BinaryBigInt.o
static Euler.BigInt.>> infix<A where A: Swift.BinaryInteger>(Euler.BigInt, A) -> Euler.BigInt in BinaryBigInt.o
static Euler.BigInt.== infix<A where A: Swift.BinaryInteger>(Euler.BigInt, A) -> Swift.Bool in OperationsBigInt.o
static Euler.BigInt.!= infix<A where A: Swift.BinaryInteger>(Euler.BigInt, A) -> Swift.Bool in OperationsBigInt.o
static Euler.BigInt.< infix<A where A: Swift.BinaryInteger>(Euler.BigInt, A) -> Swift.Bool in OperationsBigInt.o
...
"_swift_getAtKeyPath", referenced from:
implicit closure #1 (Euler.SymbolNode) -> Swift.String in Euler.Expression.symbols.getter : [Euler.SymbolNode] in Expression.o
"_swift_getEnumTagSinglePayloadGeneric", referenced from:
getEnumTagSinglePayload value witness for Euler.Term in Polynomial.o
getEnumTagSinglePayload value witness for Euler.BigDouble in BigDouble.o
getEnumTagSinglePayload value witness for Euler.BigInt in BigInt.o
getEnumTagSinglePayload value witness for Unit #1 in Euler.Tables.CONVERT(_: Euler.BigDouble, from_unit: Swift.String, to_unit: Swift.String) throws -> Euler.BigDouble in Engineering.o
getEnumTagSinglePayload value witness for BinaryPrefix #1 in Euler.Tables.CONVERT(_: Euler.BigDouble, from_unit: Swift.String, to_unit: Swift.String) throws -> Euler.BigDouble in Engineering.o
getEnumTagSinglePayload value witness for UnitPrefix #1 in Euler.Tables.CONVERT(_: Euler.BigDouble, from_unit: Swift.String, to_unit: Swift.String) throws -> Euler.BigDouble in Engineering.o
getEnumTagSinglePayload value witness for Euler.BytesSequence in sha256.o
...
"_swift_getForeignTypeMetadata", referenced from:
type metadata accessor for __C.NSRegularExpressionOptions in Regex.o
type metadata accessor for __C.NSMatchingOptions in Regex.o
type metadata accessor for __C._NSRange in Regex.o
"_swift_getGenericMetadata", referenced from:
___swift_instantiateGenericMetadata in sha256.o
"_swift_getKeyPath", referenced from:
Euler.Expression.symbols.getter : [Euler.SymbolNode] in Expression.o
"_swift_getObjCClassFromMetadata", referenced from:
__C.NSRegularExpression.__allocating_init(pattern: Swift.String, options: __C.NSRegularExpressionOptions) throws -> __C.NSRegularExpression in Regex.o
__C.NSNumberFormatter.__allocating_init() -> __C.NSNumberFormatter in BigDouble.o
__C.NSNumber.__allocating_init(value: Swift.Double) -> __C.NSNumber in BigDouble.o
__C.NSMutableData.__allocating_init(length: Swift.Int) -> __C.NSMutableData? in Matrix.o
__C.NSDateFormatter.__allocating_init() -> __C.NSDateFormatter in DateTime.o
"_swift_getObjCClassMetadata", referenced from:
type metadata accessor for __C.NSObject in CellAddressNode.o
type metadata accessor for __C.NSRegularExpression in Regex.o
type metadata accessor for __C.NSTextCheckingResult in Regex.o
type metadata accessor for __C.NSNumberFormatter in BigDouble.o
type metadata accessor for __C.NSNumber in BigDouble.o
type metadata accessor for __C.NSMutableData in Matrix.o
type metadata accessor for __C.NSDateFormatter in DateTime.o
...
"_swift_getObjectType", referenced from:
symbolChildren #1 (node: Euler.Node) -> [Euler.SymbolNode] in Euler.Expression.symbols.getter : [Euler.SymbolNode] in Expression.o
static Euler.CellAddressNode.== infix(Euler.CellAddressNode, Euler.CellAddressNode) -> Swift.Bool in CellAddressNode.o
static Euler.CellAddressNode.== infix(Euler.CellAddressNode, Euler.CellAddressNode) -> Swift.Bool in CellAddressNode.o
static Euler.ConstantNode.== infix(Euler.ConstantNode, Euler.ConstantNode) -> Swift.Bool in ConstantNode.o
static Euler.ConstantNode.== infix(Euler.ConstantNode, Euler.ConstantNode) -> Swift.Bool in ConstantNode.o
closure #1 (Euler.Node) -> Swift.String in Euler.ExpressionNode.toString() -> Swift.String in ExpressionNode.o
closure #1 (Euler.Node) -> Swift.String in Euler.ExpressionNode.toTex() -> Swift.String in ExpressionNode.o
...
"_swift_getSingletonMetadata", referenced from:
type metadata accessor for Euler.ConstantNode in ConstantNode.o
type metadata accessor for Euler.Term in Polynomial.o
type metadata accessor for Euler.BigDouble in BigDouble.o
type metadata accessor for Euler.BigInt in BigInt.o
type metadata accessor for Euler.RSA in RSA.o
type metadata accessor for Unit #1 in Euler.Tables.CONVERT(_: Euler.BigDouble, from_unit: Swift.String, to_unit: Swift.String) throws -> Euler.BigDouble in Engineering.o
type metadata accessor for BinaryPrefix #1 in Euler.Tables.CONVERT(_: Euler.BigDouble, from_unit: Swift.String, to_unit: Swift.String) throws -> Euler.BigDouble in Engineering.o
...
"_swift_getTupleTypeLayout2", referenced from:
type metadata completion function for Euler.RSA in RSA.o
type metadata completion function for Euler.RSA in RSA.o
"_swift_getTupleTypeMetadata2", referenced from:
Swift.Range.init(_uncheckedBounds: (lower: A, upper: A)) -> Swift.Range<A> in LaTeX.o
Swift.ClosedRange.init(_uncheckedBounds: (lower: A, upper: A)) -> Swift.ClosedRange<A> in LaTeX.o
(extension in Euler):Swift.Dictionary.merge(dict: [A : B]) -> () in Execute.o
"_swift_getTypeByMangledNameInContext2", referenced from:
___swift_instantiateConcreteTypeFromMangledName in Expression.o
"_swift_getTypeByMangledNameInContextInMetadataState2", referenced from:
___swift_instantiateConcreteTypeFromMangledNameAbstract in Expression.o
"_swift_getWitnessTable", referenced from:
lazy protocol witness table accessor for type Swift.String and conformance Swift.String : Swift.StringProtocol in Swift in Expression.o
lazy protocol witness table accessor for type [Euler.SymbolNode] and conformance [A] : Swift.Collection in Swift in Expression.o
lazy protocol witness table accessor for type [Swift.String] and conformance [A] : Swift.Collection in Swift in Expression.o
lazy protocol witness table accessor for type [Euler.Node] and conformance [A] : Swift.Sequence in Swift in Expression.o
lazy protocol witness table accessor for type [Euler.SymbolNode] and conformance [A] : Swift.Sequence in Swift in Expression.o
lazy protocol witness table accessor for type Euler.Group.GType and conformance Euler.Group.GType : Swift.Hashable in Euler in Grouper.o
lazy protocol witness table accessor for type Euler.(GroupError in _E4C01C6EE9E7FBB6853620D4905BB58F) and conformance Euler.(GroupError in _E4C01C6EE9E7FBB6853620D4905BB58F) : Swift.Error in Euler in Grouper.o
...
"_swift_initStructMetadata", referenced from:
type metadata completion function for Euler.Term in Polynomial.o
type metadata completion function for Euler.BigDouble in BigDouble.o
type metadata completion function for Euler.BigInt in BigInt.o
type metadata completion function for Unit #1 in Euler.Tables.CONVERT(_: Euler.BigDouble, from_unit: Swift.String, to_unit: Swift.String) throws -> Euler.BigDouble in Engineering.o
type metadata completion function for BinaryPrefix #1 in Euler.Tables.CONVERT(_: Euler.BigDouble, from_unit: Swift.String, to_unit: Swift.String) throws -> Euler.BigDouble in Engineering.o
type metadata completion function for UnitPrefix #1 in Euler.Tables.CONVERT(_: Euler.BigDouble, from_unit: Swift.String, to_unit: Swift.String) throws -> Euler.BigDouble in Engineering.o
type metadata completion function for Euler.BytesSequence in sha256.o
...
"_swift_isaMask", referenced from:
Euler.Expression.init(_: Swift.String, decimalSeparator: Swift.String, argumentSeparator: Swift.String) throws -> Euler.Expression in Expression.o
Euler.Expression.init(latex: Swift.String, decimalSeparator: Swift.String, argumentSeparator: Swift.String) throws -> Euler.Expression in Expression.o
Euler.Expression.symbols.getter : [Euler.SymbolNode] in Expression.o
key path getter for Euler.SymbolNode.content : Swift.String : Euler.SymbolNode in Expression.o
key path setter for Euler.SymbolNode.content : Swift.String : Euler.SymbolNode in Expression.o
key path getter for Euler.Group.tokens : [Euler.Token] : Euler.Group in Grouper.o
key path setter for Euler.Group.tokens : [Euler.Token] : Euler.Group in Grouper.o
...
"_swift_once", referenced from:
Euler.tokenList.unsafeMutableAddressor : [(Swift.String, (Swift.String) -> Euler.Token?)] in Lexer.o
Euler.expressions.unsafeMutableAddressor : [Swift.String : __C.NSRegularExpression] in Regex.o
(extension in Euler):Foundation.Data.HexEncodingOptions.upperCase.unsafeMutableAddressor : (extension in Euler):Foundation.Data.HexEncodingOptions in sha256.o
Euler.Constant.pi.unsafeMutableAddressor : Euler.Constant in Constants.o
Euler.Constant.e.unsafeMutableAddressor : Euler.Constant in Constants.o
Euler.Constant.alphaParticleMass.unsafeMutableAddressor : Euler.Constant in Constants.o
Euler.Constant.atomicMass.unsafeMutableAddressor : Euler.Constant in Constants.o
...
"_swift_release", referenced from:
Euler.Expression.init(_: Swift.String, decimalSeparator: Swift.String, argumentSeparator: Swift.String) throws -> Euler.Expression in Expression.o
Euler.Expression.init(_: Swift.String, decimalSeparator: Swift.String, argumentSeparator: Swift.String) throws -> Euler.Expression in Expression.o
Euler.Expression.init(latex: Swift.String, decimalSeparator: Swift.String, argumentSeparator: Swift.String) throws -> Euler.Expression in Expression.o
Euler.Expression.init(latex: Swift.String, decimalSeparator: Swift.String, argumentSeparator: Swift.String) throws -> Euler.Expression in Expression.o
Euler.Expression.symbols.getter : [Euler.SymbolNode] in Expression.o
Euler.Expression.symbols.getter : [Euler.SymbolNode] in Expression.o
implicit closure #1 (Euler.SymbolNode) -> Swift.String in Euler.Expression.symbols.getter : [Euler.SymbolNode] in Expression.o
...
"_swift_retain", referenced from:
Euler.Expression.symbols.getter : [Euler.SymbolNode] in Expression.o
implicit closure #1 (Euler.SymbolNode) -> Swift.String in Euler.Expression.symbols.getter : [Euler.SymbolNode] in Expression.o
Euler.Group.tablesContext.getter : Euler.Tables? in Grouper.o
Euler.Group.tablesContext.setter : Euler.Tables? in Grouper.o
Euler.Group.init(tokens: [Euler.Token], type: Euler.Group.GType, context: Euler.Parser.ParseContext, tablesContext: Euler.Tables?) -> Euler.Group in Grouper.o
Euler.Group.toCellAdress() throws -> Euler.CellAddressNode in Grouper.o
key path getter for Euler.Grouper.index : Swift.Int : Euler.Grouper in Grouper.o
...
"_swift_slowAlloc", referenced from:
___swift_allocate_value_buffer in Constants.o
"_swift_storeEnumTagSinglePayloadGeneric", referenced from:
storeEnumTagSinglePayload value witness for Euler.Term in Polynomial.o
storeEnumTagSinglePayload value witness for Euler.BigDouble in BigDouble.o
storeEnumTagSinglePayload value witness for Euler.BigInt in BigInt.o
storeEnumTagSinglePayload value witness for Unit #1 in Euler.Tables.CONVERT(_: Euler.BigDouble, from_unit: Swift.String, to_unit: Swift.String) throws -> Euler.BigDouble in Engineering.o
storeEnumTagSinglePayload value witness for BinaryPrefix #1 in Euler.Tables.CONVERT(_: Euler.BigDouble, from_unit: Swift.String, to_unit: Swift.String) throws -> Euler.BigDouble in Engineering.o
storeEnumTagSinglePayload value witness for UnitPrefix #1 in Euler.Tables.CONVERT(_: Euler.BigDouble, from_unit: Swift.String, to_unit: Swift.String) throws -> Euler.BigDouble in Engineering.o
storeEnumTagSinglePayload value witness for Euler.BytesSequence in sha256.o
...
"_swift_unexpectedError", referenced from:
Euler.Polynomial.evaluate(at: Euler.BigDouble) -> Euler.BigDouble in Polynomial.o
Euler.Polynomial.evaluate(at: Euler.BigDouble) -> Euler.BigDouble in Polynomial.o
Euler.Polynomial.negated.getter : Euler.Polynomial in Polynomial.o
Euler.Polynomial.derivative.getter : Euler.Polynomial in Polynomial.o
Euler.Polynomial.normalized.getter : Euler.Polynomial in Polynomial.o
Euler.Polynomial.cauchyPoly.getter : Euler.Polynomial in Polynomial.o
Euler.Polynomial.linearDivision(x_coef: Euler.BigDouble, x_const: Euler.BigDouble) -> Euler.Polynomial in Polynomial.o
Euler.Polynomial.linearDivision(x_coef: Euler.BigDouble, x_const: Euler.BigDouble) -> Euler.Polynomial in Polynomial.o
...
"_swift_unknownObjectRelease", referenced from:
(extension in Euler):Swift.Array<A where A == Swift.UInt64>.divMod([Swift.UInt64]) -> (quotient: [Swift.UInt64], remainder: [Swift.UInt64]) in Limbs.o
(extension in Euler):Swift.Array<A where A == Swift.UInt64>.divMod([Swift.UInt64]) -> (quotient: [Swift.UInt64], remainder: [Swift.UInt64]) in Limbs.o
Euler.SHA256.calculate32() -> [Swift.UInt8] in sha256.o
outlined destroy of Swift.ArraySlice<Swift.UInt32> in sha256.o
outlined destroy of Swift.ArraySlice<Swift.UInt8> in sha256.o
(extension in Euler):Swift.Array.reshape(part: Swift.Int) -> [[A]] in Array.o
(extension in Euler):Swift.Array.reshape(part: Swift.Int) -> [[A]] in Array.o
...
"_swift_unknownObjectRetain", referenced from:
(extension in Euler):Swift.Array.reshape(part: Swift.Int) -> [[A]] in Array.o
(extension in Euler):Swift.Array.reshape(part: Swift.Int) -> [[A]] in Array.o
Euler.subtractReportingBorrow(_: Swift.ArraySlice<Swift.UInt64>, times: Swift.UInt64, from: inout Swift.ArraySlice<Swift.UInt64>) -> Swift.Bool in KnuthDSupport.o
Euler.subtractReportingBorrow(_: Swift.ArraySlice<Swift.UInt64>, times: Swift.UInt64, from: inout Swift.ArraySlice<Swift.UInt64>) -> Swift.Bool in KnuthDSupport.o
Euler.subtractReportingBorrow(_: Swift.ArraySlice<Swift.UInt64>, times: Swift.UInt64, from: inout Swift.ArraySlice<Swift.UInt64>) -> Swift.Bool in KnuthDSupport.o
Euler.+= infix(inout Swift.ArraySlice<Swift.UInt64>, Swift.ArraySlice<Swift.UInt64>) -> () in KnuthDSupport.o
Euler.+= infix(inout Swift.ArraySlice<Swift.UInt64>, Swift.ArraySlice<Swift.UInt64>) -> () in KnuthDSupport.o
Euler.+= infix(inout Swift.ArraySlice<Swift.UInt64>, Swift.ArraySlice<Swift.UInt64>) -> () in KnuthDSupport.o
...
"_swift_updateClassMetadata2", referenced from:
type metadata completion function for Euler.ConstantNode in ConstantNode.o
type metadata completion function for Euler.RSA in RSA.o
"_swift_willThrow", referenced from:
Euler.Group.compile() throws -> () in Grouper.o
Euler.Group.toNode(lhs: Euler.Node?, rhs: Euler.Node?) throws -> Euler.Node in Grouper.o
Euler.Group.toNode(lhs: Euler.Node?, rhs: Euler.Node?) throws -> Euler.Node in Grouper.o
Euler.Group.toNode(lhs: Euler.Node?, rhs: Euler.Node?) throws -> Euler.Node in Grouper.o
Euler.Group.toNode(lhs: Euler.Node?, rhs: Euler.Node?) throws -> Euler.Node in Grouper.o
Euler.Group.toCellAdress() throws -> Euler.CellAddressNode in Grouper.o
Euler.Group.toCellAdress() throws -> Euler.CellAddressNode in Grouper.o
Euler.Group.toCellAdress() throws -> Euler.CellAddressNode in Grouper.o
...
ld: symbol(s) not found for architecture arm64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
** BUILD FAILED **
The following build commands failed:
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Euler.build/Debug-watchos/Euler.build/Objects-normal/arm64/Binary/Euler normal arm64 (in target 'Euler' from project 'Euler')
(1 failure)
BUILD FAILURE 6.0 watchOS