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 Sunday, reference main (3a4d01), with Swift 6.1 for Android on 29 May 2025 23:03:27 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/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/outfoxx/sunday-swift.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/outfoxx/sunday-swift
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 3a4d018 Merge pull request #55 from outfoxx/task/deps
Cloned https://github.com/outfoxx/sunday-swift.git
Revision (git rev-parse @):
3a4d01816e69a5ebce7a42629c56b834d2c2232f
SUCCESS checkout https://github.com/outfoxx/sunday-swift.git at main
========================================
Build
========================================
Selected platform:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/outfoxx/sunday-swift.git
https://github.com/outfoxx/sunday-swift.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "potentcodables",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "3.5.0",
            "upper_bound" : "3.6.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/outfoxx/PotentCodables.git"
    },
    {
      "identity" : "regex",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.1.0",
            "upper_bound" : "2.2.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/sharplet/Regex.git"
    },
    {
      "identity" : "uritemplate",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.0.0",
            "upper_bound" : "4.1.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/SwiftScream/URITemplate.git"
    },
    {
      "identity" : "semaphore",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.1.0",
            "upper_bound" : "0.2.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/groue/Semaphore.git"
    },
    {
      "identity" : "swift-docc-plugin",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-docc-plugin"
    }
  ],
  "manifest_display_name" : "Sunday",
  "name" : "Sunday",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "14.0"
    },
    {
      "name" : "tvos",
      "version" : "14.0"
    },
    {
      "name" : "watchos",
      "version" : "7.0"
    },
    {
      "name" : "macos",
      "version" : "11.0"
    }
  ],
  "products" : [
    {
      "name" : "Sunday",
      "targets" : [
        "Sunday"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "SundayServer",
      "targets" : [
        "SundayServer"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SundayTests",
      "module_type" : "SwiftTarget",
      "name" : "SundayTests",
      "path" : "Tests/SundayTests",
      "sources" : [
        "DataTaskStreamPublisherTests.swift",
        "DateExts.swift",
        "ErrorTests.swift",
        "EventParserTests.swift",
        "EventSourceTests.swift",
        "GeneratedAPITests.swift",
        "HeaderParametersTests.swift",
        "MediaTypeCodecTests.swift",
        "MediaTypeTests.swift",
        "NetworkRequestAdapterTests.swift",
        "NetworkRequestFactoryTests.swift",
        "PatchTests.swift",
        "ProblemTests.swift",
        "ResponseDecodingTests.swift",
        "ServerTests.swift",
        "URITemplatesTests.swift",
        "URITests.swift",
        "URLRequestTests.swift",
        "WWWFormURLEncoderTests.swift",
        "XCTestCases.swift",
        "XCTestUtils.swift"
      ],
      "target_dependencies" : [
        "Sunday",
        "SundayServer"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SundayServer",
      "module_type" : "SwiftTarget",
      "name" : "SundayServer",
      "path" : "Sources/SundayServer",
      "product_memberships" : [
        "SundayServer"
      ],
      "sources" : [
        "HTTPConnection.swift",
        "HTTPExchange.swift",
        "HTTPHeaderParser.swift",
        "HTTPRequest.swift",
        "HTTPResponse.swift",
        "HTTPServer.swift",
        "Logging.swift",
        "Routable.swift",
        "RoutableContentNegotiation.swift",
        "RoutableDebug.swift",
        "RoutableMethod.swift",
        "RoutableParam.swift",
        "RoutablePath.swift",
        "RoutableQueues.swift",
        "RoutableRequestDecoding.swift",
        "RoutableResponseEncoding.swift",
        "RoutingHTTPServer.swift"
      ],
      "target_dependencies" : [
        "Sunday"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Sunday",
      "module_type" : "SwiftTarget",
      "name" : "Sunday",
      "path" : "Sources/Sunday",
      "product_dependencies" : [
        "Regex",
        "PotentCodables",
        "ScreamURITemplate",
        "Semaphore"
      ],
      "product_memberships" : [
        "Sunday",
        "SundayServer"
      ],
      "sources" : [
        "AnyTextMediaTypeDecodable.swift",
        "CharSets.swift",
        "CustomHeaderConvertible.swift",
        "Description.swift",
        "DispatchTimeIntervals.swift",
        "Empty.swift",
        "Errors.swift",
        "EventParser.swift",
        "EventSource.swift",
        "HTTP.swift",
        "HeaderParameters.swift",
        "Logging.swift",
        "MediaType.swift",
        "MediaTypeDecoders.swift",
        "MediaTypeEncoders.swift",
        "NetworkRequestAdapter.swift",
        "NetworkRequestAdapters.swift",
        "NetworkRequestFactory.swift",
        "NetworkSession.swift",
        "NetworkSessionDelegate.swift",
        "Patching.swift",
        "PathEncodable.swift",
        "PathEncoders.swift",
        "Problem.swift",
        "RequestFactory.swift",
        "ResponseHelpers.swift",
        "ResultResponse.swift",
        "ServerTrustPolicyManager.swift",
        "ServiceLocator.swift",
        "URI.swift",
        "URITemplate.swift",
        "URLRequests.swift",
        "URLSessionConfigurations.swift",
        "WWWFormURLEncoder.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.4"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/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:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/outfoxx/PotentCodables.git
Fetching https://github.com/sharplet/Regex.git
Fetching https://github.com/apple/swift-docc-plugin
Fetching https://github.com/SwiftScream/URITemplate.git
[1/1254] Fetching regex
[353/2482] Fetching regex, uritemplate
[1861/4531] Fetching regex, uritemplate, swift-docc-plugin
[2107/95733] Fetching regex, uritemplate, swift-docc-plugin, potentcodables
Fetched https://github.com/SwiftScream/URITemplate.git from cache (2.13s)
[16621/94505] Fetching regex, swift-docc-plugin, potentcodables
Fetched https://github.com/apple/swift-docc-plugin from cache (2.15s)
[16396/92456] Fetching regex, potentcodables
Fetching https://github.com/groue/Semaphore.git
Fetched https://github.com/sharplet/Regex.git from cache (8.28s)
Fetched https://github.com/outfoxx/PotentCodables.git from cache (8.43s)
[1/293] Fetching semaphore
Fetched https://github.com/groue/Semaphore.git from cache (0.42s)
Computing version for https://github.com/groue/Semaphore.git
Computed https://github.com/groue/Semaphore.git at 0.1.0 (10.91s)
Computing version for https://github.com/SwiftScream/URITemplate.git
Computed https://github.com/SwiftScream/URITemplate.git at 4.0.0 (0.98s)
Computing version for https://github.com/sharplet/Regex.git
Computed https://github.com/sharplet/Regex.git at 2.1.1 (3.30s)
Computing version for https://github.com/outfoxx/PotentCodables.git
Computed https://github.com/outfoxx/PotentCodables.git at 3.5.1 (1.05s)
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/attaswift/BigInt.git
Fetching https://github.com/SusanDoggie/Float16.git
[1/4776] Fetching bigint
[1291/5086] Fetching bigint, float16
Fetched https://github.com/SusanDoggie/Float16.git from cache (0.50s)
[3917/4776] Fetching bigint
[3918/21367] Fetching bigint, swift-collections
Fetched https://github.com/attaswift/BigInt.git from cache (0.98s)
[4314/16591] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (2.36s)
Computing version for https://github.com/SusanDoggie/Float16.git
Computed https://github.com/SusanDoggie/Float16.git at 1.1.1 (3.26s)
Fetching https://github.com/apple/swift-numerics
[1/5706] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics from cache (0.63s)
Computing version for https://github.com/apple/swift-numerics
Computed https://github.com/apple/swift-numerics at 1.0.3 (1.58s)
Computing version for https://github.com/attaswift/BigInt.git
Computed https://github.com/attaswift/BigInt.git at 5.5.2 (0.80s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.3 (1.36s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3391] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.58s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.72s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (1.12s)
Creating working copy for https://github.com/attaswift/BigInt.git
Working copy of https://github.com/attaswift/BigInt.git resolved at 5.5.2
Creating working copy for https://github.com/groue/Semaphore.git
Working copy of https://github.com/groue/Semaphore.git resolved at 0.1.0
Creating working copy for https://github.com/SusanDoggie/Float16.git
Working copy of https://github.com/SusanDoggie/Float16.git resolved at 1.1.1
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-numerics
Working copy of https://github.com/apple/swift-numerics resolved at 1.0.3
Creating working copy for https://github.com/SwiftScream/URITemplate.git
Working copy of https://github.com/SwiftScream/URITemplate.git resolved at 4.0.0
Creating working copy for https://github.com/outfoxx/PotentCodables.git
Working copy of https://github.com/outfoxx/PotentCodables.git resolved at 3.5.1
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
Creating working copy for https://github.com/apple/swift-docc-plugin
Working copy of https://github.com/apple/swift-docc-plugin resolved at 1.4.3
Creating working copy for https://github.com/sharplet/Regex.git
Working copy of https://github.com/sharplet/Regex.git resolved at 2.1.1
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/44] Compiling fy-blob.c
[2/44] Write sources
[2/44] Copying PotentCodables.docc
[2/44] Write sources
[21/44] Compiling fy-utils.c
[22/44] Compiling fy-ctype.c
[23/44] Compiling fy-utf8.c
/host/spi-builder-workspace/.build/checkouts/PotentCodables/Sources/Cfyaml/src/lib/fy-doc.c:5871:2: error: call to undeclared function 'qsort_r'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
 5871 |         qsort_r(fynpp, count, sizeof(*fynpp), fy_node_mapping_sort_cmp, &ctx);
      |         ^
/host/spi-builder-workspace/.build/checkouts/PotentCodables/Sources/Cfyaml/src/lib/fy-doc.c:5871:2: note: did you mean 'qsort'?
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/stdlib.h:126:6: note: 'qsort' declared here
  126 | void qsort(void* _Nullable __base, size_t __nmemb, size_t __size, int (* _Nonnull __comparator)(const void* _Nullable __lhs, const void* _Nullable __rhs));
      |      ^
1 error generated.
[24/44] Compiling fy-doc.c
[24/44] Compiling fy-types.c
[24/44] Compiling fy-token.c
[24/44] Compiling xxhash.c
[24/44] Compiling fy-path.c
[24/44] Compiling fy-walk.c
[24/44] Compiling fy-docbuilder.c
[24/44] Write swift-version-24593BA9C3E375BF.txt
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/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:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
[0/1] Planning build
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/23] Write sources
[4/22] Compiling fy-types.c
[5/22] Write swift-version-24593BA9C3E375BF.txt
[5/22] Compiling fy-input.c
[7/22] Compiling fy-token.c
[8/22] Compiling xxhash.c
[9/22] Compiling fy-path.c
[10/22] Compiling fy-dump.c
[11/24] Compiling fy-event.c
[12/40] Compiling fy-walk.c
[13/51] Compiling fy-parse.c
[14/57] Compiling fy-emit.c
[15/62] Compiling fy-docstate.c
[16/76] Compiling fy-docbuilder.c
[17/76] Compiling fy-diag.c
[18/76] Compiling fy-composer.c
/host/spi-builder-workspace/.build/checkouts/PotentCodables/Sources/Cfyaml/src/lib/fy-doc.c:5871:2: error: call to undeclared function 'qsort_r'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
 5871 |         qsort_r(fynpp, count, sizeof(*fynpp), fy_node_mapping_sort_cmp, &ctx);
      |         ^
/host/spi-builder-workspace/.build/checkouts/PotentCodables/Sources/Cfyaml/src/lib/fy-doc.c:5871:2: note: did you mean 'qsort'?
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/stdlib.h:126:6: note: 'qsort' declared here
  126 | void qsort(void* _Nullable __base, size_t __nmemb, size_t __size, int (* _Nonnull __comparator)(const void* _Nullable __lhs, const void* _Nullable __rhs));
      |      ^
1 error generated.
[19/76] Compiling fy-doc.c
[19/76] Compiling fy-accel.c
[19/76] Compiling fy-atom.c
BUILD FAILURE 6.1 android