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 Elasticsearch, reference master (fef7dc), with Swift 6.1 for Wasm on 27 May 2025 11:18:26 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/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/ryangrimm/vaporelasticsearch.git
Reference: master
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/ryangrimm/vaporelasticsearch
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at fef7dc4 Merge pull request #18 from docterd/multi_match_fuzzyness
Cloned https://github.com/ryangrimm/vaporelasticsearch.git
Revision (git rev-parse @):
fef7dc43bfb419e51f59a8911125c5d90942e8c6
SUCCESS checkout https://github.com/ryangrimm/vaporelasticsearch.git at master
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/ryangrimm/vaporelasticsearch.git
https://github.com/ryangrimm/vaporelasticsearch.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "core",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "3.0.0",
            "upper_bound" : "4.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor/core.git"
    },
    {
      "identity" : "crypto",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "3.2.0",
            "upper_bound" : "4.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor/crypto.git"
    },
    {
      "identity" : "database-kit",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor/database-kit.git"
    },
    {
      "identity" : "swift-nio",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-nio.git"
    },
    {
      "identity" : "http",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "3.0.0",
            "upper_bound" : "4.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor/http.git"
    },
    {
      "identity" : "vapor",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "3.0.0",
            "upper_bound" : "4.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor/vapor.git"
    }
  ],
  "manifest_display_name" : "Elasticsearch",
  "name" : "Elasticsearch",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "Elasticsearch",
      "targets" : [
        "Elasticsearch"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ElasticsearchTests",
      "module_type" : "SwiftTarget",
      "name" : "ElasticsearchTests",
      "path" : "Tests/ElasticsearchTests",
      "product_dependencies" : [
        "Vapor"
      ],
      "sources" : [
        "Analysis/AnalyzerTests.swift",
        "Analysis/CharacterFilterTests.swift",
        "Analysis/NormalizerTests.swift",
        "Analysis/TokenFilterTests.swift",
        "Analysis/TokenizerTests.swift",
        "ElasticsearchAggregationCodableTests.swift",
        "ElasticsearchQueryCodableTests.swift",
        "ElasticsearchTests.swift",
        "TestHelpers.swift",
        "VaporIntegrationTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "Elasticsearch"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Elasticsearch",
      "module_type" : "SwiftTarget",
      "name" : "Elasticsearch",
      "path" : "Sources/Elasticsearch",
      "product_dependencies" : [
        "Crypto",
        "Async",
        "Bits",
        "DatabaseKit",
        "Debugging",
        "NIO",
        "COperatingSystem",
        "HTTP"
      ],
      "product_memberships" : [
        "Elasticsearch"
      ],
      "sources" : [
        "Client/ElasticsearchBulk.swift",
        "Client/ElasticsearchClient+CRUD.swift",
        "Client/ElasticsearchClient+IndexMgmt.swift",
        "Client/ElasticsearchClient+Search.swift",
        "Client/ElasticsearchClient+Suggest.swift",
        "Client/ElasticsearchClient+connect.swift",
        "Client/ElasticsearchClient.swift",
        "Client/ElasticsearchLogger.swift",
        "Database/ElasticsearchClientConfig.swift",
        "Database/ElasticsearchDatabase+KeyedCacheSupporting.swift",
        "Database/ElasticsearchDatabase+LogSupporting.swift",
        "Database/ElasticsearchDatabase.swift",
        "Database/ElasticsearchProvider.swift",
        "Index/Analysis.swift",
        "Index/Analyzers/Analyzer.swift",
        "Index/Analyzers/CustomAnalyzer.swift",
        "Index/Analyzers/FingerprintAnalyzer.swift",
        "Index/Analyzers/KeywordAnalyzer.swift",
        "Index/Analyzers/PatternAnalyzer.swift",
        "Index/Analyzers/SimpleAnalyzer.swift",
        "Index/Analyzers/StandardAnalyzer.swift",
        "Index/Analyzers/StopAnalyzer.swift",
        "Index/Analyzers/WhitespaceAnalyzer.swift",
        "Index/DefinesAnalysis.swift",
        "Index/DocumentTypeSettings.swift",
        "Index/ElasticsearchIndex.swift",
        "Index/Filters/Character/CharacterFilter.swift",
        "Index/Filters/Character/HTMLStripCharacterFilter.swift",
        "Index/Filters/Character/MappingCharacterFilter.swift",
        "Index/Filters/Character/PatternReplaceCharacterFilter.swift",
        "Index/Filters/Token/ASCIIFoldingFilter.swift",
        "Index/Filters/Token/ApostropheFilter.swift",
        "Index/Filters/Token/ArabicNormalizationFilter.swift",
        "Index/Filters/Token/ClassicFilter.swift",
        "Index/Filters/Token/DecimalDigitFilter.swift",
        "Index/Filters/Token/EdgeNGram.swift",
        "Index/Filters/Token/GermanNormalizationFilter.swift",
        "Index/Filters/Token/HindiNormalizationFilter.swift",
        "Index/Filters/Token/IndicNormalizationFilter.swift",
        "Index/Filters/Token/KStemFilter.swift",
        "Index/Filters/Token/LengthFilter.swift",
        "Index/Filters/Token/LowercaseFilter.swift",
        "Index/Filters/Token/NGramFilter.swift",
        "Index/Filters/Token/PersianNormalizationFilter.swift",
        "Index/Filters/Token/PorterStemFilter.swift",
        "Index/Filters/Token/ReverseFilter.swift",
        "Index/Filters/Token/ScandinavianFoldingFilter.swift",
        "Index/Filters/Token/ScandinavianNormalizationFilter.swift",
        "Index/Filters/Token/SerbianNormalizationFIlter.swift",
        "Index/Filters/Token/SoraniNormalizationFilter.swift",
        "Index/Filters/Token/StandardFilter.swift",
        "Index/Filters/Token/StemmerFilter+Languages.swift",
        "Index/Filters/Token/StemmerFilter.swift",
        "Index/Filters/Token/SynonymFilter.swift",
        "Index/Filters/Token/TokenFilter.swift",
        "Index/Filters/Token/TrimFilter.swift",
        "Index/Filters/Token/UppercaseFilter.swift",
        "Index/IndexMeta.swift",
        "Index/IndexModifies.swift",
        "Index/IndexSettings.swift",
        "Index/MappingTypes/AnyMap.swift",
        "Index/MappingTypes/MapBinary.swift",
        "Index/MappingTypes/MapBoolean.swift",
        "Index/MappingTypes/MapByte.swift",
        "Index/MappingTypes/MapCompletionSuggester.swift",
        "Index/MappingTypes/MapDate.swift",
        "Index/MappingTypes/MapDateRange.swift",
        "Index/MappingTypes/MapDouble.swift",
        "Index/MappingTypes/MapDoubleRange.swift",
        "Index/MappingTypes/MapFloat.swift",
        "Index/MappingTypes/MapFloatRange.swift",
        "Index/MappingTypes/MapGeoPoint.swift",
        "Index/MappingTypes/MapGeoShape.swift",
        "Index/MappingTypes/MapHalfFloat.swift",
        "Index/MappingTypes/MapIPAddress.swift",
        "Index/MappingTypes/MapInteger.swift",
        "Index/MappingTypes/MapIntegerRange.swift",
        "Index/MappingTypes/MapJoin.swift",
        "Index/MappingTypes/MapKeyword.swift",
        "Index/MappingTypes/MapLong.swift",
        "Index/MappingTypes/MapLongRange.swift",
        "Index/MappingTypes/MapNested.swift",
        "Index/MappingTypes/MapObject.swift",
        "Index/MappingTypes/MapPercolator.swift",
        "Index/MappingTypes/MapScaledFloat.swift",
        "Index/MappingTypes/MapShort.swift",
        "Index/MappingTypes/MapText.swift",
        "Index/MappingTypes/MapTokenCount.swift",
        "Index/MappingTypes/Mappable.swift",
        "Index/Normalizers/CustomNormalizer.swift",
        "Index/Normalizers/Normalizer.swift",
        "Index/Tokenizers/ClassicTokenizer.swift",
        "Index/Tokenizers/EdgeNGramTokenizer.swift",
        "Index/Tokenizers/KeywordTokenizer.swift",
        "Index/Tokenizers/LetterTokenizer.swift",
        "Index/Tokenizers/LowercaseTokenizer.swift",
        "Index/Tokenizers/NGramTokenizer.swift",
        "Index/Tokenizers/PathHierarchyTokenizer.swift",
        "Index/Tokenizers/PatternTokenizer.swift",
        "Index/Tokenizers/SimplePatternSplitTokenizer.swift",
        "Index/Tokenizers/SimplePatternTokenizer.swift",
        "Index/Tokenizers/StandardTokenizer.swift",
        "Index/Tokenizers/ThaiTokenizer.swift",
        "Index/Tokenizers/Tokenizer.swift",
        "Index/Tokenizers/UAXURLEmailTokenizer.swift",
        "Index/Tokenizers/WhitespaceTokenizer.swift",
        "Model/Response/AggregationDateHistogramResponse.swift",
        "Model/Response/AggregationExtendedStatsResponse.swift",
        "Model/Response/AggregationGeoBoundsResponse.swift",
        "Model/Response/AggregationGeoCentroidResponse.swift",
        "Model/Response/AggregationHistogramResponse.swift",
        "Model/Response/AggregationResponse.swift",
        "Model/Response/AggregationSingleValueResponse.swift",
        "Model/Response/AggregationStatsResponse.swift",
        "Model/Response/AggregationTermsResponse.swift",
        "Model/Response/AnyAggregationResponse.swift",
        "Model/Response/BulkResponse.swift",
        "Model/Response/DocResponse.swift",
        "Model/Response/IndexResponse.swift",
        "Model/Response/SearchResponse.swift",
        "Model/Response/SuggestResponse.swift",
        "Model/SettableID.swift",
        "Search/Aggregation/Aggregation.swift",
        "Search/Aggregation/AnyAggregation.swift",
        "Search/Aggregation/BucketAggregations/DateHistogramAggregation.swift",
        "Search/Aggregation/BucketAggregations/HistogramAggregation.swift",
        "Search/Aggregation/BucketAggregations/TermsAggregation.swift",
        "Search/Aggregation/MetricsAggregations/AvgAggregation.swift",
        "Search/Aggregation/MetricsAggregations/CardinalityAggregation.swift",
        "Search/Aggregation/MetricsAggregations/ExtendedStatsAggregation.swift",
        "Search/Aggregation/MetricsAggregations/GeoBoundsAggregation.swift",
        "Search/Aggregation/MetricsAggregations/GeoCentroidAggregation.swift",
        "Search/Aggregation/MetricsAggregations/MaxAggregation.swift",
        "Search/Aggregation/MetricsAggregations/MinAggregation.swift",
        "Search/Aggregation/MetricsAggregations/StatsAggregation.swift",
        "Search/Aggregation/MetricsAggregations/SumAggregation.swift",
        "Search/Aggregation/MetricsAggregations/TopHitsAggregation.swift",
        "Search/Aggregation/MetricsAggregations/ValueCountAggregation.swift",
        "Search/Decoder+AggregationUserInfo.swift",
        "Search/Query/AnyQuery.swift",
        "Search/Query/BoolQuery.swift",
        "Search/Query/CommonTerms.swift",
        "Search/Query/Exists.swift",
        "Search/Query/FunctionScore.swift",
        "Search/Query/Fuzzy.swift",
        "Search/Query/Geo/GeoHelpers.swift",
        "Search/Query/Geo/GeoPolygon.swift",
        "Search/Query/IDs.swift",
        "Search/Query/Match.swift",
        "Search/Query/MatchAll.swift",
        "Search/Query/MatchNone.swift",
        "Search/Query/MatchPhrase.swift",
        "Search/Query/MatchPhrasePrefix.swift",
        "Search/Query/MultiMatch.swift",
        "Search/Query/Nested.swift",
        "Search/Query/Prefix.swift",
        "Search/Query/Query.swift",
        "Search/Query/Range.swift",
        "Search/Query/Regexp.swift",
        "Search/Query/Score Functions/AnyScoreFunction.swift",
        "Search/Query/Score Functions/Exp.swift",
        "Search/Query/Score Functions/FieldValueFactor.swift",
        "Search/Query/Score Functions/Gauss.swift",
        "Search/Query/Score Functions/Linear.swift",
        "Search/Query/Score Functions/RandomScore.swift",
        "Search/Query/Score Functions/ScoreFunction.swift",
        "Search/Query/Score Functions/ScriptScore.swift",
        "Search/Query/Score Functions/WeightScore.swift",
        "Search/Query/ScriptQuery.swift",
        "Search/Query/SpanQueries/AnySpanQuery.swift",
        "Search/Query/SpanQueries/Span.swift",
        "Search/Query/SpanQueries/SpanContaining.swift",
        "Search/Query/SpanQueries/SpanFirst.swift",
        "Search/Query/SpanQueries/SpanNear.swift",
        "Search/Query/SpanQueries/SpanNot.swift",
        "Search/Query/SpanQueries/SpanOr.swift",
        "Search/Query/SpanQueries/SpanTerm.swift",
        "Search/Query/SpanQueries/SpanWithin.swift",
        "Search/Query/Suggest.swift",
        "Search/Query/Term.swift",
        "Search/Query/Terms.swift",
        "Search/Query/Wildcard.swift",
        "Search/Script.swift",
        "Search/SearchContainer.swift",
        "Search/Sort/Sort.swift",
        "Search/Sort/SortOrder.swift",
        "Search/SuggestContainer.swift",
        "Utilities/DynamicKey.swift",
        "Utilities/ElasticsearchError.swift",
        "Utilities/Exports.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "4.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/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:059e0fdbe549369b902c0d423739510ddee50a4a70258d1404125eb9394ef31c
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Fetching https://github.com/vapor/database-kit.git
Fetching https://github.com/vapor/http.git
Fetching https://github.com/vapor/vapor.git
Fetching https://github.com/vapor/crypto.git
Fetching https://github.com/vapor/core.git
[1/2786] Fetching crypto
[85/22929] Fetching crypto, core
[3300/48396] Fetching crypto, core, http
[5513/49577] Fetching crypto, core, http, database-kit
Fetched https://github.com/vapor/crypto.git from cache (0.70s)
[19711/46791] Fetching core, http, database-kit
Fetching https://github.com/apple/swift-nio.git
[21927/121169] Fetching core, http, database-kit, vapor
[60924/197211] Fetching core, http, database-kit, vapor, swift-nio
Fetched https://github.com/vapor/core.git from cache (2.93s)
[153495/177068] Fetching http, database-kit, vapor, swift-nio
Fetched https://github.com/vapor/database-kit.git from cache (3.34s)
[159849/175887] Fetching http, vapor, swift-nio
Fetched https://github.com/vapor/http.git from cache (3.37s)
Fetched https://github.com/vapor/vapor.git from cache (3.40s)
[60834/76042] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (5.39s)
Computing version for https://github.com/vapor/crypto.git
Computed https://github.com/vapor/crypto.git at 3.4.1 (6.69s)
Fetching https://github.com/apple/swift-nio-ssl-support.git
[1/16] Fetching swift-nio-ssl-support
Fetched https://github.com/apple/swift-nio-ssl-support.git from cache (0.24s)
Computing version for https://github.com/apple/swift-nio-ssl-support.git
Computed https://github.com/apple/swift-nio-ssl-support.git at 1.0.0 (0.79s)
Computing version for https://github.com/vapor/database-kit.git
Computed https://github.com/vapor/database-kit.git at 1.3.3 (0.61s)
Fetching https://github.com/vapor/service.git
[1/919] Fetching service
Fetched https://github.com/vapor/service.git from cache (0.25s)
Computing version for https://github.com/vapor/service.git
Computed https://github.com/vapor/service.git at 1.0.2 (0.81s)
Computing version for https://github.com/vapor/vapor.git
Computed https://github.com/vapor/vapor.git at 3.3.3 (0.65s)
Fetching https://github.com/vapor/multipart.git
Fetching https://github.com/vapor/routing.git
Fetching https://github.com/vapor/validation.git
Fetching https://github.com/vapor/url-encoded-form.git
Fetching https://github.com/vapor/template-kit.git
Fetching https://github.com/vapor/websocket.git
[1/2609] Fetching websocket
[941/5928] Fetching websocket, multipart
[3440/6507] Fetching websocket, multipart, validation
[4037/6888] Fetching websocket, multipart, validation, url-encoded-form
[4077/27615] Fetching websocket, multipart, validation, url-encoded-form, routing
[5288/28897] Fetching websocket, multipart, validation, url-encoded-form, routing, template-kit
Fetched https://github.com/vapor/url-encoded-form.git from cache (1.07s)
Fetched https://github.com/vapor/template-kit.git from cache (1.07s)
Fetched https://github.com/vapor/websocket.git from cache (1.07s)
Fetched https://github.com/vapor/validation.git from cache (1.08s)
Fetching https://github.com/vapor/console.git
Fetched https://github.com/vapor/routing.git from cache (1.10s)
[1120/3319] Fetching multipart
[1121/8896] Fetching multipart, console
Fetched https://github.com/vapor/console.git from cache (0.49s)
Fetched https://github.com/vapor/multipart.git from cache (1.80s)
Computing version for https://github.com/vapor/http.git
Computed https://github.com/vapor/http.git at 3.4.0 (2.39s)
Fetching https://github.com/apple/swift-nio-ssl.git
[1/14843] Fetching swift-nio-ssl
Fetched https://github.com/apple/swift-nio-ssl.git from cache (1.98s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 1.14.4 (2.74s)
Fetching https://github.com/apple/swift-nio-zlib-support.git
[1/15] Fetching swift-nio-zlib-support
Fetched https://github.com/apple/swift-nio-zlib-support.git from cache (0.27s)
Computing version for https://github.com/apple/swift-nio-zlib-support.git
Computed https://github.com/apple/swift-nio-zlib-support.git at 1.0.0 (0.86s)
Computing version for https://github.com/vapor/validation.git
Computed https://github.com/vapor/validation.git at 2.1.1 (0.59s)
Computing version for https://github.com/vapor/routing.git
Computed https://github.com/vapor/routing.git at 3.1.0 (0.95s)
Computing version for https://github.com/vapor/websocket.git
Computed https://github.com/vapor/websocket.git at 1.1.2 (1.04s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 1.4.0 (0.88s)
Computing version for https://github.com/vapor/console.git
Computed https://github.com/vapor/console.git at 3.1.1 (2.46s)
Computing version for https://github.com/vapor/url-encoded-form.git
Computed https://github.com/vapor/url-encoded-form.git at 1.1.0 (0.82s)
Computing version for https://github.com/vapor/template-kit.git
Computed https://github.com/vapor/template-kit.git at 1.5.0 (0.82s)
Computing version for https://github.com/vapor/multipart.git
Computed https://github.com/vapor/multipart.git at 3.1.3 (0.55s)
Computing version for https://github.com/vapor/core.git
Computed https://github.com/vapor/core.git at 3.10.1 (0.57s)
Creating working copy for https://github.com/vapor/template-kit.git
Working copy of https://github.com/vapor/template-kit.git resolved at 1.5.0
Creating working copy for https://github.com/vapor/websocket.git
Working copy of https://github.com/vapor/websocket.git resolved at 1.1.2
Creating working copy for https://github.com/vapor/crypto.git
Working copy of https://github.com/vapor/crypto.git resolved at 3.4.1
Creating working copy for https://github.com/vapor/url-encoded-form.git
Working copy of https://github.com/vapor/url-encoded-form.git resolved at 1.1.0
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 1.14.4
Creating working copy for https://github.com/vapor/multipart.git
Working copy of https://github.com/vapor/multipart.git resolved at 3.1.3
Creating working copy for https://github.com/vapor/validation.git
Working copy of https://github.com/vapor/validation.git resolved at 2.1.1
Creating working copy for https://github.com/vapor/service.git
Working copy of https://github.com/vapor/service.git resolved at 1.0.2
Creating working copy for https://github.com/apple/swift-nio-zlib-support.git
Working copy of https://github.com/apple/swift-nio-zlib-support.git resolved at 1.0.0
Creating working copy for https://github.com/vapor/core.git
Working copy of https://github.com/vapor/core.git resolved at 3.10.1
Creating working copy for https://github.com/vapor/vapor.git
Working copy of https://github.com/vapor/vapor.git resolved at 3.3.3
Creating working copy for https://github.com/vapor/console.git
Working copy of https://github.com/vapor/console.git resolved at 3.1.1
Creating working copy for https://github.com/vapor/http.git
Working copy of https://github.com/vapor/http.git resolved at 3.4.0
Creating working copy for https://github.com/apple/swift-nio-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 1.4.0
Creating working copy for https://github.com/apple/swift-nio-ssl-support.git
Working copy of https://github.com/apple/swift-nio-ssl-support.git resolved at 1.0.0
Creating working copy for https://github.com/vapor/database-kit.git
Working copy of https://github.com/vapor/database-kit.git resolved at 1.3.3
Creating working copy for https://github.com/vapor/routing.git
Working copy of https://github.com/vapor/routing.git resolved at 3.1.0
warning: 'swift-nio-ssl-support': ignoring declared target(s) 'swift-nio-ssl-support' in the system package
warning: 'swift-nio-zlib-support': ignoring declared target(s) 'swift-nio-zlib-support' in the system package
warning: couldn't find pc file for openssl
warning: couldn't find pc file for openssl
Building for debugging...
[0/32] Write sources
[16/32] Compiling CNIOLinux ifaddrs-android.c
[16/32] Compiling CNIOLinux shim.c
[16/32] Compiling CNIOZlib empty.c
In file included from /host/spi-builder-workspace/.build/checkouts/swift-nio-ssl/Sources/CNIOOpenSSL/helpers.c:14:
/host/spi-builder-workspace/.build/checkouts/swift-nio-ssl/Sources/CNIOOpenSSL/include/c_nio_openssl.h:17:10: fatal error: 'openssl/conf.h' file not found
   17 | #include <openssl/conf.h>
      |          ^~~~~~~~~~~~~~~~
1 error generated.
[19/32] Compiling CNIOOpenSSL helpers.c
[19/32] Compiling CCryptoOpenSSL shim.c
[19/32] Compiling c-atomics.c
In file included from /host/spi-builder-workspace/.build/checkouts/swift-nio-ssl/Sources/CNIOOpenSSL/shims.c:16:
/host/spi-builder-workspace/.build/checkouts/swift-nio-ssl/Sources/CNIOOpenSSL/include/c_nio_openssl.h:17:10: fatal error: 'openssl/conf.h' file not found
   17 | #include <openssl/conf.h>
      |          ^~~~~~~~~~~~~~~~
1 error generated.
[19/32] Compiling CNIOOpenSSL shims.c
[19/32] Compiling CNIODarwin shim.c
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/CNIOSHA1/c_nio_sha1.c:47:10: fatal error: 'sys/cdefs.h' file not found
   47 | #include <sys/cdefs.h>
      |          ^~~~~~~~~~~~~
1 error generated.
[19/32] Compiling CNIOSHA1 c_nio_sha1.c
[19/32] Compiling CNIOHTTPParser c_nio_http_parser.c
[19/32] Write swift-version-24593BA9C3E375BF.txt
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/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:059e0fdbe549369b902c0d423739510ddee50a4a70258d1404125eb9394ef31c
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
warning: 'swift-nio-ssl-support': ignoring declared target(s) 'swift-nio-ssl-support' in the system package
warning: 'swift-nio-zlib-support': ignoring declared target(s) 'swift-nio-zlib-support' in the system package
warning: couldn't find pc file for openssl
warning: couldn't find pc file for openssl
[0/1] Planning build
Building for debugging...
[0/14] Write sources
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/CNIOSHA1/c_nio_sha1.c:47:10: fatal error: 'sys/cdefs.h' file not found
   47 | #include <sys/cdefs.h>
      |          ^~~~~~~~~~~~~
1 error generated.
[1/13] Compiling CNIOSHA1 c_nio_sha1.c
In file included from /host/spi-builder-workspace/.build/checkouts/crypto/Sources/CCryptoOpenSSL/shim.c:1:
/host/spi-builder-workspace/.build/checkouts/crypto/Sources/CCryptoOpenSSL/include/c_crypto_openssl.h:4:10: fatal error: 'openssl/conf.h' file not found
    4 | #include <openssl/conf.h>
      |          ^~~~~~~~~~~~~~~~
1 error generated.
[1/13] Compiling CCryptoOpenSSL shim.c
[1/13] Compiling CNIOHTTPParser c_nio_http_parser.c
In file included from /host/spi-builder-workspace/.build/checkouts/swift-nio-ssl/Sources/CNIOOpenSSL/helpers.c:14:
/host/spi-builder-workspace/.build/checkouts/swift-nio-ssl/Sources/CNIOOpenSSL/include/c_nio_openssl.h:17:10: fatal error: 'openssl/conf.h' file not found
   17 | #include <openssl/conf.h>
      |          ^~~~~~~~~~~~~~~~
1 error generated.
[1/13] Compiling CNIOOpenSSL helpers.c
[1/13] Compiling c-atomics.c
[1/13] Compiling CNIODarwin shim.c
In file included from /host/spi-builder-workspace/.build/checkouts/swift-nio-ssl/Sources/CNIOOpenSSL/shims.c:16:
/host/spi-builder-workspace/.build/checkouts/swift-nio-ssl/Sources/CNIOOpenSSL/include/c_nio_openssl.h:17:10: fatal error: 'openssl/conf.h' file not found
   17 | #include <openssl/conf.h>
      |          ^~~~~~~~~~~~~~~~
1 error generated.
[1/13] Compiling CNIOOpenSSL shims.c
[1/13] Write swift-version-24593BA9C3E375BF.txt
BUILD FAILURE 6.1 wasm