The Swift Package Index logo.Swift Package Index

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

Build Information

Failed to build OpenParking, reference 0.11.0 (4aef2c), with Swift 6.1 for Wasm on 27 May 2025 17:35:54 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/OpenParkingApp/OpenParking.git
Reference: 0.11.0
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/OpenParkingApp/OpenParking
 * tag               0.11.0     -> FETCH_HEAD
HEAD is now at 4aef2cb silence warnings for now
Cloned https://github.com/OpenParkingApp/OpenParking.git
Revision (git rev-parse @):
4aef2cb70a4bc5746d1d2b8168d2c2f639c95598
SUCCESS checkout https://github.com/OpenParkingApp/OpenParking.git at 0.11.0
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/OpenParkingApp/OpenParking.git
https://github.com/OpenParkingApp/OpenParking.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "geojson",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.4.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/kiliankoe/GeoJSON"
    },
    {
      "identity" : "htmlstring",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "5.0.0",
            "upper_bound" : "6.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/alexaubry/HTMLString"
    },
    {
      "identity" : "regex",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.1.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/sharplet/Regex"
    }
  ],
  "manifest_display_name" : "OpenParking",
  "name" : "OpenParking",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.13"
    },
    {
      "name" : "ios",
      "version" : "11.0"
    },
    {
      "name" : "watchos",
      "version" : "4.0"
    },
    {
      "name" : "tvos",
      "version" : "11.0"
    }
  ],
  "products" : [
    {
      "name" : "OpenParking",
      "targets" : [
        "OpenParking"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "OpenParkingTestSupport",
      "targets" : [
        "OpenParkingTestSupport"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "OpenParkingTests",
      "module_type" : "SwiftTarget",
      "name" : "OpenParkingTests",
      "path" : "Tests/OpenParkingTests",
      "sources" : [
        "OpenParkingTests.swift"
      ],
      "target_dependencies" : [
        "OpenParking"
      ],
      "type" : "test"
    },
    {
      "c99name" : "OpenParkingTestSupport",
      "module_type" : "SwiftTarget",
      "name" : "OpenParkingTestSupport",
      "path" : "Sources/OpenParkingTestSupport",
      "product_memberships" : [
        "OpenParkingTestSupport"
      ],
      "sources" : [
        "Validate.swift"
      ],
      "target_dependencies" : [
        "OpenParking"
      ],
      "type" : "library"
    },
    {
      "c99name" : "OpenParking",
      "module_type" : "SwiftTarget",
      "name" : "OpenParking",
      "path" : "Sources/OpenParking",
      "product_dependencies" : [
        "GeoJSON",
        "HTMLString",
        "Regex"
      ],
      "product_memberships" : [
        "OpenParking",
        "OpenParkingTestSupport"
      ],
      "sources" : [
        "Coordinates.swift",
        "DataPoint.swift",
        "Datasource.swift",
        "Date.swift",
        "Error.swift",
        "GeoJson.swift",
        "HTMLString.swift",
        "Lot.swift",
        "Network.swift",
        "Regex.swift",
        "Warning.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.3"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi -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 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Fetching https://github.com/alexaubry/HTMLString
Fetching https://github.com/kiliankoe/GeoJSON
Fetching https://github.com/sharplet/Regex
[1/1254] Fetching regex
[64/2885] Fetching regex, htmlstring
[2024/3325] Fetching regex, htmlstring, geojson
Fetched https://github.com/kiliankoe/GeoJSON from cache (0.58s)
Fetched https://github.com/alexaubry/HTMLString from cache (0.58s)
Fetched https://github.com/sharplet/Regex from cache (0.59s)
Computing version for https://github.com/alexaubry/HTMLString
Computed https://github.com/alexaubry/HTMLString at 5.0.0 (3.20s)
Computing version for https://github.com/sharplet/Regex
Computed https://github.com/sharplet/Regex at 2.1.1 (2.02s)
Computing version for https://github.com/kiliankoe/GeoJSON
Computed https://github.com/kiliankoe/GeoJSON at 0.6.2 (1.00s)
Fetching https://github.com/flight-school/AnyCodable.git
[1/782] Fetching anycodable
Fetched https://github.com/flight-school/AnyCodable.git from cache (0.22s)
Computing version for https://github.com/flight-school/AnyCodable.git
Computed https://github.com/flight-school/AnyCodable.git at 0.6.7 (0.73s)
Creating working copy for https://github.com/flight-school/AnyCodable.git
Working copy of https://github.com/flight-school/AnyCodable.git resolved at 0.6.7
Creating working copy for https://github.com/kiliankoe/GeoJSON
Working copy of https://github.com/kiliankoe/GeoJSON resolved at 0.6.2
Creating working copy for https://github.com/sharplet/Regex
Working copy of https://github.com/sharplet/Regex resolved at 2.1.1
Creating working copy for https://github.com/alexaubry/HTMLString
Working copy of https://github.com/alexaubry/HTMLString resolved at 5.0.0
Building for debugging...
[0/7] Write sources
[6/7] Write swift-version-24593BA9C3E375BF.txt
[8/22] Emitting module HTMLString
[9/22] Compiling AnyCodable AnyEncodable.swift
[10/22] Emitting module Regex
[11/22] Compiling Regex ThreadLocal.swift
/host/spi-builder-workspace/.build/checkouts/Regex/Source/Regex/ThreadLocal.swift:13:14: error: cannot find 'Thread' in scope
11 |   var value: T? {
12 |     get {
13 |       return Thread.current.threadDictionary[key] as? T
   |              `- error: cannot find 'Thread' in scope
14 |     }
15 |     set {
/host/spi-builder-workspace/.build/checkouts/Regex/Source/Regex/ThreadLocal.swift:16:7: error: cannot find 'Thread' in scope
14 |     }
15 |     set {
16 |       Thread.current.threadDictionary[key] = newValue
   |       `- error: cannot find 'Thread' in scope
17 |     }
18 |   }
[12/22] Compiling HTMLString NSString+HTMLString.swift
[13/22] Compiling HTMLString Mappings.swift
/host/spi-builder-workspace/.build/checkouts/HTMLString/Sources/HTMLString/Mappings.swift:25:73: error: incorrect argument label in call (have 'with:options:format:', expected 'from:options:format:')
23 |
24 |         do {
25 |             unescapingTable = try PropertyListSerialization.propertyList(with: inputStream, options: [], format: nil) as! [String: String]
   |                                                                         `- error: incorrect argument label in call (have 'with:options:format:', expected 'from:options:format:')
26 |         } catch {
27 |             unescapingTable = [:]
/host/spi-builder-workspace/.build/checkouts/HTMLString/Sources/HTMLString/Mappings.swift:25:80: error: cannot convert value of type 'InputStream' to expected argument type 'Data'
23 |
24 |         do {
25 |             unescapingTable = try PropertyListSerialization.propertyList(with: inputStream, options: [], format: nil) as! [String: String]
   |                                                                                `- error: cannot convert value of type 'InputStream' to expected argument type 'Data'
26 |         } catch {
27 |             unescapingTable = [:]
[14/22] Compiling Regex Regex.swift
[15/22] Compiling Regex Foundation+Ranges.swift
[16/22] Compiling Regex String+ReplaceMatching.swift
[17/22] Compiling Regex Options.swift
[18/22] Compiling Regex MatchResult.swift
[19/22] Compiling HTMLString HTMLString.swift
[20/22] Compiling AnyCodable AnyCodable.swift
[21/22] Emitting module AnyCodable
[22/22] Compiling AnyCodable AnyDecodable.swift
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/16] Compiling HTMLString Mappings.swift
/host/spi-builder-workspace/.build/checkouts/HTMLString/Sources/HTMLString/Mappings.swift:25:73: error: incorrect argument label in call (have 'with:options:format:', expected 'from:options:format:')
23 |
24 |         do {
25 |             unescapingTable = try PropertyListSerialization.propertyList(with: inputStream, options: [], format: nil) as! [String: String]
   |                                                                         `- error: incorrect argument label in call (have 'with:options:format:', expected 'from:options:format:')
26 |         } catch {
27 |             unescapingTable = [:]
/host/spi-builder-workspace/.build/checkouts/HTMLString/Sources/HTMLString/Mappings.swift:25:80: error: cannot convert value of type 'InputStream' to expected argument type 'Data'
23 |
24 |         do {
25 |             unescapingTable = try PropertyListSerialization.propertyList(with: inputStream, options: [], format: nil) as! [String: String]
   |                                                                                `- error: cannot convert value of type 'InputStream' to expected argument type 'Data'
26 |         } catch {
27 |             unescapingTable = [:]
[3/16] Compiling HTMLString NSString+HTMLString.swift
[4/16] Compiling Regex String+ReplaceMatching.swift
[5/16] Compiling Regex ThreadLocal.swift
/host/spi-builder-workspace/.build/checkouts/Regex/Source/Regex/ThreadLocal.swift:13:14: error: cannot find 'Thread' in scope
11 |   var value: T? {
12 |     get {
13 |       return Thread.current.threadDictionary[key] as? T
   |              `- error: cannot find 'Thread' in scope
14 |     }
15 |     set {
/host/spi-builder-workspace/.build/checkouts/Regex/Source/Regex/ThreadLocal.swift:16:7: error: cannot find 'Thread' in scope
14 |     }
15 |     set {
16 |       Thread.current.threadDictionary[key] = newValue
   |       `- error: cannot find 'Thread' in scope
17 |     }
18 |   }
[6/16] Emitting module Regex
[7/16] Compiling Regex Foundation+Ranges.swift
[8/16] Compiling AnyCodable AnyDecodable.swift
[9/16] Compiling Regex Regex.swift
[10/16] Compiling AnyCodable AnyCodable.swift
[11/16] Compiling Regex Options.swift
[12/16] Compiling Regex MatchResult.swift
[13/16] Emitting module HTMLString
[14/16] Compiling HTMLString HTMLString.swift
[15/16] Emitting module AnyCodable
BUILD FAILURE 6.1 wasm