The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Failed to build SwiftyH3, reference main (67354d), with Swift 5.10 for Linux on 31 Jul 2025 13:26:09 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

         ^
[61/70] Compiling SwiftyH3 H3Cell+Compact.swift
/host/spi-builder-workspace/Sources/SwiftyH3/Directed Edges/H3DirectedEdge+Traversal.swift:7:19: error: expected '{' to start getter definition
        get throws(SwiftyH3Error) {
                  ^
/host/spi-builder-workspace/Sources/SwiftyH3/Directed Edges/H3DirectedEdge+Traversal.swift:22:19: error: expected '{' to start getter definition
        get throws(SwiftyH3Error) {
                  ^
/host/spi-builder-workspace/Sources/SwiftyH3/Hierarchy/H3Cell+ChildrenCollection.swift:25:76: error: consecutive declarations on a line must be separated by ';'
        internal init(parent: H3Cell, resolution: H3Cell.Resolution) throws(SwiftyH3Error) {
                                                                           ^
                                                                           ;
/host/spi-builder-workspace/Sources/SwiftyH3/Hierarchy/H3Cell+ChildrenCollection.swift:25:76: error: expected declaration
        internal init(parent: H3Cell, resolution: H3Cell.Resolution) throws(SwiftyH3Error) {
                                                                           ^
/host/spi-builder-workspace/Sources/SwiftyH3/Hierarchy/H3Cell+ChildrenCollection.swift:18:19: note: in declaration of 'ChildrenCollection'
    public struct ChildrenCollection: Hashable, Sendable {
                  ^
/host/spi-builder-workspace/Sources/SwiftyH3/Hierarchy/H3Cell+ChildrenCollection.swift:56:51: error: consecutive declarations on a line must be separated by ';'
    public func index(of childCell: H3Cell) throws(SwiftyH3Error) -> Int64 {
                                                  ^
                                                  ;
/host/spi-builder-workspace/Sources/SwiftyH3/Hierarchy/H3Cell+ChildrenCollection.swift:56:51: error: expected declaration
    public func index(of childCell: H3Cell) throws(SwiftyH3Error) -> Int64 {
                                                  ^
/host/spi-builder-workspace/Sources/SwiftyH3/Hierarchy/H3Cell+ChildrenCollection.swift:46:1: note: in extension of 'H3Cell.ChildrenCollection'
extension H3Cell.ChildrenCollection {
^
/host/spi-builder-workspace/Sources/SwiftyH3/Hierarchy/H3Cell+ChildrenCollection.swift:71:54: error: consecutive declarations on a line must be separated by ';'
    func childrenSize(at childRes: Resolution) throws(SwiftyH3Error) -> Int64 {
                                                     ^
                                                     ;
/host/spi-builder-workspace/Sources/SwiftyH3/Hierarchy/H3Cell+ChildrenCollection.swift:71:54: error: expected declaration
    func childrenSize(at childRes: Resolution) throws(SwiftyH3Error) -> Int64 {
                                                     ^
/host/spi-builder-workspace/Sources/SwiftyH3/Hierarchy/H3Cell+ChildrenCollection.swift:70:10: note: in extension of 'H3Cell'
internal extension H3Cell {
         ^
/host/spi-builder-workspace/Sources/SwiftyH3/Hierarchy/H3Cell+ChildrenCollection.swift:83:60: error: consecutive declarations on a line must be separated by ';'
    func centerChild(at childRes: Resolution? = nil) throws(SwiftyH3Error) -> H3Cell {
                                                           ^
                                                           ;
/host/spi-builder-workspace/Sources/SwiftyH3/Hierarchy/H3Cell+ChildrenCollection.swift:83:60: error: expected declaration
    func centerChild(at childRes: Resolution? = nil) throws(SwiftyH3Error) -> H3Cell {
                                                           ^
/host/spi-builder-workspace/Sources/SwiftyH3/Hierarchy/H3Cell+ChildrenCollection.swift:70:10: note: in extension of 'H3Cell'
internal extension H3Cell {
         ^
/host/spi-builder-workspace/Sources/SwiftyH3/Hierarchy/H3Cell+ChildrenCollection.swift:102:80: error: consecutive declarations on a line must be separated by ';'
    func child(at childRes: Resolution? = nil, position childPos: Int64) throws(SwiftyH3Error) -> H3Cell {
                                                                               ^
                                                                               ;
/host/spi-builder-workspace/Sources/SwiftyH3/Hierarchy/H3Cell+ChildrenCollection.swift:102:80: error: expected declaration
    func child(at childRes: Resolution? = nil, position childPos: Int64) throws(SwiftyH3Error) -> H3Cell {
                                                                               ^
/host/spi-builder-workspace/Sources/SwiftyH3/Hierarchy/H3Cell+ChildrenCollection.swift:70:10: note: in extension of 'H3Cell'
internal extension H3Cell {
         ^
/host/spi-builder-workspace/Sources/SwiftyH3/Hierarchy/H3Cell+Compact.swift:10:19: error: expected '{' to start getter definition
        get throws(SwiftyH3Error) {
                  ^
/host/spi-builder-workspace/Sources/SwiftyH3/Hierarchy/H3Cell+Compact.swift:30:79: error: consecutive declarations on a line must be separated by ';'
    private func uncompactedArraySize(at resolution: H3Cell.Resolution) throws(SwiftyH3Error) -> Int64 {
                                                                              ^
                                                                              ;
/host/spi-builder-workspace/Sources/SwiftyH3/Hierarchy/H3Cell+Compact.swift:30:79: error: expected declaration
    private func uncompactedArraySize(at resolution: H3Cell.Resolution) throws(SwiftyH3Error) -> Int64 {
                                                                              ^
/host/spi-builder-workspace/Sources/SwiftyH3/Hierarchy/H3Cell+Compact.swift:29:1: note: in extension of 'Sequence<H3Cell>'
extension Sequence<H3Cell> {
^
/host/spi-builder-workspace/Sources/SwiftyH3/Hierarchy/H3Cell+Compact.swift:44:69: error: consecutive declarations on a line must be separated by ';'
    public func uncompacted(at resolution: H3Cell.Resolution) throws(SwiftyH3Error) -> [H3Cell] {
                                                                    ^
                                                                    ;
/host/spi-builder-workspace/Sources/SwiftyH3/Hierarchy/H3Cell+Compact.swift:44:69: error: expected declaration
    public func uncompacted(at resolution: H3Cell.Resolution) throws(SwiftyH3Error) -> [H3Cell] {
                                                                    ^
/host/spi-builder-workspace/Sources/SwiftyH3/Hierarchy/H3Cell+Compact.swift:29:1: note: in extension of 'Sequence<H3Cell>'
extension Sequence<H3Cell> {
^
/host/spi-builder-workspace/Sources/SwiftyH3/Hierarchy/H3Cell+Hierarchy.swift:13:63: error: consecutive declarations on a line must be separated by ';'
    public func parent(at parentRes: Resolution? = nil) throws(SwiftyH3Error) -> H3Cell {
                                                              ^
                                                              ;
/host/spi-builder-workspace/Sources/SwiftyH3/Hierarchy/H3Cell+Hierarchy.swift:13:63: error: expected declaration
    public func parent(at parentRes: Resolution? = nil) throws(SwiftyH3Error) -> H3Cell {
                                                              ^
/host/spi-builder-workspace/Sources/SwiftyH3/Hierarchy/H3Cell+Hierarchy.swift:4:1: note: in extension of 'H3Cell'
extension H3Cell {
^
/host/spi-builder-workspace/Sources/SwiftyH3/Hierarchy/H3Cell+Hierarchy.swift:49:64: error: consecutive declarations on a line must be separated by ';'
    public func children(at childRes: Resolution? = nil) throws(SwiftyH3Error) -> H3Cell.ChildrenCollection {
                                                               ^
                                                               ;
/host/spi-builder-workspace/Sources/SwiftyH3/Hierarchy/H3Cell+Hierarchy.swift:49:64: error: expected declaration
    public func children(at childRes: Resolution? = nil) throws(SwiftyH3Error) -> H3Cell.ChildrenCollection {
                                                               ^
/host/spi-builder-workspace/Sources/SwiftyH3/Hierarchy/H3Cell+Hierarchy.swift:39:1: note: in extension of 'H3Cell'
extension H3Cell {
^
/host/spi-builder-workspace/Sources/SwiftyH3/Indexing/H3Cell+Indexing.swift:7:19: error: expected '{' to start getter definition
        get throws(SwiftyH3Error) {
                  ^
/host/spi-builder-workspace/Sources/SwiftyH3/Indexing/H3Cell+Indexing.swift:21:19: error: expected '{' to start getter definition
        get throws(SwiftyH3Error) {
                  ^
/host/spi-builder-workspace/Sources/SwiftyH3/Indexing/H3LatLng+Indexing.swift:8:55: error: consecutive declarations on a line must be separated by ';'
    func cell(at resolution: H3Cell.Resolution) throws(SwiftyH3Error) -> H3Cell {
                                                      ^
                                                      ;
/host/spi-builder-workspace/Sources/SwiftyH3/Indexing/H3LatLng+Indexing.swift:8:55: error: expected declaration
    func cell(at resolution: H3Cell.Resolution) throws(SwiftyH3Error) -> H3Cell {
                                                      ^
/host/spi-builder-workspace/Sources/SwiftyH3/Indexing/H3LatLng+Indexing.swift:4:8: note: in extension of 'H3LatLng'
public extension H3LatLng {
       ^
/host/spi-builder-workspace/Sources/SwiftyH3/Directed Edges/H3Cell+Edges.swift:6:53: error: consecutive declarations on a line must be separated by ';'
    func directedEdge(to destination: H3Cell) throws(SwiftyH3Error) -> H3DirectedEdge {
                                                    ^
                                                    ;
/host/spi-builder-workspace/Sources/SwiftyH3/Directed Edges/H3Cell+Edges.swift:6:53: error: expected declaration
    func directedEdge(to destination: H3Cell) throws(SwiftyH3Error) -> H3DirectedEdge {
                                                    ^
/host/spi-builder-workspace/Sources/SwiftyH3/Directed Edges/H3Cell+Edges.swift:4:8: note: in extension of 'H3Cell'
public extension H3Cell {
       ^
/host/spi-builder-workspace/Sources/SwiftyH3/Directed Edges/H3Cell+Edges.swift:33:19: error: expected '{' to start getter definition
        get throws(SwiftyH3Error) {
                  ^
/host/spi-builder-workspace/Sources/SwiftyH3/Directed Edges/H3Cell+Neighbors.swift:7:51: error: consecutive declarations on a line must be separated by ';'
    func isNeighbor(of anotherCell: H3Cell) throws(SwiftyH3Error) -> Bool {
                                                  ^
                                                  ;
/host/spi-builder-workspace/Sources/SwiftyH3/Directed Edges/H3Cell+Neighbors.swift:7:51: error: expected declaration
    func isNeighbor(of anotherCell: H3Cell) throws(SwiftyH3Error) -> Bool {
                                                  ^
/host/spi-builder-workspace/Sources/SwiftyH3/Directed Edges/H3Cell+Neighbors.swift:4:8: note: in extension of 'H3Cell'
public extension H3Cell {
       ^
/host/spi-builder-workspace/Sources/SwiftyH3/Miscellaneous/H3Cell+Area.swift:8:19: error: expected '{' to start getter definition
        get throws(SwiftyH3Error) {
                  ^
/host/spi-builder-workspace/Sources/SwiftyH3/Miscellaneous/H3Cell+Area.swift:23:19: error: expected '{' to start getter definition
        get throws(SwiftyH3Error) {
                  ^
/host/spi-builder-workspace/Sources/SwiftyH3/Traversal/H3Cell+Traversal.swift:7:60: error: consecutive declarations on a line must be separated by ';'
    public func gridDistance(to destination: H3Cell) throws(SwiftyH3Error) -> Int64 {
                                                           ^
                                                           ;
/host/spi-builder-workspace/Sources/SwiftyH3/Traversal/H3Cell+Traversal.swift:7:60: error: expected declaration
    public func gridDistance(to destination: H3Cell) throws(SwiftyH3Error) -> Int64 {
                                                           ^
/host/spi-builder-workspace/Sources/SwiftyH3/Traversal/H3Cell+Traversal.swift:4:1: note: in extension of 'H3Cell'
extension H3Cell {
^
/host/spi-builder-workspace/Sources/SwiftyH3/Traversal/H3Cell+Traversal.swift:20:65: error: consecutive declarations on a line must be separated by ';'
    internal static func maxGridRingSize(distance: Int32) throws(SwiftyH3Error) -> Int64 {
                                                                ^
                                                                ;
/host/spi-builder-workspace/Sources/SwiftyH3/Traversal/H3Cell+Traversal.swift:20:65: error: expected declaration
    internal static func maxGridRingSize(distance: Int32) throws(SwiftyH3Error) -> Int64 {
                                                                ^
/host/spi-builder-workspace/Sources/SwiftyH3/Traversal/H3Cell+Traversal.swift:19:1: note: in extension of 'H3Cell'
extension H3Cell {
^
/host/spi-builder-workspace/Sources/SwiftyH3/Traversal/H3Cell+Traversal.swift:30:65: error: consecutive declarations on a line must be separated by ';'
    internal static func maxGridDiskSize(distance: Int32) throws(SwiftyH3Error) -> Int64 {
                                                                ^
                                                                ;
/host/spi-builder-workspace/Sources/SwiftyH3/Traversal/H3Cell+Traversal.swift:30:65: error: expected declaration
    internal static func maxGridDiskSize(distance: Int32) throws(SwiftyH3Error) -> Int64 {
                                                                ^
/host/spi-builder-workspace/Sources/SwiftyH3/Traversal/H3Cell+Traversal.swift:19:1: note: in extension of 'H3Cell'
extension H3Cell {
^
/host/spi-builder-workspace/Sources/SwiftyH3/Traversal/H3Cell+Traversal.swift:49:53: error: consecutive declarations on a line must be separated by ';'
    public func gridRing(distance: Int32 = 1) throws(SwiftyH3Error) -> [H3Cell] {
                                                    ^
                                                    ;
/host/spi-builder-workspace/Sources/SwiftyH3/Traversal/H3Cell+Traversal.swift:49:53: error: expected declaration
    public func gridRing(distance: Int32 = 1) throws(SwiftyH3Error) -> [H3Cell] {
                                                    ^
/host/spi-builder-workspace/Sources/SwiftyH3/Traversal/H3Cell+Traversal.swift:41:1: note: in extension of 'H3Cell'
extension H3Cell {
^
/host/spi-builder-workspace/Sources/SwiftyH3/Traversal/H3Cell+Traversal.swift:74:49: error: consecutive declarations on a line must be separated by ';'
    public func gridDisk(distance: Int32) throws(SwiftyH3Error) -> [H3Cell] {
                                                ^
                                                ;
/host/spi-builder-workspace/Sources/SwiftyH3/Traversal/H3Cell+Traversal.swift:74:49: error: expected declaration
    public func gridDisk(distance: Int32) throws(SwiftyH3Error) -> [H3Cell] {
                                                ^
/host/spi-builder-workspace/Sources/SwiftyH3/Traversal/H3Cell+Traversal.swift:41:1: note: in extension of 'H3Cell'
extension H3Cell {
^
/host/spi-builder-workspace/Sources/SwiftyH3/Traversal/H3Cell+Traversal.swift:91:67: error: consecutive declarations on a line must be separated by ';'
    internal func gridPathCellsSize(to destination: H3Cell) throws(SwiftyH3Error) -> Int64 {
                                                                  ^
                                                                  ;
/host/spi-builder-workspace/Sources/SwiftyH3/Traversal/H3Cell+Traversal.swift:91:67: error: expected declaration
    internal func gridPathCellsSize(to destination: H3Cell) throws(SwiftyH3Error) -> Int64 {
                                                                  ^
/host/spi-builder-workspace/Sources/SwiftyH3/Traversal/H3Cell+Traversal.swift:90:1: note: in extension of 'H3Cell'
extension H3Cell {
^
/host/spi-builder-workspace/Sources/SwiftyH3/Traversal/H3Cell+Traversal.swift:117:52: error: consecutive declarations on a line must be separated by ';'
    public func path(to destination: H3Cell) throws(SwiftyH3Error) -> [H3Cell] {
                                                   ^
                                                   ;
/host/spi-builder-workspace/Sources/SwiftyH3/Traversal/H3Cell+Traversal.swift:117:52: error: expected declaration
    public func path(to destination: H3Cell) throws(SwiftyH3Error) -> [H3Cell] {
                                                   ^
/host/spi-builder-workspace/Sources/SwiftyH3/Traversal/H3Cell+Traversal.swift:90:1: note: in extension of 'H3Cell'
extension H3Cell {
^
/host/spi-builder-workspace/Sources/SwiftyH3/Vertices/H3Cell+H3Vertex.swift:12:46: error: consecutive declarations on a line must be separated by ';'
    func vertex(_ vertexNumber: Int32) throws(SwiftyH3Error) -> H3Vertex {
                                             ^
                                             ;
/host/spi-builder-workspace/Sources/SwiftyH3/Vertices/H3Cell+H3Vertex.swift:12:46: error: expected declaration
    func vertex(_ vertexNumber: Int32) throws(SwiftyH3Error) -> H3Vertex {
                                             ^
/host/spi-builder-workspace/Sources/SwiftyH3/Vertices/H3Cell+H3Vertex.swift:4:8: note: in extension of 'H3Cell'
public extension H3Cell {
       ^
/host/spi-builder-workspace/Sources/SwiftyH3/Vertices/H3Cell+H3Vertex.swift:26:19: error: expected '{' to start getter definition
        get throws(SwiftyH3Error) {
                  ^
/host/spi-builder-workspace/Sources/SwiftyH3/Directed Edges/H3DirectedEdge+Indexing.swift:7:19: error: expected '{' to start getter definition
        get throws(SwiftyH3Error) {
                  ^
/host/spi-builder-workspace/Sources/SwiftyH3/Miscellaneous/H3DirectedEdge+Length.swift:8:19: error: expected '{' to start getter definition
        get throws(SwiftyH3Error) {
                  ^
/host/spi-builder-workspace/Sources/SwiftyH3/Miscellaneous/H3DirectedEdge+Length.swift:23:19: error: expected '{' to start getter definition
        get throws(SwiftyH3Error) {
                  ^
/host/spi-builder-workspace/Sources/SwiftyH3/Inspection/H3Indexable+Inspection.swift:7:19: error: expected '{' to start getter definition
        get throws(SwiftyH3Error) {
                  ^
/host/spi-builder-workspace/Sources/SwiftyH3/Inspection/H3Indexable+LosslessStringConvertible.swift:6:19: error: expected '{' to start getter definition
        get throws(SwiftyH3Error) {
                  ^
/host/spi-builder-workspace/Sources/SwiftyH3/Hierarchy/H3Cell+ChildrenCollection.swift:25:18: error: initializer requires a body
        internal init(parent: H3Cell, resolution: H3Cell.Resolution) throws(SwiftyH3Error) {
                 ^
/host/spi-builder-workspace/Sources/SwiftyH3/Regions/H3Cell+H3Polygon.swift:7:19: error: expected '{' to start getter definition
        get throws(SwiftyH3Error) {
                  ^
/host/spi-builder-workspace/Sources/SwiftyH3/Hierarchy/H3Cell+ChildrenCollection.swift:56:17: error: expected '{' in body of function declaration
    public func index(of childCell: H3Cell) throws(SwiftyH3Error) -> Int64 {
                ^
/host/spi-builder-workspace/Sources/SwiftyH3/Hierarchy/H3Cell+ChildrenCollection.swift:71:10: error: expected '{' in body of function declaration
    func childrenSize(at childRes: Resolution) throws(SwiftyH3Error) -> Int64 {
         ^
/host/spi-builder-workspace/Sources/SwiftyH3/Hierarchy/H3Cell+ChildrenCollection.swift:83:10: error: expected '{' in body of function declaration
    func centerChild(at childRes: Resolution? = nil) throws(SwiftyH3Error) -> H3Cell {
         ^
/host/spi-builder-workspace/Sources/SwiftyH3/Hierarchy/H3Cell+ChildrenCollection.swift:102:10: error: expected '{' in body of function declaration
    func child(at childRes: Resolution? = nil, position childPos: Int64) throws(SwiftyH3Error) -> H3Cell {
         ^
/host/spi-builder-workspace/Sources/SwiftyH3/Hierarchy/H3Cell+ChildrenCollection.swift:37:77: error: binary operator '??' cannot be applied to operands of type '()?' and 'Int'
    public var endIndex: Int64 { (try? parent.childrenSize(at: resolution)) ?? 0 }
                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^  ~
/host/spi-builder-workspace/Sources/SwiftyH3/Hierarchy/H3Cell+ChildrenCollection.swift:37:77: error: no '??' candidates produce the expected contextual result type 'Int64'
    public var endIndex: Int64 { (try? parent.childrenSize(at: resolution)) ?? 0 }
                                                                            ^
Swift.??:1:13: note: '??' produces '()', not the expected contextual result type 'Int64'
public func ?? <T>(optional: T?, defaultValue: @autoclosure () throws -> T) rethrows -> T
            ^
Swift.??:1:13: note: '??' produces '()', not the expected contextual result type 'Int64'
public func ?? <T>(optional: T?, defaultValue: @autoclosure () throws -> T) rethrows -> T
            ^
Swift.??:1:13: note: '??' produces '()?', not the expected contextual result type 'Int64'
public func ?? <T>(optional: T?, defaultValue: @autoclosure () throws -> T?) rethrows -> T?
            ^
Swift.??:1:13: note: '??' produces '()?', not the expected contextual result type 'Int64'
public func ?? <T>(optional: T?, defaultValue: @autoclosure () throws -> T?) rethrows -> T?
            ^
/host/spi-builder-workspace/Sources/SwiftyH3/Hierarchy/H3Cell+ChildrenCollection.swift:42:21: error: cannot convert return expression of type '()' to return type 'H3Cell'
        try! parent.child(at: resolution, position: i)
        ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftyH3/Hierarchy/H3Cell+ChildrenCollection.swift:49:21: error: cannot convert return expression of type '()' to return type 'H3Cell'
        try! parent.centerChild(at: resolution)
        ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftyH3/Hierarchy/H3Cell+ChildrenCollection.swift:99:26: error: type of expression is ambiguous without a type annotation
        return try? self.centerChild()
               ~~~~~~~~~~^~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftyH3/Hierarchy/H3Cell+Compact.swift:30:18: error: expected '{' in body of function declaration
    private func uncompactedArraySize(at resolution: H3Cell.Resolution) throws(SwiftyH3Error) -> Int64 {
                 ^
/host/spi-builder-workspace/Sources/SwiftyH3/Hierarchy/H3Cell+Compact.swift:44:17: error: expected '{' in body of function declaration
    public func uncompacted(at resolution: H3Cell.Resolution) throws(SwiftyH3Error) -> [H3Cell] {
                ^
/host/spi-builder-workspace/Sources/SwiftyH3/Hierarchy/H3Cell+Hierarchy.swift:13:17: error: expected '{' in body of function declaration
    public func parent(at parentRes: Resolution? = nil) throws(SwiftyH3Error) -> H3Cell {
                ^
/host/spi-builder-workspace/Sources/SwiftyH3/Hierarchy/H3Cell+Hierarchy.swift:49:17: error: expected '{' in body of function declaration
    public func children(at childRes: Resolution? = nil) throws(SwiftyH3Error) -> H3Cell.ChildrenCollection {
                ^
/host/spi-builder-workspace/Sources/SwiftyH3/Hierarchy/H3Cell+Hierarchy.swift:35:26: error: type of expression is ambiguous without a type annotation
        return try? self.parent()
               ~~~~~~~~~~^~~~~~~~
/host/spi-builder-workspace/Sources/SwiftyH3/Hierarchy/H3Cell+Hierarchy.swift:65:26: error: type of expression is ambiguous without a type annotation
        return try? self.children()
               ~~~~~~~~~~^~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftyH3/Indexing/H3LatLng+Indexing.swift:8:10: error: expected '{' in body of function declaration
    func cell(at resolution: H3Cell.Resolution) throws(SwiftyH3Error) -> H3Cell {
         ^
[62/70] Compiling SwiftyH3 H3Cell+Hierarchy.swift
/host/spi-builder-workspace/Sources/SwiftyH3/Directed Edges/H3DirectedEdge+Traversal.swift:7:19: error: expected '{' to start getter definition
        get throws(SwiftyH3Error) {
                  ^
/host/spi-builder-workspace/Sources/SwiftyH3/Directed Edges/H3DirectedEdge+Traversal.swift:22:19: error: expected '{' to start getter definition
        get throws(SwiftyH3Error) {
                  ^
/host/spi-builder-workspace/Sources/SwiftyH3/Hierarchy/H3Cell+ChildrenCollection.swift:25:76: error: consecutive declarations on a line must be separated by ';'
        internal init(parent: H3Cell, resolution: H3Cell.Resolution) throws(SwiftyH3Error) {
                                                                           ^
                                                                           ;
/host/spi-builder-workspace/Sources/SwiftyH3/Hierarchy/H3Cell+ChildrenCollection.swift:25:76: error: expected declaration
        internal init(parent: H3Cell, resolution: H3Cell.Resolution) throws(SwiftyH3Error) {
                                                                           ^
/host/spi-builder-workspace/Sources/SwiftyH3/Hierarchy/H3Cell+ChildrenCollection.swift:18:19: note: in declaration of 'ChildrenCollection'
    public struct ChildrenCollection: Hashable, Sendable {
                  ^
/host/spi-builder-workspace/Sources/SwiftyH3/Hierarchy/H3Cell+ChildrenCollection.swift:56:51: error: consecutive declarations on a line must be separated by ';'
    public func index(of childCell: H3Cell) throws(SwiftyH3Error) -> Int64 {
                                                  ^
                                                  ;
/host/spi-builder-workspace/Sources/SwiftyH3/Hierarchy/H3Cell+ChildrenCollection.swift:56:51: error: expected declaration
    public func index(of childCell: H3Cell) throws(SwiftyH3Error) -> Int64 {
                                                  ^
/host/spi-builder-workspace/Sources/SwiftyH3/Hierarchy/H3Cell+ChildrenCollection.swift:46:1: note: in extension of 'H3Cell.ChildrenCollection'
extension H3Cell.ChildrenCollection {
^
/host/spi-builder-workspace/Sources/SwiftyH3/Hierarchy/H3Cell+ChildrenCollection.swift:71:54: error: consecutive declarations on a line must be separated by ';'
    func childrenSize(at childRes: Resolution) throws(SwiftyH3Error) -> Int64 {
                                                     ^
                                                     ;
/host/spi-builder-workspace/Sources/SwiftyH3/Hierarchy/H3Cell+ChildrenCollection.swift:71:54: error: expected declaration
    func childrenSize(at childRes: Resolution) throws(SwiftyH3Error) -> Int64 {
                                                     ^
/host/spi-builder-workspace/Sources/SwiftyH3/Hierarchy/H3Cell+ChildrenCollection.swift:70:10: note: in extension of 'H3Cell'
internal extension H3Cell {
         ^
/host/spi-builder-workspace/Sources/SwiftyH3/Hierarchy/H3Cell+ChildrenCollection.swift:83:60: error: consecutive declarations on a line must be separated by ';'
    func centerChild(at childRes: Resolution? = nil) throws(SwiftyH3Error) -> H3Cell {
                                                           ^
                                                           ;
/host/spi-builder-workspace/Sources/SwiftyH3/Hierarchy/H3Cell+ChildrenCollection.swift:83:60: error: expected declaration
    func centerChild(at childRes: Resolution? = nil) throws(SwiftyH3Error) -> H3Cell {
                                                           ^
/host/spi-builder-workspace/Sources/SwiftyH3/Hierarchy/H3Cell+ChildrenCollection.swift:70:10: note: in extension of 'H3Cell'
internal extension H3Cell {
         ^
/host/spi-builder-workspace/Sources/SwiftyH3/Hierarchy/H3Cell+ChildrenCollection.swift:102:80: error: consecutive declarations on a line must be separated by ';'
    func child(at childRes: Resolution? = nil, position childPos: Int64) throws(SwiftyH3Error) -> H3Cell {
                                                                               ^
                                                                               ;
/host/spi-builder-workspace/Sources/SwiftyH3/Hierarchy/H3Cell+ChildrenCollection.swift:102:80: error: expected declaration
    func child(at childRes: Resolution? = nil, position childPos: Int64) throws(SwiftyH3Error) -> H3Cell {
                                                                               ^
/host/spi-builder-workspace/Sources/SwiftyH3/Hierarchy/H3Cell+ChildrenCollection.swift:70:10: note: in extension of 'H3Cell'
internal extension H3Cell {
         ^
/host/spi-builder-workspace/Sources/SwiftyH3/Hierarchy/H3Cell+Compact.swift:10:19: error: expected '{' to start getter definition
        get throws(SwiftyH3Error) {
                  ^
/host/spi-builder-workspace/Sources/SwiftyH3/Hierarchy/H3Cell+Compact.swift:30:79: error: consecutive declarations on a line must be separated by ';'
    private func uncompactedArraySize(at resolution: H3Cell.Resolution) throws(SwiftyH3Error) -> Int64 {
                                                                              ^
                                                                              ;
/host/spi-builder-workspace/Sources/SwiftyH3/Hierarchy/H3Cell+Compact.swift:30:79: error: expected declaration
    private func uncompactedArraySize(at resolution: H3Cell.Resolution) throws(SwiftyH3Error) -> Int64 {
                                                                              ^
/host/spi-builder-workspace/Sources/SwiftyH3/Hierarchy/H3Cell+Compact.swift:29:1: note: in extension of 'Sequence<H3Cell>'
extension Sequence<H3Cell> {
^
/host/spi-builder-workspace/Sources/SwiftyH3/Hierarchy/H3Cell+Compact.swift:44:69: error: consecutive declarations on a line must be separated by ';'
    public func uncompacted(at resolution: H3Cell.Resolution) throws(SwiftyH3Error) -> [H3Cell] {
                                                                    ^
                                                                    ;
/host/spi-builder-workspace/Sources/SwiftyH3/Hierarchy/H3Cell+Compact.swift:44:69: error: expected declaration
    public func uncompacted(at resolution: H3Cell.Resolution) throws(SwiftyH3Error) -> [H3Cell] {
                                                                    ^
/host/spi-builder-workspace/Sources/SwiftyH3/Hierarchy/H3Cell+Compact.swift:29:1: note: in extension of 'Sequence<H3Cell>'
extension Sequence<H3Cell> {
^
/host/spi-builder-workspace/Sources/SwiftyH3/Hierarchy/H3Cell+Hierarchy.swift:13:63: error: consecutive declarations on a line must be separated by ';'
    public func parent(at parentRes: Resolution? = nil) throws(SwiftyH3Error) -> H3Cell {
                                                              ^
                                                              ;
/host/spi-builder-workspace/Sources/SwiftyH3/Hierarchy/H3Cell+Hierarchy.swift:13:63: error: expected declaration
    public func parent(at parentRes: Resolution? = nil) throws(SwiftyH3Error) -> H3Cell {
                                                              ^
/host/spi-builder-workspace/Sources/SwiftyH3/Hierarchy/H3Cell+Hierarchy.swift:4:1: note: in extension of 'H3Cell'
extension H3Cell {
^
/host/spi-builder-workspace/Sources/SwiftyH3/Hierarchy/H3Cell+Hierarchy.swift:49:64: error: consecutive declarations on a line must be separated by ';'
    public func children(at childRes: Resolution? = nil) throws(SwiftyH3Error) -> H3Cell.ChildrenCollection {
                                                               ^
                                                               ;
/host/spi-builder-workspace/Sources/SwiftyH3/Hierarchy/H3Cell+Hierarchy.swift:49:64: error: expected declaration
    public func children(at childRes: Resolution? = nil) throws(SwiftyH3Error) -> H3Cell.ChildrenCollection {
                                                               ^
/host/spi-builder-workspace/Sources/SwiftyH3/Hierarchy/H3Cell+Hierarchy.swift:39:1: note: in extension of 'H3Cell'
extension H3Cell {
^
/host/spi-builder-workspace/Sources/SwiftyH3/Indexing/H3Cell+Indexing.swift:7:19: error: expected '{' to start getter definition
        get throws(SwiftyH3Error) {
                  ^
/host/spi-builder-workspace/Sources/SwiftyH3/Indexing/H3Cell+Indexing.swift:21:19: error: expected '{' to start getter definition
        get throws(SwiftyH3Error) {
                  ^
/host/spi-builder-workspace/Sources/SwiftyH3/Indexing/H3LatLng+Indexing.swift:8:55: error: consecutive declarations on a line must be separated by ';'
    func cell(at resolution: H3Cell.Resolution) throws(SwiftyH3Error) -> H3Cell {
                                                      ^
                                                      ;
/host/spi-builder-workspace/Sources/SwiftyH3/Indexing/H3LatLng+Indexing.swift:8:55: error: expected declaration
    func cell(at resolution: H3Cell.Resolution) throws(SwiftyH3Error) -> H3Cell {
                                                      ^
/host/spi-builder-workspace/Sources/SwiftyH3/Indexing/H3LatLng+Indexing.swift:4:8: note: in extension of 'H3LatLng'
public extension H3LatLng {
       ^
/host/spi-builder-workspace/Sources/SwiftyH3/Directed Edges/H3Cell+Edges.swift:6:53: error: consecutive declarations on a line must be separated by ';'
    func directedEdge(to destination: H3Cell) throws(SwiftyH3Error) -> H3DirectedEdge {
                                                    ^
                                                    ;
/host/spi-builder-workspace/Sources/SwiftyH3/Directed Edges/H3Cell+Edges.swift:6:53: error: expected declaration
    func directedEdge(to destination: H3Cell) throws(SwiftyH3Error) -> H3DirectedEdge {
                                                    ^
/host/spi-builder-workspace/Sources/SwiftyH3/Directed Edges/H3Cell+Edges.swift:4:8: note: in extension of 'H3Cell'
public extension H3Cell {
       ^
/host/spi-builder-workspace/Sources/SwiftyH3/Directed Edges/H3Cell+Edges.swift:33:19: error: expected '{' to start getter definition
        get throws(SwiftyH3Error) {
                  ^
/host/spi-builder-workspace/Sources/SwiftyH3/Directed Edges/H3Cell+Neighbors.swift:7:51: error: consecutive declarations on a line must be separated by ';'
    func isNeighbor(of anotherCell: H3Cell) throws(SwiftyH3Error) -> Bool {
                                                  ^
                                                  ;
/host/spi-builder-workspace/Sources/SwiftyH3/Directed Edges/H3Cell+Neighbors.swift:7:51: error: expected declaration
    func isNeighbor(of anotherCell: H3Cell) throws(SwiftyH3Error) -> Bool {
                                                  ^
/host/spi-builder-workspace/Sources/SwiftyH3/Directed Edges/H3Cell+Neighbors.swift:4:8: note: in extension of 'H3Cell'
public extension H3Cell {
       ^
/host/spi-builder-workspace/Sources/SwiftyH3/Miscellaneous/H3Cell+Area.swift:8:19: error: expected '{' to start getter definition
        get throws(SwiftyH3Error) {
                  ^
/host/spi-builder-workspace/Sources/SwiftyH3/Miscellaneous/H3Cell+Area.swift:23:19: error: expected '{' to start getter definition
        get throws(SwiftyH3Error) {
                  ^
/host/spi-builder-workspace/Sources/SwiftyH3/Traversal/H3Cell+Traversal.swift:7:60: error: consecutive declarations on a line must be separated by ';'
    public func gridDistance(to destination: H3Cell) throws(SwiftyH3Error) -> Int64 {
                                                           ^
                                                           ;
/host/spi-builder-workspace/Sources/SwiftyH3/Traversal/H3Cell+Traversal.swift:7:60: error: expected declaration
    public func gridDistance(to destination: H3Cell) throws(SwiftyH3Error) -> Int64 {
                                                           ^
/host/spi-builder-workspace/Sources/SwiftyH3/Traversal/H3Cell+Traversal.swift:4:1: note: in extension of 'H3Cell'
extension H3Cell {
^
/host/spi-builder-workspace/Sources/SwiftyH3/Traversal/H3Cell+Traversal.swift:20:65: error: consecutive declarations on a line must be separated by ';'
    internal static func maxGridRingSize(distance: Int32) throws(SwiftyH3Error) -> Int64 {
                                                                ^
                                                                ;
/host/spi-builder-workspace/Sources/SwiftyH3/Traversal/H3Cell+Traversal.swift:20:65: error: expected declaration
    internal static func maxGridRingSize(distance: Int32) throws(SwiftyH3Error) -> Int64 {
                                                                ^
/host/spi-builder-workspace/Sources/SwiftyH3/Traversal/H3Cell+Traversal.swift:19:1: note: in extension of 'H3Cell'
extension H3Cell {
^
/host/spi-builder-workspace/Sources/SwiftyH3/Traversal/H3Cell+Traversal.swift:30:65: error: consecutive declarations on a line must be separated by ';'
    internal static func maxGridDiskSize(distance: Int32) throws(SwiftyH3Error) -> Int64 {
                                                                ^
                                                                ;
/host/spi-builder-workspace/Sources/SwiftyH3/Traversal/H3Cell+Traversal.swift:30:65: error: expected declaration
    internal static func maxGridDiskSize(distance: Int32) throws(SwiftyH3Error) -> Int64 {
                                                                ^
/host/spi-builder-workspace/Sources/SwiftyH3/Traversal/H3Cell+Traversal.swift:19:1: note: in extension of 'H3Cell'
extension H3Cell {
^
/host/spi-builder-workspace/Sources/SwiftyH3/Traversal/H3Cell+Traversal.swift:49:53: error: consecutive declarations on a line must be separated by ';'
    public func gridRing(distance: Int32 = 1) throws(SwiftyH3Error) -> [H3Cell] {
                                                    ^
                                                    ;
/host/spi-builder-workspace/Sources/SwiftyH3/Traversal/H3Cell+Traversal.swift:49:53: error: expected declaration
    public func gridRing(distance: Int32 = 1) throws(SwiftyH3Error) -> [H3Cell] {
                                                    ^
/host/spi-builder-workspace/Sources/SwiftyH3/Traversal/H3Cell+Traversal.swift:41:1: note: in extension of 'H3Cell'
extension H3Cell {
^
/host/spi-builder-workspace/Sources/SwiftyH3/Traversal/H3Cell+Traversal.swift:74:49: error: consecutive declarations on a line must be separated by ';'
    public func gridDisk(distance: Int32) throws(SwiftyH3Error) -> [H3Cell] {
                                                ^
                                                ;
/host/spi-builder-workspace/Sources/SwiftyH3/Traversal/H3Cell+Traversal.swift:74:49: error: expected declaration
    public func gridDisk(distance: Int32) throws(SwiftyH3Error) -> [H3Cell] {
                                                ^
/host/spi-builder-workspace/Sources/SwiftyH3/Traversal/H3Cell+Traversal.swift:41:1: note: in extension of 'H3Cell'
extension H3Cell {
^
/host/spi-builder-workspace/Sources/SwiftyH3/Traversal/H3Cell+Traversal.swift:91:67: error: consecutive declarations on a line must be separated by ';'
    internal func gridPathCellsSize(to destination: H3Cell) throws(SwiftyH3Error) -> Int64 {
                                                                  ^
                                                                  ;
/host/spi-builder-workspace/Sources/SwiftyH3/Traversal/H3Cell+Traversal.swift:91:67: error: expected declaration
    internal func gridPathCellsSize(to destination: H3Cell) throws(SwiftyH3Error) -> Int64 {
                                                                  ^
/host/spi-builder-workspace/Sources/SwiftyH3/Traversal/H3Cell+Traversal.swift:90:1: note: in extension of 'H3Cell'
extension H3Cell {
^
/host/spi-builder-workspace/Sources/SwiftyH3/Traversal/H3Cell+Traversal.swift:117:52: error: consecutive declarations on a line must be separated by ';'
    public func path(to destination: H3Cell) throws(SwiftyH3Error) -> [H3Cell] {
                                                   ^
                                                   ;
/host/spi-builder-workspace/Sources/SwiftyH3/Traversal/H3Cell+Traversal.swift:117:52: error: expected declaration
    public func path(to destination: H3Cell) throws(SwiftyH3Error) -> [H3Cell] {
                                                   ^
/host/spi-builder-workspace/Sources/SwiftyH3/Traversal/H3Cell+Traversal.swift:90:1: note: in extension of 'H3Cell'
extension H3Cell {
^
/host/spi-builder-workspace/Sources/SwiftyH3/Vertices/H3Cell+H3Vertex.swift:12:46: error: consecutive declarations on a line must be separated by ';'
    func vertex(_ vertexNumber: Int32) throws(SwiftyH3Error) -> H3Vertex {
                                             ^
                                             ;
/host/spi-builder-workspace/Sources/SwiftyH3/Vertices/H3Cell+H3Vertex.swift:12:46: error: expected declaration
    func vertex(_ vertexNumber: Int32) throws(SwiftyH3Error) -> H3Vertex {
                                             ^
/host/spi-builder-workspace/Sources/SwiftyH3/Vertices/H3Cell+H3Vertex.swift:4:8: note: in extension of 'H3Cell'
public extension H3Cell {
       ^
/host/spi-builder-workspace/Sources/SwiftyH3/Vertices/H3Cell+H3Vertex.swift:26:19: error: expected '{' to start getter definition
        get throws(SwiftyH3Error) {
                  ^
/host/spi-builder-workspace/Sources/SwiftyH3/Directed Edges/H3DirectedEdge+Indexing.swift:7:19: error: expected '{' to start getter definition
        get throws(SwiftyH3Error) {
                  ^
/host/spi-builder-workspace/Sources/SwiftyH3/Miscellaneous/H3DirectedEdge+Length.swift:8:19: error: expected '{' to start getter definition
        get throws(SwiftyH3Error) {
                  ^
/host/spi-builder-workspace/Sources/SwiftyH3/Miscellaneous/H3DirectedEdge+Length.swift:23:19: error: expected '{' to start getter definition
        get throws(SwiftyH3Error) {
                  ^
/host/spi-builder-workspace/Sources/SwiftyH3/Inspection/H3Indexable+Inspection.swift:7:19: error: expected '{' to start getter definition
        get throws(SwiftyH3Error) {
                  ^
/host/spi-builder-workspace/Sources/SwiftyH3/Inspection/H3Indexable+LosslessStringConvertible.swift:6:19: error: expected '{' to start getter definition
        get throws(SwiftyH3Error) {
                  ^
/host/spi-builder-workspace/Sources/SwiftyH3/Hierarchy/H3Cell+ChildrenCollection.swift:25:18: error: initializer requires a body
        internal init(parent: H3Cell, resolution: H3Cell.Resolution) throws(SwiftyH3Error) {
                 ^
/host/spi-builder-workspace/Sources/SwiftyH3/Regions/H3Cell+H3Polygon.swift:7:19: error: expected '{' to start getter definition
        get throws(SwiftyH3Error) {
                  ^
/host/spi-builder-workspace/Sources/SwiftyH3/Hierarchy/H3Cell+ChildrenCollection.swift:56:17: error: expected '{' in body of function declaration
    public func index(of childCell: H3Cell) throws(SwiftyH3Error) -> Int64 {
                ^
/host/spi-builder-workspace/Sources/SwiftyH3/Hierarchy/H3Cell+ChildrenCollection.swift:71:10: error: expected '{' in body of function declaration
    func childrenSize(at childRes: Resolution) throws(SwiftyH3Error) -> Int64 {
         ^
/host/spi-builder-workspace/Sources/SwiftyH3/Hierarchy/H3Cell+ChildrenCollection.swift:83:10: error: expected '{' in body of function declaration
    func centerChild(at childRes: Resolution? = nil) throws(SwiftyH3Error) -> H3Cell {
         ^
/host/spi-builder-workspace/Sources/SwiftyH3/Hierarchy/H3Cell+ChildrenCollection.swift:102:10: error: expected '{' in body of function declaration
    func child(at childRes: Resolution? = nil, position childPos: Int64) throws(SwiftyH3Error) -> H3Cell {
         ^
/host/spi-builder-workspace/Sources/SwiftyH3/Hierarchy/H3Cell+ChildrenCollection.swift:37:77: error: binary operator '??' cannot be applied to operands of type '()?' and 'Int'
    public var endIndex: Int64 { (try? parent.childrenSize(at: resolution)) ?? 0 }
                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^  ~
/host/spi-builder-workspace/Sources/SwiftyH3/Hierarchy/H3Cell+ChildrenCollection.swift:37:77: error: no '??' candidates produce the expected contextual result type 'Int64'
    public var endIndex: Int64 { (try? parent.childrenSize(at: resolution)) ?? 0 }
                                                                            ^
Swift.??:1:13: note: '??' produces '()', not the expected contextual result type 'Int64'
public func ?? <T>(optional: T?, defaultValue: @autoclosure () throws -> T) rethrows -> T
            ^
Swift.??:1:13: note: '??' produces '()', not the expected contextual result type 'Int64'
public func ?? <T>(optional: T?, defaultValue: @autoclosure () throws -> T) rethrows -> T
            ^
Swift.??:1:13: note: '??' produces '()?', not the expected contextual result type 'Int64'
public func ?? <T>(optional: T?, defaultValue: @autoclosure () throws -> T?) rethrows -> T?
            ^
Swift.??:1:13: note: '??' produces '()?', not the expected contextual result type 'Int64'
public func ?? <T>(optional: T?, defaultValue: @autoclosure () throws -> T?) rethrows -> T?
            ^
/host/spi-builder-workspace/Sources/SwiftyH3/Hierarchy/H3Cell+ChildrenCollection.swift:42:21: error: cannot convert return expression of type '()' to return type 'H3Cell'
        try! parent.child(at: resolution, position: i)
        ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftyH3/Hierarchy/H3Cell+ChildrenCollection.swift:49:21: error: cannot convert return expression of type '()' to return type 'H3Cell'
        try! parent.centerChild(at: resolution)
        ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftyH3/Hierarchy/H3Cell+ChildrenCollection.swift:99:26: error: type of expression is ambiguous without a type annotation
        return try? self.centerChild()
               ~~~~~~~~~~^~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftyH3/Hierarchy/H3Cell+Compact.swift:30:18: error: expected '{' in body of function declaration
    private func uncompactedArraySize(at resolution: H3Cell.Resolution) throws(SwiftyH3Error) -> Int64 {
                 ^
/host/spi-builder-workspace/Sources/SwiftyH3/Hierarchy/H3Cell+Compact.swift:44:17: error: expected '{' in body of function declaration
    public func uncompacted(at resolution: H3Cell.Resolution) throws(SwiftyH3Error) -> [H3Cell] {
                ^
/host/spi-builder-workspace/Sources/SwiftyH3/Hierarchy/H3Cell+Hierarchy.swift:13:17: error: expected '{' in body of function declaration
    public func parent(at parentRes: Resolution? = nil) throws(SwiftyH3Error) -> H3Cell {
                ^
/host/spi-builder-workspace/Sources/SwiftyH3/Hierarchy/H3Cell+Hierarchy.swift:49:17: error: expected '{' in body of function declaration
    public func children(at childRes: Resolution? = nil) throws(SwiftyH3Error) -> H3Cell.ChildrenCollection {
                ^
/host/spi-builder-workspace/Sources/SwiftyH3/Hierarchy/H3Cell+Hierarchy.swift:35:26: error: type of expression is ambiguous without a type annotation
        return try? self.parent()
               ~~~~~~~~~~^~~~~~~~
/host/spi-builder-workspace/Sources/SwiftyH3/Hierarchy/H3Cell+Hierarchy.swift:65:26: error: type of expression is ambiguous without a type annotation
        return try? self.children()
               ~~~~~~~~~~^~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftyH3/Indexing/H3LatLng+Indexing.swift:8:10: error: expected '{' in body of function declaration
    func cell(at resolution: H3Cell.Resolution) throws(SwiftyH3Error) -> H3Cell {
         ^
[63/70] Compiling SwiftyH3 H3Cell+Indexing.swift
/host/spi-builder-workspace/Sources/SwiftyH3/Directed Edges/H3DirectedEdge+Traversal.swift:7:19: error: expected '{' to start getter definition
        get throws(SwiftyH3Error) {
                  ^
/host/spi-builder-workspace/Sources/SwiftyH3/Directed Edges/H3DirectedEdge+Traversal.swift:22:19: error: expected '{' to start getter definition
        get throws(SwiftyH3Error) {
                  ^
/host/spi-builder-workspace/Sources/SwiftyH3/Hierarchy/H3Cell+ChildrenCollection.swift:25:76: error: consecutive declarations on a line must be separated by ';'
        internal init(parent: H3Cell, resolution: H3Cell.Resolution) throws(SwiftyH3Error) {
                                                                           ^
                                                                           ;
/host/spi-builder-workspace/Sources/SwiftyH3/Hierarchy/H3Cell+ChildrenCollection.swift:25:76: error: expected declaration
        internal init(parent: H3Cell, resolution: H3Cell.Resolution) throws(SwiftyH3Error) {
                                                                           ^
/host/spi-builder-workspace/Sources/SwiftyH3/Hierarchy/H3Cell+ChildrenCollection.swift:18:19: note: in declaration of 'ChildrenCollection'
    public struct ChildrenCollection: Hashable, Sendable {
                  ^
/host/spi-builder-workspace/Sources/SwiftyH3/Hierarchy/H3Cell+ChildrenCollection.swift:56:51: error: consecutive declarations on a line must be separated by ';'
    public func index(of childCell: H3Cell) throws(SwiftyH3Error) -> Int64 {
                                                  ^
                                                  ;
/host/spi-builder-workspace/Sources/SwiftyH3/Hierarchy/H3Cell+ChildrenCollection.swift:56:51: error: expected declaration
    public func index(of childCell: H3Cell) throws(SwiftyH3Error) -> Int64 {
                                                  ^
/host/spi-builder-workspace/Sources/SwiftyH3/Hierarchy/H3Cell+ChildrenCollection.swift:46:1: note: in extension of 'H3Cell.ChildrenCollection'
extension H3Cell.ChildrenCollection {
^
/host/spi-builder-workspace/Sources/SwiftyH3/Hierarchy/H3Cell+ChildrenCollection.swift:71:54: error: consecutive declarations on a line must be separated by ';'
    func childrenSize(at childRes: Resolution) throws(SwiftyH3Error) -> Int64 {
                                                     ^
                                                     ;
/host/spi-builder-workspace/Sources/SwiftyH3/Hierarchy/H3Cell+ChildrenCollection.swift:71:54: error: expected declaration
    func childrenSize(at childRes: Resolution) throws(SwiftyH3Error) -> Int64 {
                                                     ^
/host/spi-builder-workspace/Sources/SwiftyH3/Hierarchy/H3Cell+ChildrenCollection.swift:70:10: note: in extension of 'H3Cell'
internal extension H3Cell {
         ^
/host/spi-builder-workspace/Sources/SwiftyH3/Hierarchy/H3Cell+ChildrenCollection.swift:83:60: error: consecutive declarations on a line must be separated by ';'
    func centerChild(at childRes: Resolution? = nil) throws(SwiftyH3Error) -> H3Cell {
                                                           ^
                                                           ;
/host/spi-builder-workspace/Sources/SwiftyH3/Hierarchy/H3Cell+ChildrenCollection.swift:83:60: error: expected declaration
    func centerChild(at childRes: Resolution? = nil) throws(SwiftyH3Error) -> H3Cell {
                                                           ^
/host/spi-builder-workspace/Sources/SwiftyH3/Hierarchy/H3Cell+ChildrenCollection.swift:70:10: note: in extension of 'H3Cell'
internal extension H3Cell {
         ^
/host/spi-builder-workspace/Sources/SwiftyH3/Hierarchy/H3Cell+ChildrenCollection.swift:102:80: error: consecutive declarations on a line must be separated by ';'
    func child(at childRes: Resolution? = nil, position childPos: Int64) throws(SwiftyH3Error) -> H3Cell {
                                                                               ^
                                                                               ;
/host/spi-builder-workspace/Sources/SwiftyH3/Hierarchy/H3Cell+ChildrenCollection.swift:102:80: error: expected declaration
    func child(at childRes: Resolution? = nil, position childPos: Int64) throws(SwiftyH3Error) -> H3Cell {
                                                                               ^
/host/spi-builder-workspace/Sources/SwiftyH3/Hierarchy/H3Cell+ChildrenCollection.swift:70:10: note: in extension of 'H3Cell'
internal extension H3Cell {
         ^
/host/spi-builder-workspace/Sources/SwiftyH3/Hierarchy/H3Cell+Compact.swift:10:19: error: expected '{' to start getter definition
        get throws(SwiftyH3Error) {
                  ^
/host/spi-builder-workspace/Sources/SwiftyH3/Hierarchy/H3Cell+Compact.swift:30:79: error: consecutive declarations on a line must be separated by ';'
    private func uncompactedArraySize(at resolution: H3Cell.Resolution) throws(SwiftyH3Error) -> Int64 {
                                                                              ^
                                                                              ;
/host/spi-builder-workspace/Sources/SwiftyH3/Hierarchy/H3Cell+Compact.swift:30:79: error: expected declaration
    private func uncompactedArraySize(at resolution: H3Cell.Resolution) throws(SwiftyH3Error) -> Int64 {
                                                                              ^
/host/spi-builder-workspace/Sources/SwiftyH3/Hierarchy/H3Cell+Compact.swift:29:1: note: in extension of 'Sequence<H3Cell>'
extension Sequence<H3Cell> {
^
/host/spi-builder-workspace/Sources/SwiftyH3/Hierarchy/H3Cell+Compact.swift:44:69: error: consecutive declarations on a line must be separated by ';'
    public func uncompacted(at resolution: H3Cell.Resolution) throws(SwiftyH3Error) -> [H3Cell] {
                                                                    ^
                                                                    ;
/host/spi-builder-workspace/Sources/SwiftyH3/Hierarchy/H3Cell+Compact.swift:44:69: error: expected declaration
    public func uncompacted(at resolution: H3Cell.Resolution) throws(SwiftyH3Error) -> [H3Cell] {
                                                                    ^
/host/spi-builder-workspace/Sources/SwiftyH3/Hierarchy/H3Cell+Compact.swift:29:1: note: in extension of 'Sequence<H3Cell>'
extension Sequence<H3Cell> {
^
/host/spi-builder-workspace/Sources/SwiftyH3/Hierarchy/H3Cell+Hierarchy.swift:13:63: error: consecutive declarations on a line must be separated by ';'
    public func parent(at parentRes: Resolution? = nil) throws(SwiftyH3Error) -> H3Cell {
                                                              ^
                                                              ;
/host/spi-builder-workspace/Sources/SwiftyH3/Hierarchy/H3Cell+Hierarchy.swift:13:63: error: expected declaration
    public func parent(at parentRes: Resolution? = nil) throws(SwiftyH3Error) -> H3Cell {
                                                              ^
/host/spi-builder-workspace/Sources/SwiftyH3/Hierarchy/H3Cell+Hierarchy.swift:4:1: note: in extension of 'H3Cell'
extension H3Cell {
^
/host/spi-builder-workspace/Sources/SwiftyH3/Hierarchy/H3Cell+Hierarchy.swift:49:64: error: consecutive declarations on a line must be separated by ';'
    public func children(at childRes: Resolution? = nil) throws(SwiftyH3Error) -> H3Cell.ChildrenCollection {
                                                               ^
                                                               ;
/host/spi-builder-workspace/Sources/SwiftyH3/Hierarchy/H3Cell+Hierarchy.swift:49:64: error: expected declaration
    public func children(at childRes: Resolution? = nil) throws(SwiftyH3Error) -> H3Cell.ChildrenCollection {
                                                               ^
/host/spi-builder-workspace/Sources/SwiftyH3/Hierarchy/H3Cell+Hierarchy.swift:39:1: note: in extension of 'H3Cell'
extension H3Cell {
^
/host/spi-builder-workspace/Sources/SwiftyH3/Indexing/H3Cell+Indexing.swift:7:19: error: expected '{' to start getter definition
        get throws(SwiftyH3Error) {
                  ^
/host/spi-builder-workspace/Sources/SwiftyH3/Indexing/H3Cell+Indexing.swift:21:19: error: expected '{' to start getter definition
        get throws(SwiftyH3Error) {
                  ^
/host/spi-builder-workspace/Sources/SwiftyH3/Indexing/H3LatLng+Indexing.swift:8:55: error: consecutive declarations on a line must be separated by ';'
    func cell(at resolution: H3Cell.Resolution) throws(SwiftyH3Error) -> H3Cell {
                                                      ^
                                                      ;
/host/spi-builder-workspace/Sources/SwiftyH3/Indexing/H3LatLng+Indexing.swift:8:55: error: expected declaration
    func cell(at resolution: H3Cell.Resolution) throws(SwiftyH3Error) -> H3Cell {
                                                      ^
/host/spi-builder-workspace/Sources/SwiftyH3/Indexing/H3LatLng+Indexing.swift:4:8: note: in extension of 'H3LatLng'
public extension H3LatLng {
       ^
/host/spi-builder-workspace/Sources/SwiftyH3/Directed Edges/H3Cell+Edges.swift:6:53: error: consecutive declarations on a line must be separated by ';'
    func directedEdge(to destination: H3Cell) throws(SwiftyH3Error) -> H3DirectedEdge {
                                                    ^
                                                    ;
/host/spi-builder-workspace/Sources/SwiftyH3/Directed Edges/H3Cell+Edges.swift:6:53: error: expected declaration
    func directedEdge(to destination: H3Cell) throws(SwiftyH3Error) -> H3DirectedEdge {
                                                    ^
/host/spi-builder-workspace/Sources/SwiftyH3/Directed Edges/H3Cell+Edges.swift:4:8: note: in extension of 'H3Cell'
public extension H3Cell {
       ^
/host/spi-builder-workspace/Sources/SwiftyH3/Directed Edges/H3Cell+Edges.swift:33:19: error: expected '{' to start getter definition
        get throws(SwiftyH3Error) {
                  ^
/host/spi-builder-workspace/Sources/SwiftyH3/Directed Edges/H3Cell+Neighbors.swift:7:51: error: consecutive declarations on a line must be separated by ';'
    func isNeighbor(of anotherCell: H3Cell) throws(SwiftyH3Error) -> Bool {
                                                  ^
                                                  ;
/host/spi-builder-workspace/Sources/SwiftyH3/Directed Edges/H3Cell+Neighbors.swift:7:51: error: expected declaration
    func isNeighbor(of anotherCell: H3Cell) throws(SwiftyH3Error) -> Bool {
                                                  ^
/host/spi-builder-workspace/Sources/SwiftyH3/Directed Edges/H3Cell+Neighbors.swift:4:8: note: in extension of 'H3Cell'
public extension H3Cell {
       ^
/host/spi-builder-workspace/Sources/SwiftyH3/Miscellaneous/H3Cell+Area.swift:8:19: error: expected '{' to start getter definition
        get throws(SwiftyH3Error) {
                  ^
/host/spi-builder-workspace/Sources/SwiftyH3/Miscellaneous/H3Cell+Area.swift:23:19: error: expected '{' to start getter definition
        get throws(SwiftyH3Error) {
                  ^
/host/spi-builder-workspace/Sources/SwiftyH3/Traversal/H3Cell+Traversal.swift:7:60: error: consecutive declarations on a line must be separated by ';'
    public func gridDistance(to destination: H3Cell) throws(SwiftyH3Error) -> Int64 {
                                                           ^
                                                           ;
/host/spi-builder-workspace/Sources/SwiftyH3/Traversal/H3Cell+Traversal.swift:7:60: error: expected declaration
    public func gridDistance(to destination: H3Cell) throws(SwiftyH3Error) -> Int64 {
                                                           ^
/host/spi-builder-workspace/Sources/SwiftyH3/Traversal/H3Cell+Traversal.swift:4:1: note: in extension of 'H3Cell'
extension H3Cell {
^
/host/spi-builder-workspace/Sources/SwiftyH3/Traversal/H3Cell+Traversal.swift:20:65: error: consecutive declarations on a line must be separated by ';'
    internal static func maxGridRingSize(distance: Int32) throws(SwiftyH3Error) -> Int64 {
                                                                ^
                                                                ;
/host/spi-builder-workspace/Sources/SwiftyH3/Traversal/H3Cell+Traversal.swift:20:65: error: expected declaration
    internal static func maxGridRingSize(distance: Int32) throws(SwiftyH3Error) -> Int64 {
                                                                ^
/host/spi-builder-workspace/Sources/SwiftyH3/Traversal/H3Cell+Traversal.swift:19:1: note: in extension of 'H3Cell'
extension H3Cell {
^
/host/spi-builder-workspace/Sources/SwiftyH3/Traversal/H3Cell+Traversal.swift:30:65: error: consecutive declarations on a line must be separated by ';'
    internal static func maxGridDiskSize(distance: Int32) throws(SwiftyH3Error) -> Int64 {
                                                                ^
                                                                ;
/host/spi-builder-workspace/Sources/SwiftyH3/Traversal/H3Cell+Traversal.swift:30:65: error: expected declaration
    internal static func maxGridDiskSize(distance: Int32) throws(SwiftyH3Error) -> Int64 {
                                                                ^
/host/spi-builder-workspace/Sources/SwiftyH3/Traversal/H3Cell+Traversal.swift:19:1: note: in extension of 'H3Cell'
extension H3Cell {
^
/host/spi-builder-workspace/Sources/SwiftyH3/Traversal/H3Cell+Traversal.swift:49:53: error: consecutive declarations on a line must be separated by ';'
    public func gridRing(distance: Int32 = 1) throws(SwiftyH3Error) -> [H3Cell] {
                                                    ^
                                                    ;
/host/spi-builder-workspace/Sources/SwiftyH3/Traversal/H3Cell+Traversal.swift:49:53: error: expected declaration
    public func gridRing(distance: Int32 = 1) throws(SwiftyH3Error) -> [H3Cell] {
                                                    ^
/host/spi-builder-workspace/Sources/SwiftyH3/Traversal/H3Cell+Traversal.swift:41:1: note: in extension of 'H3Cell'
extension H3Cell {
^
/host/spi-builder-workspace/Sources/SwiftyH3/Traversal/H3Cell+Traversal.swift:74:49: error: consecutive declarations on a line must be separated by ';'
    public func gridDisk(distance: Int32) throws(SwiftyH3Error) -> [H3Cell] {
                                                ^
                                                ;
/host/spi-builder-workspace/Sources/SwiftyH3/Traversal/H3Cell+Traversal.swift:74:49: error: expected declaration
    public func gridDisk(distance: Int32) throws(SwiftyH3Error) -> [H3Cell] {
                                                ^
/host/spi-builder-workspace/Sources/SwiftyH3/Traversal/H3Cell+Traversal.swift:41:1: note: in extension of 'H3Cell'
extension H3Cell {
^
/host/spi-builder-workspace/Sources/SwiftyH3/Traversal/H3Cell+Traversal.swift:91:67: error: consecutive declarations on a line must be separated by ';'
    internal func gridPathCellsSize(to destination: H3Cell) throws(SwiftyH3Error) -> Int64 {
                                                                  ^
                                                                  ;
/host/spi-builder-workspace/Sources/SwiftyH3/Traversal/H3Cell+Traversal.swift:91:67: error: expected declaration
    internal func gridPathCellsSize(to destination: H3Cell) throws(SwiftyH3Error) -> Int64 {
                                                                  ^
/host/spi-builder-workspace/Sources/SwiftyH3/Traversal/H3Cell+Traversal.swift:90:1: note: in extension of 'H3Cell'
extension H3Cell {
^
/host/spi-builder-workspace/Sources/SwiftyH3/Traversal/H3Cell+Traversal.swift:117:52: error: consecutive declarations on a line must be separated by ';'
    public func path(to destination: H3Cell) throws(SwiftyH3Error) -> [H3Cell] {
                                                   ^
                                                   ;
/host/spi-builder-workspace/Sources/SwiftyH3/Traversal/H3Cell+Traversal.swift:117:52: error: expected declaration
    public func path(to destination: H3Cell) throws(SwiftyH3Error) -> [H3Cell] {
                                                   ^
/host/spi-builder-workspace/Sources/SwiftyH3/Traversal/H3Cell+Traversal.swift:90:1: note: in extension of 'H3Cell'
extension H3Cell {
^
/host/spi-builder-workspace/Sources/SwiftyH3/Vertices/H3Cell+H3Vertex.swift:12:46: error: consecutive declarations on a line must be separated by ';'
    func vertex(_ vertexNumber: Int32) throws(SwiftyH3Error) -> H3Vertex {
                                             ^
                                             ;
/host/spi-builder-workspace/Sources/SwiftyH3/Vertices/H3Cell+H3Vertex.swift:12:46: error: expected declaration
    func vertex(_ vertexNumber: Int32) throws(SwiftyH3Error) -> H3Vertex {
                                             ^
/host/spi-builder-workspace/Sources/SwiftyH3/Vertices/H3Cell+H3Vertex.swift:4:8: note: in extension of 'H3Cell'
public extension H3Cell {
       ^
/host/spi-builder-workspace/Sources/SwiftyH3/Vertices/H3Cell+H3Vertex.swift:26:19: error: expected '{' to start getter definition
        get throws(SwiftyH3Error) {
                  ^
/host/spi-builder-workspace/Sources/SwiftyH3/Directed Edges/H3DirectedEdge+Indexing.swift:7:19: error: expected '{' to start getter definition
        get throws(SwiftyH3Error) {
                  ^
/host/spi-builder-workspace/Sources/SwiftyH3/Miscellaneous/H3DirectedEdge+Length.swift:8:19: error: expected '{' to start getter definition
        get throws(SwiftyH3Error) {
                  ^
/host/spi-builder-workspace/Sources/SwiftyH3/Miscellaneous/H3DirectedEdge+Length.swift:23:19: error: expected '{' to start getter definition
        get throws(SwiftyH3Error) {
                  ^
/host/spi-builder-workspace/Sources/SwiftyH3/Inspection/H3Indexable+Inspection.swift:7:19: error: expected '{' to start getter definition
        get throws(SwiftyH3Error) {
                  ^
/host/spi-builder-workspace/Sources/SwiftyH3/Inspection/H3Indexable+LosslessStringConvertible.swift:6:19: error: expected '{' to start getter definition
        get throws(SwiftyH3Error) {
                  ^
/host/spi-builder-workspace/Sources/SwiftyH3/Hierarchy/H3Cell+ChildrenCollection.swift:25:18: error: initializer requires a body
        internal init(parent: H3Cell, resolution: H3Cell.Resolution) throws(SwiftyH3Error) {
                 ^
/host/spi-builder-workspace/Sources/SwiftyH3/Regions/H3Cell+H3Polygon.swift:7:19: error: expected '{' to start getter definition
        get throws(SwiftyH3Error) {
                  ^
/host/spi-builder-workspace/Sources/SwiftyH3/Hierarchy/H3Cell+ChildrenCollection.swift:56:17: error: expected '{' in body of function declaration
    public func index(of childCell: H3Cell) throws(SwiftyH3Error) -> Int64 {
                ^
/host/spi-builder-workspace/Sources/SwiftyH3/Hierarchy/H3Cell+ChildrenCollection.swift:71:10: error: expected '{' in body of function declaration
    func childrenSize(at childRes: Resolution) throws(SwiftyH3Error) -> Int64 {
         ^
/host/spi-builder-workspace/Sources/SwiftyH3/Hierarchy/H3Cell+ChildrenCollection.swift:83:10: error: expected '{' in body of function declaration
    func centerChild(at childRes: Resolution? = nil) throws(SwiftyH3Error) -> H3Cell {
         ^
/host/spi-builder-workspace/Sources/SwiftyH3/Hierarchy/H3Cell+ChildrenCollection.swift:102:10: error: expected '{' in body of function declaration
    func child(at childRes: Resolution? = nil, position childPos: Int64) throws(SwiftyH3Error) -> H3Cell {
         ^
/host/spi-builder-workspace/Sources/SwiftyH3/Hierarchy/H3Cell+ChildrenCollection.swift:37:77: error: binary operator '??' cannot be applied to operands of type '()?' and 'Int'
    public var endIndex: Int64 { (try? parent.childrenSize(at: resolution)) ?? 0 }
                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^  ~
/host/spi-builder-workspace/Sources/SwiftyH3/Hierarchy/H3Cell+ChildrenCollection.swift:37:77: error: no '??' candidates produce the expected contextual result type 'Int64'
    public var endIndex: Int64 { (try? parent.childrenSize(at: resolution)) ?? 0 }
                                                                            ^
Swift.??:1:13: note: '??' produces '()', not the expected contextual result type 'Int64'
public func ?? <T>(optional: T?, defaultValue: @autoclosure () throws -> T) rethrows -> T
            ^
Swift.??:1:13: note: '??' produces '()', not the expected contextual result type 'Int64'
public func ?? <T>(optional: T?, defaultValue: @autoclosure () throws -> T) rethrows -> T
            ^
Swift.??:1:13: note: '??' produces '()?', not the expected contextual result type 'Int64'
public func ?? <T>(optional: T?, defaultValue: @autoclosure () throws -> T?) rethrows -> T?
            ^
Swift.??:1:13: note: '??' produces '()?', not the expected contextual result type 'Int64'
public func ?? <T>(optional: T?, defaultValue: @autoclosure () throws -> T?) rethrows -> T?
            ^
/host/spi-builder-workspace/Sources/SwiftyH3/Hierarchy/H3Cell+ChildrenCollection.swift:42:21: error: cannot convert return expression of type '()' to return type 'H3Cell'
        try! parent.child(at: resolution, position: i)
        ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftyH3/Hierarchy/H3Cell+ChildrenCollection.swift:49:21: error: cannot convert return expression of type '()' to return type 'H3Cell'
        try! parent.centerChild(at: resolution)
        ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftyH3/Hierarchy/H3Cell+ChildrenCollection.swift:99:26: error: type of expression is ambiguous without a type annotation
        return try? self.centerChild()
               ~~~~~~~~~~^~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftyH3/Hierarchy/H3Cell+Compact.swift:30:18: error: expected '{' in body of function declaration
    private func uncompactedArraySize(at resolution: H3Cell.Resolution) throws(SwiftyH3Error) -> Int64 {
                 ^
/host/spi-builder-workspace/Sources/SwiftyH3/Hierarchy/H3Cell+Compact.swift:44:17: error: expected '{' in body of function declaration
    public func uncompacted(at resolution: H3Cell.Resolution) throws(SwiftyH3Error) -> [H3Cell] {
                ^
/host/spi-builder-workspace/Sources/SwiftyH3/Hierarchy/H3Cell+Hierarchy.swift:13:17: error: expected '{' in body of function declaration
    public func parent(at parentRes: Resolution? = nil) throws(SwiftyH3Error) -> H3Cell {
                ^
/host/spi-builder-workspace/Sources/SwiftyH3/Hierarchy/H3Cell+Hierarchy.swift:49:17: error: expected '{' in body of function declaration
    public func children(at childRes: Resolution? = nil) throws(SwiftyH3Error) -> H3Cell.ChildrenCollection {
                ^
/host/spi-builder-workspace/Sources/SwiftyH3/Hierarchy/H3Cell+Hierarchy.swift:35:26: error: type of expression is ambiguous without a type annotation
        return try? self.parent()
               ~~~~~~~~~~^~~~~~~~
/host/spi-builder-workspace/Sources/SwiftyH3/Hierarchy/H3Cell+Hierarchy.swift:65:26: error: type of expression is ambiguous without a type annotation
        return try? self.children()
               ~~~~~~~~~~^~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftyH3/Indexing/H3LatLng+Indexing.swift:8:10: error: expected '{' in body of function declaration
    func cell(at resolution: H3Cell.Resolution) throws(SwiftyH3Error) -> H3Cell {
         ^
[64/70] Compiling SwiftyH3 H3LatLng+Indexing.swift
/host/spi-builder-workspace/Sources/SwiftyH3/Directed Edges/H3DirectedEdge+Traversal.swift:7:19: error: expected '{' to start getter definition
        get throws(SwiftyH3Error) {
                  ^
/host/spi-builder-workspace/Sources/SwiftyH3/Directed Edges/H3DirectedEdge+Traversal.swift:22:19: error: expected '{' to start getter definition
        get throws(SwiftyH3Error) {
                  ^
/host/spi-builder-workspace/Sources/SwiftyH3/Hierarchy/H3Cell+ChildrenCollection.swift:25:76: error: consecutive declarations on a line must be separated by ';'
        internal init(parent: H3Cell, resolution: H3Cell.Resolution) throws(SwiftyH3Error) {
                                                                           ^
                                                                           ;
/host/spi-builder-workspace/Sources/SwiftyH3/Hierarchy/H3Cell+ChildrenCollection.swift:25:76: error: expected declaration
        internal init(parent: H3Cell, resolution: H3Cell.Resolution) throws(SwiftyH3Error) {
                                                                           ^
/host/spi-builder-workspace/Sources/SwiftyH3/Hierarchy/H3Cell+ChildrenCollection.swift:18:19: note: in declaration of 'ChildrenCollection'
    public struct ChildrenCollection: Hashable, Sendable {
                  ^
/host/spi-builder-workspace/Sources/SwiftyH3/Hierarchy/H3Cell+ChildrenCollection.swift:56:51: error: consecutive declarations on a line must be separated by ';'
    public func index(of childCell: H3Cell) throws(SwiftyH3Error) -> Int64 {
                                                  ^
                                                  ;
/host/spi-builder-workspace/Sources/SwiftyH3/Hierarchy/H3Cell+ChildrenCollection.swift:56:51: error: expected declaration
    public func index(of childCell: H3Cell) throws(SwiftyH3Error) -> Int64 {
                                                  ^
/host/spi-builder-workspace/Sources/SwiftyH3/Hierarchy/H3Cell+ChildrenCollection.swift:46:1: note: in extension of 'H3Cell.ChildrenCollection'
extension H3Cell.ChildrenCollection {
^
/host/spi-builder-workspace/Sources/SwiftyH3/Hierarchy/H3Cell+ChildrenCollection.swift:71:54: error: consecutive declarations on a line must be separated by ';'
    func childrenSize(at childRes: Resolution) throws(SwiftyH3Error) -> Int64 {
                                                     ^
                                                     ;
/host/spi-builder-workspace/Sources/SwiftyH3/Hierarchy/H3Cell+ChildrenCollection.swift:71:54: error: expected declaration
    func childrenSize(at childRes: Resolution) throws(SwiftyH3Error) -> Int64 {
                                                     ^
/host/spi-builder-workspace/Sources/SwiftyH3/Hierarchy/H3Cell+ChildrenCollection.swift:70:10: note: in extension of 'H3Cell'
internal extension H3Cell {
         ^
/host/spi-builder-workspace/Sources/SwiftyH3/Hierarchy/H3Cell+ChildrenCollection.swift:83:60: error: consecutive declarations on a line must be separated by ';'
    func centerChild(at childRes: Resolution? = nil) throws(SwiftyH3Error) -> H3Cell {
                                                           ^
                                                           ;
/host/spi-builder-workspace/Sources/SwiftyH3/Hierarchy/H3Cell+ChildrenCollection.swift:83:60: error: expected declaration
    func centerChild(at childRes: Resolution? = nil) throws(SwiftyH3Error) -> H3Cell {
                                                           ^
/host/spi-builder-workspace/Sources/SwiftyH3/Hierarchy/H3Cell+ChildrenCollection.swift:70:10: note: in extension of 'H3Cell'
internal extension H3Cell {
         ^
/host/spi-builder-workspace/Sources/SwiftyH3/Hierarchy/H3Cell+ChildrenCollection.swift:102:80: error: consecutive declarations on a line must be separated by ';'
    func child(at childRes: Resolution? = nil, position childPos: Int64) throws(SwiftyH3Error) -> H3Cell {
                                                                               ^
                                                                               ;
/host/spi-builder-workspace/Sources/SwiftyH3/Hierarchy/H3Cell+ChildrenCollection.swift:102:80: error: expected declaration
    func child(at childRes: Resolution? = nil, position childPos: Int64) throws(SwiftyH3Error) -> H3Cell {
                                                                               ^
/host/spi-builder-workspace/Sources/SwiftyH3/Hierarchy/H3Cell+ChildrenCollection.swift:70:10: note: in extension of 'H3Cell'
internal extension H3Cell {
         ^
/host/spi-builder-workspace/Sources/SwiftyH3/Hierarchy/H3Cell+Compact.swift:10:19: error: expected '{' to start getter definition
        get throws(SwiftyH3Error) {
                  ^
/host/spi-builder-workspace/Sources/SwiftyH3/Hierarchy/H3Cell+Compact.swift:30:79: error: consecutive declarations on a line must be separated by ';'
    private func uncompactedArraySize(at resolution: H3Cell.Resolution) throws(SwiftyH3Error) -> Int64 {
                                                                              ^
                                                                              ;
/host/spi-builder-workspace/Sources/SwiftyH3/Hierarchy/H3Cell+Compact.swift:30:79: error: expected declaration
    private func uncompactedArraySize(at resolution: H3Cell.Resolution) throws(SwiftyH3Error) -> Int64 {
                                                                              ^
/host/spi-builder-workspace/Sources/SwiftyH3/Hierarchy/H3Cell+Compact.swift:29:1: note: in extension of 'Sequence<H3Cell>'
extension Sequence<H3Cell> {
^
/host/spi-builder-workspace/Sources/SwiftyH3/Hierarchy/H3Cell+Compact.swift:44:69: error: consecutive declarations on a line must be separated by ';'
    public func uncompacted(at resolution: H3Cell.Resolution) throws(SwiftyH3Error) -> [H3Cell] {
                                                                    ^
                                                                    ;
/host/spi-builder-workspace/Sources/SwiftyH3/Hierarchy/H3Cell+Compact.swift:44:69: error: expected declaration
    public func uncompacted(at resolution: H3Cell.Resolution) throws(SwiftyH3Error) -> [H3Cell] {
                                                                    ^
/host/spi-builder-workspace/Sources/SwiftyH3/Hierarchy/H3Cell+Compact.swift:29:1: note: in extension of 'Sequence<H3Cell>'
extension Sequence<H3Cell> {
^
/host/spi-builder-workspace/Sources/SwiftyH3/Hierarchy/H3Cell+Hierarchy.swift:13:63: error: consecutive declarations on a line must be separated by ';'
    public func parent(at parentRes: Resolution? = nil) throws(SwiftyH3Error) -> H3Cell {
                                                              ^
                                                              ;
/host/spi-builder-workspace/Sources/SwiftyH3/Hierarchy/H3Cell+Hierarchy.swift:13:63: error: expected declaration
    public func parent(at parentRes: Resolution? = nil) throws(SwiftyH3Error) -> H3Cell {
                                                              ^
/host/spi-builder-workspace/Sources/SwiftyH3/Hierarchy/H3Cell+Hierarchy.swift:4:1: note: in extension of 'H3Cell'
extension H3Cell {
^
/host/spi-builder-workspace/Sources/SwiftyH3/Hierarchy/H3Cell+Hierarchy.swift:49:64: error: consecutive declarations on a line must be separated by ';'
    public func children(at childRes: Resolution? = nil) throws(SwiftyH3Error) -> H3Cell.ChildrenCollection {
                                                               ^
                                                               ;
/host/spi-builder-workspace/Sources/SwiftyH3/Hierarchy/H3Cell+Hierarchy.swift:49:64: error: expected declaration
    public func children(at childRes: Resolution? = nil) throws(SwiftyH3Error) -> H3Cell.ChildrenCollection {
                                                               ^
/host/spi-builder-workspace/Sources/SwiftyH3/Hierarchy/H3Cell+Hierarchy.swift:39:1: note: in extension of 'H3Cell'
extension H3Cell {
^
/host/spi-builder-workspace/Sources/SwiftyH3/Indexing/H3Cell+Indexing.swift:7:19: error: expected '{' to start getter definition
        get throws(SwiftyH3Error) {
                  ^
/host/spi-builder-workspace/Sources/SwiftyH3/Indexing/H3Cell+Indexing.swift:21:19: error: expected '{' to start getter definition
        get throws(SwiftyH3Error) {
                  ^
/host/spi-builder-workspace/Sources/SwiftyH3/Indexing/H3LatLng+Indexing.swift:8:55: error: consecutive declarations on a line must be separated by ';'
    func cell(at resolution: H3Cell.Resolution) throws(SwiftyH3Error) -> H3Cell {
                                                      ^
                                                      ;
/host/spi-builder-workspace/Sources/SwiftyH3/Indexing/H3LatLng+Indexing.swift:8:55: error: expected declaration
    func cell(at resolution: H3Cell.Resolution) throws(SwiftyH3Error) -> H3Cell {
                                                      ^
/host/spi-builder-workspace/Sources/SwiftyH3/Indexing/H3LatLng+Indexing.swift:4:8: note: in extension of 'H3LatLng'
public extension H3LatLng {
       ^
/host/spi-builder-workspace/Sources/SwiftyH3/Directed Edges/H3Cell+Edges.swift:6:53: error: consecutive declarations on a line must be separated by ';'
    func directedEdge(to destination: H3Cell) throws(SwiftyH3Error) -> H3DirectedEdge {
                                                    ^
                                                    ;
/host/spi-builder-workspace/Sources/SwiftyH3/Directed Edges/H3Cell+Edges.swift:6:53: error: expected declaration
    func directedEdge(to destination: H3Cell) throws(SwiftyH3Error) -> H3DirectedEdge {
                                                    ^
/host/spi-builder-workspace/Sources/SwiftyH3/Directed Edges/H3Cell+Edges.swift:4:8: note: in extension of 'H3Cell'
public extension H3Cell {
       ^
/host/spi-builder-workspace/Sources/SwiftyH3/Directed Edges/H3Cell+Edges.swift:33:19: error: expected '{' to start getter definition
        get throws(SwiftyH3Error) {
                  ^
/host/spi-builder-workspace/Sources/SwiftyH3/Directed Edges/H3Cell+Neighbors.swift:7:51: error: consecutive declarations on a line must be separated by ';'
    func isNeighbor(of anotherCell: H3Cell) throws(SwiftyH3Error) -> Bool {
                                                  ^
                                                  ;
/host/spi-builder-workspace/Sources/SwiftyH3/Directed Edges/H3Cell+Neighbors.swift:7:51: error: expected declaration
    func isNeighbor(of anotherCell: H3Cell) throws(SwiftyH3Error) -> Bool {
                                                  ^
/host/spi-builder-workspace/Sources/SwiftyH3/Directed Edges/H3Cell+Neighbors.swift:4:8: note: in extension of 'H3Cell'
public extension H3Cell {
       ^
/host/spi-builder-workspace/Sources/SwiftyH3/Miscellaneous/H3Cell+Area.swift:8:19: error: expected '{' to start getter definition
        get throws(SwiftyH3Error) {
                  ^
/host/spi-builder-workspace/Sources/SwiftyH3/Miscellaneous/H3Cell+Area.swift:23:19: error: expected '{' to start getter definition
        get throws(SwiftyH3Error) {
                  ^
/host/spi-builder-workspace/Sources/SwiftyH3/Traversal/H3Cell+Traversal.swift:7:60: error: consecutive declarations on a line must be separated by ';'
    public func gridDistance(to destination: H3Cell) throws(SwiftyH3Error) -> Int64 {
                                                           ^
                                                           ;
/host/spi-builder-workspace/Sources/SwiftyH3/Traversal/H3Cell+Traversal.swift:7:60: error: expected declaration
    public func gridDistance(to destination: H3Cell) throws(SwiftyH3Error) -> Int64 {
                                                           ^
/host/spi-builder-workspace/Sources/SwiftyH3/Traversal/H3Cell+Traversal.swift:4:1: note: in extension of 'H3Cell'
extension H3Cell {
^
/host/spi-builder-workspace/Sources/SwiftyH3/Traversal/H3Cell+Traversal.swift:20:65: error: consecutive declarations on a line must be separated by ';'
    internal static func maxGridRingSize(distance: Int32) throws(SwiftyH3Error) -> Int64 {
                                                                ^
                                                                ;
/host/spi-builder-workspace/Sources/SwiftyH3/Traversal/H3Cell+Traversal.swift:20:65: error: expected declaration
    internal static func maxGridRingSize(distance: Int32) throws(SwiftyH3Error) -> Int64 {
                                                                ^
/host/spi-builder-workspace/Sources/SwiftyH3/Traversal/H3Cell+Traversal.swift:19:1: note: in extension of 'H3Cell'
extension H3Cell {
^
/host/spi-builder-workspace/Sources/SwiftyH3/Traversal/H3Cell+Traversal.swift:30:65: error: consecutive declarations on a line must be separated by ';'
    internal static func maxGridDiskSize(distance: Int32) throws(SwiftyH3Error) -> Int64 {
                                                                ^
                                                                ;
/host/spi-builder-workspace/Sources/SwiftyH3/Traversal/H3Cell+Traversal.swift:30:65: error: expected declaration
    internal static func maxGridDiskSize(distance: Int32) throws(SwiftyH3Error) -> Int64 {
                                                                ^
/host/spi-builder-workspace/Sources/SwiftyH3/Traversal/H3Cell+Traversal.swift:19:1: note: in extension of 'H3Cell'
extension H3Cell {
^
/host/spi-builder-workspace/Sources/SwiftyH3/Traversal/H3Cell+Traversal.swift:49:53: error: consecutive declarations on a line must be separated by ';'
    public func gridRing(distance: Int32 = 1) throws(SwiftyH3Error) -> [H3Cell] {
                                                    ^
                                                    ;
/host/spi-builder-workspace/Sources/SwiftyH3/Traversal/H3Cell+Traversal.swift:49:53: error: expected declaration
    public func gridRing(distance: Int32 = 1) throws(SwiftyH3Error) -> [H3Cell] {
                                                    ^
/host/spi-builder-workspace/Sources/SwiftyH3/Traversal/H3Cell+Traversal.swift:41:1: note: in extension of 'H3Cell'
extension H3Cell {
^
/host/spi-builder-workspace/Sources/SwiftyH3/Traversal/H3Cell+Traversal.swift:74:49: error: consecutive declarations on a line must be separated by ';'
    public func gridDisk(distance: Int32) throws(SwiftyH3Error) -> [H3Cell] {
                                                ^
                                                ;
/host/spi-builder-workspace/Sources/SwiftyH3/Traversal/H3Cell+Traversal.swift:74:49: error: expected declaration
    public func gridDisk(distance: Int32) throws(SwiftyH3Error) -> [H3Cell] {
                                                ^
/host/spi-builder-workspace/Sources/SwiftyH3/Traversal/H3Cell+Traversal.swift:41:1: note: in extension of 'H3Cell'
extension H3Cell {
^
/host/spi-builder-workspace/Sources/SwiftyH3/Traversal/H3Cell+Traversal.swift:91:67: error: consecutive declarations on a line must be separated by ';'
    internal func gridPathCellsSize(to destination: H3Cell) throws(SwiftyH3Error) -> Int64 {
                                                                  ^
                                                                  ;
/host/spi-builder-workspace/Sources/SwiftyH3/Traversal/H3Cell+Traversal.swift:91:67: error: expected declaration
    internal func gridPathCellsSize(to destination: H3Cell) throws(SwiftyH3Error) -> Int64 {
                                                                  ^
/host/spi-builder-workspace/Sources/SwiftyH3/Traversal/H3Cell+Traversal.swift:90:1: note: in extension of 'H3Cell'
extension H3Cell {
^
/host/spi-builder-workspace/Sources/SwiftyH3/Traversal/H3Cell+Traversal.swift:117:52: error: consecutive declarations on a line must be separated by ';'
    public func path(to destination: H3Cell) throws(SwiftyH3Error) -> [H3Cell] {
                                                   ^
                                                   ;
/host/spi-builder-workspace/Sources/SwiftyH3/Traversal/H3Cell+Traversal.swift:117:52: error: expected declaration
    public func path(to destination: H3Cell) throws(SwiftyH3Error) -> [H3Cell] {
                                                   ^
/host/spi-builder-workspace/Sources/SwiftyH3/Traversal/H3Cell+Traversal.swift:90:1: note: in extension of 'H3Cell'
extension H3Cell {
^
/host/spi-builder-workspace/Sources/SwiftyH3/Vertices/H3Cell+H3Vertex.swift:12:46: error: consecutive declarations on a line must be separated by ';'
    func vertex(_ vertexNumber: Int32) throws(SwiftyH3Error) -> H3Vertex {
                                             ^
                                             ;
/host/spi-builder-workspace/Sources/SwiftyH3/Vertices/H3Cell+H3Vertex.swift:12:46: error: expected declaration
    func vertex(_ vertexNumber: Int32) throws(SwiftyH3Error) -> H3Vertex {
                                             ^
/host/spi-builder-workspace/Sources/SwiftyH3/Vertices/H3Cell+H3Vertex.swift:4:8: note: in extension of 'H3Cell'
public extension H3Cell {
       ^
/host/spi-builder-workspace/Sources/SwiftyH3/Vertices/H3Cell+H3Vertex.swift:26:19: error: expected '{' to start getter definition
        get throws(SwiftyH3Error) {
                  ^
/host/spi-builder-workspace/Sources/SwiftyH3/Directed Edges/H3DirectedEdge+Indexing.swift:7:19: error: expected '{' to start getter definition
        get throws(SwiftyH3Error) {
                  ^
/host/spi-builder-workspace/Sources/SwiftyH3/Miscellaneous/H3DirectedEdge+Length.swift:8:19: error: expected '{' to start getter definition
        get throws(SwiftyH3Error) {
                  ^
/host/spi-builder-workspace/Sources/SwiftyH3/Miscellaneous/H3DirectedEdge+Length.swift:23:19: error: expected '{' to start getter definition
        get throws(SwiftyH3Error) {
                  ^
/host/spi-builder-workspace/Sources/SwiftyH3/Inspection/H3Indexable+Inspection.swift:7:19: error: expected '{' to start getter definition
        get throws(SwiftyH3Error) {
                  ^
/host/spi-builder-workspace/Sources/SwiftyH3/Inspection/H3Indexable+LosslessStringConvertible.swift:6:19: error: expected '{' to start getter definition
        get throws(SwiftyH3Error) {
                  ^
/host/spi-builder-workspace/Sources/SwiftyH3/Hierarchy/H3Cell+ChildrenCollection.swift:25:18: error: initializer requires a body
        internal init(parent: H3Cell, resolution: H3Cell.Resolution) throws(SwiftyH3Error) {
                 ^
/host/spi-builder-workspace/Sources/SwiftyH3/Regions/H3Cell+H3Polygon.swift:7:19: error: expected '{' to start getter definition
        get throws(SwiftyH3Error) {
                  ^
/host/spi-builder-workspace/Sources/SwiftyH3/Hierarchy/H3Cell+ChildrenCollection.swift:56:17: error: expected '{' in body of function declaration
    public func index(of childCell: H3Cell) throws(SwiftyH3Error) -> Int64 {
                ^
/host/spi-builder-workspace/Sources/SwiftyH3/Hierarchy/H3Cell+ChildrenCollection.swift:71:10: error: expected '{' in body of function declaration
    func childrenSize(at childRes: Resolution) throws(SwiftyH3Error) -> Int64 {
         ^
/host/spi-builder-workspace/Sources/SwiftyH3/Hierarchy/H3Cell+ChildrenCollection.swift:83:10: error: expected '{' in body of function declaration
    func centerChild(at childRes: Resolution? = nil) throws(SwiftyH3Error) -> H3Cell {
         ^
/host/spi-builder-workspace/Sources/SwiftyH3/Hierarchy/H3Cell+ChildrenCollection.swift:102:10: error: expected '{' in body of function declaration
    func child(at childRes: Resolution? = nil, position childPos: Int64) throws(SwiftyH3Error) -> H3Cell {
         ^
/host/spi-builder-workspace/Sources/SwiftyH3/Hierarchy/H3Cell+ChildrenCollection.swift:37:77: error: binary operator '??' cannot be applied to operands of type '()?' and 'Int'
    public var endIndex: Int64 { (try? parent.childrenSize(at: resolution)) ?? 0 }
                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^  ~
/host/spi-builder-workspace/Sources/SwiftyH3/Hierarchy/H3Cell+ChildrenCollection.swift:37:77: error: no '??' candidates produce the expected contextual result type 'Int64'
    public var endIndex: Int64 { (try? parent.childrenSize(at: resolution)) ?? 0 }
                                                                            ^
Swift.??:1:13: note: '??' produces '()', not the expected contextual result type 'Int64'
public func ?? <T>(optional: T?, defaultValue: @autoclosure () throws -> T) rethrows -> T
            ^
Swift.??:1:13: note: '??' produces '()', not the expected contextual result type 'Int64'
public func ?? <T>(optional: T?, defaultValue: @autoclosure () throws -> T) rethrows -> T
            ^
Swift.??:1:13: note: '??' produces '()?', not the expected contextual result type 'Int64'
public func ?? <T>(optional: T?, defaultValue: @autoclosure () throws -> T?) rethrows -> T?
            ^
Swift.??:1:13: note: '??' produces '()?', not the expected contextual result type 'Int64'
public func ?? <T>(optional: T?, defaultValue: @autoclosure () throws -> T?) rethrows -> T?
            ^
/host/spi-builder-workspace/Sources/SwiftyH3/Hierarchy/H3Cell+ChildrenCollection.swift:42:21: error: cannot convert return expression of type '()' to return type 'H3Cell'
        try! parent.child(at: resolution, position: i)
        ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftyH3/Hierarchy/H3Cell+ChildrenCollection.swift:49:21: error: cannot convert return expression of type '()' to return type 'H3Cell'
        try! parent.centerChild(at: resolution)
        ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftyH3/Hierarchy/H3Cell+ChildrenCollection.swift:99:26: error: type of expression is ambiguous without a type annotation
        return try? self.centerChild()
               ~~~~~~~~~~^~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftyH3/Hierarchy/H3Cell+Compact.swift:30:18: error: expected '{' in body of function declaration
    private func uncompactedArraySize(at resolution: H3Cell.Resolution) throws(SwiftyH3Error) -> Int64 {
                 ^
/host/spi-builder-workspace/Sources/SwiftyH3/Hierarchy/H3Cell+Compact.swift:44:17: error: expected '{' in body of function declaration
    public func uncompacted(at resolution: H3Cell.Resolution) throws(SwiftyH3Error) -> [H3Cell] {
                ^
/host/spi-builder-workspace/Sources/SwiftyH3/Hierarchy/H3Cell+Hierarchy.swift:13:17: error: expected '{' in body of function declaration
    public func parent(at parentRes: Resolution? = nil) throws(SwiftyH3Error) -> H3Cell {
                ^
/host/spi-builder-workspace/Sources/SwiftyH3/Hierarchy/H3Cell+Hierarchy.swift:49:17: error: expected '{' in body of function declaration
    public func children(at childRes: Resolution? = nil) throws(SwiftyH3Error) -> H3Cell.ChildrenCollection {
                ^
/host/spi-builder-workspace/Sources/SwiftyH3/Hierarchy/H3Cell+Hierarchy.swift:35:26: error: type of expression is ambiguous without a type annotation
        return try? self.parent()
               ~~~~~~~~~~^~~~~~~~
/host/spi-builder-workspace/Sources/SwiftyH3/Hierarchy/H3Cell+Hierarchy.swift:65:26: error: type of expression is ambiguous without a type annotation
        return try? self.children()
               ~~~~~~~~~~^~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftyH3/Indexing/H3LatLng+Indexing.swift:8:10: error: expected '{' in body of function declaration
    func cell(at resolution: H3Cell.Resolution) throws(SwiftyH3Error) -> H3Cell {
         ^
[65/70] Compiling SwiftyH3 H3Cell+Inspection.swift
/host/spi-builder-workspace/Sources/SwiftyH3/Inspection/H3Indexable+Inspection.swift:7:19: error: expected '{' to start getter definition
        get throws(SwiftyH3Error) {
                  ^
/host/spi-builder-workspace/Sources/SwiftyH3/Inspection/H3Indexable+LosslessStringConvertible.swift:6:19: error: expected '{' to start getter definition
        get throws(SwiftyH3Error) {
                  ^
/host/spi-builder-workspace/Sources/SwiftyH3/Inspection/H3Indexable+LosslessStringConvertible.swift:21:19: error: expected '{' to start getter definition
        get throws(SwiftyH3Error) {
                  ^
/host/spi-builder-workspace/Sources/SwiftyH3/Miscellaneous/H3Cell+Area.swift:8:19: error: expected '{' to start getter definition
        get throws(SwiftyH3Error) {
                  ^
/host/spi-builder-workspace/Sources/SwiftyH3/Miscellaneous/H3Cell+Area.swift:23:19: error: expected '{' to start getter definition
        get throws(SwiftyH3Error) {
                  ^
/host/spi-builder-workspace/Sources/SwiftyH3/Miscellaneous/H3Cell+Res0Cells.swift:8:16: error: expected '{' after 'do'
            do throws(SwiftyH3Error) {
               ^
/host/spi-builder-workspace/Sources/SwiftyH3/Miscellaneous/H3CellResolution+Pentagons.swift:8:16: error: expected '{' after 'do'
            do throws(SwiftyH3Error) {
               ^
/host/spi-builder-workspace/Sources/SwiftyH3/Directed Edges/H3Cell+Edges.swift:6:53: error: consecutive declarations on a line must be separated by ';'
    func directedEdge(to destination: H3Cell) throws(SwiftyH3Error) -> H3DirectedEdge {
                                                    ^
                                                    ;
/host/spi-builder-workspace/Sources/SwiftyH3/Directed Edges/H3Cell+Edges.swift:6:53: error: expected declaration
    func directedEdge(to destination: H3Cell) throws(SwiftyH3Error) -> H3DirectedEdge {
                                                    ^
/host/spi-builder-workspace/Sources/SwiftyH3/Directed Edges/H3Cell+Edges.swift:4:8: note: in extension of 'H3Cell'
public extension H3Cell {
       ^
/host/spi-builder-workspace/Sources/SwiftyH3/Directed Edges/H3Cell+Edges.swift:33:19: error: expected '{' to start getter definition
        get throws(SwiftyH3Error) {
                  ^
/host/spi-builder-workspace/Sources/SwiftyH3/Directed Edges/H3Cell+Neighbors.swift:7:51: error: consecutive declarations on a line must be separated by ';'
    func isNeighbor(of anotherCell: H3Cell) throws(SwiftyH3Error) -> Bool {
                                                  ^
                                                  ;
/host/spi-builder-workspace/Sources/SwiftyH3/Directed Edges/H3Cell+Neighbors.swift:7:51: error: expected declaration
    func isNeighbor(of anotherCell: H3Cell) throws(SwiftyH3Error) -> Bool {
                                                  ^
/host/spi-builder-workspace/Sources/SwiftyH3/Directed Edges/H3Cell+Neighbors.swift:4:8: note: in extension of 'H3Cell'
public extension H3Cell {
       ^
/host/spi-builder-workspace/Sources/SwiftyH3/Hierarchy/H3Cell+ChildrenCollection.swift:71:54: error: consecutive declarations on a line must be separated by ';'
    func childrenSize(at childRes: Resolution) throws(SwiftyH3Error) -> Int64 {
                                                     ^
                                                     ;
/host/spi-builder-workspace/Sources/SwiftyH3/Hierarchy/H3Cell+ChildrenCollection.swift:71:54: error: expected declaration
    func childrenSize(at childRes: Resolution) throws(SwiftyH3Error) -> Int64 {
                                                     ^
/host/spi-builder-workspace/Sources/SwiftyH3/Hierarchy/H3Cell+ChildrenCollection.swift:70:10: note: in extension of 'H3Cell'
internal extension H3Cell {
         ^
/host/spi-builder-workspace/Sources/SwiftyH3/Hierarchy/H3Cell+ChildrenCollection.swift:83:60: error: consecutive declarations on a line must be separated by ';'
    func centerChild(at childRes: Resolution? = nil) throws(SwiftyH3Error) -> H3Cell {
                                                           ^
                                                           ;
/host/spi-builder-workspace/Sources/SwiftyH3/Hierarchy/H3Cell+ChildrenCollection.swift:83:60: error: expected declaration
    func centerChild(at childRes: Resolution? = nil) throws(SwiftyH3Error) -> H3Cell {
                                                           ^
/host/spi-builder-workspace/Sources/SwiftyH3/Hierarchy/H3Cell+ChildrenCollection.swift:70:10: note: in extension of 'H3Cell'
internal extension H3Cell {
         ^
/host/spi-builder-workspace/Sources/SwiftyH3/Hierarchy/H3Cell+ChildrenCollection.swift:102:80: error: consecutive declarations on a line must be separated by ';'
    func child(at childRes: Resolution? = nil, position childPos: Int64) throws(SwiftyH3Error) -> H3Cell {
                                                                               ^
                                                                               ;
/host/spi-builder-workspace/Sources/SwiftyH3/Hierarchy/H3Cell+ChildrenCollection.swift:102:80: error: expected declaration
    func child(at childRes: Resolution? = nil, position childPos: Int64) throws(SwiftyH3Error) -> H3Cell {
                                                                               ^
/host/spi-builder-workspace/Sources/SwiftyH3/Hierarchy/H3Cell+ChildrenCollection.swift:70:10: note: in extension of 'H3Cell'
internal extension H3Cell {
         ^
/host/spi-builder-workspace/Sources/SwiftyH3/Hierarchy/H3Cell+Hierarchy.swift:13:63: error: consecutive declarations on a line must be separated by ';'
    public func parent(at parentRes: Resolution? = nil) throws(SwiftyH3Error) -> H3Cell {
                                                              ^
                                                              ;
/host/spi-builder-workspace/Sources/SwiftyH3/Hierarchy/H3Cell+Hierarchy.swift:13:63: error: expected declaration
    public func parent(at parentRes: Resolution? = nil) throws(SwiftyH3Error) -> H3Cell {
                                                              ^
/host/spi-builder-workspace/Sources/SwiftyH3/Hierarchy/H3Cell+Hierarchy.swift:4:1: note: in extension of 'H3Cell'
extension H3Cell {
^
/host/spi-builder-workspace/Sources/SwiftyH3/Hierarchy/H3Cell+Hierarchy.swift:49:64: error: consecutive declarations on a line must be separated by ';'
    public func children(at childRes: Resolution? = nil) throws(SwiftyH3Error) -> H3Cell.ChildrenCollection {
                                                               ^
                                                               ;
/host/spi-builder-workspace/Sources/SwiftyH3/Hierarchy/H3Cell+Hierarchy.swift:49:64: error: expected declaration
    public func children(at childRes: Resolution? = nil) throws(SwiftyH3Error) -> H3Cell.ChildrenCollection {
                                                               ^
/host/spi-builder-workspace/Sources/SwiftyH3/Hierarchy/H3Cell+Hierarchy.swift:39:1: note: in extension of 'H3Cell'
extension H3Cell {
^
/host/spi-builder-workspace/Sources/SwiftyH3/Indexing/H3Cell+Indexing.swift:7:19: error: expected '{' to start getter definition
        get throws(SwiftyH3Error) {
                  ^
/host/spi-builder-workspace/Sources/SwiftyH3/Indexing/H3Cell+Indexing.swift:21:19: error: expected '{' to start getter definition
        get throws(SwiftyH3Error) {
                  ^
/host/spi-builder-workspace/Sources/SwiftyH3/Traversal/H3Cell+Traversal.swift:7:60: error: consecutive declarations on a line must be separated by ';'
    public func gridDistance(to destination: H3Cell) throws(SwiftyH3Error) -> Int64 {
                                                           ^
                                                           ;
/host/spi-builder-workspace/Sources/SwiftyH3/Traversal/H3Cell+Traversal.swift:7:60: error: expected declaration
    public func gridDistance(to destination: H3Cell) throws(SwiftyH3Error) -> Int64 {
                                                           ^
/host/spi-builder-workspace/Sources/SwiftyH3/Traversal/H3Cell+Traversal.swift:4:1: note: in extension of 'H3Cell'
extension H3Cell {
^
/host/spi-builder-workspace/Sources/SwiftyH3/Traversal/H3Cell+Traversal.swift:20:65: error: consecutive declarations on a line must be separated by ';'
    internal static func maxGridRingSize(distance: Int32) throws(SwiftyH3Error) -> Int64 {
                                                                ^
                                                                ;
/host/spi-builder-workspace/Sources/SwiftyH3/Traversal/H3Cell+Traversal.swift:20:65: error: expected declaration
    internal static func maxGridRingSize(distance: Int32) throws(SwiftyH3Error) -> Int64 {
                                                                ^
/host/spi-builder-workspace/Sources/SwiftyH3/Traversal/H3Cell+Traversal.swift:19:1: note: in extension of 'H3Cell'
extension H3Cell {
^
/host/spi-builder-workspace/Sources/SwiftyH3/Traversal/H3Cell+Traversal.swift:30:65: error: consecutive declarations on a line must be separated by ';'
    internal static func maxGridDiskSize(distance: Int32) throws(SwiftyH3Error) -> Int64 {
                                                                ^
                                                                ;
/host/spi-builder-workspace/Sources/SwiftyH3/Traversal/H3Cell+Traversal.swift:30:65: error: expected declaration
    internal static func maxGridDiskSize(distance: Int32) throws(SwiftyH3Error) -> Int64 {
                                                                ^
/host/spi-builder-workspace/Sources/SwiftyH3/Traversal/H3Cell+Traversal.swift:19:1: note: in extension of 'H3Cell'
extension H3Cell {
^
/host/spi-builder-workspace/Sources/SwiftyH3/Traversal/H3Cell+Traversal.swift:49:53: error: consecutive declarations on a line must be separated by ';'
    public func gridRing(distance: Int32 = 1) throws(SwiftyH3Error) -> [H3Cell] {
                                                    ^
                                                    ;
/host/spi-builder-workspace/Sources/SwiftyH3/Traversal/H3Cell+Traversal.swift:49:53: error: expected declaration
    public func gridRing(distance: Int32 = 1) throws(SwiftyH3Error) -> [H3Cell] {
                                                    ^
/host/spi-builder-workspace/Sources/SwiftyH3/Traversal/H3Cell+Traversal.swift:41:1: note: in extension of 'H3Cell'
extension H3Cell {
^
/host/spi-builder-workspace/Sources/SwiftyH3/Traversal/H3Cell+Traversal.swift:74:49: error: consecutive declarations on a line must be separated by ';'
    public func gridDisk(distance: Int32) throws(SwiftyH3Error) -> [H3Cell] {
                                                ^
                                                ;
/host/spi-builder-workspace/Sources/SwiftyH3/Traversal/H3Cell+Traversal.swift:74:49: error: expected declaration
    public func gridDisk(distance: Int32) throws(SwiftyH3Error) -> [H3Cell] {
                                                ^
/host/spi-builder-workspace/Sources/SwiftyH3/Traversal/H3Cell+Traversal.swift:41:1: note: in extension of 'H3Cell'
extension H3Cell {
^
/host/spi-builder-workspace/Sources/SwiftyH3/Traversal/H3Cell+Traversal.swift:91:67: error: consecutive declarations on a line must be separated by ';'
    internal func gridPathCellsSize(to destination: H3Cell) throws(SwiftyH3Error) -> Int64 {
                                                                  ^
                                                                  ;
/host/spi-builder-workspace/Sources/SwiftyH3/Traversal/H3Cell+Traversal.swift:91:67: error: expected declaration
    internal func gridPathCellsSize(to destination: H3Cell) throws(SwiftyH3Error) -> Int64 {
                                                                  ^
/host/spi-builder-workspace/Sources/SwiftyH3/Traversal/H3Cell+Traversal.swift:90:1: note: in extension of 'H3Cell'
extension H3Cell {
^
/host/spi-builder-workspace/Sources/SwiftyH3/Traversal/H3Cell+Traversal.swift:117:52: error: consecutive declarations on a line must be separated by ';'
    public func path(to destination: H3Cell) throws(SwiftyH3Error) -> [H3Cell] {
                                                   ^
                                                   ;
/host/spi-builder-workspace/Sources/SwiftyH3/Traversal/H3Cell+Traversal.swift:117:52: error: expected declaration
    public func path(to destination: H3Cell) throws(SwiftyH3Error) -> [H3Cell] {
                                                   ^
/host/spi-builder-workspace/Sources/SwiftyH3/Traversal/H3Cell+Traversal.swift:90:1: note: in extension of 'H3Cell'
extension H3Cell {
^
/host/spi-builder-workspace/Sources/SwiftyH3/Vertices/H3Cell+H3Vertex.swift:12:46: error: consecutive declarations on a line must be separated by ';'
    func vertex(_ vertexNumber: Int32) throws(SwiftyH3Error) -> H3Vertex {
                                             ^
                                             ;
/host/spi-builder-workspace/Sources/SwiftyH3/Vertices/H3Cell+H3Vertex.swift:12:46: error: expected declaration
    func vertex(_ vertexNumber: Int32) throws(SwiftyH3Error) -> H3Vertex {
                                             ^
/host/spi-builder-workspace/Sources/SwiftyH3/Vertices/H3Cell+H3Vertex.swift:4:8: note: in extension of 'H3Cell'
public extension H3Cell {
       ^
/host/spi-builder-workspace/Sources/SwiftyH3/Vertices/H3Cell+H3Vertex.swift:26:19: error: expected '{' to start getter definition
        get throws(SwiftyH3Error) {
                  ^
/host/spi-builder-workspace/Sources/SwiftyH3/Directed Edges/H3DirectedEdge+Indexing.swift:7:19: error: expected '{' to start getter definition
        get throws(SwiftyH3Error) {
                  ^
/host/spi-builder-workspace/Sources/SwiftyH3/Directed Edges/H3DirectedEdge+Traversal.swift:7:19: error: expected '{' to start getter definition
        get throws(SwiftyH3Error) {
                  ^
/host/spi-builder-workspace/Sources/SwiftyH3/Directed Edges/H3DirectedEdge+Traversal.swift:22:19: error: expected '{' to start getter definition
        get throws(SwiftyH3Error) {
                  ^
/host/spi-builder-workspace/Sources/SwiftyH3/Miscellaneous/H3DirectedEdge+Length.swift:8:19: error: expected '{' to start getter definition
        get throws(SwiftyH3Error) {
                  ^
/host/spi-builder-workspace/Sources/SwiftyH3/Miscellaneous/H3DirectedEdge+Length.swift:23:19: error: expected '{' to start getter definition
        get throws(SwiftyH3Error) {
                  ^
/host/spi-builder-workspace/Sources/SwiftyH3/Vertices/H3Vertex+Indexing.swift:7:19: error: expected '{' to start getter definition
        get throws(SwiftyH3Error) {
                  ^
/host/spi-builder-workspace/Sources/SwiftyH3/Hierarchy/H3Cell+Compact.swift:10:19: error: expected '{' to start getter definition
        get throws(SwiftyH3Error) {
                  ^
/host/spi-builder-workspace/Sources/SwiftyH3/Hierarchy/H3Cell+Compact.swift:30:79: error: consecutive declarations on a line must be separated by ';'
    private func uncompactedArraySize(at resolution: H3Cell.Resolution) throws(SwiftyH3Error) -> Int64 {
                                                                              ^
                                                                              ;
/host/spi-builder-workspace/Sources/SwiftyH3/Hierarchy/H3Cell+Compact.swift:30:79: error: expected declaration
    private func uncompactedArraySize(at resolution: H3Cell.Resolution) throws(SwiftyH3Error) -> Int64 {
                                                                              ^
/host/spi-builder-workspace/Sources/SwiftyH3/Hierarchy/H3Cell+Compact.swift:29:1: note: in extension of 'Sequence<H3Cell>'
extension Sequence<H3Cell> {
^
/host/spi-builder-workspace/Sources/SwiftyH3/Hierarchy/H3Cell+Compact.swift:44:69: error: consecutive declarations on a line must be separated by ';'
    public func uncompacted(at resolution: H3Cell.Resolution) throws(SwiftyH3Error) -> [H3Cell] {
                                                                    ^
                                                                    ;
/host/spi-builder-workspace/Sources/SwiftyH3/Hierarchy/H3Cell+Compact.swift:44:69: error: expected declaration
    public func uncompacted(at resolution: H3Cell.Resolution) throws(SwiftyH3Error) -> [H3Cell] {
                                                                    ^
/host/spi-builder-workspace/Sources/SwiftyH3/Hierarchy/H3Cell+Compact.swift:29:1: note: in extension of 'Sequence<H3Cell>'
extension Sequence<H3Cell> {
^
/host/spi-builder-workspace/Sources/SwiftyH3/Regions/H3Cell+H3Polygon.swift:7:19: error: expected '{' to start getter definition
        get throws(SwiftyH3Error) {
                  ^
/host/spi-builder-workspace/Sources/SwiftyH3/Miscellaneous/H3Cell+Res0Cells.swift:20:34: error: value of type 'any Error' has no member 'errorDescription'
                fatalError(error.errorDescription ?? error.localizedDescription)
                           ~~~~~ ^~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftyH3/Miscellaneous/H3CellResolution+Pentagons.swift:20:34: error: value of type 'any Error' has no member 'errorDescription'
                fatalError(error.errorDescription ?? error.localizedDescription)
                           ~~~~~ ^~~~~~~~~~~~~~~~
[66/70] Compiling SwiftyH3 H3Indexable+Inspection.swift
/host/spi-builder-workspace/Sources/SwiftyH3/Inspection/H3Indexable+Inspection.swift:7:19: error: expected '{' to start getter definition
        get throws(SwiftyH3Error) {
                  ^
/host/spi-builder-workspace/Sources/SwiftyH3/Inspection/H3Indexable+LosslessStringConvertible.swift:6:19: error: expected '{' to start getter definition
        get throws(SwiftyH3Error) {
                  ^
/host/spi-builder-workspace/Sources/SwiftyH3/Inspection/H3Indexable+LosslessStringConvertible.swift:21:19: error: expected '{' to start getter definition
        get throws(SwiftyH3Error) {
                  ^
/host/spi-builder-workspace/Sources/SwiftyH3/Miscellaneous/H3Cell+Area.swift:8:19: error: expected '{' to start getter definition
        get throws(SwiftyH3Error) {
                  ^
/host/spi-builder-workspace/Sources/SwiftyH3/Miscellaneous/H3Cell+Area.swift:23:19: error: expected '{' to start getter definition
        get throws(SwiftyH3Error) {
                  ^
/host/spi-builder-workspace/Sources/SwiftyH3/Miscellaneous/H3Cell+Res0Cells.swift:8:16: error: expected '{' after 'do'
            do throws(SwiftyH3Error) {
               ^
/host/spi-builder-workspace/Sources/SwiftyH3/Miscellaneous/H3CellResolution+Pentagons.swift:8:16: error: expected '{' after 'do'
            do throws(SwiftyH3Error) {
               ^
/host/spi-builder-workspace/Sources/SwiftyH3/Directed Edges/H3Cell+Edges.swift:6:53: error: consecutive declarations on a line must be separated by ';'
    func directedEdge(to destination: H3Cell) throws(SwiftyH3Error) -> H3DirectedEdge {
                                                    ^
                                                    ;
/host/spi-builder-workspace/Sources/SwiftyH3/Directed Edges/H3Cell+Edges.swift:6:53: error: expected declaration
    func directedEdge(to destination: H3Cell) throws(SwiftyH3Error) -> H3DirectedEdge {
                                                    ^
/host/spi-builder-workspace/Sources/SwiftyH3/Directed Edges/H3Cell+Edges.swift:4:8: note: in extension of 'H3Cell'
public extension H3Cell {
       ^
/host/spi-builder-workspace/Sources/SwiftyH3/Directed Edges/H3Cell+Edges.swift:33:19: error: expected '{' to start getter definition
        get throws(SwiftyH3Error) {
                  ^
/host/spi-builder-workspace/Sources/SwiftyH3/Directed Edges/H3Cell+Neighbors.swift:7:51: error: consecutive declarations on a line must be separated by ';'
    func isNeighbor(of anotherCell: H3Cell) throws(SwiftyH3Error) -> Bool {
                                                  ^
                                                  ;
/host/spi-builder-workspace/Sources/SwiftyH3/Directed Edges/H3Cell+Neighbors.swift:7:51: error: expected declaration
    func isNeighbor(of anotherCell: H3Cell) throws(SwiftyH3Error) -> Bool {
                                                  ^
/host/spi-builder-workspace/Sources/SwiftyH3/Directed Edges/H3Cell+Neighbors.swift:4:8: note: in extension of 'H3Cell'
public extension H3Cell {
       ^
/host/spi-builder-workspace/Sources/SwiftyH3/Hierarchy/H3Cell+ChildrenCollection.swift:71:54: error: consecutive declarations on a line must be separated by ';'
    func childrenSize(at childRes: Resolution) throws(SwiftyH3Error) -> Int64 {
                                                     ^
                                                     ;
/host/spi-builder-workspace/Sources/SwiftyH3/Hierarchy/H3Cell+ChildrenCollection.swift:71:54: error: expected declaration
    func childrenSize(at childRes: Resolution) throws(SwiftyH3Error) -> Int64 {
                                                     ^
/host/spi-builder-workspace/Sources/SwiftyH3/Hierarchy/H3Cell+ChildrenCollection.swift:70:10: note: in extension of 'H3Cell'
internal extension H3Cell {
         ^
/host/spi-builder-workspace/Sources/SwiftyH3/Hierarchy/H3Cell+ChildrenCollection.swift:83:60: error: consecutive declarations on a line must be separated by ';'
    func centerChild(at childRes: Resolution? = nil) throws(SwiftyH3Error) -> H3Cell {
                                                           ^
                                                           ;
/host/spi-builder-workspace/Sources/SwiftyH3/Hierarchy/H3Cell+ChildrenCollection.swift:83:60: error: expected declaration
    func centerChild(at childRes: Resolution? = nil) throws(SwiftyH3Error) -> H3Cell {
                                                           ^
/host/spi-builder-workspace/Sources/SwiftyH3/Hierarchy/H3Cell+ChildrenCollection.swift:70:10: note: in extension of 'H3Cell'
internal extension H3Cell {
         ^
/host/spi-builder-workspace/Sources/SwiftyH3/Hierarchy/H3Cell+ChildrenCollection.swift:102:80: error: consecutive declarations on a line must be separated by ';'
    func child(at childRes: Resolution? = nil, position childPos: Int64) throws(SwiftyH3Error) -> H3Cell {
                                                                               ^
                                                                               ;
/host/spi-builder-workspace/Sources/SwiftyH3/Hierarchy/H3Cell+ChildrenCollection.swift:102:80: error: expected declaration
    func child(at childRes: Resolution? = nil, position childPos: Int64) throws(SwiftyH3Error) -> H3Cell {
                                                                               ^
/host/spi-builder-workspace/Sources/SwiftyH3/Hierarchy/H3Cell+ChildrenCollection.swift:70:10: note: in extension of 'H3Cell'
internal extension H3Cell {
         ^
/host/spi-builder-workspace/Sources/SwiftyH3/Hierarchy/H3Cell+Hierarchy.swift:13:63: error: consecutive declarations on a line must be separated by ';'
    public func parent(at parentRes: Resolution? = nil) throws(SwiftyH3Error) -> H3Cell {
                                                              ^
                                                              ;
/host/spi-builder-workspace/Sources/SwiftyH3/Hierarchy/H3Cell+Hierarchy.swift:13:63: error: expected declaration
    public func parent(at parentRes: Resolution? = nil) throws(SwiftyH3Error) -> H3Cell {
                                                              ^
/host/spi-builder-workspace/Sources/SwiftyH3/Hierarchy/H3Cell+Hierarchy.swift:4:1: note: in extension of 'H3Cell'
extension H3Cell {
^
/host/spi-builder-workspace/Sources/SwiftyH3/Hierarchy/H3Cell+Hierarchy.swift:49:64: error: consecutive declarations on a line must be separated by ';'
    public func children(at childRes: Resolution? = nil) throws(SwiftyH3Error) -> H3Cell.ChildrenCollection {
                                                               ^
                                                               ;
/host/spi-builder-workspace/Sources/SwiftyH3/Hierarchy/H3Cell+Hierarchy.swift:49:64: error: expected declaration
    public func children(at childRes: Resolution? = nil) throws(SwiftyH3Error) -> H3Cell.ChildrenCollection {
                                                               ^
/host/spi-builder-workspace/Sources/SwiftyH3/Hierarchy/H3Cell+Hierarchy.swift:39:1: note: in extension of 'H3Cell'
extension H3Cell {
^
/host/spi-builder-workspace/Sources/SwiftyH3/Indexing/H3Cell+Indexing.swift:7:19: error: expected '{' to start getter definition
        get throws(SwiftyH3Error) {
                  ^
/host/spi-builder-workspace/Sources/SwiftyH3/Indexing/H3Cell+Indexing.swift:21:19: error: expected '{' to start getter definition
        get throws(SwiftyH3Error) {
                  ^
/host/spi-builder-workspace/Sources/SwiftyH3/Traversal/H3Cell+Traversal.swift:7:60: error: consecutive declarations on a line must be separated by ';'
    public func gridDistance(to destination: H3Cell) throws(SwiftyH3Error) -> Int64 {
                                                           ^
                                                           ;
/host/spi-builder-workspace/Sources/SwiftyH3/Traversal/H3Cell+Traversal.swift:7:60: error: expected declaration
    public func gridDistance(to destination: H3Cell) throws(SwiftyH3Error) -> Int64 {
                                                           ^
/host/spi-builder-workspace/Sources/SwiftyH3/Traversal/H3Cell+Traversal.swift:4:1: note: in extension of 'H3Cell'
extension H3Cell {
^
/host/spi-builder-workspace/Sources/SwiftyH3/Traversal/H3Cell+Traversal.swift:20:65: error: consecutive declarations on a line must be separated by ';'
    internal static func maxGridRingSize(distance: Int32) throws(SwiftyH3Error) -> Int64 {
                                                                ^
                                                                ;
/host/spi-builder-workspace/Sources/SwiftyH3/Traversal/H3Cell+Traversal.swift:20:65: error: expected declaration
    internal static func maxGridRingSize(distance: Int32) throws(SwiftyH3Error) -> Int64 {
                                                                ^
/host/spi-builder-workspace/Sources/SwiftyH3/Traversal/H3Cell+Traversal.swift:19:1: note: in extension of 'H3Cell'
extension H3Cell {
^
/host/spi-builder-workspace/Sources/SwiftyH3/Traversal/H3Cell+Traversal.swift:30:65: error: consecutive declarations on a line must be separated by ';'
    internal static func maxGridDiskSize(distance: Int32) throws(SwiftyH3Error) -> Int64 {
                                                                ^
                                                                ;
/host/spi-builder-workspace/Sources/SwiftyH3/Traversal/H3Cell+Traversal.swift:30:65: error: expected declaration
    internal static func maxGridDiskSize(distance: Int32) throws(SwiftyH3Error) -> Int64 {
                                                                ^
/host/spi-builder-workspace/Sources/SwiftyH3/Traversal/H3Cell+Traversal.swift:19:1: note: in extension of 'H3Cell'
extension H3Cell {
^
/host/spi-builder-workspace/Sources/SwiftyH3/Traversal/H3Cell+Traversal.swift:49:53: error: consecutive declarations on a line must be separated by ';'
    public func gridRing(distance: Int32 = 1) throws(SwiftyH3Error) -> [H3Cell] {
                                                    ^
                                                    ;
/host/spi-builder-workspace/Sources/SwiftyH3/Traversal/H3Cell+Traversal.swift:49:53: error: expected declaration
    public func gridRing(distance: Int32 = 1) throws(SwiftyH3Error) -> [H3Cell] {
                                                    ^
/host/spi-builder-workspace/Sources/SwiftyH3/Traversal/H3Cell+Traversal.swift:41:1: note: in extension of 'H3Cell'
extension H3Cell {
^
/host/spi-builder-workspace/Sources/SwiftyH3/Traversal/H3Cell+Traversal.swift:74:49: error: consecutive declarations on a line must be separated by ';'
    public func gridDisk(distance: Int32) throws(SwiftyH3Error) -> [H3Cell] {
                                                ^
                                                ;
/host/spi-builder-workspace/Sources/SwiftyH3/Traversal/H3Cell+Traversal.swift:74:49: error: expected declaration
    public func gridDisk(distance: Int32) throws(SwiftyH3Error) -> [H3Cell] {
                                                ^
/host/spi-builder-workspace/Sources/SwiftyH3/Traversal/H3Cell+Traversal.swift:41:1: note: in extension of 'H3Cell'
extension H3Cell {
^
/host/spi-builder-workspace/Sources/SwiftyH3/Traversal/H3Cell+Traversal.swift:91:67: error: consecutive declarations on a line must be separated by ';'
    internal func gridPathCellsSize(to destination: H3Cell) throws(SwiftyH3Error) -> Int64 {
                                                                  ^
                                                                  ;
/host/spi-builder-workspace/Sources/SwiftyH3/Traversal/H3Cell+Traversal.swift:91:67: error: expected declaration
    internal func gridPathCellsSize(to destination: H3Cell) throws(SwiftyH3Error) -> Int64 {
                                                                  ^
/host/spi-builder-workspace/Sources/SwiftyH3/Traversal/H3Cell+Traversal.swift:90:1: note: in extension of 'H3Cell'
extension H3Cell {
^
/host/spi-builder-workspace/Sources/SwiftyH3/Traversal/H3Cell+Traversal.swift:117:52: error: consecutive declarations on a line must be separated by ';'
    public func path(to destination: H3Cell) throws(SwiftyH3Error) -> [H3Cell] {
                                                   ^
                                                   ;
/host/spi-builder-workspace/Sources/SwiftyH3/Traversal/H3Cell+Traversal.swift:117:52: error: expected declaration
    public func path(to destination: H3Cell) throws(SwiftyH3Error) -> [H3Cell] {
                                                   ^
/host/spi-builder-workspace/Sources/SwiftyH3/Traversal/H3Cell+Traversal.swift:90:1: note: in extension of 'H3Cell'
extension H3Cell {
^
/host/spi-builder-workspace/Sources/SwiftyH3/Vertices/H3Cell+H3Vertex.swift:12:46: error: consecutive declarations on a line must be separated by ';'
    func vertex(_ vertexNumber: Int32) throws(SwiftyH3Error) -> H3Vertex {
                                             ^
                                             ;
/host/spi-builder-workspace/Sources/SwiftyH3/Vertices/H3Cell+H3Vertex.swift:12:46: error: expected declaration
    func vertex(_ vertexNumber: Int32) throws(SwiftyH3Error) -> H3Vertex {
                                             ^
/host/spi-builder-workspace/Sources/SwiftyH3/Vertices/H3Cell+H3Vertex.swift:4:8: note: in extension of 'H3Cell'
public extension H3Cell {
       ^
/host/spi-builder-workspace/Sources/SwiftyH3/Vertices/H3Cell+H3Vertex.swift:26:19: error: expected '{' to start getter definition
        get throws(SwiftyH3Error) {
                  ^
/host/spi-builder-workspace/Sources/SwiftyH3/Directed Edges/H3DirectedEdge+Indexing.swift:7:19: error: expected '{' to start getter definition
        get throws(SwiftyH3Error) {
                  ^
/host/spi-builder-workspace/Sources/SwiftyH3/Directed Edges/H3DirectedEdge+Traversal.swift:7:19: error: expected '{' to start getter definition
        get throws(SwiftyH3Error) {
                  ^
/host/spi-builder-workspace/Sources/SwiftyH3/Directed Edges/H3DirectedEdge+Traversal.swift:22:19: error: expected '{' to start getter definition
        get throws(SwiftyH3Error) {
                  ^
/host/spi-builder-workspace/Sources/SwiftyH3/Miscellaneous/H3DirectedEdge+Length.swift:8:19: error: expected '{' to start getter definition
        get throws(SwiftyH3Error) {
                  ^
/host/spi-builder-workspace/Sources/SwiftyH3/Miscellaneous/H3DirectedEdge+Length.swift:23:19: error: expected '{' to start getter definition
        get throws(SwiftyH3Error) {
                  ^
/host/spi-builder-workspace/Sources/SwiftyH3/Vertices/H3Vertex+Indexing.swift:7:19: error: expected '{' to start getter definition
        get throws(SwiftyH3Error) {
                  ^
/host/spi-builder-workspace/Sources/SwiftyH3/Hierarchy/H3Cell+Compact.swift:10:19: error: expected '{' to start getter definition
        get throws(SwiftyH3Error) {
                  ^
/host/spi-builder-workspace/Sources/SwiftyH3/Hierarchy/H3Cell+Compact.swift:30:79: error: consecutive declarations on a line must be separated by ';'
    private func uncompactedArraySize(at resolution: H3Cell.Resolution) throws(SwiftyH3Error) -> Int64 {
                                                                              ^
                                                                              ;
/host/spi-builder-workspace/Sources/SwiftyH3/Hierarchy/H3Cell+Compact.swift:30:79: error: expected declaration
    private func uncompactedArraySize(at resolution: H3Cell.Resolution) throws(SwiftyH3Error) -> Int64 {
                                                                              ^
/host/spi-builder-workspace/Sources/SwiftyH3/Hierarchy/H3Cell+Compact.swift:29:1: note: in extension of 'Sequence<H3Cell>'
extension Sequence<H3Cell> {
^
/host/spi-builder-workspace/Sources/SwiftyH3/Hierarchy/H3Cell+Compact.swift:44:69: error: consecutive declarations on a line must be separated by ';'
    public func uncompacted(at resolution: H3Cell.Resolution) throws(SwiftyH3Error) -> [H3Cell] {
                                                                    ^
                                                                    ;
/host/spi-builder-workspace/Sources/SwiftyH3/Hierarchy/H3Cell+Compact.swift:44:69: error: expected declaration
    public func uncompacted(at resolution: H3Cell.Resolution) throws(SwiftyH3Error) -> [H3Cell] {
                                                                    ^
/host/spi-builder-workspace/Sources/SwiftyH3/Hierarchy/H3Cell+Compact.swift:29:1: note: in extension of 'Sequence<H3Cell>'
extension Sequence<H3Cell> {
^
/host/spi-builder-workspace/Sources/SwiftyH3/Regions/H3Cell+H3Polygon.swift:7:19: error: expected '{' to start getter definition
        get throws(SwiftyH3Error) {
                  ^
/host/spi-builder-workspace/Sources/SwiftyH3/Miscellaneous/H3Cell+Res0Cells.swift:20:34: error: value of type 'any Error' has no member 'errorDescription'
                fatalError(error.errorDescription ?? error.localizedDescription)
                           ~~~~~ ^~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftyH3/Miscellaneous/H3CellResolution+Pentagons.swift:20:34: error: value of type 'any Error' has no member 'errorDescription'
                fatalError(error.errorDescription ?? error.localizedDescription)
                           ~~~~~ ^~~~~~~~~~~~~~~~
[67/70] Compiling SwiftyH3 H3Indexable+LosslessStringConvertible.swift
/host/spi-builder-workspace/Sources/SwiftyH3/Inspection/H3Indexable+Inspection.swift:7:19: error: expected '{' to start getter definition
        get throws(SwiftyH3Error) {
                  ^
/host/spi-builder-workspace/Sources/SwiftyH3/Inspection/H3Indexable+LosslessStringConvertible.swift:6:19: error: expected '{' to start getter definition
        get throws(SwiftyH3Error) {
                  ^
/host/spi-builder-workspace/Sources/SwiftyH3/Inspection/H3Indexable+LosslessStringConvertible.swift:21:19: error: expected '{' to start getter definition
        get throws(SwiftyH3Error) {
                  ^
/host/spi-builder-workspace/Sources/SwiftyH3/Miscellaneous/H3Cell+Area.swift:8:19: error: expected '{' to start getter definition
        get throws(SwiftyH3Error) {
                  ^
/host/spi-builder-workspace/Sources/SwiftyH3/Miscellaneous/H3Cell+Area.swift:23:19: error: expected '{' to start getter definition
        get throws(SwiftyH3Error) {
                  ^
/host/spi-builder-workspace/Sources/SwiftyH3/Miscellaneous/H3Cell+Res0Cells.swift:8:16: error: expected '{' after 'do'
            do throws(SwiftyH3Error) {
               ^
/host/spi-builder-workspace/Sources/SwiftyH3/Miscellaneous/H3CellResolution+Pentagons.swift:8:16: error: expected '{' after 'do'
            do throws(SwiftyH3Error) {
               ^
/host/spi-builder-workspace/Sources/SwiftyH3/Directed Edges/H3Cell+Edges.swift:6:53: error: consecutive declarations on a line must be separated by ';'
    func directedEdge(to destination: H3Cell) throws(SwiftyH3Error) -> H3DirectedEdge {
                                                    ^
                                                    ;
/host/spi-builder-workspace/Sources/SwiftyH3/Directed Edges/H3Cell+Edges.swift:6:53: error: expected declaration
    func directedEdge(to destination: H3Cell) throws(SwiftyH3Error) -> H3DirectedEdge {
                                                    ^
/host/spi-builder-workspace/Sources/SwiftyH3/Directed Edges/H3Cell+Edges.swift:4:8: note: in extension of 'H3Cell'
public extension H3Cell {
       ^
/host/spi-builder-workspace/Sources/SwiftyH3/Directed Edges/H3Cell+Edges.swift:33:19: error: expected '{' to start getter definition
        get throws(SwiftyH3Error) {
                  ^
/host/spi-builder-workspace/Sources/SwiftyH3/Directed Edges/H3Cell+Neighbors.swift:7:51: error: consecutive declarations on a line must be separated by ';'
    func isNeighbor(of anotherCell: H3Cell) throws(SwiftyH3Error) -> Bool {
                                                  ^
                                                  ;
/host/spi-builder-workspace/Sources/SwiftyH3/Directed Edges/H3Cell+Neighbors.swift:7:51: error: expected declaration
    func isNeighbor(of anotherCell: H3Cell) throws(SwiftyH3Error) -> Bool {
                                                  ^
/host/spi-builder-workspace/Sources/SwiftyH3/Directed Edges/H3Cell+Neighbors.swift:4:8: note: in extension of 'H3Cell'
public extension H3Cell {
       ^
/host/spi-builder-workspace/Sources/SwiftyH3/Hierarchy/H3Cell+ChildrenCollection.swift:71:54: error: consecutive declarations on a line must be separated by ';'
    func childrenSize(at childRes: Resolution) throws(SwiftyH3Error) -> Int64 {
                                                     ^
                                                     ;
/host/spi-builder-workspace/Sources/SwiftyH3/Hierarchy/H3Cell+ChildrenCollection.swift:71:54: error: expected declaration
    func childrenSize(at childRes: Resolution) throws(SwiftyH3Error) -> Int64 {
                                                     ^
/host/spi-builder-workspace/Sources/SwiftyH3/Hierarchy/H3Cell+ChildrenCollection.swift:70:10: note: in extension of 'H3Cell'
internal extension H3Cell {
         ^
/host/spi-builder-workspace/Sources/SwiftyH3/Hierarchy/H3Cell+ChildrenCollection.swift:83:60: error: consecutive declarations on a line must be separated by ';'
    func centerChild(at childRes: Resolution? = nil) throws(SwiftyH3Error) -> H3Cell {
                                                           ^
                                                           ;
/host/spi-builder-workspace/Sources/SwiftyH3/Hierarchy/H3Cell+ChildrenCollection.swift:83:60: error: expected declaration
    func centerChild(at childRes: Resolution? = nil) throws(SwiftyH3Error) -> H3Cell {
                                                           ^
/host/spi-builder-workspace/Sources/SwiftyH3/Hierarchy/H3Cell+ChildrenCollection.swift:70:10: note: in extension of 'H3Cell'
internal extension H3Cell {
         ^
/host/spi-builder-workspace/Sources/SwiftyH3/Hierarchy/H3Cell+ChildrenCollection.swift:102:80: error: consecutive declarations on a line must be separated by ';'
    func child(at childRes: Resolution? = nil, position childPos: Int64) throws(SwiftyH3Error) -> H3Cell {
                                                                               ^
                                                                               ;
/host/spi-builder-workspace/Sources/SwiftyH3/Hierarchy/H3Cell+ChildrenCollection.swift:102:80: error: expected declaration
    func child(at childRes: Resolution? = nil, position childPos: Int64) throws(SwiftyH3Error) -> H3Cell {
                                                                               ^
/host/spi-builder-workspace/Sources/SwiftyH3/Hierarchy/H3Cell+ChildrenCollection.swift:70:10: note: in extension of 'H3Cell'
internal extension H3Cell {
         ^
/host/spi-builder-workspace/Sources/SwiftyH3/Hierarchy/H3Cell+Hierarchy.swift:13:63: error: consecutive declarations on a line must be separated by ';'
    public func parent(at parentRes: Resolution? = nil) throws(SwiftyH3Error) -> H3Cell {
                                                              ^
                                                              ;
/host/spi-builder-workspace/Sources/SwiftyH3/Hierarchy/H3Cell+Hierarchy.swift:13:63: error: expected declaration
    public func parent(at parentRes: Resolution? = nil) throws(SwiftyH3Error) -> H3Cell {
                                                              ^
/host/spi-builder-workspace/Sources/SwiftyH3/Hierarchy/H3Cell+Hierarchy.swift:4:1: note: in extension of 'H3Cell'
extension H3Cell {
^
/host/spi-builder-workspace/Sources/SwiftyH3/Hierarchy/H3Cell+Hierarchy.swift:49:64: error: consecutive declarations on a line must be separated by ';'
    public func children(at childRes: Resolution? = nil) throws(SwiftyH3Error) -> H3Cell.ChildrenCollection {
                                                               ^
                                                               ;
/host/spi-builder-workspace/Sources/SwiftyH3/Hierarchy/H3Cell+Hierarchy.swift:49:64: error: expected declaration
    public func children(at childRes: Resolution? = nil) throws(SwiftyH3Error) -> H3Cell.ChildrenCollection {
                                                               ^
/host/spi-builder-workspace/Sources/SwiftyH3/Hierarchy/H3Cell+Hierarchy.swift:39:1: note: in extension of 'H3Cell'
extension H3Cell {
^
/host/spi-builder-workspace/Sources/SwiftyH3/Indexing/H3Cell+Indexing.swift:7:19: error: expected '{' to start getter definition
        get throws(SwiftyH3Error) {
                  ^
/host/spi-builder-workspace/Sources/SwiftyH3/Indexing/H3Cell+Indexing.swift:21:19: error: expected '{' to start getter definition
        get throws(SwiftyH3Error) {
                  ^
/host/spi-builder-workspace/Sources/SwiftyH3/Traversal/H3Cell+Traversal.swift:7:60: error: consecutive declarations on a line must be separated by ';'
    public func gridDistance(to destination: H3Cell) throws(SwiftyH3Error) -> Int64 {
                                                           ^
                                                           ;
/host/spi-builder-workspace/Sources/SwiftyH3/Traversal/H3Cell+Traversal.swift:7:60: error: expected declaration
    public func gridDistance(to destination: H3Cell) throws(SwiftyH3Error) -> Int64 {
                                                           ^
/host/spi-builder-workspace/Sources/SwiftyH3/Traversal/H3Cell+Traversal.swift:4:1: note: in extension of 'H3Cell'
extension H3Cell {
^
/host/spi-builder-workspace/Sources/SwiftyH3/Traversal/H3Cell+Traversal.swift:20:65: error: consecutive declarations on a line must be separated by ';'
    internal static func maxGridRingSize(distance: Int32) throws(SwiftyH3Error) -> Int64 {
                                                                ^
                                                                ;
/host/spi-builder-workspace/Sources/SwiftyH3/Traversal/H3Cell+Traversal.swift:20:65: error: expected declaration
    internal static func maxGridRingSize(distance: Int32) throws(SwiftyH3Error) -> Int64 {
                                                                ^
/host/spi-builder-workspace/Sources/SwiftyH3/Traversal/H3Cell+Traversal.swift:19:1: note: in extension of 'H3Cell'
extension H3Cell {
^
/host/spi-builder-workspace/Sources/SwiftyH3/Traversal/H3Cell+Traversal.swift:30:65: error: consecutive declarations on a line must be separated by ';'
    internal static func maxGridDiskSize(distance: Int32) throws(SwiftyH3Error) -> Int64 {
                                                                ^
                                                                ;
/host/spi-builder-workspace/Sources/SwiftyH3/Traversal/H3Cell+Traversal.swift:30:65: error: expected declaration
    internal static func maxGridDiskSize(distance: Int32) throws(SwiftyH3Error) -> Int64 {
                                                                ^
/host/spi-builder-workspace/Sources/SwiftyH3/Traversal/H3Cell+Traversal.swift:19:1: note: in extension of 'H3Cell'
extension H3Cell {
^
/host/spi-builder-workspace/Sources/SwiftyH3/Traversal/H3Cell+Traversal.swift:49:53: error: consecutive declarations on a line must be separated by ';'
    public func gridRing(distance: Int32 = 1) throws(SwiftyH3Error) -> [H3Cell] {
                                                    ^
                                                    ;
/host/spi-builder-workspace/Sources/SwiftyH3/Traversal/H3Cell+Traversal.swift:49:53: error: expected declaration
    public func gridRing(distance: Int32 = 1) throws(SwiftyH3Error) -> [H3Cell] {
                                                    ^
/host/spi-builder-workspace/Sources/SwiftyH3/Traversal/H3Cell+Traversal.swift:41:1: note: in extension of 'H3Cell'
extension H3Cell {
^
/host/spi-builder-workspace/Sources/SwiftyH3/Traversal/H3Cell+Traversal.swift:74:49: error: consecutive declarations on a line must be separated by ';'
    public func gridDisk(distance: Int32) throws(SwiftyH3Error) -> [H3Cell] {
                                                ^
                                                ;
/host/spi-builder-workspace/Sources/SwiftyH3/Traversal/H3Cell+Traversal.swift:74:49: error: expected declaration
    public func gridDisk(distance: Int32) throws(SwiftyH3Error) -> [H3Cell] {
                                                ^
/host/spi-builder-workspace/Sources/SwiftyH3/Traversal/H3Cell+Traversal.swift:41:1: note: in extension of 'H3Cell'
extension H3Cell {
^
/host/spi-builder-workspace/Sources/SwiftyH3/Traversal/H3Cell+Traversal.swift:91:67: error: consecutive declarations on a line must be separated by ';'
    internal func gridPathCellsSize(to destination: H3Cell) throws(SwiftyH3Error) -> Int64 {
                                                                  ^
                                                                  ;
/host/spi-builder-workspace/Sources/SwiftyH3/Traversal/H3Cell+Traversal.swift:91:67: error: expected declaration
    internal func gridPathCellsSize(to destination: H3Cell) throws(SwiftyH3Error) -> Int64 {
                                                                  ^
/host/spi-builder-workspace/Sources/SwiftyH3/Traversal/H3Cell+Traversal.swift:90:1: note: in extension of 'H3Cell'
extension H3Cell {
^
/host/spi-builder-workspace/Sources/SwiftyH3/Traversal/H3Cell+Traversal.swift:117:52: error: consecutive declarations on a line must be separated by ';'
    public func path(to destination: H3Cell) throws(SwiftyH3Error) -> [H3Cell] {
                                                   ^
                                                   ;
/host/spi-builder-workspace/Sources/SwiftyH3/Traversal/H3Cell+Traversal.swift:117:52: error: expected declaration
    public func path(to destination: H3Cell) throws(SwiftyH3Error) -> [H3Cell] {
                                                   ^
/host/spi-builder-workspace/Sources/SwiftyH3/Traversal/H3Cell+Traversal.swift:90:1: note: in extension of 'H3Cell'
extension H3Cell {
^
/host/spi-builder-workspace/Sources/SwiftyH3/Vertices/H3Cell+H3Vertex.swift:12:46: error: consecutive declarations on a line must be separated by ';'
    func vertex(_ vertexNumber: Int32) throws(SwiftyH3Error) -> H3Vertex {
                                             ^
                                             ;
/host/spi-builder-workspace/Sources/SwiftyH3/Vertices/H3Cell+H3Vertex.swift:12:46: error: expected declaration
    func vertex(_ vertexNumber: Int32) throws(SwiftyH3Error) -> H3Vertex {
                                             ^
/host/spi-builder-workspace/Sources/SwiftyH3/Vertices/H3Cell+H3Vertex.swift:4:8: note: in extension of 'H3Cell'
public extension H3Cell {
       ^
/host/spi-builder-workspace/Sources/SwiftyH3/Vertices/H3Cell+H3Vertex.swift:26:19: error: expected '{' to start getter definition
        get throws(SwiftyH3Error) {
                  ^
/host/spi-builder-workspace/Sources/SwiftyH3/Directed Edges/H3DirectedEdge+Indexing.swift:7:19: error: expected '{' to start getter definition
        get throws(SwiftyH3Error) {
                  ^
/host/spi-builder-workspace/Sources/SwiftyH3/Directed Edges/H3DirectedEdge+Traversal.swift:7:19: error: expected '{' to start getter definition
        get throws(SwiftyH3Error) {
                  ^
/host/spi-builder-workspace/Sources/SwiftyH3/Directed Edges/H3DirectedEdge+Traversal.swift:22:19: error: expected '{' to start getter definition
        get throws(SwiftyH3Error) {
                  ^
/host/spi-builder-workspace/Sources/SwiftyH3/Miscellaneous/H3DirectedEdge+Length.swift:8:19: error: expected '{' to start getter definition
        get throws(SwiftyH3Error) {
                  ^
/host/spi-builder-workspace/Sources/SwiftyH3/Miscellaneous/H3DirectedEdge+Length.swift:23:19: error: expected '{' to start getter definition
        get throws(SwiftyH3Error) {
                  ^
/host/spi-builder-workspace/Sources/SwiftyH3/Vertices/H3Vertex+Indexing.swift:7:19: error: expected '{' to start getter definition
        get throws(SwiftyH3Error) {
                  ^
/host/spi-builder-workspace/Sources/SwiftyH3/Hierarchy/H3Cell+Compact.swift:10:19: error: expected '{' to start getter definition
        get throws(SwiftyH3Error) {
                  ^
/host/spi-builder-workspace/Sources/SwiftyH3/Hierarchy/H3Cell+Compact.swift:30:79: error: consecutive declarations on a line must be separated by ';'
    private func uncompactedArraySize(at resolution: H3Cell.Resolution) throws(SwiftyH3Error) -> Int64 {
                                                                              ^
                                                                              ;
/host/spi-builder-workspace/Sources/SwiftyH3/Hierarchy/H3Cell+Compact.swift:30:79: error: expected declaration
    private func uncompactedArraySize(at resolution: H3Cell.Resolution) throws(SwiftyH3Error) -> Int64 {
                                                                              ^
/host/spi-builder-workspace/Sources/SwiftyH3/Hierarchy/H3Cell+Compact.swift:29:1: note: in extension of 'Sequence<H3Cell>'
extension Sequence<H3Cell> {
^
/host/spi-builder-workspace/Sources/SwiftyH3/Hierarchy/H3Cell+Compact.swift:44:69: error: consecutive declarations on a line must be separated by ';'
    public func uncompacted(at resolution: H3Cell.Resolution) throws(SwiftyH3Error) -> [H3Cell] {
                                                                    ^
                                                                    ;
/host/spi-builder-workspace/Sources/SwiftyH3/Hierarchy/H3Cell+Compact.swift:44:69: error: expected declaration
    public func uncompacted(at resolution: H3Cell.Resolution) throws(SwiftyH3Error) -> [H3Cell] {
                                                                    ^
/host/spi-builder-workspace/Sources/SwiftyH3/Hierarchy/H3Cell+Compact.swift:29:1: note: in extension of 'Sequence<H3Cell>'
extension Sequence<H3Cell> {
^
/host/spi-builder-workspace/Sources/SwiftyH3/Regions/H3Cell+H3Polygon.swift:7:19: error: expected '{' to start getter definition
        get throws(SwiftyH3Error) {
                  ^
/host/spi-builder-workspace/Sources/SwiftyH3/Miscellaneous/H3Cell+Res0Cells.swift:20:34: error: value of type 'any Error' has no member 'errorDescription'
                fatalError(error.errorDescription ?? error.localizedDescription)
                           ~~~~~ ^~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftyH3/Miscellaneous/H3CellResolution+Pentagons.swift:20:34: error: value of type 'any Error' has no member 'errorDescription'
                fatalError(error.errorDescription ?? error.localizedDescription)
                           ~~~~~ ^~~~~~~~~~~~~~~~
[68/70] Compiling SwiftyH3 H3Cell+Area.swift
/host/spi-builder-workspace/Sources/SwiftyH3/Inspection/H3Indexable+Inspection.swift:7:19: error: expected '{' to start getter definition
        get throws(SwiftyH3Error) {
                  ^
/host/spi-builder-workspace/Sources/SwiftyH3/Inspection/H3Indexable+LosslessStringConvertible.swift:6:19: error: expected '{' to start getter definition
        get throws(SwiftyH3Error) {
                  ^
/host/spi-builder-workspace/Sources/SwiftyH3/Inspection/H3Indexable+LosslessStringConvertible.swift:21:19: error: expected '{' to start getter definition
        get throws(SwiftyH3Error) {
                  ^
/host/spi-builder-workspace/Sources/SwiftyH3/Miscellaneous/H3Cell+Area.swift:8:19: error: expected '{' to start getter definition
        get throws(SwiftyH3Error) {
                  ^
/host/spi-builder-workspace/Sources/SwiftyH3/Miscellaneous/H3Cell+Area.swift:23:19: error: expected '{' to start getter definition
        get throws(SwiftyH3Error) {
                  ^
/host/spi-builder-workspace/Sources/SwiftyH3/Miscellaneous/H3Cell+Res0Cells.swift:8:16: error: expected '{' after 'do'
            do throws(SwiftyH3Error) {
               ^
/host/spi-builder-workspace/Sources/SwiftyH3/Miscellaneous/H3CellResolution+Pentagons.swift:8:16: error: expected '{' after 'do'
            do throws(SwiftyH3Error) {
               ^
/host/spi-builder-workspace/Sources/SwiftyH3/Directed Edges/H3Cell+Edges.swift:6:53: error: consecutive declarations on a line must be separated by ';'
    func directedEdge(to destination: H3Cell) throws(SwiftyH3Error) -> H3DirectedEdge {
                                                    ^
                                                    ;
/host/spi-builder-workspace/Sources/SwiftyH3/Directed Edges/H3Cell+Edges.swift:6:53: error: expected declaration
    func directedEdge(to destination: H3Cell) throws(SwiftyH3Error) -> H3DirectedEdge {
                                                    ^
/host/spi-builder-workspace/Sources/SwiftyH3/Directed Edges/H3Cell+Edges.swift:4:8: note: in extension of 'H3Cell'
public extension H3Cell {
       ^
/host/spi-builder-workspace/Sources/SwiftyH3/Directed Edges/H3Cell+Edges.swift:33:19: error: expected '{' to start getter definition
        get throws(SwiftyH3Error) {
                  ^
/host/spi-builder-workspace/Sources/SwiftyH3/Directed Edges/H3Cell+Neighbors.swift:7:51: error: consecutive declarations on a line must be separated by ';'
    func isNeighbor(of anotherCell: H3Cell) throws(SwiftyH3Error) -> Bool {
                                                  ^
                                                  ;
/host/spi-builder-workspace/Sources/SwiftyH3/Directed Edges/H3Cell+Neighbors.swift:7:51: error: expected declaration
    func isNeighbor(of anotherCell: H3Cell) throws(SwiftyH3Error) -> Bool {
                                                  ^
/host/spi-builder-workspace/Sources/SwiftyH3/Directed Edges/H3Cell+Neighbors.swift:4:8: note: in extension of 'H3Cell'
public extension H3Cell {
       ^
/host/spi-builder-workspace/Sources/SwiftyH3/Hierarchy/H3Cell+ChildrenCollection.swift:71:54: error: consecutive declarations on a line must be separated by ';'
    func childrenSize(at childRes: Resolution) throws(SwiftyH3Error) -> Int64 {
                                                     ^
                                                     ;
/host/spi-builder-workspace/Sources/SwiftyH3/Hierarchy/H3Cell+ChildrenCollection.swift:71:54: error: expected declaration
    func childrenSize(at childRes: Resolution) throws(SwiftyH3Error) -> Int64 {
                                                     ^
/host/spi-builder-workspace/Sources/SwiftyH3/Hierarchy/H3Cell+ChildrenCollection.swift:70:10: note: in extension of 'H3Cell'
internal extension H3Cell {
         ^
/host/spi-builder-workspace/Sources/SwiftyH3/Hierarchy/H3Cell+ChildrenCollection.swift:83:60: error: consecutive declarations on a line must be separated by ';'
    func centerChild(at childRes: Resolution? = nil) throws(SwiftyH3Error) -> H3Cell {
                                                           ^
                                                           ;
/host/spi-builder-workspace/Sources/SwiftyH3/Hierarchy/H3Cell+ChildrenCollection.swift:83:60: error: expected declaration
    func centerChild(at childRes: Resolution? = nil) throws(SwiftyH3Error) -> H3Cell {
                                                           ^
/host/spi-builder-workspace/Sources/SwiftyH3/Hierarchy/H3Cell+ChildrenCollection.swift:70:10: note: in extension of 'H3Cell'
internal extension H3Cell {
         ^
/host/spi-builder-workspace/Sources/SwiftyH3/Hierarchy/H3Cell+ChildrenCollection.swift:102:80: error: consecutive declarations on a line must be separated by ';'
    func child(at childRes: Resolution? = nil, position childPos: Int64) throws(SwiftyH3Error) -> H3Cell {
                                                                               ^
                                                                               ;
/host/spi-builder-workspace/Sources/SwiftyH3/Hierarchy/H3Cell+ChildrenCollection.swift:102:80: error: expected declaration
    func child(at childRes: Resolution? = nil, position childPos: Int64) throws(SwiftyH3Error) -> H3Cell {
                                                                               ^
/host/spi-builder-workspace/Sources/SwiftyH3/Hierarchy/H3Cell+ChildrenCollection.swift:70:10: note: in extension of 'H3Cell'
internal extension H3Cell {
         ^
/host/spi-builder-workspace/Sources/SwiftyH3/Hierarchy/H3Cell+Hierarchy.swift:13:63: error: consecutive declarations on a line must be separated by ';'
    public func parent(at parentRes: Resolution? = nil) throws(SwiftyH3Error) -> H3Cell {
                                                              ^
                                                              ;
/host/spi-builder-workspace/Sources/SwiftyH3/Hierarchy/H3Cell+Hierarchy.swift:13:63: error: expected declaration
    public func parent(at parentRes: Resolution? = nil) throws(SwiftyH3Error) -> H3Cell {
                                                              ^
/host/spi-builder-workspace/Sources/SwiftyH3/Hierarchy/H3Cell+Hierarchy.swift:4:1: note: in extension of 'H3Cell'
extension H3Cell {
^
/host/spi-builder-workspace/Sources/SwiftyH3/Hierarchy/H3Cell+Hierarchy.swift:49:64: error: consecutive declarations on a line must be separated by ';'
    public func children(at childRes: Resolution? = nil) throws(SwiftyH3Error) -> H3Cell.ChildrenCollection {
                                                               ^
                                                               ;
/host/spi-builder-workspace/Sources/SwiftyH3/Hierarchy/H3Cell+Hierarchy.swift:49:64: error: expected declaration
    public func children(at childRes: Resolution? = nil) throws(SwiftyH3Error) -> H3Cell.ChildrenCollection {
                                                               ^
/host/spi-builder-workspace/Sources/SwiftyH3/Hierarchy/H3Cell+Hierarchy.swift:39:1: note: in extension of 'H3Cell'
extension H3Cell {
^
/host/spi-builder-workspace/Sources/SwiftyH3/Indexing/H3Cell+Indexing.swift:7:19: error: expected '{' to start getter definition
        get throws(SwiftyH3Error) {
                  ^
/host/spi-builder-workspace/Sources/SwiftyH3/Indexing/H3Cell+Indexing.swift:21:19: error: expected '{' to start getter definition
        get throws(SwiftyH3Error) {
                  ^
/host/spi-builder-workspace/Sources/SwiftyH3/Traversal/H3Cell+Traversal.swift:7:60: error: consecutive declarations on a line must be separated by ';'
    public func gridDistance(to destination: H3Cell) throws(SwiftyH3Error) -> Int64 {
                                                           ^
                                                           ;
/host/spi-builder-workspace/Sources/SwiftyH3/Traversal/H3Cell+Traversal.swift:7:60: error: expected declaration
    public func gridDistance(to destination: H3Cell) throws(SwiftyH3Error) -> Int64 {
                                                           ^
/host/spi-builder-workspace/Sources/SwiftyH3/Traversal/H3Cell+Traversal.swift:4:1: note: in extension of 'H3Cell'
extension H3Cell {
^
/host/spi-builder-workspace/Sources/SwiftyH3/Traversal/H3Cell+Traversal.swift:20:65: error: consecutive declarations on a line must be separated by ';'
    internal static func maxGridRingSize(distance: Int32) throws(SwiftyH3Error) -> Int64 {
                                                                ^
                                                                ;
/host/spi-builder-workspace/Sources/SwiftyH3/Traversal/H3Cell+Traversal.swift:20:65: error: expected declaration
    internal static func maxGridRingSize(distance: Int32) throws(SwiftyH3Error) -> Int64 {
                                                                ^
/host/spi-builder-workspace/Sources/SwiftyH3/Traversal/H3Cell+Traversal.swift:19:1: note: in extension of 'H3Cell'
extension H3Cell {
^
/host/spi-builder-workspace/Sources/SwiftyH3/Traversal/H3Cell+Traversal.swift:30:65: error: consecutive declarations on a line must be separated by ';'
    internal static func maxGridDiskSize(distance: Int32) throws(SwiftyH3Error) -> Int64 {
                                                                ^
                                                                ;
/host/spi-builder-workspace/Sources/SwiftyH3/Traversal/H3Cell+Traversal.swift:30:65: error: expected declaration
    internal static func maxGridDiskSize(distance: Int32) throws(SwiftyH3Error) -> Int64 {
                                                                ^
/host/spi-builder-workspace/Sources/SwiftyH3/Traversal/H3Cell+Traversal.swift:19:1: note: in extension of 'H3Cell'
extension H3Cell {
^
/host/spi-builder-workspace/Sources/SwiftyH3/Traversal/H3Cell+Traversal.swift:49:53: error: consecutive declarations on a line must be separated by ';'
    public func gridRing(distance: Int32 = 1) throws(SwiftyH3Error) -> [H3Cell] {
                                                    ^
                                                    ;
/host/spi-builder-workspace/Sources/SwiftyH3/Traversal/H3Cell+Traversal.swift:49:53: error: expected declaration
    public func gridRing(distance: Int32 = 1) throws(SwiftyH3Error) -> [H3Cell] {
                                                    ^
/host/spi-builder-workspace/Sources/SwiftyH3/Traversal/H3Cell+Traversal.swift:41:1: note: in extension of 'H3Cell'
extension H3Cell {
^
/host/spi-builder-workspace/Sources/SwiftyH3/Traversal/H3Cell+Traversal.swift:74:49: error: consecutive declarations on a line must be separated by ';'
    public func gridDisk(distance: Int32) throws(SwiftyH3Error) -> [H3Cell] {
                                                ^
                                                ;
/host/spi-builder-workspace/Sources/SwiftyH3/Traversal/H3Cell+Traversal.swift:74:49: error: expected declaration
    public func gridDisk(distance: Int32) throws(SwiftyH3Error) -> [H3Cell] {
                                                ^
/host/spi-builder-workspace/Sources/SwiftyH3/Traversal/H3Cell+Traversal.swift:41:1: note: in extension of 'H3Cell'
extension H3Cell {
^
/host/spi-builder-workspace/Sources/SwiftyH3/Traversal/H3Cell+Traversal.swift:91:67: error: consecutive declarations on a line must be separated by ';'
    internal func gridPathCellsSize(to destination: H3Cell) throws(SwiftyH3Error) -> Int64 {
                                                                  ^
                                                                  ;
/host/spi-builder-workspace/Sources/SwiftyH3/Traversal/H3Cell+Traversal.swift:91:67: error: expected declaration
    internal func gridPathCellsSize(to destination: H3Cell) throws(SwiftyH3Error) -> Int64 {
                                                                  ^
/host/spi-builder-workspace/Sources/SwiftyH3/Traversal/H3Cell+Traversal.swift:90:1: note: in extension of 'H3Cell'
extension H3Cell {
^
/host/spi-builder-workspace/Sources/SwiftyH3/Traversal/H3Cell+Traversal.swift:117:52: error: consecutive declarations on a line must be separated by ';'
    public func path(to destination: H3Cell) throws(SwiftyH3Error) -> [H3Cell] {
                                                   ^
                                                   ;
/host/spi-builder-workspace/Sources/SwiftyH3/Traversal/H3Cell+Traversal.swift:117:52: error: expected declaration
    public func path(to destination: H3Cell) throws(SwiftyH3Error) -> [H3Cell] {
                                                   ^
/host/spi-builder-workspace/Sources/SwiftyH3/Traversal/H3Cell+Traversal.swift:90:1: note: in extension of 'H3Cell'
extension H3Cell {
^
/host/spi-builder-workspace/Sources/SwiftyH3/Vertices/H3Cell+H3Vertex.swift:12:46: error: consecutive declarations on a line must be separated by ';'
    func vertex(_ vertexNumber: Int32) throws(SwiftyH3Error) -> H3Vertex {
                                             ^
                                             ;
/host/spi-builder-workspace/Sources/SwiftyH3/Vertices/H3Cell+H3Vertex.swift:12:46: error: expected declaration
    func vertex(_ vertexNumber: Int32) throws(SwiftyH3Error) -> H3Vertex {
                                             ^
/host/spi-builder-workspace/Sources/SwiftyH3/Vertices/H3Cell+H3Vertex.swift:4:8: note: in extension of 'H3Cell'
public extension H3Cell {
       ^
/host/spi-builder-workspace/Sources/SwiftyH3/Vertices/H3Cell+H3Vertex.swift:26:19: error: expected '{' to start getter definition
        get throws(SwiftyH3Error) {
                  ^
/host/spi-builder-workspace/Sources/SwiftyH3/Directed Edges/H3DirectedEdge+Indexing.swift:7:19: error: expected '{' to start getter definition
        get throws(SwiftyH3Error) {
                  ^
/host/spi-builder-workspace/Sources/SwiftyH3/Directed Edges/H3DirectedEdge+Traversal.swift:7:19: error: expected '{' to start getter definition
        get throws(SwiftyH3Error) {
                  ^
/host/spi-builder-workspace/Sources/SwiftyH3/Directed Edges/H3DirectedEdge+Traversal.swift:22:19: error: expected '{' to start getter definition
        get throws(SwiftyH3Error) {
                  ^
/host/spi-builder-workspace/Sources/SwiftyH3/Miscellaneous/H3DirectedEdge+Length.swift:8:19: error: expected '{' to start getter definition
        get throws(SwiftyH3Error) {
                  ^
/host/spi-builder-workspace/Sources/SwiftyH3/Miscellaneous/H3DirectedEdge+Length.swift:23:19: error: expected '{' to start getter definition
        get throws(SwiftyH3Error) {
                  ^
/host/spi-builder-workspace/Sources/SwiftyH3/Vertices/H3Vertex+Indexing.swift:7:19: error: expected '{' to start getter definition
        get throws(SwiftyH3Error) {
                  ^
/host/spi-builder-workspace/Sources/SwiftyH3/Hierarchy/H3Cell+Compact.swift:10:19: error: expected '{' to start getter definition
        get throws(SwiftyH3Error) {
                  ^
/host/spi-builder-workspace/Sources/SwiftyH3/Hierarchy/H3Cell+Compact.swift:30:79: error: consecutive declarations on a line must be separated by ';'
    private func uncompactedArraySize(at resolution: H3Cell.Resolution) throws(SwiftyH3Error) -> Int64 {
                                                                              ^
                                                                              ;
/host/spi-builder-workspace/Sources/SwiftyH3/Hierarchy/H3Cell+Compact.swift:30:79: error: expected declaration
    private func uncompactedArraySize(at resolution: H3Cell.Resolution) throws(SwiftyH3Error) -> Int64 {
                                                                              ^
/host/spi-builder-workspace/Sources/SwiftyH3/Hierarchy/H3Cell+Compact.swift:29:1: note: in extension of 'Sequence<H3Cell>'
extension Sequence<H3Cell> {
^
/host/spi-builder-workspace/Sources/SwiftyH3/Hierarchy/H3Cell+Compact.swift:44:69: error: consecutive declarations on a line must be separated by ';'
    public func uncompacted(at resolution: H3Cell.Resolution) throws(SwiftyH3Error) -> [H3Cell] {
                                                                    ^
                                                                    ;
/host/spi-builder-workspace/Sources/SwiftyH3/Hierarchy/H3Cell+Compact.swift:44:69: error: expected declaration
    public func uncompacted(at resolution: H3Cell.Resolution) throws(SwiftyH3Error) -> [H3Cell] {
                                                                    ^
/host/spi-builder-workspace/Sources/SwiftyH3/Hierarchy/H3Cell+Compact.swift:29:1: note: in extension of 'Sequence<H3Cell>'
extension Sequence<H3Cell> {
^
/host/spi-builder-workspace/Sources/SwiftyH3/Regions/H3Cell+H3Polygon.swift:7:19: error: expected '{' to start getter definition
        get throws(SwiftyH3Error) {
                  ^
/host/spi-builder-workspace/Sources/SwiftyH3/Miscellaneous/H3Cell+Res0Cells.swift:20:34: error: value of type 'any Error' has no member 'errorDescription'
                fatalError(error.errorDescription ?? error.localizedDescription)
                           ~~~~~ ^~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftyH3/Miscellaneous/H3CellResolution+Pentagons.swift:20:34: error: value of type 'any Error' has no member 'errorDescription'
                fatalError(error.errorDescription ?? error.localizedDescription)
                           ~~~~~ ^~~~~~~~~~~~~~~~
[69/70] Compiling SwiftyH3 H3Cell+Res0Cells.swift
/host/spi-builder-workspace/Sources/SwiftyH3/Inspection/H3Indexable+Inspection.swift:7:19: error: expected '{' to start getter definition
        get throws(SwiftyH3Error) {
                  ^
/host/spi-builder-workspace/Sources/SwiftyH3/Inspection/H3Indexable+LosslessStringConvertible.swift:6:19: error: expected '{' to start getter definition
        get throws(SwiftyH3Error) {
                  ^
/host/spi-builder-workspace/Sources/SwiftyH3/Inspection/H3Indexable+LosslessStringConvertible.swift:21:19: error: expected '{' to start getter definition
        get throws(SwiftyH3Error) {
                  ^
/host/spi-builder-workspace/Sources/SwiftyH3/Miscellaneous/H3Cell+Area.swift:8:19: error: expected '{' to start getter definition
        get throws(SwiftyH3Error) {
                  ^
/host/spi-builder-workspace/Sources/SwiftyH3/Miscellaneous/H3Cell+Area.swift:23:19: error: expected '{' to start getter definition
        get throws(SwiftyH3Error) {
                  ^
/host/spi-builder-workspace/Sources/SwiftyH3/Miscellaneous/H3Cell+Res0Cells.swift:8:16: error: expected '{' after 'do'
            do throws(SwiftyH3Error) {
               ^
/host/spi-builder-workspace/Sources/SwiftyH3/Miscellaneous/H3CellResolution+Pentagons.swift:8:16: error: expected '{' after 'do'
            do throws(SwiftyH3Error) {
               ^
/host/spi-builder-workspace/Sources/SwiftyH3/Directed Edges/H3Cell+Edges.swift:6:53: error: consecutive declarations on a line must be separated by ';'
    func directedEdge(to destination: H3Cell) throws(SwiftyH3Error) -> H3DirectedEdge {
                                                    ^
                                                    ;
/host/spi-builder-workspace/Sources/SwiftyH3/Directed Edges/H3Cell+Edges.swift:6:53: error: expected declaration
    func directedEdge(to destination: H3Cell) throws(SwiftyH3Error) -> H3DirectedEdge {
                                                    ^
/host/spi-builder-workspace/Sources/SwiftyH3/Directed Edges/H3Cell+Edges.swift:4:8: note: in extension of 'H3Cell'
public extension H3Cell {
       ^
/host/spi-builder-workspace/Sources/SwiftyH3/Directed Edges/H3Cell+Edges.swift:33:19: error: expected '{' to start getter definition
        get throws(SwiftyH3Error) {
                  ^
/host/spi-builder-workspace/Sources/SwiftyH3/Directed Edges/H3Cell+Neighbors.swift:7:51: error: consecutive declarations on a line must be separated by ';'
    func isNeighbor(of anotherCell: H3Cell) throws(SwiftyH3Error) -> Bool {
                                                  ^
                                                  ;
/host/spi-builder-workspace/Sources/SwiftyH3/Directed Edges/H3Cell+Neighbors.swift:7:51: error: expected declaration
    func isNeighbor(of anotherCell: H3Cell) throws(SwiftyH3Error) -> Bool {
                                                  ^
/host/spi-builder-workspace/Sources/SwiftyH3/Directed Edges/H3Cell+Neighbors.swift:4:8: note: in extension of 'H3Cell'
public extension H3Cell {
       ^
/host/spi-builder-workspace/Sources/SwiftyH3/Hierarchy/H3Cell+ChildrenCollection.swift:71:54: error: consecutive declarations on a line must be separated by ';'
    func childrenSize(at childRes: Resolution) throws(SwiftyH3Error) -> Int64 {
                                                     ^
                                                     ;
/host/spi-builder-workspace/Sources/SwiftyH3/Hierarchy/H3Cell+ChildrenCollection.swift:71:54: error: expected declaration
    func childrenSize(at childRes: Resolution) throws(SwiftyH3Error) -> Int64 {
                                                     ^
/host/spi-builder-workspace/Sources/SwiftyH3/Hierarchy/H3Cell+ChildrenCollection.swift:70:10: note: in extension of 'H3Cell'
internal extension H3Cell {
         ^
/host/spi-builder-workspace/Sources/SwiftyH3/Hierarchy/H3Cell+ChildrenCollection.swift:83:60: error: consecutive declarations on a line must be separated by ';'
    func centerChild(at childRes: Resolution? = nil) throws(SwiftyH3Error) -> H3Cell {
                                                           ^
                                                           ;
/host/spi-builder-workspace/Sources/SwiftyH3/Hierarchy/H3Cell+ChildrenCollection.swift:83:60: error: expected declaration
    func centerChild(at childRes: Resolution? = nil) throws(SwiftyH3Error) -> H3Cell {
                                                           ^
/host/spi-builder-workspace/Sources/SwiftyH3/Hierarchy/H3Cell+ChildrenCollection.swift:70:10: note: in extension of 'H3Cell'
internal extension H3Cell {
         ^
/host/spi-builder-workspace/Sources/SwiftyH3/Hierarchy/H3Cell+ChildrenCollection.swift:102:80: error: consecutive declarations on a line must be separated by ';'
    func child(at childRes: Resolution? = nil, position childPos: Int64) throws(SwiftyH3Error) -> H3Cell {
                                                                               ^
                                                                               ;
/host/spi-builder-workspace/Sources/SwiftyH3/Hierarchy/H3Cell+ChildrenCollection.swift:102:80: error: expected declaration
    func child(at childRes: Resolution? = nil, position childPos: Int64) throws(SwiftyH3Error) -> H3Cell {
                                                                               ^
/host/spi-builder-workspace/Sources/SwiftyH3/Hierarchy/H3Cell+ChildrenCollection.swift:70:10: note: in extension of 'H3Cell'
internal extension H3Cell {
         ^
/host/spi-builder-workspace/Sources/SwiftyH3/Hierarchy/H3Cell+Hierarchy.swift:13:63: error: consecutive declarations on a line must be separated by ';'
    public func parent(at parentRes: Resolution? = nil) throws(SwiftyH3Error) -> H3Cell {
                                                              ^
                                                              ;
/host/spi-builder-workspace/Sources/SwiftyH3/Hierarchy/H3Cell+Hierarchy.swift:13:63: error: expected declaration
    public func parent(at parentRes: Resolution? = nil) throws(SwiftyH3Error) -> H3Cell {
                                                              ^
/host/spi-builder-workspace/Sources/SwiftyH3/Hierarchy/H3Cell+Hierarchy.swift:4:1: note: in extension of 'H3Cell'
extension H3Cell {
^
/host/spi-builder-workspace/Sources/SwiftyH3/Hierarchy/H3Cell+Hierarchy.swift:49:64: error: consecutive declarations on a line must be separated by ';'
    public func children(at childRes: Resolution? = nil) throws(SwiftyH3Error) -> H3Cell.ChildrenCollection {
                                                               ^
                                                               ;
/host/spi-builder-workspace/Sources/SwiftyH3/Hierarchy/H3Cell+Hierarchy.swift:49:64: error: expected declaration
    public func children(at childRes: Resolution? = nil) throws(SwiftyH3Error) -> H3Cell.ChildrenCollection {
                                                               ^
/host/spi-builder-workspace/Sources/SwiftyH3/Hierarchy/H3Cell+Hierarchy.swift:39:1: note: in extension of 'H3Cell'
extension H3Cell {
^
/host/spi-builder-workspace/Sources/SwiftyH3/Indexing/H3Cell+Indexing.swift:7:19: error: expected '{' to start getter definition
        get throws(SwiftyH3Error) {
                  ^
/host/spi-builder-workspace/Sources/SwiftyH3/Indexing/H3Cell+Indexing.swift:21:19: error: expected '{' to start getter definition
        get throws(SwiftyH3Error) {
                  ^
/host/spi-builder-workspace/Sources/SwiftyH3/Traversal/H3Cell+Traversal.swift:7:60: error: consecutive declarations on a line must be separated by ';'
    public func gridDistance(to destination: H3Cell) throws(SwiftyH3Error) -> Int64 {
                                                           ^
                                                           ;
/host/spi-builder-workspace/Sources/SwiftyH3/Traversal/H3Cell+Traversal.swift:7:60: error: expected declaration
    public func gridDistance(to destination: H3Cell) throws(SwiftyH3Error) -> Int64 {
                                                           ^
/host/spi-builder-workspace/Sources/SwiftyH3/Traversal/H3Cell+Traversal.swift:4:1: note: in extension of 'H3Cell'
extension H3Cell {
^
/host/spi-builder-workspace/Sources/SwiftyH3/Traversal/H3Cell+Traversal.swift:20:65: error: consecutive declarations on a line must be separated by ';'
    internal static func maxGridRingSize(distance: Int32) throws(SwiftyH3Error) -> Int64 {
                                                                ^
                                                                ;
/host/spi-builder-workspace/Sources/SwiftyH3/Traversal/H3Cell+Traversal.swift:20:65: error: expected declaration
    internal static func maxGridRingSize(distance: Int32) throws(SwiftyH3Error) -> Int64 {
                                                                ^
/host/spi-builder-workspace/Sources/SwiftyH3/Traversal/H3Cell+Traversal.swift:19:1: note: in extension of 'H3Cell'
extension H3Cell {
^
/host/spi-builder-workspace/Sources/SwiftyH3/Traversal/H3Cell+Traversal.swift:30:65: error: consecutive declarations on a line must be separated by ';'
    internal static func maxGridDiskSize(distance: Int32) throws(SwiftyH3Error) -> Int64 {
                                                                ^
                                                                ;
/host/spi-builder-workspace/Sources/SwiftyH3/Traversal/H3Cell+Traversal.swift:30:65: error: expected declaration
    internal static func maxGridDiskSize(distance: Int32) throws(SwiftyH3Error) -> Int64 {
                                                                ^
/host/spi-builder-workspace/Sources/SwiftyH3/Traversal/H3Cell+Traversal.swift:19:1: note: in extension of 'H3Cell'
extension H3Cell {
^
/host/spi-builder-workspace/Sources/SwiftyH3/Traversal/H3Cell+Traversal.swift:49:53: error: consecutive declarations on a line must be separated by ';'
    public func gridRing(distance: Int32 = 1) throws(SwiftyH3Error) -> [H3Cell] {
                                                    ^
                                                    ;
/host/spi-builder-workspace/Sources/SwiftyH3/Traversal/H3Cell+Traversal.swift:49:53: error: expected declaration
    public func gridRing(distance: Int32 = 1) throws(SwiftyH3Error) -> [H3Cell] {
                                                    ^
/host/spi-builder-workspace/Sources/SwiftyH3/Traversal/H3Cell+Traversal.swift:41:1: note: in extension of 'H3Cell'
extension H3Cell {
^
/host/spi-builder-workspace/Sources/SwiftyH3/Traversal/H3Cell+Traversal.swift:74:49: error: consecutive declarations on a line must be separated by ';'
    public func gridDisk(distance: Int32) throws(SwiftyH3Error) -> [H3Cell] {
                                                ^
                                                ;
/host/spi-builder-workspace/Sources/SwiftyH3/Traversal/H3Cell+Traversal.swift:74:49: error: expected declaration
    public func gridDisk(distance: Int32) throws(SwiftyH3Error) -> [H3Cell] {
                                                ^
/host/spi-builder-workspace/Sources/SwiftyH3/Traversal/H3Cell+Traversal.swift:41:1: note: in extension of 'H3Cell'
extension H3Cell {
^
/host/spi-builder-workspace/Sources/SwiftyH3/Traversal/H3Cell+Traversal.swift:91:67: error: consecutive declarations on a line must be separated by ';'
    internal func gridPathCellsSize(to destination: H3Cell) throws(SwiftyH3Error) -> Int64 {
                                                                  ^
                                                                  ;
/host/spi-builder-workspace/Sources/SwiftyH3/Traversal/H3Cell+Traversal.swift:91:67: error: expected declaration
    internal func gridPathCellsSize(to destination: H3Cell) throws(SwiftyH3Error) -> Int64 {
                                                                  ^
/host/spi-builder-workspace/Sources/SwiftyH3/Traversal/H3Cell+Traversal.swift:90:1: note: in extension of 'H3Cell'
extension H3Cell {
^
/host/spi-builder-workspace/Sources/SwiftyH3/Traversal/H3Cell+Traversal.swift:117:52: error: consecutive declarations on a line must be separated by ';'
    public func path(to destination: H3Cell) throws(SwiftyH3Error) -> [H3Cell] {
                                                   ^
                                                   ;
/host/spi-builder-workspace/Sources/SwiftyH3/Traversal/H3Cell+Traversal.swift:117:52: error: expected declaration
    public func path(to destination: H3Cell) throws(SwiftyH3Error) -> [H3Cell] {
                                                   ^
/host/spi-builder-workspace/Sources/SwiftyH3/Traversal/H3Cell+Traversal.swift:90:1: note: in extension of 'H3Cell'
extension H3Cell {
^
/host/spi-builder-workspace/Sources/SwiftyH3/Vertices/H3Cell+H3Vertex.swift:12:46: error: consecutive declarations on a line must be separated by ';'
    func vertex(_ vertexNumber: Int32) throws(SwiftyH3Error) -> H3Vertex {
                                             ^
                                             ;
/host/spi-builder-workspace/Sources/SwiftyH3/Vertices/H3Cell+H3Vertex.swift:12:46: error: expected declaration
    func vertex(_ vertexNumber: Int32) throws(SwiftyH3Error) -> H3Vertex {
                                             ^
/host/spi-builder-workspace/Sources/SwiftyH3/Vertices/H3Cell+H3Vertex.swift:4:8: note: in extension of 'H3Cell'
public extension H3Cell {
       ^
/host/spi-builder-workspace/Sources/SwiftyH3/Vertices/H3Cell+H3Vertex.swift:26:19: error: expected '{' to start getter definition
        get throws(SwiftyH3Error) {
                  ^
/host/spi-builder-workspace/Sources/SwiftyH3/Directed Edges/H3DirectedEdge+Indexing.swift:7:19: error: expected '{' to start getter definition
        get throws(SwiftyH3Error) {
                  ^
/host/spi-builder-workspace/Sources/SwiftyH3/Directed Edges/H3DirectedEdge+Traversal.swift:7:19: error: expected '{' to start getter definition
        get throws(SwiftyH3Error) {
                  ^
/host/spi-builder-workspace/Sources/SwiftyH3/Directed Edges/H3DirectedEdge+Traversal.swift:22:19: error: expected '{' to start getter definition
        get throws(SwiftyH3Error) {
                  ^
/host/spi-builder-workspace/Sources/SwiftyH3/Miscellaneous/H3DirectedEdge+Length.swift:8:19: error: expected '{' to start getter definition
        get throws(SwiftyH3Error) {
                  ^
/host/spi-builder-workspace/Sources/SwiftyH3/Miscellaneous/H3DirectedEdge+Length.swift:23:19: error: expected '{' to start getter definition
        get throws(SwiftyH3Error) {
                  ^
/host/spi-builder-workspace/Sources/SwiftyH3/Vertices/H3Vertex+Indexing.swift:7:19: error: expected '{' to start getter definition
        get throws(SwiftyH3Error) {
                  ^
/host/spi-builder-workspace/Sources/SwiftyH3/Hierarchy/H3Cell+Compact.swift:10:19: error: expected '{' to start getter definition
        get throws(SwiftyH3Error) {
                  ^
/host/spi-builder-workspace/Sources/SwiftyH3/Hierarchy/H3Cell+Compact.swift:30:79: error: consecutive declarations on a line must be separated by ';'
    private func uncompactedArraySize(at resolution: H3Cell.Resolution) throws(SwiftyH3Error) -> Int64 {
                                                                              ^
                                                                              ;
/host/spi-builder-workspace/Sources/SwiftyH3/Hierarchy/H3Cell+Compact.swift:30:79: error: expected declaration
    private func uncompactedArraySize(at resolution: H3Cell.Resolution) throws(SwiftyH3Error) -> Int64 {
                                                                              ^
/host/spi-builder-workspace/Sources/SwiftyH3/Hierarchy/H3Cell+Compact.swift:29:1: note: in extension of 'Sequence<H3Cell>'
extension Sequence<H3Cell> {
^
/host/spi-builder-workspace/Sources/SwiftyH3/Hierarchy/H3Cell+Compact.swift:44:69: error: consecutive declarations on a line must be separated by ';'
    public func uncompacted(at resolution: H3Cell.Resolution) throws(SwiftyH3Error) -> [H3Cell] {
                                                                    ^
                                                                    ;
/host/spi-builder-workspace/Sources/SwiftyH3/Hierarchy/H3Cell+Compact.swift:44:69: error: expected declaration
    public func uncompacted(at resolution: H3Cell.Resolution) throws(SwiftyH3Error) -> [H3Cell] {
                                                                    ^
/host/spi-builder-workspace/Sources/SwiftyH3/Hierarchy/H3Cell+Compact.swift:29:1: note: in extension of 'Sequence<H3Cell>'
extension Sequence<H3Cell> {
^
/host/spi-builder-workspace/Sources/SwiftyH3/Regions/H3Cell+H3Polygon.swift:7:19: error: expected '{' to start getter definition
        get throws(SwiftyH3Error) {
                  ^
/host/spi-builder-workspace/Sources/SwiftyH3/Miscellaneous/H3Cell+Res0Cells.swift:20:34: error: value of type 'any Error' has no member 'errorDescription'
                fatalError(error.errorDescription ?? error.localizedDescription)
                           ~~~~~ ^~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftyH3/Miscellaneous/H3CellResolution+Pentagons.swift:20:34: error: value of type 'any Error' has no member 'errorDescription'
                fatalError(error.errorDescription ?? error.localizedDescription)
                           ~~~~~ ^~~~~~~~~~~~~~~~
[70/70] Compiling SwiftyH3 H3CellResolution+Pentagons.swift
/host/spi-builder-workspace/Sources/SwiftyH3/Inspection/H3Indexable+Inspection.swift:7:19: error: expected '{' to start getter definition
        get throws(SwiftyH3Error) {
                  ^
/host/spi-builder-workspace/Sources/SwiftyH3/Inspection/H3Indexable+LosslessStringConvertible.swift:6:19: error: expected '{' to start getter definition
        get throws(SwiftyH3Error) {
                  ^
/host/spi-builder-workspace/Sources/SwiftyH3/Inspection/H3Indexable+LosslessStringConvertible.swift:21:19: error: expected '{' to start getter definition
        get throws(SwiftyH3Error) {
                  ^
/host/spi-builder-workspace/Sources/SwiftyH3/Miscellaneous/H3Cell+Area.swift:8:19: error: expected '{' to start getter definition
        get throws(SwiftyH3Error) {
                  ^
/host/spi-builder-workspace/Sources/SwiftyH3/Miscellaneous/H3Cell+Area.swift:23:19: error: expected '{' to start getter definition
        get throws(SwiftyH3Error) {
                  ^
/host/spi-builder-workspace/Sources/SwiftyH3/Miscellaneous/H3Cell+Res0Cells.swift:8:16: error: expected '{' after 'do'
            do throws(SwiftyH3Error) {
               ^
/host/spi-builder-workspace/Sources/SwiftyH3/Miscellaneous/H3CellResolution+Pentagons.swift:8:16: error: expected '{' after 'do'
            do throws(SwiftyH3Error) {
               ^
/host/spi-builder-workspace/Sources/SwiftyH3/Directed Edges/H3Cell+Edges.swift:6:53: error: consecutive declarations on a line must be separated by ';'
    func directedEdge(to destination: H3Cell) throws(SwiftyH3Error) -> H3DirectedEdge {
                                                    ^
                                                    ;
/host/spi-builder-workspace/Sources/SwiftyH3/Directed Edges/H3Cell+Edges.swift:6:53: error: expected declaration
    func directedEdge(to destination: H3Cell) throws(SwiftyH3Error) -> H3DirectedEdge {
                                                    ^
/host/spi-builder-workspace/Sources/SwiftyH3/Directed Edges/H3Cell+Edges.swift:4:8: note: in extension of 'H3Cell'
public extension H3Cell {
       ^
/host/spi-builder-workspace/Sources/SwiftyH3/Directed Edges/H3Cell+Edges.swift:33:19: error: expected '{' to start getter definition
        get throws(SwiftyH3Error) {
                  ^
/host/spi-builder-workspace/Sources/SwiftyH3/Directed Edges/H3Cell+Neighbors.swift:7:51: error: consecutive declarations on a line must be separated by ';'
    func isNeighbor(of anotherCell: H3Cell) throws(SwiftyH3Error) -> Bool {
                                                  ^
                                                  ;
/host/spi-builder-workspace/Sources/SwiftyH3/Directed Edges/H3Cell+Neighbors.swift:7:51: error: expected declaration
    func isNeighbor(of anotherCell: H3Cell) throws(SwiftyH3Error) -> Bool {
                                                  ^
/host/spi-builder-workspace/Sources/SwiftyH3/Directed Edges/H3Cell+Neighbors.swift:4:8: note: in extension of 'H3Cell'
public extension H3Cell {
       ^
/host/spi-builder-workspace/Sources/SwiftyH3/Hierarchy/H3Cell+ChildrenCollection.swift:71:54: error: consecutive declarations on a line must be separated by ';'
    func childrenSize(at childRes: Resolution) throws(SwiftyH3Error) -> Int64 {
                                                     ^
                                                     ;
/host/spi-builder-workspace/Sources/SwiftyH3/Hierarchy/H3Cell+ChildrenCollection.swift:71:54: error: expected declaration
    func childrenSize(at childRes: Resolution) throws(SwiftyH3Error) -> Int64 {
                                                     ^
/host/spi-builder-workspace/Sources/SwiftyH3/Hierarchy/H3Cell+ChildrenCollection.swift:70:10: note: in extension of 'H3Cell'
internal extension H3Cell {
         ^
/host/spi-builder-workspace/Sources/SwiftyH3/Hierarchy/H3Cell+ChildrenCollection.swift:83:60: error: consecutive declarations on a line must be separated by ';'
    func centerChild(at childRes: Resolution? = nil) throws(SwiftyH3Error) -> H3Cell {
                                                           ^
                                                           ;
/host/spi-builder-workspace/Sources/SwiftyH3/Hierarchy/H3Cell+ChildrenCollection.swift:83:60: error: expected declaration
    func centerChild(at childRes: Resolution? = nil) throws(SwiftyH3Error) -> H3Cell {
                                                           ^
/host/spi-builder-workspace/Sources/SwiftyH3/Hierarchy/H3Cell+ChildrenCollection.swift:70:10: note: in extension of 'H3Cell'
internal extension H3Cell {
         ^
/host/spi-builder-workspace/Sources/SwiftyH3/Hierarchy/H3Cell+ChildrenCollection.swift:102:80: error: consecutive declarations on a line must be separated by ';'
    func child(at childRes: Resolution? = nil, position childPos: Int64) throws(SwiftyH3Error) -> H3Cell {
                                                                               ^
                                                                               ;
/host/spi-builder-workspace/Sources/SwiftyH3/Hierarchy/H3Cell+ChildrenCollection.swift:102:80: error: expected declaration
    func child(at childRes: Resolution? = nil, position childPos: Int64) throws(SwiftyH3Error) -> H3Cell {
                                                                               ^
/host/spi-builder-workspace/Sources/SwiftyH3/Hierarchy/H3Cell+ChildrenCollection.swift:70:10: note: in extension of 'H3Cell'
internal extension H3Cell {
         ^
/host/spi-builder-workspace/Sources/SwiftyH3/Hierarchy/H3Cell+Hierarchy.swift:13:63: error: consecutive declarations on a line must be separated by ';'
    public func parent(at parentRes: Resolution? = nil) throws(SwiftyH3Error) -> H3Cell {
                                                              ^
                                                              ;
/host/spi-builder-workspace/Sources/SwiftyH3/Hierarchy/H3Cell+Hierarchy.swift:13:63: error: expected declaration
    public func parent(at parentRes: Resolution? = nil) throws(SwiftyH3Error) -> H3Cell {
                                                              ^
/host/spi-builder-workspace/Sources/SwiftyH3/Hierarchy/H3Cell+Hierarchy.swift:4:1: note: in extension of 'H3Cell'
extension H3Cell {
^
/host/spi-builder-workspace/Sources/SwiftyH3/Hierarchy/H3Cell+Hierarchy.swift:49:64: error: consecutive declarations on a line must be separated by ';'
    public func children(at childRes: Resolution? = nil) throws(SwiftyH3Error) -> H3Cell.ChildrenCollection {
                                                               ^
                                                               ;
/host/spi-builder-workspace/Sources/SwiftyH3/Hierarchy/H3Cell+Hierarchy.swift:49:64: error: expected declaration
    public func children(at childRes: Resolution? = nil) throws(SwiftyH3Error) -> H3Cell.ChildrenCollection {
                                                               ^
/host/spi-builder-workspace/Sources/SwiftyH3/Hierarchy/H3Cell+Hierarchy.swift:39:1: note: in extension of 'H3Cell'
extension H3Cell {
^
/host/spi-builder-workspace/Sources/SwiftyH3/Indexing/H3Cell+Indexing.swift:7:19: error: expected '{' to start getter definition
        get throws(SwiftyH3Error) {
                  ^
/host/spi-builder-workspace/Sources/SwiftyH3/Indexing/H3Cell+Indexing.swift:21:19: error: expected '{' to start getter definition
        get throws(SwiftyH3Error) {
                  ^
/host/spi-builder-workspace/Sources/SwiftyH3/Traversal/H3Cell+Traversal.swift:7:60: error: consecutive declarations on a line must be separated by ';'
    public func gridDistance(to destination: H3Cell) throws(SwiftyH3Error) -> Int64 {
                                                           ^
                                                           ;
/host/spi-builder-workspace/Sources/SwiftyH3/Traversal/H3Cell+Traversal.swift:7:60: error: expected declaration
    public func gridDistance(to destination: H3Cell) throws(SwiftyH3Error) -> Int64 {
                                                           ^
/host/spi-builder-workspace/Sources/SwiftyH3/Traversal/H3Cell+Traversal.swift:4:1: note: in extension of 'H3Cell'
extension H3Cell {
^
/host/spi-builder-workspace/Sources/SwiftyH3/Traversal/H3Cell+Traversal.swift:20:65: error: consecutive declarations on a line must be separated by ';'
    internal static func maxGridRingSize(distance: Int32) throws(SwiftyH3Error) -> Int64 {
                                                                ^
                                                                ;
/host/spi-builder-workspace/Sources/SwiftyH3/Traversal/H3Cell+Traversal.swift:20:65: error: expected declaration
    internal static func maxGridRingSize(distance: Int32) throws(SwiftyH3Error) -> Int64 {
                                                                ^
/host/spi-builder-workspace/Sources/SwiftyH3/Traversal/H3Cell+Traversal.swift:19:1: note: in extension of 'H3Cell'
extension H3Cell {
^
/host/spi-builder-workspace/Sources/SwiftyH3/Traversal/H3Cell+Traversal.swift:30:65: error: consecutive declarations on a line must be separated by ';'
    internal static func maxGridDiskSize(distance: Int32) throws(SwiftyH3Error) -> Int64 {
                                                                ^
                                                                ;
/host/spi-builder-workspace/Sources/SwiftyH3/Traversal/H3Cell+Traversal.swift:30:65: error: expected declaration
    internal static func maxGridDiskSize(distance: Int32) throws(SwiftyH3Error) -> Int64 {
                                                                ^
/host/spi-builder-workspace/Sources/SwiftyH3/Traversal/H3Cell+Traversal.swift:19:1: note: in extension of 'H3Cell'
extension H3Cell {
^
/host/spi-builder-workspace/Sources/SwiftyH3/Traversal/H3Cell+Traversal.swift:49:53: error: consecutive declarations on a line must be separated by ';'
    public func gridRing(distance: Int32 = 1) throws(SwiftyH3Error) -> [H3Cell] {
                                                    ^
                                                    ;
/host/spi-builder-workspace/Sources/SwiftyH3/Traversal/H3Cell+Traversal.swift:49:53: error: expected declaration
    public func gridRing(distance: Int32 = 1) throws(SwiftyH3Error) -> [H3Cell] {
                                                    ^
/host/spi-builder-workspace/Sources/SwiftyH3/Traversal/H3Cell+Traversal.swift:41:1: note: in extension of 'H3Cell'
extension H3Cell {
^
/host/spi-builder-workspace/Sources/SwiftyH3/Traversal/H3Cell+Traversal.swift:74:49: error: consecutive declarations on a line must be separated by ';'
    public func gridDisk(distance: Int32) throws(SwiftyH3Error) -> [H3Cell] {
                                                ^
                                                ;
/host/spi-builder-workspace/Sources/SwiftyH3/Traversal/H3Cell+Traversal.swift:74:49: error: expected declaration
    public func gridDisk(distance: Int32) throws(SwiftyH3Error) -> [H3Cell] {
                                                ^
/host/spi-builder-workspace/Sources/SwiftyH3/Traversal/H3Cell+Traversal.swift:41:1: note: in extension of 'H3Cell'
extension H3Cell {
^
/host/spi-builder-workspace/Sources/SwiftyH3/Traversal/H3Cell+Traversal.swift:91:67: error: consecutive declarations on a line must be separated by ';'
    internal func gridPathCellsSize(to destination: H3Cell) throws(SwiftyH3Error) -> Int64 {
                                                                  ^
                                                                  ;
/host/spi-builder-workspace/Sources/SwiftyH3/Traversal/H3Cell+Traversal.swift:91:67: error: expected declaration
    internal func gridPathCellsSize(to destination: H3Cell) throws(SwiftyH3Error) -> Int64 {
                                                                  ^
/host/spi-builder-workspace/Sources/SwiftyH3/Traversal/H3Cell+Traversal.swift:90:1: note: in extension of 'H3Cell'
extension H3Cell {
^
/host/spi-builder-workspace/Sources/SwiftyH3/Traversal/H3Cell+Traversal.swift:117:52: error: consecutive declarations on a line must be separated by ';'
    public func path(to destination: H3Cell) throws(SwiftyH3Error) -> [H3Cell] {
                                                   ^
                                                   ;
/host/spi-builder-workspace/Sources/SwiftyH3/Traversal/H3Cell+Traversal.swift:117:52: error: expected declaration
    public func path(to destination: H3Cell) throws(SwiftyH3Error) -> [H3Cell] {
                                                   ^
/host/spi-builder-workspace/Sources/SwiftyH3/Traversal/H3Cell+Traversal.swift:90:1: note: in extension of 'H3Cell'
extension H3Cell {
^
/host/spi-builder-workspace/Sources/SwiftyH3/Vertices/H3Cell+H3Vertex.swift:12:46: error: consecutive declarations on a line must be separated by ';'
    func vertex(_ vertexNumber: Int32) throws(SwiftyH3Error) -> H3Vertex {
                                             ^
                                             ;
/host/spi-builder-workspace/Sources/SwiftyH3/Vertices/H3Cell+H3Vertex.swift:12:46: error: expected declaration
    func vertex(_ vertexNumber: Int32) throws(SwiftyH3Error) -> H3Vertex {
                                             ^
/host/spi-builder-workspace/Sources/SwiftyH3/Vertices/H3Cell+H3Vertex.swift:4:8: note: in extension of 'H3Cell'
public extension H3Cell {
       ^
/host/spi-builder-workspace/Sources/SwiftyH3/Vertices/H3Cell+H3Vertex.swift:26:19: error: expected '{' to start getter definition
        get throws(SwiftyH3Error) {
                  ^
/host/spi-builder-workspace/Sources/SwiftyH3/Directed Edges/H3DirectedEdge+Indexing.swift:7:19: error: expected '{' to start getter definition
        get throws(SwiftyH3Error) {
                  ^
/host/spi-builder-workspace/Sources/SwiftyH3/Directed Edges/H3DirectedEdge+Traversal.swift:7:19: error: expected '{' to start getter definition
        get throws(SwiftyH3Error) {
                  ^
/host/spi-builder-workspace/Sources/SwiftyH3/Directed Edges/H3DirectedEdge+Traversal.swift:22:19: error: expected '{' to start getter definition
        get throws(SwiftyH3Error) {
                  ^
/host/spi-builder-workspace/Sources/SwiftyH3/Miscellaneous/H3DirectedEdge+Length.swift:8:19: error: expected '{' to start getter definition
        get throws(SwiftyH3Error) {
                  ^
/host/spi-builder-workspace/Sources/SwiftyH3/Miscellaneous/H3DirectedEdge+Length.swift:23:19: error: expected '{' to start getter definition
        get throws(SwiftyH3Error) {
                  ^
/host/spi-builder-workspace/Sources/SwiftyH3/Vertices/H3Vertex+Indexing.swift:7:19: error: expected '{' to start getter definition
        get throws(SwiftyH3Error) {
                  ^
/host/spi-builder-workspace/Sources/SwiftyH3/Hierarchy/H3Cell+Compact.swift:10:19: error: expected '{' to start getter definition
        get throws(SwiftyH3Error) {
                  ^
/host/spi-builder-workspace/Sources/SwiftyH3/Hierarchy/H3Cell+Compact.swift:30:79: error: consecutive declarations on a line must be separated by ';'
    private func uncompactedArraySize(at resolution: H3Cell.Resolution) throws(SwiftyH3Error) -> Int64 {
                                                                              ^
                                                                              ;
/host/spi-builder-workspace/Sources/SwiftyH3/Hierarchy/H3Cell+Compact.swift:30:79: error: expected declaration
    private func uncompactedArraySize(at resolution: H3Cell.Resolution) throws(SwiftyH3Error) -> Int64 {
                                                                              ^
/host/spi-builder-workspace/Sources/SwiftyH3/Hierarchy/H3Cell+Compact.swift:29:1: note: in extension of 'Sequence<H3Cell>'
extension Sequence<H3Cell> {
^
/host/spi-builder-workspace/Sources/SwiftyH3/Hierarchy/H3Cell+Compact.swift:44:69: error: consecutive declarations on a line must be separated by ';'
    public func uncompacted(at resolution: H3Cell.Resolution) throws(SwiftyH3Error) -> [H3Cell] {
                                                                    ^
                                                                    ;
/host/spi-builder-workspace/Sources/SwiftyH3/Hierarchy/H3Cell+Compact.swift:44:69: error: expected declaration
    public func uncompacted(at resolution: H3Cell.Resolution) throws(SwiftyH3Error) -> [H3Cell] {
                                                                    ^
/host/spi-builder-workspace/Sources/SwiftyH3/Hierarchy/H3Cell+Compact.swift:29:1: note: in extension of 'Sequence<H3Cell>'
extension Sequence<H3Cell> {
^
/host/spi-builder-workspace/Sources/SwiftyH3/Regions/H3Cell+H3Polygon.swift:7:19: error: expected '{' to start getter definition
        get throws(SwiftyH3Error) {
                  ^
/host/spi-builder-workspace/Sources/SwiftyH3/Miscellaneous/H3Cell+Res0Cells.swift:20:34: error: value of type 'any Error' has no member 'errorDescription'
                fatalError(error.errorDescription ?? error.localizedDescription)
                           ~~~~~ ^~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftyH3/Miscellaneous/H3CellResolution+Pentagons.swift:20:34: error: value of type 'any Error' has no member 'errorDescription'
                fatalError(error.errorDescription ?? error.localizedDescription)
                           ~~~~~ ^~~~~~~~~~~~~~~~
error: fatalError
BUILD FAILURE 5.10 linux