Build Information
Failed to build SwiftyH3, reference 0.4.1 (2dab6f
), with Swift 5.10 for Linux on 29 Jul 2025 01:19:23 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/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
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/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/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/Regions/H3Polygon+H3Cell.swift:5:72: error: consecutive declarations on a line must be separated by ';'
internal func maxCellsSize(at resolution: H3Cell.Resolution) throws(SwiftyH3Error) -> Int64 {
^
;
/host/spi-builder-workspace/Sources/SwiftyH3/Regions/H3Polygon+H3Cell.swift:5:72: error: expected declaration
internal func maxCellsSize(at resolution: H3Cell.Resolution) throws(SwiftyH3Error) -> Int64 {
^
/host/spi-builder-workspace/Sources/SwiftyH3/Regions/H3Polygon+H3Cell.swift:4:1: note: in extension of 'H3Polygon'
extension H3Polygon {
^
/host/spi-builder-workspace/Sources/SwiftyH3/Regions/H3Polygon+H3Cell.swift:21:129: error: consecutive declarations on a line must be separated by ';'
internal func maxCellsSizeExperimental(at resolution: H3Cell.Resolution, for containmentType: H3Cell.ContainmentType) throws(SwiftyH3Error) -> Int64 {
^
;
/host/spi-builder-workspace/Sources/SwiftyH3/Regions/H3Polygon+H3Cell.swift:21:129: error: expected declaration
internal func maxCellsSizeExperimental(at resolution: H3Cell.Resolution, for containmentType: H3Cell.ContainmentType) throws(SwiftyH3Error) -> Int64 {
^
/host/spi-builder-workspace/Sources/SwiftyH3/Regions/H3Polygon+H3Cell.swift:4:1: note: in extension of 'H3Polygon'
extension H3Polygon {
^
/host/spi-builder-workspace/Sources/SwiftyH3/Regions/H3Polygon+H3Cell.swift:51:63: error: consecutive declarations on a line must be separated by ';'
public func cells(at resolution: H3Cell.Resolution) throws(SwiftyH3Error) -> [H3Cell] {
^
;
/host/spi-builder-workspace/Sources/SwiftyH3/Regions/H3Polygon+H3Cell.swift:51:63: error: expected declaration
public func cells(at resolution: H3Cell.Resolution) throws(SwiftyH3Error) -> [H3Cell] {
^
/host/spi-builder-workspace/Sources/SwiftyH3/Regions/H3Polygon+H3Cell.swift:4:1: note: in extension of 'H3Polygon'
extension H3Polygon {
^
/host/spi-builder-workspace/Sources/SwiftyH3/Regions/H3Polygon+H3Cell.swift:81:126: error: consecutive declarations on a line must be separated by ';'
public func cellsExperimental(at resolution: H3Cell.Resolution, containmentType: H3Cell.ContainmentType = .center) throws(SwiftyH3Error) -> [H3Cell] {
^
;
/host/spi-builder-workspace/Sources/SwiftyH3/Regions/H3Polygon+H3Cell.swift:81:126: error: expected declaration
public func cellsExperimental(at resolution: H3Cell.Resolution, containmentType: H3Cell.ContainmentType = .center) throws(SwiftyH3Error) -> [H3Cell] {
^
/host/spi-builder-workspace/Sources/SwiftyH3/Regions/H3Polygon+H3Cell.swift:4:1: note: in extension of 'H3Polygon'
extension H3Polygon {
^
/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/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 {
^
[61/70] Compiling SwiftyH3 H3Polygon+LinkedGeoLoop.swift
/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/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/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/Regions/H3Polygon+H3Cell.swift:5:72: error: consecutive declarations on a line must be separated by ';'
internal func maxCellsSize(at resolution: H3Cell.Resolution) throws(SwiftyH3Error) -> Int64 {
^
;
/host/spi-builder-workspace/Sources/SwiftyH3/Regions/H3Polygon+H3Cell.swift:5:72: error: expected declaration
internal func maxCellsSize(at resolution: H3Cell.Resolution) throws(SwiftyH3Error) -> Int64 {
^
/host/spi-builder-workspace/Sources/SwiftyH3/Regions/H3Polygon+H3Cell.swift:4:1: note: in extension of 'H3Polygon'
extension H3Polygon {
^
/host/spi-builder-workspace/Sources/SwiftyH3/Regions/H3Polygon+H3Cell.swift:21:129: error: consecutive declarations on a line must be separated by ';'
internal func maxCellsSizeExperimental(at resolution: H3Cell.Resolution, for containmentType: H3Cell.ContainmentType) throws(SwiftyH3Error) -> Int64 {
^
;
/host/spi-builder-workspace/Sources/SwiftyH3/Regions/H3Polygon+H3Cell.swift:21:129: error: expected declaration
internal func maxCellsSizeExperimental(at resolution: H3Cell.Resolution, for containmentType: H3Cell.ContainmentType) throws(SwiftyH3Error) -> Int64 {
^
/host/spi-builder-workspace/Sources/SwiftyH3/Regions/H3Polygon+H3Cell.swift:4:1: note: in extension of 'H3Polygon'
extension H3Polygon {
^
/host/spi-builder-workspace/Sources/SwiftyH3/Regions/H3Polygon+H3Cell.swift:51:63: error: consecutive declarations on a line must be separated by ';'
public func cells(at resolution: H3Cell.Resolution) throws(SwiftyH3Error) -> [H3Cell] {
^
;
/host/spi-builder-workspace/Sources/SwiftyH3/Regions/H3Polygon+H3Cell.swift:51:63: error: expected declaration
public func cells(at resolution: H3Cell.Resolution) throws(SwiftyH3Error) -> [H3Cell] {
^
/host/spi-builder-workspace/Sources/SwiftyH3/Regions/H3Polygon+H3Cell.swift:4:1: note: in extension of 'H3Polygon'
extension H3Polygon {
^
/host/spi-builder-workspace/Sources/SwiftyH3/Regions/H3Polygon+H3Cell.swift:81:126: error: consecutive declarations on a line must be separated by ';'
public func cellsExperimental(at resolution: H3Cell.Resolution, containmentType: H3Cell.ContainmentType = .center) throws(SwiftyH3Error) -> [H3Cell] {
^
;
/host/spi-builder-workspace/Sources/SwiftyH3/Regions/H3Polygon+H3Cell.swift:81:126: error: expected declaration
public func cellsExperimental(at resolution: H3Cell.Resolution, containmentType: H3Cell.ContainmentType = .center) throws(SwiftyH3Error) -> [H3Cell] {
^
/host/spi-builder-workspace/Sources/SwiftyH3/Regions/H3Polygon+H3Cell.swift:4:1: note: in extension of 'H3Polygon'
extension H3Polygon {
^
/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/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 {
^
[62/70] Compiling SwiftyH3 H3Cell+Resolution+Zoom.swift
/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/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/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/Regions/H3Polygon+H3Cell.swift:5:72: error: consecutive declarations on a line must be separated by ';'
internal func maxCellsSize(at resolution: H3Cell.Resolution) throws(SwiftyH3Error) -> Int64 {
^
;
/host/spi-builder-workspace/Sources/SwiftyH3/Regions/H3Polygon+H3Cell.swift:5:72: error: expected declaration
internal func maxCellsSize(at resolution: H3Cell.Resolution) throws(SwiftyH3Error) -> Int64 {
^
/host/spi-builder-workspace/Sources/SwiftyH3/Regions/H3Polygon+H3Cell.swift:4:1: note: in extension of 'H3Polygon'
extension H3Polygon {
^
/host/spi-builder-workspace/Sources/SwiftyH3/Regions/H3Polygon+H3Cell.swift:21:129: error: consecutive declarations on a line must be separated by ';'
internal func maxCellsSizeExperimental(at resolution: H3Cell.Resolution, for containmentType: H3Cell.ContainmentType) throws(SwiftyH3Error) -> Int64 {
^
;
/host/spi-builder-workspace/Sources/SwiftyH3/Regions/H3Polygon+H3Cell.swift:21:129: error: expected declaration
internal func maxCellsSizeExperimental(at resolution: H3Cell.Resolution, for containmentType: H3Cell.ContainmentType) throws(SwiftyH3Error) -> Int64 {
^
/host/spi-builder-workspace/Sources/SwiftyH3/Regions/H3Polygon+H3Cell.swift:4:1: note: in extension of 'H3Polygon'
extension H3Polygon {
^
/host/spi-builder-workspace/Sources/SwiftyH3/Regions/H3Polygon+H3Cell.swift:51:63: error: consecutive declarations on a line must be separated by ';'
public func cells(at resolution: H3Cell.Resolution) throws(SwiftyH3Error) -> [H3Cell] {
^
;
/host/spi-builder-workspace/Sources/SwiftyH3/Regions/H3Polygon+H3Cell.swift:51:63: error: expected declaration
public func cells(at resolution: H3Cell.Resolution) throws(SwiftyH3Error) -> [H3Cell] {
^
/host/spi-builder-workspace/Sources/SwiftyH3/Regions/H3Polygon+H3Cell.swift:4:1: note: in extension of 'H3Polygon'
extension H3Polygon {
^
/host/spi-builder-workspace/Sources/SwiftyH3/Regions/H3Polygon+H3Cell.swift:81:126: error: consecutive declarations on a line must be separated by ';'
public func cellsExperimental(at resolution: H3Cell.Resolution, containmentType: H3Cell.ContainmentType = .center) throws(SwiftyH3Error) -> [H3Cell] {
^
;
/host/spi-builder-workspace/Sources/SwiftyH3/Regions/H3Polygon+H3Cell.swift:81:126: error: expected declaration
public func cellsExperimental(at resolution: H3Cell.Resolution, containmentType: H3Cell.ContainmentType = .center) throws(SwiftyH3Error) -> [H3Cell] {
^
/host/spi-builder-workspace/Sources/SwiftyH3/Regions/H3Polygon+H3Cell.swift:4:1: note: in extension of 'H3Polygon'
extension H3Polygon {
^
/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/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 {
^
[63/70] Compiling SwiftyH3 H3LatLng+Units.swift
/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/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/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/Regions/H3Polygon+H3Cell.swift:5:72: error: consecutive declarations on a line must be separated by ';'
internal func maxCellsSize(at resolution: H3Cell.Resolution) throws(SwiftyH3Error) -> Int64 {
^
;
/host/spi-builder-workspace/Sources/SwiftyH3/Regions/H3Polygon+H3Cell.swift:5:72: error: expected declaration
internal func maxCellsSize(at resolution: H3Cell.Resolution) throws(SwiftyH3Error) -> Int64 {
^
/host/spi-builder-workspace/Sources/SwiftyH3/Regions/H3Polygon+H3Cell.swift:4:1: note: in extension of 'H3Polygon'
extension H3Polygon {
^
/host/spi-builder-workspace/Sources/SwiftyH3/Regions/H3Polygon+H3Cell.swift:21:129: error: consecutive declarations on a line must be separated by ';'
internal func maxCellsSizeExperimental(at resolution: H3Cell.Resolution, for containmentType: H3Cell.ContainmentType) throws(SwiftyH3Error) -> Int64 {
^
;
/host/spi-builder-workspace/Sources/SwiftyH3/Regions/H3Polygon+H3Cell.swift:21:129: error: expected declaration
internal func maxCellsSizeExperimental(at resolution: H3Cell.Resolution, for containmentType: H3Cell.ContainmentType) throws(SwiftyH3Error) -> Int64 {
^
/host/spi-builder-workspace/Sources/SwiftyH3/Regions/H3Polygon+H3Cell.swift:4:1: note: in extension of 'H3Polygon'
extension H3Polygon {
^
/host/spi-builder-workspace/Sources/SwiftyH3/Regions/H3Polygon+H3Cell.swift:51:63: error: consecutive declarations on a line must be separated by ';'
public func cells(at resolution: H3Cell.Resolution) throws(SwiftyH3Error) -> [H3Cell] {
^
;
/host/spi-builder-workspace/Sources/SwiftyH3/Regions/H3Polygon+H3Cell.swift:51:63: error: expected declaration
public func cells(at resolution: H3Cell.Resolution) throws(SwiftyH3Error) -> [H3Cell] {
^
/host/spi-builder-workspace/Sources/SwiftyH3/Regions/H3Polygon+H3Cell.swift:4:1: note: in extension of 'H3Polygon'
extension H3Polygon {
^
/host/spi-builder-workspace/Sources/SwiftyH3/Regions/H3Polygon+H3Cell.swift:81:126: error: consecutive declarations on a line must be separated by ';'
public func cellsExperimental(at resolution: H3Cell.Resolution, containmentType: H3Cell.ContainmentType = .center) throws(SwiftyH3Error) -> [H3Cell] {
^
;
/host/spi-builder-workspace/Sources/SwiftyH3/Regions/H3Polygon+H3Cell.swift:81:126: error: expected declaration
public func cellsExperimental(at resolution: H3Cell.Resolution, containmentType: H3Cell.ContainmentType = .center) throws(SwiftyH3Error) -> [H3Cell] {
^
/host/spi-builder-workspace/Sources/SwiftyH3/Regions/H3Polygon+H3Cell.swift:4:1: note: in extension of 'H3Polygon'
extension H3Polygon {
^
/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/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 {
^
[64/70] Compiling SwiftyH3 H3Cell+ContainmentType.swift
/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/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/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/Regions/H3Polygon+H3Cell.swift:5:72: error: consecutive declarations on a line must be separated by ';'
internal func maxCellsSize(at resolution: H3Cell.Resolution) throws(SwiftyH3Error) -> Int64 {
^
;
/host/spi-builder-workspace/Sources/SwiftyH3/Regions/H3Polygon+H3Cell.swift:5:72: error: expected declaration
internal func maxCellsSize(at resolution: H3Cell.Resolution) throws(SwiftyH3Error) -> Int64 {
^
/host/spi-builder-workspace/Sources/SwiftyH3/Regions/H3Polygon+H3Cell.swift:4:1: note: in extension of 'H3Polygon'
extension H3Polygon {
^
/host/spi-builder-workspace/Sources/SwiftyH3/Regions/H3Polygon+H3Cell.swift:21:129: error: consecutive declarations on a line must be separated by ';'
internal func maxCellsSizeExperimental(at resolution: H3Cell.Resolution, for containmentType: H3Cell.ContainmentType) throws(SwiftyH3Error) -> Int64 {
^
;
/host/spi-builder-workspace/Sources/SwiftyH3/Regions/H3Polygon+H3Cell.swift:21:129: error: expected declaration
internal func maxCellsSizeExperimental(at resolution: H3Cell.Resolution, for containmentType: H3Cell.ContainmentType) throws(SwiftyH3Error) -> Int64 {
^
/host/spi-builder-workspace/Sources/SwiftyH3/Regions/H3Polygon+H3Cell.swift:4:1: note: in extension of 'H3Polygon'
extension H3Polygon {
^
/host/spi-builder-workspace/Sources/SwiftyH3/Regions/H3Polygon+H3Cell.swift:51:63: error: consecutive declarations on a line must be separated by ';'
public func cells(at resolution: H3Cell.Resolution) throws(SwiftyH3Error) -> [H3Cell] {
^
;
/host/spi-builder-workspace/Sources/SwiftyH3/Regions/H3Polygon+H3Cell.swift:51:63: error: expected declaration
public func cells(at resolution: H3Cell.Resolution) throws(SwiftyH3Error) -> [H3Cell] {
^
/host/spi-builder-workspace/Sources/SwiftyH3/Regions/H3Polygon+H3Cell.swift:4:1: note: in extension of 'H3Polygon'
extension H3Polygon {
^
/host/spi-builder-workspace/Sources/SwiftyH3/Regions/H3Polygon+H3Cell.swift:81:126: error: consecutive declarations on a line must be separated by ';'
public func cellsExperimental(at resolution: H3Cell.Resolution, containmentType: H3Cell.ContainmentType = .center) throws(SwiftyH3Error) -> [H3Cell] {
^
;
/host/spi-builder-workspace/Sources/SwiftyH3/Regions/H3Polygon+H3Cell.swift:81:126: error: expected declaration
public func cellsExperimental(at resolution: H3Cell.Resolution, containmentType: H3Cell.ContainmentType = .center) throws(SwiftyH3Error) -> [H3Cell] {
^
/host/spi-builder-workspace/Sources/SwiftyH3/Regions/H3Polygon+H3Cell.swift:4:1: note: in extension of 'H3Polygon'
extension H3Polygon {
^
/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/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 {
^
[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