The Swift Package Index logo.Swift Package Index

Build Information

Successful build of StrasbourgParkAPI, reference master (784074), with Swift 6.3 for macOS (SPM) on 22 Apr 2026 11:57:19 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/yageek/StrasbourgParkAPI.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/yageek/StrasbourgParkAPI
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 784074f Update changelog
Cloned https://github.com/yageek/StrasbourgParkAPI.git
Revision (git rev-parse @):
784074f28e99def979c39d53f962f45873bcab36
SUCCESS checkout https://github.com/yageek/StrasbourgParkAPI.git at master
Fetching https://github.com/apple/swift-log.git
[1/6636] Fetching swift-log
Fetched https://github.com/apple/swift-log.git from cache (1.23s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.2.0 (1.93s)
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.2.0
========================================
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",
  "traits": [
    "default"
  ],
  "dependencies": [
    {
      "identity": "strasbourgparkapi",
      "name": "StrasbourgParkAPI",
      "url": "https://github.com/yageek/StrasbourgParkAPI.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/StrasbourgParkAPI",
      "traits": [
        "default"
      ],
      "dependencies": [
        {
          "identity": "swift-log",
          "name": "swift-log",
          "url": "https://github.com/apple/swift-log.git",
          "version": "1.12.0",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-log",
          "traits": [
          ],
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/yageek/StrasbourgParkAPI.git
[1/481] Fetching strasbourgparkapi
Fetched https://github.com/yageek/StrasbourgParkAPI.git from cache (0.90s)
Fetching https://github.com/apple/swift-log.git from cache
Fetched https://github.com/apple/swift-log.git from cache (0.49s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.12.0 (1.13s)
Creating working copy for https://github.com/yageek/StrasbourgParkAPI.git
Working copy of https://github.com/yageek/StrasbourgParkAPI.git resolved at master (784074f)
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.12.0
warning: '.resolve-product-dependencies': dependency 'strasbourgparkapi' is not used by any target
Found 1 product dependencies
  - swift-log
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/yageek/StrasbourgParkAPI.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version--6988338F2F200930.txt
[4/7] Compiling Logging Logging.swift
[5/7] Compiling Logging LogHandler.swift
[6/7] Emitting module Logging
[7/7] Compiling Logging Locks.swift
[8/16] Compiling StrasbourgParkAPI DownloadOperation.swift
/Users/admin/builder/spi-builder-workspace/Sources/StrasbourgParkAPI/Operations/DownloadOperation.swift:10:13: warning: class 'DownloadOperation' must restate inherited '@unchecked Sendable' conformance
 8 | import Foundation
 9 |
10 | final class DownloadOperation<T: Decodable>: BaseOperation, CompletableOperation {
   |             `- warning: class 'DownloadOperation' must restate inherited '@unchecked Sendable' conformance
11 |     private let url: URL
12 |     private let lock = NSLock()
[9/16] Compiling StrasbourgParkAPI DownloadAllPageOperation.swift
/Users/admin/builder/spi-builder-workspace/Sources/StrasbourgParkAPI/Operations/DownloadAllPageOperation.swift:20:13: warning: class 'DownloadAllPages' must restate inherited '@unchecked Sendable' conformance
 18 | }
 19 |
 20 | final class DownloadAllPages<T: Decodable>: BaseOperation, CompletableOperation {
    |             `- warning: class 'DownloadAllPages' must restate inherited '@unchecked Sendable' conformance
 21 |
 22 |     private let workingQueue: OperationQueue
/Users/admin/builder/spi-builder-workspace/Sources/StrasbourgParkAPI/Operations/DownloadAllPageOperation.swift:161:27: warning: 'as' test is always true
159 |             self.records[pageNumber] = elements
160 |
161 |         } catch let error as ParkingAPIClientError {
    |                           `- warning: 'as' test is always true
162 |             logger.error("Error downloading data: \(error)")
163 |             self.errors.append(error)
[10/16] Compiling StrasbourgParkAPI BaseOperation.swift
/Users/admin/builder/spi-builder-workspace/Sources/StrasbourgParkAPI/Operations/BaseOperation.swift:17:7: warning: class 'BaseOperation' must restate inherited '@unchecked Sendable' conformance
15 | }
16 |
17 | class BaseOperation: Operation {
   |       `- warning: class 'BaseOperation' must restate inherited '@unchecked Sendable' conformance
18 |
19 |     // MARK: - Helper Begin
[11/16] Compiling StrasbourgParkAPI ParkingAPIClient.swift
[12/16] Compiling StrasbourgParkAPI Log.swift
[13/16] Compiling StrasbourgParkAPI ParkAPILegacy.swift
[14/16] Compiling StrasbourgParkAPI Endpoint.swift
[15/16] Emitting module StrasbourgParkAPI
/Users/admin/builder/spi-builder-workspace/Sources/StrasbourgParkAPI/Operations/BaseOperation.swift:17:7: warning: class 'BaseOperation' must restate inherited '@unchecked Sendable' conformance
15 | }
16 |
17 | class BaseOperation: Operation {
   |       `- warning: class 'BaseOperation' must restate inherited '@unchecked Sendable' conformance
18 |
19 |     // MARK: - Helper Begin
/Users/admin/builder/spi-builder-workspace/Sources/StrasbourgParkAPI/Operations/DownloadAllPageOperation.swift:20:13: warning: class 'DownloadAllPages' must restate inherited '@unchecked Sendable' conformance
 18 | }
 19 |
 20 | final class DownloadAllPages<T: Decodable>: BaseOperation, CompletableOperation {
    |             `- warning: class 'DownloadAllPages' must restate inherited '@unchecked Sendable' conformance
 21 |
 22 |     private let workingQueue: OperationQueue
/Users/admin/builder/spi-builder-workspace/Sources/StrasbourgParkAPI/Operations/DownloadOperation.swift:10:13: warning: class 'DownloadOperation' must restate inherited '@unchecked Sendable' conformance
 8 | import Foundation
 9 |
10 | final class DownloadOperation<T: Decodable>: BaseOperation, CompletableOperation {
   |             `- warning: class 'DownloadOperation' must restate inherited '@unchecked Sendable' conformance
11 |     private let url: URL
12 |     private let lock = NSLock()
[16/16] Compiling StrasbourgParkAPI ParkAPIOpenData.swift
Build complete! (5.24s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-log",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-log.git"
    }
  ],
  "manifest_display_name" : "StrasbourgParkAPI",
  "name" : "StrasbourgParkAPI",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "StrasbourgParkAPI",
      "targets" : [
        "StrasbourgParkAPI"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "StrasbourgParkAPITests",
      "module_type" : "SwiftTarget",
      "name" : "StrasbourgParkAPITests",
      "path" : "Tests/StrasbourgParkAPITests",
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/StrasbourgParkAPITests/samples",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "StrasbourgParkAPITests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "StrasbourgParkAPI"
      ],
      "type" : "test"
    },
    {
      "c99name" : "StrasbourgParkAPI",
      "module_type" : "SwiftTarget",
      "name" : "StrasbourgParkAPI",
      "path" : "Sources/StrasbourgParkAPI",
      "product_dependencies" : [
        "Logging"
      ],
      "product_memberships" : [
        "StrasbourgParkAPI"
      ],
      "sources" : [
        "Core/Endpoint.swift",
        "Core/Log.swift",
        "Core/ParkAPILegacy.swift",
        "Core/ParkAPIOpenData.swift",
        "Core/ParkingAPIClient.swift",
        "Operations/BaseOperation.swift",
        "Operations/DownloadAllPageOperation.swift",
        "Operations/DownloadOperation.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.5"
}
Done.