The Swift Package Index logo.Swift Package Index

Build Information

Failed to build SwiftOverpassAPI, reference main (34936f), with Swift 6.1 for macOS (SPM) on 22 Aug 2025 15:41:07 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.67.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/V4ulthunt3r/SwiftOverpassAPI.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/V4ulthunt3r/SwiftOverpassAPI
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 34936f6 sonar stuff
Cloned https://github.com/V4ulthunt3r/SwiftOverpassAPI.git
Revision (git rev-parse @):
34936f64433865313c0f46d22aac36e1439d906e
SUCCESS checkout https://github.com/V4ulthunt3r/SwiftOverpassAPI.git at main
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "swiftoverpassapi",
      "name": "SwiftOverpassAPI",
      "url": "https://github.com/V4ulthunt3r/SwiftOverpassAPI.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SwiftOverpassAPI",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/V4ulthunt3r/SwiftOverpassAPI.git
[1/3508] Fetching swiftoverpassapi
Fetched https://github.com/V4ulthunt3r/SwiftOverpassAPI.git from cache (2.84s)
Creating working copy for https://github.com/V4ulthunt3r/SwiftOverpassAPI.git
Working copy of https://github.com/V4ulthunt3r/SwiftOverpassAPI.git resolved at main (34936f6)
warning: '.resolve-product-dependencies': dependency 'swiftoverpassapi' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/V4ulthunt3r/SwiftOverpassAPI.git
https://github.com/V4ulthunt3r/SwiftOverpassAPI.git
{
  "dependencies" : [
  ],
  "manifest_display_name" : "SwiftOverpassAPI",
  "name" : "SwiftOverpassAPI",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "15.0"
    }
  ],
  "products" : [
    {
      "name" : "SwiftOverpassAPI",
      "targets" : [
        "SwiftOverpassAPI"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SwiftOverpassAPI",
      "module_type" : "SwiftTarget",
      "name" : "SwiftOverpassAPI",
      "path" : "Source",
      "product_memberships" : [
        "SwiftOverpassAPI"
      ],
      "sources" : [
        "Controllers/OPQueryBuilder.swift",
        "Controllers/OPVisualizationGenerator.swift",
        "Controllers/PolygonChecker.swift",
        "Controllers/TagChecker.swift",
        "Models/ElementCodingKeys.swift",
        "Models/ElementsCodingKeys.swift",
        "Models/NestedPolygonCoordinates.swift",
        "Models/OPBoundingBox.swift",
        "Models/OPClientResult.swift",
        "Models/OPElementCenter.swift",
        "Models/OPElementType.swift",
        "Models/OPGeometry.swift",
        "Models/OPMapKitVisualization.swift",
        "Models/OPMeta.swift",
        "Models/OPNode.swift",
        "Models/OPQueryOutputType.swift",
        "Models/OPRelation.swift",
        "Models/OPWay.swift",
        "Networking/OPClient.swift",
        "Networking/OPDecodingOperation.swift",
        "Protocols/OPElement.swift",
        "Utilities/CLLocationCoordinate2D+Extensions.swift",
        "Utilities/Constants.swift",
        "Utilities/DecoderExtractor.swift",
        "Utilities/Errors.swift",
        "Utilities/LinkedList.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.5"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-2F0A5646E1D333AE.txt
[3/27] Emitting module SwiftOverpassAPI
[4/29] Compiling SwiftOverpassAPI Errors.swift
[5/29] Compiling SwiftOverpassAPI LinkedList.swift
[6/29] Compiling SwiftOverpassAPI Constants.swift
[7/29] Compiling SwiftOverpassAPI DecoderExtractor.swift
[8/29] Compiling SwiftOverpassAPI TagChecker.swift
[9/29] Compiling SwiftOverpassAPI ElementCodingKeys.swift
[10/29] Compiling SwiftOverpassAPI ElementsCodingKeys.swift
[11/29] Compiling SwiftOverpassAPI OPElement.swift
[12/29] Compiling SwiftOverpassAPI CLLocationCoordinate2D+Extensions.swift
[13/29] Compiling SwiftOverpassAPI OPElementCenter.swift
[14/29] Compiling SwiftOverpassAPI OPElementType.swift
[15/29] Compiling SwiftOverpassAPI OPGeometry.swift
[16/29] Compiling SwiftOverpassAPI OPClient.swift
/Users/admin/builder/spi-builder-workspace/Source/Networking/OPClient.swift:117:52: error: 'data(for:delegate:)' is only available in macOS 12.0 or newer
 10 |
 11 | // A class for making requests to an Overpass API endpoint and decoding the subsequent response
 12 | public class OPClient {
    |              `- note: add @available attribute to enclosing class
 13 |
 14 | 	/*
    :
 94 | 	/// - Returns: A dictionary of decoded elements keyed by their ID
 95 | 	/// - Throws: OPRequestError if the request fails
 96 | 	public func fetchElements(query: String) async throws -> [Int: OPElement] {
    |              `- note: add @available attribute to enclosing instance method
 97 | 		// Store the current query and cancel any ongoing fetches
 98 | 		self.query = query
    :
115 |
116 | 		// Send the request and get the response
117 | 		let (responseData, response) = try await session.data(for: request)
    |                                                    |- error: 'data(for:delegate:)' is only available in macOS 12.0 or newer
    |                                                    `- note: add 'if #available' version check
118 |
119 | 		// Check if the stored query has changed since the request was made
/Users/admin/builder/spi-builder-workspace/Source/Networking/OPClient.swift:134:20: error: 'withCheckedThrowingContinuation(isolation:function:_:)' is only available in macOS 10.15 or newer
 10 |
 11 | // A class for making requests to an Overpass API endpoint and decoding the subsequent response
 12 | public class OPClient {
    |              `- note: add @available attribute to enclosing class
 13 |
 14 | 	/*
    :
 94 | 	/// - Returns: A dictionary of decoded elements keyed by their ID
 95 | 	/// - Throws: OPRequestError if the request fails
 96 | 	public func fetchElements(query: String) async throws -> [Int: OPElement] {
    |              `- note: add @available attribute to enclosing instance method
 97 | 		// Store the current query and cancel any ongoing fetches
 98 | 		self.query = query
    :
132 |
133 | 		// Create a continuation to handle the operation completion
134 | 		return try await withCheckedThrowingContinuation { continuation in
    |                    |- error: 'withCheckedThrowingContinuation(isolation:function:_:)' is only available in macOS 10.15 or newer
    |                    `- note: add 'if #available' version check
135 | 			operation.completionBlock = {
136 | 				if operation.isCancelled {
/Users/admin/builder/spi-builder-workspace/Source/Networking/OPClient.swift:134:53: error: 'isolation()' is only available in macOS 10.15 or newer
`- /Users/admin/builder/spi-builder-workspace/Source/Networking/OPClient.swift:134:52: note: expanded code originates here
 10 |
 11 | // A class for making requests to an Overpass API endpoint and decoding the subsequent response
 12 | public class OPClient {
    |              `- note: add @available attribute to enclosing class
 13 |
 14 | 	/*
    :
 94 | 	/// - Returns: A dictionary of decoded elements keyed by their ID
 95 | 	/// - Throws: OPRequestError if the request fails
 96 | 	public func fetchElements(query: String) async throws -> [Int: OPElement] {
    |              `- note: add @available attribute to enclosing instance method
 97 | 		// Store the current query and cancel any ongoing fetches
 98 | 		self.query = query
    :
132 |
133 | 		// Create a continuation to handle the operation completion
134 | 		return try await withCheckedThrowingContinuation { continuation in
    +--- /Users/admin/builder/spi-builder-workspace/Source/Networking/OPClient.swift
    |132 |
    |133 |
    |134 |                                                    #isolation
    |    |                                                     `- error: 'isolation()' is only available in macOS 10.15 or newer
    +--------------------------------------------------------------------------------
135 | 			operation.completionBlock = {
136 | 				if operation.isCancelled {
[17/29] Compiling SwiftOverpassAPI OPDecodingOperation.swift
/Users/admin/builder/spi-builder-workspace/Source/Networking/OPClient.swift:117:52: error: 'data(for:delegate:)' is only available in macOS 12.0 or newer
 10 |
 11 | // A class for making requests to an Overpass API endpoint and decoding the subsequent response
 12 | public class OPClient {
    |              `- note: add @available attribute to enclosing class
 13 |
 14 | 	/*
    :
 94 | 	/// - Returns: A dictionary of decoded elements keyed by their ID
 95 | 	/// - Throws: OPRequestError if the request fails
 96 | 	public func fetchElements(query: String) async throws -> [Int: OPElement] {
    |              `- note: add @available attribute to enclosing instance method
 97 | 		// Store the current query and cancel any ongoing fetches
 98 | 		self.query = query
    :
115 |
116 | 		// Send the request and get the response
117 | 		let (responseData, response) = try await session.data(for: request)
    |                                                    |- error: 'data(for:delegate:)' is only available in macOS 12.0 or newer
    |                                                    `- note: add 'if #available' version check
118 |
119 | 		// Check if the stored query has changed since the request was made
/Users/admin/builder/spi-builder-workspace/Source/Networking/OPClient.swift:134:20: error: 'withCheckedThrowingContinuation(isolation:function:_:)' is only available in macOS 10.15 or newer
 10 |
 11 | // A class for making requests to an Overpass API endpoint and decoding the subsequent response
 12 | public class OPClient {
    |              `- note: add @available attribute to enclosing class
 13 |
 14 | 	/*
    :
 94 | 	/// - Returns: A dictionary of decoded elements keyed by their ID
 95 | 	/// - Throws: OPRequestError if the request fails
 96 | 	public func fetchElements(query: String) async throws -> [Int: OPElement] {
    |              `- note: add @available attribute to enclosing instance method
 97 | 		// Store the current query and cancel any ongoing fetches
 98 | 		self.query = query
    :
132 |
133 | 		// Create a continuation to handle the operation completion
134 | 		return try await withCheckedThrowingContinuation { continuation in
    |                    |- error: 'withCheckedThrowingContinuation(isolation:function:_:)' is only available in macOS 10.15 or newer
    |                    `- note: add 'if #available' version check
135 | 			operation.completionBlock = {
136 | 				if operation.isCancelled {
/Users/admin/builder/spi-builder-workspace/Source/Networking/OPClient.swift:134:53: error: 'isolation()' is only available in macOS 10.15 or newer
`- /Users/admin/builder/spi-builder-workspace/Source/Networking/OPClient.swift:134:52: note: expanded code originates here
 10 |
 11 | // A class for making requests to an Overpass API endpoint and decoding the subsequent response
 12 | public class OPClient {
    |              `- note: add @available attribute to enclosing class
 13 |
 14 | 	/*
    :
 94 | 	/// - Returns: A dictionary of decoded elements keyed by their ID
 95 | 	/// - Throws: OPRequestError if the request fails
 96 | 	public func fetchElements(query: String) async throws -> [Int: OPElement] {
    |              `- note: add @available attribute to enclosing instance method
 97 | 		// Store the current query and cancel any ongoing fetches
 98 | 		self.query = query
    :
132 |
133 | 		// Create a continuation to handle the operation completion
134 | 		return try await withCheckedThrowingContinuation { continuation in
    +--- /Users/admin/builder/spi-builder-workspace/Source/Networking/OPClient.swift
    |132 |
    |133 |
    |134 |                                                    #isolation
    |    |                                                     `- error: 'isolation()' is only available in macOS 10.15 or newer
    +--------------------------------------------------------------------------------
135 | 			operation.completionBlock = {
136 | 				if operation.isCancelled {
[18/29] Compiling SwiftOverpassAPI OPMapKitVisualization.swift
[19/29] Compiling SwiftOverpassAPI OPMeta.swift
[20/29] Compiling SwiftOverpassAPI OPNode.swift
[21/29] Compiling SwiftOverpassAPI NestedPolygonCoordinates.swift
[22/29] Compiling SwiftOverpassAPI OPBoundingBox.swift
[23/29] Compiling SwiftOverpassAPI OPClientResult.swift
[24/29] Compiling SwiftOverpassAPI OPQueryBuilder.swift
[25/29] Compiling SwiftOverpassAPI OPVisualizationGenerator.swift
[26/29] Compiling SwiftOverpassAPI PolygonChecker.swift
[27/29] Compiling SwiftOverpassAPI OPQueryOutputType.swift
[28/29] Compiling SwiftOverpassAPI OPRelation.swift
[29/29] Compiling SwiftOverpassAPI OPWay.swift
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-2F0A5646E1D333AE.txt
[2/26] Emitting module SwiftOverpassAPI
[3/28] Compiling SwiftOverpassAPI Constants.swift
[4/28] Compiling SwiftOverpassAPI DecoderExtractor.swift
[5/28] Compiling SwiftOverpassAPI OPElement.swift
[6/28] Compiling SwiftOverpassAPI CLLocationCoordinate2D+Extensions.swift
[7/28] Compiling SwiftOverpassAPI OPMapKitVisualization.swift
[8/28] Compiling SwiftOverpassAPI OPMeta.swift
[9/28] Compiling SwiftOverpassAPI OPNode.swift
[10/28] Compiling SwiftOverpassAPI TagChecker.swift
[11/28] Compiling SwiftOverpassAPI ElementCodingKeys.swift
[12/28] Compiling SwiftOverpassAPI ElementsCodingKeys.swift
[13/28] Compiling SwiftOverpassAPI OPQueryOutputType.swift
[14/28] Compiling SwiftOverpassAPI OPRelation.swift
[15/28] Compiling SwiftOverpassAPI OPWay.swift
[16/28] Compiling SwiftOverpassAPI OPQueryBuilder.swift
[17/28] Compiling SwiftOverpassAPI OPVisualizationGenerator.swift
[18/28] Compiling SwiftOverpassAPI PolygonChecker.swift
[19/28] Compiling SwiftOverpassAPI NestedPolygonCoordinates.swift
[20/28] Compiling SwiftOverpassAPI OPBoundingBox.swift
[21/28] Compiling SwiftOverpassAPI OPClientResult.swift
[22/28] Compiling SwiftOverpassAPI OPElementCenter.swift
[23/28] Compiling SwiftOverpassAPI OPElementType.swift
[24/28] Compiling SwiftOverpassAPI OPGeometry.swift
[25/28] Compiling SwiftOverpassAPI OPClient.swift
/Users/admin/builder/spi-builder-workspace/Source/Networking/OPClient.swift:117:52: error: 'data(for:delegate:)' is only available in macOS 12.0 or newer
 10 |
 11 | // A class for making requests to an Overpass API endpoint and decoding the subsequent response
 12 | public class OPClient {
    |              `- note: add @available attribute to enclosing class
 13 |
 14 | 	/*
    :
 94 | 	/// - Returns: A dictionary of decoded elements keyed by their ID
 95 | 	/// - Throws: OPRequestError if the request fails
 96 | 	public func fetchElements(query: String) async throws -> [Int: OPElement] {
    |              `- note: add @available attribute to enclosing instance method
 97 | 		// Store the current query and cancel any ongoing fetches
 98 | 		self.query = query
    :
115 |
116 | 		// Send the request and get the response
117 | 		let (responseData, response) = try await session.data(for: request)
    |                                                    |- error: 'data(for:delegate:)' is only available in macOS 12.0 or newer
    |                                                    `- note: add 'if #available' version check
118 |
119 | 		// Check if the stored query has changed since the request was made
/Users/admin/builder/spi-builder-workspace/Source/Networking/OPClient.swift:134:20: error: 'withCheckedThrowingContinuation(isolation:function:_:)' is only available in macOS 10.15 or newer
 10 |
 11 | // A class for making requests to an Overpass API endpoint and decoding the subsequent response
 12 | public class OPClient {
    |              `- note: add @available attribute to enclosing class
 13 |
 14 | 	/*
    :
 94 | 	/// - Returns: A dictionary of decoded elements keyed by their ID
 95 | 	/// - Throws: OPRequestError if the request fails
 96 | 	public func fetchElements(query: String) async throws -> [Int: OPElement] {
    |              `- note: add @available attribute to enclosing instance method
 97 | 		// Store the current query and cancel any ongoing fetches
 98 | 		self.query = query
    :
132 |
133 | 		// Create a continuation to handle the operation completion
134 | 		return try await withCheckedThrowingContinuation { continuation in
    |                    |- error: 'withCheckedThrowingContinuation(isolation:function:_:)' is only available in macOS 10.15 or newer
    |                    `- note: add 'if #available' version check
135 | 			operation.completionBlock = {
136 | 				if operation.isCancelled {
/Users/admin/builder/spi-builder-workspace/Source/Networking/OPClient.swift:134:53: error: 'isolation()' is only available in macOS 10.15 or newer
`- /Users/admin/builder/spi-builder-workspace/Source/Networking/OPClient.swift:134:52: note: expanded code originates here
 10 |
 11 | // A class for making requests to an Overpass API endpoint and decoding the subsequent response
 12 | public class OPClient {
    |              `- note: add @available attribute to enclosing class
 13 |
 14 | 	/*
    :
 94 | 	/// - Returns: A dictionary of decoded elements keyed by their ID
 95 | 	/// - Throws: OPRequestError if the request fails
 96 | 	public func fetchElements(query: String) async throws -> [Int: OPElement] {
    |              `- note: add @available attribute to enclosing instance method
 97 | 		// Store the current query and cancel any ongoing fetches
 98 | 		self.query = query
    :
132 |
133 | 		// Create a continuation to handle the operation completion
134 | 		return try await withCheckedThrowingContinuation { continuation in
    +--- /Users/admin/builder/spi-builder-workspace/Source/Networking/OPClient.swift
    |132 |
    |133 |
    |134 |                                                    #isolation
    |    |                                                     `- error: 'isolation()' is only available in macOS 10.15 or newer
    +--------------------------------------------------------------------------------
135 | 			operation.completionBlock = {
136 | 				if operation.isCancelled {
[26/28] Compiling SwiftOverpassAPI OPDecodingOperation.swift
/Users/admin/builder/spi-builder-workspace/Source/Networking/OPClient.swift:117:52: error: 'data(for:delegate:)' is only available in macOS 12.0 or newer
 10 |
 11 | // A class for making requests to an Overpass API endpoint and decoding the subsequent response
 12 | public class OPClient {
    |              `- note: add @available attribute to enclosing class
 13 |
 14 | 	/*
    :
 94 | 	/// - Returns: A dictionary of decoded elements keyed by their ID
 95 | 	/// - Throws: OPRequestError if the request fails
 96 | 	public func fetchElements(query: String) async throws -> [Int: OPElement] {
    |              `- note: add @available attribute to enclosing instance method
 97 | 		// Store the current query and cancel any ongoing fetches
 98 | 		self.query = query
    :
115 |
116 | 		// Send the request and get the response
117 | 		let (responseData, response) = try await session.data(for: request)
    |                                                    |- error: 'data(for:delegate:)' is only available in macOS 12.0 or newer
    |                                                    `- note: add 'if #available' version check
118 |
119 | 		// Check if the stored query has changed since the request was made
/Users/admin/builder/spi-builder-workspace/Source/Networking/OPClient.swift:134:20: error: 'withCheckedThrowingContinuation(isolation:function:_:)' is only available in macOS 10.15 or newer
 10 |
 11 | // A class for making requests to an Overpass API endpoint and decoding the subsequent response
 12 | public class OPClient {
    |              `- note: add @available attribute to enclosing class
 13 |
 14 | 	/*
    :
 94 | 	/// - Returns: A dictionary of decoded elements keyed by their ID
 95 | 	/// - Throws: OPRequestError if the request fails
 96 | 	public func fetchElements(query: String) async throws -> [Int: OPElement] {
    |              `- note: add @available attribute to enclosing instance method
 97 | 		// Store the current query and cancel any ongoing fetches
 98 | 		self.query = query
    :
132 |
133 | 		// Create a continuation to handle the operation completion
134 | 		return try await withCheckedThrowingContinuation { continuation in
    |                    |- error: 'withCheckedThrowingContinuation(isolation:function:_:)' is only available in macOS 10.15 or newer
    |                    `- note: add 'if #available' version check
135 | 			operation.completionBlock = {
136 | 				if operation.isCancelled {
/Users/admin/builder/spi-builder-workspace/Source/Networking/OPClient.swift:134:53: error: 'isolation()' is only available in macOS 10.15 or newer
`- /Users/admin/builder/spi-builder-workspace/Source/Networking/OPClient.swift:134:52: note: expanded code originates here
 10 |
 11 | // A class for making requests to an Overpass API endpoint and decoding the subsequent response
 12 | public class OPClient {
    |              `- note: add @available attribute to enclosing class
 13 |
 14 | 	/*
    :
 94 | 	/// - Returns: A dictionary of decoded elements keyed by their ID
 95 | 	/// - Throws: OPRequestError if the request fails
 96 | 	public func fetchElements(query: String) async throws -> [Int: OPElement] {
    |              `- note: add @available attribute to enclosing instance method
 97 | 		// Store the current query and cancel any ongoing fetches
 98 | 		self.query = query
    :
132 |
133 | 		// Create a continuation to handle the operation completion
134 | 		return try await withCheckedThrowingContinuation { continuation in
    +--- /Users/admin/builder/spi-builder-workspace/Source/Networking/OPClient.swift
    |132 |
    |133 |
    |134 |                                                    #isolation
    |    |                                                     `- error: 'isolation()' is only available in macOS 10.15 or newer
    +--------------------------------------------------------------------------------
135 | 			operation.completionBlock = {
136 | 				if operation.isCancelled {
[27/28] Compiling SwiftOverpassAPI Errors.swift
[28/28] Compiling SwiftOverpassAPI LinkedList.swift
BUILD FAILURE 6.1 macosSpm