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 AmplifyMapLibreAdapter, reference main (311b0e), with Swift 6.1 for Wasm on 29 May 2025 17:40:43 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/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/aws-amplify/amplify-ios-maplibre.git
Reference: main
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/aws-amplify/amplify-ios-maplibre
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 311b0e7 fix: Fixing compilation issues with new Amplify version (#34)
Cloned https://github.com/aws-amplify/amplify-ios-maplibre.git
Revision (git rev-parse @):
311b0e75c6129cf17463a6d79995cab17cd70879
SUCCESS checkout https://github.com/aws-amplify/amplify-ios-maplibre.git at main
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/aws-amplify/amplify-ios-maplibre.git
https://github.com/aws-amplify/amplify-ios-maplibre.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "default_localization" : "en",
  "dependencies" : [
    {
      "identity" : "amplify-swift",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.41.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/aws-amplify/amplify-swift.git"
    },
    {
      "identity" : "maplibre-gl-native-distribution",
      "requirement" : {
        "exact" : [
          "6.4.1"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/maplibre/maplibre-gl-native-distribution"
    }
  ],
  "manifest_display_name" : "AmplifyMapLibreAdapter",
  "name" : "AmplifyMapLibreAdapter",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "AmplifyMapLibreAdapter",
      "targets" : [
        "AmplifyMapLibreAdapter"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "AmplifyMapLibreUI",
      "targets" : [
        "AmplifyMapLibreUI"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "AmplifyMapLibreUITests",
      "module_type" : "SwiftTarget",
      "name" : "AmplifyMapLibreUITests",
      "path" : "Tests/AmplifyMapLibreUITests",
      "sources" : [
        "AMLMapCompositeViewTestCase.swift",
        "AMLMapViewTestCase.swift"
      ],
      "target_dependencies" : [
        "AmplifyMapLibreAdapter",
        "AmplifyMapLibreUI"
      ],
      "type" : "test"
    },
    {
      "c99name" : "AmplifyMapLibreUI",
      "module_type" : "SwiftTarget",
      "name" : "AmplifyMapLibreUI",
      "path" : "Sources/AmplifyMapLibreUI",
      "product_memberships" : [
        "AmplifyMapLibreUI"
      ],
      "resources" : [
        {
          "path" : "/host/spi-builder-workspace/Sources/AmplifyMapLibreUI/Assets.xcassets",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/AmplifyMapLibreUI/Resources/de.lproj/Localizable.strings",
          "rule" : {
            "process" : {
              "localization" : "de"
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/AmplifyMapLibreUI/Resources/en.lproj/Localizable.strings",
          "rule" : {
            "process" : {
              "localization" : "en"
            }
          }
        }
      ],
      "sources" : [
        "AMLMapCompositeView/AMLMapCompositeView+iPad.swift",
        "AMLMapCompositeView/AMLMapCompositeView+iPhone.swift",
        "AMLMapCompositeView/AMLMapCompositeView.swift",
        "AMLMapCompositeView/AMLMapCompositeViewModel.swift",
        "AMLMapCompositeView/AMLMapCompositiveView+ViewModifiers.swift",
        "AMLMapView/AMLMapAttributionView.swift",
        "AMLMapView/AMLMapView+ClusteringBehavior.swift",
        "AMLMapView/AMLMapView+ProxyDelegate.swift",
        "AMLMapView/AMLMapView+ViewModifiers.swift",
        "AMLMapView/AMLMapView.swift",
        "AMLMapView/AMLMapViewSettings.swift",
        "AMLMapView/AMLMapViewState+MapLoadingStateMachine.swift",
        "AMLMapView/AMLMapViewState.swift",
        "Extensions/View+Hidden.swift",
        "Extensions/View+Snapshot.swift",
        "MLNMapViewWrapper/_MLNMapViewWrapper+Coordinator.swift",
        "MLNMapViewWrapper/_MLNMapViewWrapper+ViewModifiers.swift",
        "MLNMapViewWrapper/_MLNMapViewWrapper.swift",
        "SupportingTypes/IdentifiablePlace.swift",
        "SupportingViews/AMLActivityIndicator.swift",
        "SupportingViews/AMLCalloutUIView.swift",
        "SupportingViews/AMLMapControlButton.swift",
        "SupportingViews/AMLMapControlView.swift",
        "SupportingViews/AMLPlaceCellView.swift",
        "SupportingViews/AMLPlaceList.swift",
        "SupportingViews/AMLSearchBar.swift"
      ],
      "target_dependencies" : [
        "AmplifyMapLibreAdapter"
      ],
      "type" : "library"
    },
    {
      "c99name" : "AmplifyMapLibreAdapterTests",
      "module_type" : "SwiftTarget",
      "name" : "AmplifyMapLibreAdapterTests",
      "path" : "Tests/AmplifyMapLibreAdapterTests",
      "sources" : [
        "AmplifyMapLibreAdapterTests.swift"
      ],
      "target_dependencies" : [
        "AmplifyMapLibreAdapter"
      ],
      "type" : "test"
    },
    {
      "c99name" : "AmplifyMapLibreAdapter",
      "module_type" : "SwiftTarget",
      "name" : "AmplifyMapLibreAdapter",
      "path" : "Sources/AmplifyMapLibreAdapter",
      "product_dependencies" : [
        "Amplify",
        "AWSCognitoAuthPlugin",
        "AWSLocationGeoPlugin",
        "MapLibre"
      ],
      "product_memberships" : [
        "AmplifyMapLibreAdapter",
        "AmplifyMapLibreUI"
      ],
      "sources" : [
        "AWSMapURLProtocol+GeoConfig.swift",
        "AWSMapURLProtocol.swift",
        "AWSMapURLProtocolError.swift",
        "AmplifyMapLibre.swift",
        "Extensions/Geo.BoundingBox+MLNCoordinateBounds.swift",
        "Extensions/Geo.SearchArea+MLNCoorindateBounds.swift",
        "Extensions/MLNPointFeature+Geo.Place.swift",
        "Extensions/MLNPointFeature+Init.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.3"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/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/aws-amplify/amplify-swift.git
Fetching https://github.com/maplibre/maplibre-gl-native-distribution
[1/320] Fetching maplibre-gl-native-distribution
Fetched https://github.com/maplibre/maplibre-gl-native-distribution from cache (0.21s)
[1/163516] Fetching amplify-swift
Fetched https://github.com/aws-amplify/amplify-swift.git from cache (11.15s)
Computing version for https://github.com/maplibre/maplibre-gl-native-distribution
Computed https://github.com/maplibre/maplibre-gl-native-distribution at 6.4.1 (14.41s)
Computing version for https://github.com/aws-amplify/amplify-swift.git
Computed https://github.com/aws-amplify/amplify-swift.git at 2.48.0 (0.71s)
Fetching https://github.com/awslabs/aws-sdk-swift
Fetching https://github.com/aws-amplify/amplify-swift-utils-notifications.git
Fetching https://github.com/stephencelis/SQLite.swift.git
[1/529] Fetching amplify-swift-utils-notifications
[530/10294] Fetching amplify-swift-utils-notifications, sqlite.swift
Fetched https://github.com/aws-amplify/amplify-swift-utils-notifications.git from cache (0.30s)
[1368/9765] Fetching sqlite.swift
[9766/687678] Fetching sqlite.swift, aws-sdk-swift
Fetched https://github.com/stephencelis/SQLite.swift.git from cache (211.76s)
Fetched https://github.com/awslabs/aws-sdk-swift from cache (215.02s)
Computing version for https://github.com/stephencelis/SQLite.swift.git
warning: 'sqlite.swift': /Package.swift:7:15: warning: 'v11' is deprecated: iOS 12.0 is the oldest supported version
 5 |     name: "SQLite.swift",
 6 |     platforms: [
 7 |         .iOS(.v11),
   |               `- warning: 'v11' is deprecated: iOS 12.0 is the oldest supported version
 8 |         .macOS(.v10_13),
 9 |         .watchOS(.v4),
/Package.swift:10:16: warning: 'v11' is deprecated: tvOS 12.0 is the oldest supported version
 8 |         .macOS(.v10_13),
 9 |         .watchOS(.v4),
10 |         .tvOS(.v11),
   |                `- warning: 'v11' is deprecated: tvOS 12.0 is the oldest supported version
11 |         .visionOS(.v1)
12 |     ],
Computed https://github.com/stephencelis/SQLite.swift.git at 0.15.3 (221.86s)
Fetching https://github.com/stephencelis/CSQLite.git
[1/19] Fetching csqlite
Fetched https://github.com/stephencelis/CSQLite.git from cache (4.27s)
Computing version for https://github.com/awslabs/aws-sdk-swift
Computed https://github.com/awslabs/aws-sdk-swift at 1.2.59 (11.36s)
Fetching https://github.com/smithy-lang/smithy-swift
Fetching https://github.com/awslabs/aws-crt-swift
[1/69974] Fetching smithy-swift
[43385/101750] Fetching smithy-swift, aws-crt-swift
Fetched https://github.com/smithy-lang/smithy-swift from cache (4.82s)
Fetched https://github.com/awslabs/aws-crt-swift from cache (4.82s)
Computing version for https://github.com/stephencelis/CSQLite.git
Computed https://github.com/stephencelis/CSQLite.git at 0.0.3 (7.63s)
Computing version for https://github.com/awslabs/aws-crt-swift
Computed https://github.com/awslabs/aws-crt-swift at 0.48.0 (0.74s)
Computing version for https://github.com/smithy-lang/smithy-swift
Computed https://github.com/smithy-lang/smithy-swift at 0.125.0 (0.66s)
Fetching https://github.com/apple/swift-log.git
[1/3836] Fetching swift-log
Fetched https://github.com/apple/swift-log.git from cache (0.30s)
Computing version for https://github.com/aws-amplify/amplify-swift-utils-notifications.git
Computed https://github.com/aws-amplify/amplify-swift-utils-notifications.git at 1.1.1 (1.17s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.63s)
Creating working copy for https://github.com/awslabs/aws-crt-swift
Working copy of https://github.com/awslabs/aws-crt-swift resolved at 0.48.0
Creating working copy for https://github.com/aws-amplify/amplify-swift.git
Working copy of https://github.com/aws-amplify/amplify-swift.git resolved at 2.48.0
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.3
Creating working copy for https://github.com/maplibre/maplibre-gl-native-distribution
Working copy of https://github.com/maplibre/maplibre-gl-native-distribution resolved at 6.4.1
Creating working copy for https://github.com/awslabs/aws-sdk-swift
Working copy of https://github.com/awslabs/aws-sdk-swift resolved at 1.2.59
Creating working copy for https://github.com/stephencelis/CSQLite.git
Working copy of https://github.com/stephencelis/CSQLite.git resolved at 0.0.3
Creating working copy for https://github.com/stephencelis/SQLite.swift.git
Working copy of https://github.com/stephencelis/SQLite.swift.git resolved at 0.15.3
Creating working copy for https://github.com/smithy-lang/smithy-swift
Working copy of https://github.com/smithy-lang/smithy-swift resolved at 0.125.0
Creating working copy for https://github.com/aws-amplify/amplify-swift-utils-notifications.git
Working copy of https://github.com/aws-amplify/amplify-swift-utils-notifications.git resolved at 1.1.1
warning: 'sqlite.swift': /host/spi-builder-workspace/.build/checkouts/SQLite.swift/Package.swift:7:15: warning: 'v11' is deprecated: iOS 12.0 is the oldest supported version
 5 |     name: "SQLite.swift",
 6 |     platforms: [
 7 |         .iOS(.v11),
   |               `- warning: 'v11' is deprecated: iOS 12.0 is the oldest supported version
 8 |         .macOS(.v10_13),
 9 |         .watchOS(.v4),
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Package.swift:10:16: warning: 'v11' is deprecated: tvOS 12.0 is the oldest supported version
 8 |         .macOS(.v10_13),
 9 |         .watchOS(.v4),
10 |         .tvOS(.v11),
   |                `- warning: 'v11' is deprecated: tvOS 12.0 is the oldest supported version
11 |         .visionOS(.v1)
12 |     ],
Downloading binary artifact https://github.com/maplibre/maplibre-native/releases/download/ios-v6.4.1/MapLibre.dynamic.xcframework.zip
[1369/8250447] Downloading https://github.com/maplibre/maplibre-native/releases/download/ios-v6.4.1/MapLibre.dynamic.xcframework.zip
Downloaded https://github.com/maplibre/maplibre-native/releases/download/ios-v6.4.1/MapLibre.dynamic.xcframework.zip (1.42s)
warning: 'csqlite': ignoring declared target(s) 'CSQLite' in the system package
warning: you may be able to install libcrypto using your system-packager:
    apt-get install openssl libssl-dev
warning: you may be able to install libcrypto using your system-packager:
    apt-get install openssl libssl-dev
warning: 'amplify-swift': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /host/spi-builder-workspace/.build/checkouts/amplify-swift/AmplifyPlugins/Core/AWSPluginsCore/WebSocket/README.md
Building for debugging...
[0/412] Write sources
[0/412] Copying Localizable.strings
[13/412] Copying PrivacyInfo.xcprivacy
[14/412] Compiling libtommathAmplify amplify_bn_s_mp_toom_mul.c
[15/412] Compiling libtommathAmplify amplify_bn_s_mp_sub.c
[16/412] Compiling libtommathAmplify amplify_bn_s_mp_toom_sqr.c
[17/412] Compiling libtommathAmplify amplify_bn_s_mp_reverse.c
[18/412] Compiling libtommathAmplify amplify_bn_s_mp_prime_is_divisible.c
[19/412] Compiling libtommathAmplify amplify_bn_s_mp_sqr.c
[20/412] Compiling libtommathAmplify amplify_bn_s_mp_rand_platform.c
[21/412] Compiling libtommathAmplify amplify_bn_s_mp_sqr_fast.c
[22/412] Compiling libtommathAmplify amplify_bn_s_mp_mul_digs.c
[23/412] Compiling libtommathAmplify amplify_bn_s_mp_montgomery_reduce_fast.c
[24/412] Compiling libtommathAmplify amplify_bn_s_mp_mul_digs_fast.c
[25/412] Compiling libtommathAmplify amplify_bn_s_mp_rand_jenkins.c
[26/412] Compiling libtommathAmplify amplify_bn_s_mp_mul_high_digs.c
[27/412] Compiling libtommathAmplify amplify_bn_s_mp_mul_high_digs_fast.c
[28/412] Compiling libtommathAmplify amplify_bn_s_mp_karatsuba_sqr.c
[29/412] Compiling libtommathAmplify amplify_bn_s_mp_invmod_slow.c
[30/412] Compiling libtommathAmplify amplify_bn_s_mp_get_bit.c
[31/412] Compiling libtommathAmplify amplify_bn_s_mp_invmod_fast.c
[32/412] Compiling libtommathAmplify amplify_bn_s_mp_karatsuba_mul.c
[33/412] Compiling libtommathAmplify amplify_bn_s_mp_exptmod_fast.c
[34/412] Compiling libtommathAmplify amplify_bn_s_mp_exptmod.c
[35/412] Compiling libtommathAmplify amplify_bn_prime_tab.c
[36/412] Compiling libtommathAmplify amplify_bn_s_mp_balance_mul.c
[36/412] Compiling libtommathAmplify amplify_bn_mp_xor.c
[38/412] Compiling libtommathAmplify amplify_bn_mp_zero.c
[39/412] Compiling libtommathAmplify amplify_bn_mp_unpack.c
[40/412] Compiling libtommathAmplify amplify_bn_s_mp_add.c
[40/412] Write swift-version-24593BA9C3E375BF.txt
[42/412] Compiling libtommathAmplify amplify_bn_mp_ubin_size.c
[43/412] Compiling libtommathAmplify amplify_bn_mp_to_ubin.c
[44/412] Compiling libtommathAmplify amplify_bn_mp_to_radix.c
[45/412] Compiling libtommathAmplify amplify_bn_mp_sub_d.c
[46/412] Compiling libtommathAmplify amplify_bn_mp_submod.c
[47/412] Compiling libtommathAmplify amplify_bn_mp_to_sbin.c
[48/412] Compiling libtommathAmplify amplify_bn_mp_sqrtmod_prime.c
[49/412] Compiling libtommathAmplify amplify_bn_mp_sub.c
[50/412] Compiling libtommathAmplify amplify_bn_mp_sqr.c
[51/412] Compiling libtommathAmplify amplify_bn_mp_sqrmod.c
[52/412] Compiling libtommathAmplify amplify_bn_mp_signed_rsh.c
[53/412] Compiling libtommathAmplify amplify_bn_mp_sqrt.c
[54/412] Compiling libtommathAmplify amplify_bn_mp_shrink.c
[55/412] Compiling libtommathAmplify amplify_bn_mp_set_ull.c
[56/412] Compiling libtommathAmplify amplify_bn_mp_set_ul.c
[57/412] Compiling libtommathAmplify amplify_bn_mp_set_u64.c
[58/412] Compiling libtommathAmplify amplify_bn_mp_set_i64.c
[59/412] Compiling libtommathAmplify amplify_bn_mp_set_u32.c
[60/412] Compiling libtommathAmplify amplify_bn_mp_set_ll.c
[61/412] Compiling libtommathAmplify amplify_bn_mp_set_i32.c
[62/412] Compiling libtommathAmplify amplify_bn_mp_set_l.c
[63/412] Compiling libtommathAmplify amplify_bn_mp_set_double.c
[64/412] Compiling libtommathAmplify amplify_bn_mp_set.c
[65/412] Compiling libtommathAmplify amplify_bn_mp_sbin_size.c
[66/412] Compiling libtommathAmplify amplify_bn_mp_reduce_is_2k_l.c
[67/412] Compiling libtommathAmplify amplify_bn_mp_reduce_setup.c
[68/412] Compiling libtommathAmplify amplify_bn_mp_rshd.c
[69/412] Compiling libtommathAmplify amplify_bn_mp_root_u32.c
[70/412] Compiling libtommathAmplify amplify_bn_mp_reduce_is_2k.c
[71/412] Compiling libtommathAmplify amplify_bn_mp_reduce_2k_l.c
[72/412] Compiling libtommathAmplify amplify_bn_mp_reduce_2k_setup_l.c
[73/412] Compiling libtommathAmplify amplify_bn_mp_reduce.c
[74/412] Compiling libtommathAmplify amplify_bn_mp_reduce_2k_setup.c
[75/412] Compiling libtommathAmplify amplify_bn_mp_rand.c
[76/412] Compiling libtommathAmplify amplify_bn_mp_reduce_2k.c
[77/412] Compiling libtommathAmplify amplify_bn_mp_radix_smap.c
[78/412] Compiling libtommathAmplify amplify_bn_mp_prime_next_prime.c
[79/412] Compiling libtommathAmplify amplify_bn_mp_prime_rand.c
[79/412] Compiling libtommathAmplify amplify_bn_mp_read_radix.c
[79/412] Compiling libtommathAmplify amplify_bn_mp_radix_size.c
[82/412] Compiling libtommathAmplify amplify_bn_mp_prime_miller_rabin.c
[83/412] Compiling libtommathAmplify amplify_bn_mp_prime_rabin_miller_trials.c
[84/412] Compiling libtommathAmplify amplify_bn_mp_prime_frobenius_underwood.c
[85/412] Compiling libtommathAmplify amplify_bn_mp_prime_strong_lucas_selfridge.c
[86/412] Compiling libtommathAmplify amplify_bn_mp_prime_is_prime.c
[87/412] Compiling libtommathAmplify amplify_bn_mp_prime_fermat.c
[88/412] Compiling libtommathAmplify amplify_bn_mp_pack_count.c
[88/412] Compiling libtommathAmplify amplify_bn_mp_neg.c
[90/412] Compiling libtommathAmplify amplify_bn_mp_pack.c
[91/412] Compiling libtommathAmplify amplify_bn_mp_or.c
[92/412] Compiling libtommathAmplify amplify_bn_mp_mulmod.c
[93/412] Compiling libtommathAmplify amplify_bn_mp_mul_2d.c
[94/412] Compiling libtommathAmplify amplify_bn_mp_mul.c
[95/412] Compiling libtommathAmplify amplify_bn_mp_mul_d.c
[96/412] Compiling libtommathAmplify amplify_bn_mp_mul_2.c
[97/412] Compiling libtommathAmplify amplify_bn_mp_montgomery_calc_normalization.c
[98/412] Compiling libtommathAmplify amplify_bn_mp_montgomery_setup.c
[99/412] Compiling libtommathAmplify amplify_bn_mp_mod_d.c
[99/412] Compiling libtommathAmplify amplify_bn_mp_montgomery_reduce.c
[101/412] Compiling libtommathAmplify amplify_bn_mp_lshd.c
[102/412] Compiling libtommathAmplify amplify_bn_mp_mod_2d.c
[103/412] Compiling libtommathAmplify amplify_bn_mp_lcm.c
[104/412] Compiling libtommathAmplify amplify_bn_mp_iseven.c
[105/412] Compiling libtommathAmplify amplify_bn_mp_mod.c
[106/412] Compiling libtommathAmplify amplify_bn_mp_kronecker.c
[107/412] Compiling libtommathAmplify amplify_bn_mp_log_u32.c
[108/412] Compiling libtommathAmplify amplify_bn_mp_is_square.c
[109/412] Compiling libtommathAmplify amplify_bn_mp_isodd.c
[110/412] Compiling libtommathAmplify amplify_bn_mp_init_ul.c
[111/412] Compiling libtommathAmplify amplify_bn_mp_init_ull.c
[112/412] Compiling libtommathAmplify amplify_bn_mp_init_u64.c
[112/412] Compiling libtommathAmplify amplify_bn_mp_init_u32.c
[114/412] Compiling libtommathAmplify amplify_bn_mp_invmod.c
[114/412] Compiling libtommathAmplify amplify_bn_mp_init_set.c
[116/412] Compiling libtommathAmplify amplify_bn_mp_init_size.c
[117/412] Compiling libtommathAmplify amplify_bn_mp_init_multi.c
[118/412] Compiling libtommathAmplify amplify_bn_mp_init_ll.c
[119/412] Compiling libtommathAmplify amplify_bn_mp_init_l.c
[120/412] Compiling libtommathAmplify amplify_bn_mp_init.c
[121/412] Compiling libtommathAmplify amplify_bn_mp_incr.c
[122/412] Compiling libtommathAmplify amplify_bn_mp_init_i32.c
[122/412] Compiling libtommathAmplify amplify_bn_mp_init_i64.c
[123/412] Compiling libtommathAmplify amplify_bn_mp_grow.c
[125/412] Compiling libtommathAmplify amplify_bn_mp_init_copy.c
[126/412] Compiling libtommathAmplify amplify_bn_mp_get_mag_ul.c
[127/412] Compiling libtommathAmplify amplify_bn_mp_get_mag_ull.c
[128/412] Compiling libtommathAmplify amplify_bn_mp_get_mag_u64.c
[129/412] Compiling libtommathAmplify amplify_bn_mp_get_mag_u32.c
[130/412] Compiling libtommathAmplify amplify_bn_mp_get_i64.c
[131/412] Compiling libtommathAmplify amplify_bn_mp_get_l.c
[132/412] Compiling libtommathAmplify amplify_bn_mp_get_ll.c
[132/412] Compiling libtommathAmplify amplify_bn_mp_get_i32.c
[134/412] Compiling libtommathAmplify amplify_bn_mp_from_ubin.c
[135/412] Compiling libtommathAmplify amplify_bn_mp_get_double.c
[136/412] Compiling libtommathAmplify amplify_bn_mp_exteuclid.c
[137/412] Compiling libtommathAmplify amplify_bn_mp_fwrite.c
[138/412] Compiling libtommathAmplify amplify_bn_mp_error_to_string.c
[139/412] Compiling libtommathAmplify amplify_bn_mp_from_sbin.c
[140/412] Compiling libtommathAmplify amplify_bn_mp_dr_reduce.c
[141/412] Compiling libtommathAmplify amplify_bn_mp_exptmod.c
[142/412] Compiling libtommathAmplify amplify_bn_mp_fread.c
[143/412] Compiling libtommathAmplify amplify_bn_mp_gcd.c
[144/412] Compiling libtommathAmplify amplify_bn_mp_exch.c
[145/412] Compiling libtommathAmplify amplify_bn_mp_expt_u32.c
[145/412] Compiling libtommathAmplify amplify_bn_mp_dr_setup.c
[147/412] Compiling libtommathAmplify amplify_bn_mp_dr_is_modulus.c
[148/412] Compiling libtommathAmplify amplify_bn_mp_div_3.c
[149/412] Compiling libtommathAmplify amplify_bn_mp_div_2d.c
[150/412] Compiling libtommathAmplify amplify_bn_mp_div_2.c
[151/412] Compiling libtommathAmplify amplify_bn_mp_div_d.c
[152/412] Compiling libtommathAmplify amplify_bn_mp_decr.c
[153/412] Compiling libtommathAmplify amplify_bn_mp_count_bits.c
[154/412] Compiling libtommathAmplify amplify_bn_mp_div.c
[155/412] Compiling libtommathAmplify amplify_bn_mp_copy.c
[156/412] Compiling libtommathAmplify amplify_bn_mp_cmp_mag.c
[157/412] Compiling libtommathAmplify amplify_bn_mp_complement.c
[158/412] Compiling libtommathAmplify amplify_bn_mp_cnt_lsb.c
[159/412] Compiling libtommathAmplify amplify_bn_mp_clear_multi.c
[160/412] Compiling libtommathAmplify amplify_bn_mp_cmp_d.c
[161/412] Compiling libtommathAmplify amplify_bn_mp_cmp.c
[162/412] Compiling libtommathAmplify amplify_bn_mp_clamp.c
[163/412] Compiling libtommathAmplify amplify_bn_mp_and.c
[164/412] Compiling libtommathAmplify amplify_bn_mp_clear.c
[164/412] Copying PrivacyInfo.xcprivacy
[164/412] Write sources
[191/412] Compiling libtommathAmplify amplify_bn_mp_add.c
[192/412] Compiling libtommathAmplify amplify_bn_mp_addmod.c
[193/412] Compiling libtommathAmplify amplify_bn_mp_add_d.c
[194/412] Compiling libtommathAmplify amplify_bn_mp_abs.c
[195/412] Write sources
[196/412] Compiling libtommathAmplify amplify_bn_mp_2expt.c
[197/412] Compiling libtommathAmplify amplify_bn_cutoffs.c
[198/412] Compiling libtommathAmplify amplify_bn_deprecated.c
[199/421] Compiling tls_channel_handler_shared.c
[200/421] Compiling tracing.c
In file included from /host/spi-builder-workspace/.build/checkouts/aws-crt-swift/aws-common-runtime/aws-c-io/source/tls_channel_handler.c:8:
In file included from /host/spi-builder-workspace/.build/checkouts/aws-crt-swift/aws-common-runtime/aws-c-io/include/aws/io/logging.h:11:
In file included from /host/spi-builder-workspace/.build/checkouts/aws-crt-swift/aws-common-runtime/aws-c-common/include/aws/common/logging.h:11:
/host/spi-builder-workspace/.build/checkouts/aws-crt-swift/aws-common-runtime/aws-c-common/include/aws/common/thread.h:12:14: fatal error: 'pthread.h' file not found
   12 | #    include <pthread.h>
      |              ^~~~~~~~~~~
1 error generated.
[201/421] Compiling tls_channel_handler.c
[201/421] Compiling standard_retry_strategy.c
[201/421] Compiling statistics.c
[201/421] Compiling stream.c
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/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
warning: 'sqlite.swift': /host/spi-builder-workspace/.build/checkouts/SQLite.swift/Package.swift:7:15: warning: 'v11' is deprecated: iOS 12.0 is the oldest supported version
 5 |     name: "SQLite.swift",
 6 |     platforms: [
 7 |         .iOS(.v11),
   |               `- warning: 'v11' is deprecated: iOS 12.0 is the oldest supported version
 8 |         .macOS(.v10_13),
 9 |         .watchOS(.v4),
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Package.swift:10:16: warning: 'v11' is deprecated: tvOS 12.0 is the oldest supported version
 8 |         .macOS(.v10_13),
 9 |         .watchOS(.v4),
10 |         .tvOS(.v11),
   |                `- warning: 'v11' is deprecated: tvOS 12.0 is the oldest supported version
11 |         .visionOS(.v1)
12 |     ],
warning: 'csqlite': ignoring declared target(s) 'CSQLite' in the system package
warning: you may be able to install libcrypto using your system-packager:
    apt-get install openssl libssl-dev
warning: you may be able to install libcrypto using your system-packager:
    apt-get install openssl libssl-dev
warning: 'amplify-swift': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /host/spi-builder-workspace/.build/checkouts/amplify-swift/AmplifyPlugins/Core/AWSPluginsCore/WebSocket/README.md
[0/1] Planning build
Building for debugging...
In file included from /host/spi-builder-workspace/.build/checkouts/aws-crt-swift/aws-common-runtime/aws-c-event-stream/source/event_stream_rpc.c:5:
In file included from /host/spi-builder-workspace/.build/checkouts/aws-crt-swift/aws-common-runtime/aws-c-event-stream/include/aws/event-stream/event_stream_rpc.h:7:
In file included from /host/spi-builder-workspace/.build/checkouts/aws-crt-swift/aws-common-runtime/aws-c-event-stream/include/aws/event-stream/event_stream.h:11:
In file included from /host/spi-builder-workspace/.build/checkouts/aws-crt-swift/aws-common-runtime/aws-c-common/include/aws/common/logging.h:11:
/host/spi-builder-workspace/.build/checkouts/aws-crt-swift/aws-common-runtime/aws-c-common/include/aws/common/thread.h:12:14: fatal error: 'pthread.h' file not found
   12 | #    include <pthread.h>
      |              ^~~~~~~~~~~
1 error generated.
[0/212] Compiling event_stream_rpc.c
[0/212] Compiling tls_channel_handler.c
[0/212] Compiling statistics.c
In file included from /host/spi-builder-workspace/.build/checkouts/aws-crt-swift/aws-common-runtime/aws-c-event-stream/source/event_stream_rpc_server.c:16:
In file included from /host/spi-builder-workspace/.build/checkouts/aws-crt-swift/aws-common-runtime/aws-c-event-stream/include/aws/event-stream/event_stream_channel_handler.h:8:
In file included from /host/spi-builder-workspace/.build/checkouts/aws-crt-swift/aws-common-runtime/aws-c-event-stream/include/aws/event-stream/event_stream.h:11:
In file included from /host/spi-builder-workspace/.build/checkouts/aws-crt-swift/aws-common-runtime/aws-c-common/include/aws/common/logging.h:11:
/host/spi-builder-workspace/.build/checkouts/aws-crt-swift/aws-common-runtime/aws-c-common/include/aws/common/thread.h:12:14: fatal error: 'pthread.h' file not found
   12 | #    include <pthread.h>
      |              ^~~~~~~~~~~
[0/212] Compiling event_stream_rpc_server.c
[0/212] Compiling standard_retry_strategy.c
In file included from /host/spi-builder-workspace/.build/checkouts/aws-crt-swift/aws-common-runtime/aws-c-event-stream/source/event_stream_rpc_client.c:5:
In file included from /host/spi-builder-workspace/.build/checkouts/aws-crt-swift/aws-common-runtime/aws-c-event-stream/include/aws/event-stream/event_stream_channel_handler.h:8:
In file included from /host/spi-builder-workspace/.build/checkouts/aws-crt-swift/aws-common-runtime/aws-c-event-stream/include/aws/event-stream/event_stream.h:11:
In file included from /host/spi-builder-workspace/.build/checkouts/aws-crt-swift/aws-common-runtime/aws-c-common/include/aws/common/logging.h:11:
/host/spi-builder-workspace/.build/checkouts/aws-crt-swift/aws-common-runtime/aws-c-common/include/aws/common/thread.h:12:14: fatal error: 'pthread.h' file not found
   12 | #    include <pthread.h>
      |              ^~~~~~~~~~~
[0/212] Compiling event_stream_rpc_client.c
[0/212] Compiling stream.c
In file included from /host/spi-builder-workspace/.build/checkouts/aws-crt-swift/aws-common-runtime/aws-c-event-stream/source/event_stream_channel_handler.c:16:
In file included from /host/spi-builder-workspace/.build/checkouts/aws-crt-swift/aws-common-runtime/aws-c-event-stream/include/aws/event-stream/event_stream.h:11:
In file included from /host/spi-builder-workspace/.build/checkouts/aws-crt-swift/aws-common-runtime/aws-c-common/include/aws/common/logging.h:11:
/host/spi-builder-workspace/.build/checkouts/aws-crt-swift/aws-common-runtime/aws-c-common/include/aws/common/thread.h:12:14: fatal error: 'pthread.h' file not found
   12 | #    include <pthread.h>
      |              ^~~~~~~~~~~
[0/212] Compiling event_stream_channel_handler.c
BUILD FAILURE 6.1 wasm