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 0.1.1 (a1b0ee), with Swift 6.1 for Android on 27 May 2025 11:18:21 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/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: 0.1.1
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
 * tag               0.1.1      -> FETCH_HEAD
HEAD is now at a1b0ee8 Remove all spaces from folders as they cause issues on most linux systems
Cloned https://github.com/ryangrimm/vaporelasticsearch.git
Revision (git rev-parse @):
a1b0ee8261207133a3a34ef180b2406383552df8
SUCCESS checkout https://github.com/ryangrimm/vaporelasticsearch.git at 0.1.1
========================================
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"
    }
  ],
  "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",
      "sources" : [
        "Analysis/AnalyzerTests.swift",
        "Analysis/CharacterFilterTests.swift",
        "Analysis/NormalizerTests.swift",
        "Analysis/TokenFilterTests.swift",
        "Analysis/TokenizerTests.swift",
        "ElasticsearchAggregationCodableTests.swift",
        "ElasticsearchQueryCodableTests.swift",
        "ElasticsearchTests.swift",
        "TestHelpers.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+connect.swift",
        "Client/ElasticsearchClient.swift",
        "Client/ElasticsearchLogger.swift",
        "Database/ElasticsearchClientConfig.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/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/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/Prefix.swift",
        "Search/Query/Query.swift",
        "Search/Query/Range.swift",
        "Search/Query/Regexp.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/Term.swift",
        "Search/Query/Terms.swift",
        "Search/Query/Wildcard.swift",
        "Search/Script.swift",
        "Search/SearchContainer.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-2":/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/core.git
Fetching https://github.com/vapor/database-kit.git
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/vapor/http.git
[1/2786] Fetching crypto
[2314/3967] Fetching crypto, database-kit
[3591/24110] Fetching crypto, database-kit, core
[5177/49577] Fetching crypto, database-kit, core, http
[40457/125619] Fetching crypto, database-kit, core, http, swift-nio
Fetched https://github.com/vapor/http.git from cache (1.12s)
[53767/100152] Fetching crypto, database-kit, core, swift-nio
Fetched https://github.com/vapor/database-kit.git from cache (4.80s)
Fetched https://github.com/vapor/crypto.git from cache (4.80s)
Fetched https://github.com/vapor/core.git from cache (4.81s)
Fetched https://github.com/apple/swift-nio.git from cache (4.90s)
Computing version for https://github.com/vapor/crypto.git
Computed https://github.com/vapor/crypto.git at 3.4.1 (5.38s)
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.23s)
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.73s)
Computing version for https://github.com/vapor/database-kit.git
Computed https://github.com/vapor/database-kit.git at 1.3.3 (0.49s)
Fetching https://github.com/vapor/service.git
[1/919] Fetching service
Fetched https://github.com/vapor/service.git from cache (0.22s)
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/http.git
Computed https://github.com/vapor/http.git at 3.4.0 (0.48s)
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 (3.45s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 1.14.4 (4.04s)
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.71s)
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 (1.19s)
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.48s)
Computing version for https://github.com/vapor/core.git
Computed https://github.com/vapor/core.git at 3.10.1 (0.97s)
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/core.git
Working copy of https://github.com/vapor/core.git resolved at 3.10.1
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/http.git
Working copy of https://github.com/vapor/http.git resolved at 3.4.0
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-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/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/database-kit.git
Working copy of https://github.com/vapor/database-kit.git resolved at 1.3.3
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 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.
[17/32] Compiling CNIOOpenSSL helpers.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.
[17/32] Compiling CNIOOpenSSL shims.c
[17/32] Compiling CNIOSHA1 c_nio_sha1.c
[17/32] Compiling CNIOHTTPParser c_nio_http_parser.c
[17/32] Compiling CNIOLinux ifaddrs-android.c
[17/32] Compiling CNIODarwin shim.c
[17/32] Compiling CNIOLinux shim.c
[17/32] Write swift-version-24593BA9C3E375BF.txt
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/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...
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.
[0/15] Compiling CNIOOpenSSL shims.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.
[0/15] Compiling CNIOOpenSSL helpers.c
[0/15] Compiling CNIOLinux ifaddrs-android.c
[0/15] Compiling CNIODarwin shim.c
[0/15] Compiling CNIOHTTPParser c_nio_http_parser.c
[0/15] Compiling CNIOLinux shim.c
[0/15] Compiling CNIOSHA1 c_nio_sha1.c
[0/15] Write swift-version-24593BA9C3E375BF.txt
BUILD FAILURE 6.1 android