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 Android on 27 May 2025 11:18:53 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 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:         android
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-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -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
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:9f3c606dcd2a4f06d17ba472aa533c43685ba7ba19a5c9bc23518a066eb7f86a
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/vapor/crypto.git
Fetching https://github.com/vapor/http.git
Fetching https://github.com/vapor/vapor.git
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/vapor/core.git
Fetching https://github.com/vapor/database-kit.git
[1/2786] Fetching crypto
[2787/3967] Fetching crypto, database-kit
[3508/29434] Fetching crypto, database-kit, http
[7025/49577] Fetching crypto, database-kit, http, core
Fetched https://github.com/vapor/database-kit.git from cache (0.45s)
[10393/48396] Fetching crypto, http, core
[35669/122774] Fetching crypto, http, core, vapor
[42252/198816] Fetching crypto, http, core, vapor, swift-nio
Fetched https://github.com/vapor/http.git from cache (1.29s)
[58254/173349] Fetching crypto, core, vapor, swift-nio
Fetched https://github.com/vapor/crypto.git from cache (2.59s)
[154595/170563] Fetching core, vapor, swift-nio
Fetched https://github.com/vapor/core.git from cache (5.45s)
Fetched https://github.com/vapor/vapor.git from cache (5.47s)
Fetched https://github.com/apple/swift-nio.git from cache (5.52s)
Computing version for https://github.com/vapor/crypto.git
Computed https://github.com/vapor/crypto.git at 3.4.1 (6.11s)
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.70s)
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.21s)
Computing version for https://github.com/vapor/service.git
Computed https://github.com/vapor/service.git at 1.0.2 (0.68s)
Computing version for https://github.com/vapor/vapor.git
Computed https://github.com/vapor/vapor.git at 3.3.3 (0.47s)
Fetching https://github.com/vapor/routing.git
Fetching https://github.com/vapor/multipart.git
Fetching https://github.com/vapor/validation.git
Fetching https://github.com/vapor/websocket.git
Fetching https://github.com/vapor/template-kit.git
Fetching https://github.com/vapor/url-encoded-form.git
[1/20727] Fetching routing
[209/21306] Fetching routing, validation
[2031/24625] Fetching routing, validation, multipart
[2472/25907] Fetching routing, validation, multipart, template-kit
[7220/26288] Fetching routing, validation, multipart, template-kit, url-encoded-form
[7482/28897] Fetching routing, validation, multipart, template-kit, url-encoded-form, websocket
Fetched https://github.com/vapor/url-encoded-form.git from cache (0.33s)
Fetched https://github.com/vapor/template-kit.git from cache (0.33s)
[15594/27234] Fetching routing, validation, multipart, websocket
Fetching https://github.com/vapor/console.git
Fetched https://github.com/vapor/websocket.git from cache (0.44s)
Fetched https://github.com/vapor/validation.git from cache (0.45s)
[17795/24046] Fetching routing, multipart
[20905/29623] Fetching routing, multipart, console
Fetched https://github.com/vapor/console.git from cache (0.49s)
Fetched https://github.com/vapor/routing.git from cache (0.98s)
[1660/3319] Fetching multipart
Fetched https://github.com/vapor/multipart.git from cache (3.14s)
Computing version for https://github.com/vapor/http.git
Computed https://github.com/vapor/http.git at 3.4.0 (4.41s)
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.72s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 1.14.4 (2.21s)
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.22s)
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.65s)
Computing version for https://github.com/vapor/validation.git
Computed https://github.com/vapor/validation.git at 2.1.1 (0.47s)
Computing version for https://github.com/vapor/routing.git
Computed https://github.com/vapor/routing.git at 3.1.0 (0.48s)
Computing version for https://github.com/vapor/websocket.git
Computed https://github.com/vapor/websocket.git at 1.1.2 (0.46s)
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.45s)
Computing version for https://github.com/vapor/console.git
Computed https://github.com/vapor/console.git at 3.1.1 (0.44s)
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.46s)
Computing version for https://github.com/vapor/template-kit.git
Computed https://github.com/vapor/template-kit.git at 1.5.0 (0.47s)
Computing version for https://github.com/vapor/multipart.git
Computed https://github.com/vapor/multipart.git at 3.1.3 (0.45s)
Computing version for https://github.com/vapor/core.git
Computed https://github.com/vapor/core.git at 3.10.1 (0.49s)
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/core.git
Working copy of https://github.com/vapor/core.git resolved at 3.10.1
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/websocket.git
Working copy of https://github.com/vapor/websocket.git resolved at 1.1.2
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/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-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-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/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/vapor.git
Working copy of https://github.com/vapor/vapor.git resolved at 3.3.3
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/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/crypto.git
Working copy of https://github.com/vapor/crypto.git resolved at 3.4.1
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/routing.git
Working copy of https://github.com/vapor/routing.git resolved at 3.1.0
Creating working copy for https://github.com/vapor/http.git
Working copy of https://github.com/vapor/http.git resolved at 3.4.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
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.
[16/32] Compiling CCryptoOpenSSL shim.c
[16/32] Compiling CNIOZlib empty.c
[16/32] Compiling CNIOOpenSSL helpers.c
[16/32] Compiling CNIOOpenSSL shims.c
[16/32] Compiling CBcrypt bcrypt.c
[16/32] Compiling CBcrypt blf.c
[16/32] Compiling CNIOSHA1 c_nio_sha1.c
[16/32] Write swift-version-24593BA9C3E375BF.txt
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:9f3c606dcd2a4f06d17ba472aa533c43685ba7ba19a5c9bc23518a066eb7f86a
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-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/16] Compiling CNIOZlib empty.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.
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/16] Compiling CNIOOpenSSL helpers.c
[1/16] Compiling CNIOOpenSSL shims.c
[1/16] Compiling CNIOHTTPParser c_nio_http_parser.c
[1/16] Compiling CNIOLinux ifaddrs-android.c
[1/16] Compiling CNIODarwin shim.c
[1/16] Compiling CNIOSHA1 c_nio_sha1.c
[1/16] Compiling CNIOLinux shim.c
[1/16] Write swift-version-24593BA9C3E375BF.txt
BUILD FAILURE 6.1 android