The Swift Package Index logo.Swift Package Index

Build Information

Failed to build msgpack, reference 0.4.0 (3e36b4), with Swift 6.1 for Android on 28 May 2025 02:15:11 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-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/rvi/msgpack-objective-C.git
Reference: 0.4.0
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/rvi/msgpack-objective-C
 * tag               0.4.0      -> FETCH_HEAD
HEAD is now at 3e36b48 Merge pull request #12 from rvi/release-0.4
Cloned https://github.com/rvi/msgpack-objective-C.git
Revision (git rev-parse @):
3e36b48e04ecd756cb927bd5f5b9bf6d45e475f9
SUCCESS checkout https://github.com/rvi/msgpack-objective-C.git at 0.4.0
========================================
Build
========================================
Selected platform:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/rvi/msgpack-objective-C.git
https://github.com/rvi/msgpack-objective-C.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "cxx_language_standard" : "c++1z",
  "dependencies" : [
  ],
  "manifest_display_name" : "msgpack",
  "name" : "msgpack",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.11"
    },
    {
      "name" : "ios",
      "version" : "9.0"
    },
    {
      "name" : "tvos",
      "version" : "9.0"
    },
    {
      "name" : "watchos",
      "version" : "4.0"
    }
  ],
  "products" : [
    {
      "name" : "msgpack",
      "targets" : [
        "msgpack"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "msgpack",
      "module_type" : "ClangTarget",
      "name" : "msgpack",
      "path" : ".",
      "product_memberships" : [
        "msgpack"
      ],
      "sources" : [
        "Pod/Classes/MessagePackPacker.m",
        "Pod/Classes/MessagePackParser+Streaming.m",
        "Pod/Classes/MessagePackParser.m",
        "Pod/Classes/NSArray+MessagePack.m",
        "Pod/Classes/NSData+MessagePack.m",
        "Pod/Classes/NSDictionary+MessagePack.m",
        "Pod/Classes/NSNull+MessagePack.m",
        "Pod/Classes/NSNumber+MessagePack.m",
        "Pod/Classes/NSString+MessagePack.m",
        "Pod/Classes/msgpack_src/objectc.c",
        "Pod/Classes/msgpack_src/unpack.c",
        "Pod/Classes/msgpack_src/version.c",
        "Pod/Classes/msgpack_src/vrefbuffer.c",
        "Pod/Classes/msgpack_src/zone.c"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.1"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-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:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Building for debugging...
In file included from /host/spi-builder-workspace/Pod/Classes/NSArray+MessagePack.m:9:
/host/spi-builder-workspace/Pod/Classes/NSArray+MessagePack.h:9:9: fatal error: 'Foundation/Foundation.h' file not found
    9 | #import <Foundation/Foundation.h>
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
In file included from /host/spi-builder-workspace/Pod/Classes/NSNull+MessagePack.m:9:
/host/spi-builder-workspace/Pod/Classes/NSNull+MessagePack.h:9:9: fatal error: 'Foundation/Foundation.h' file not found
    9 | #import <Foundation/Foundation.h>
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
[0/14] Compiling NSNull+MessagePack.m
[0/14] Compiling NSArray+MessagePack.m
[0/14] Compiling unpack.c
[0/14] Compiling vrefbuffer.c
[0/14] Compiling version.c
In file included from /host/spi-builder-workspace/Pod/Classes/MessagePackParser+Streaming.m:9:
/host/spi-builder-workspace/Pod/Classes/MessagePackParser+Streaming.h:9:9: fatal error: 'Foundation/Foundation.h' file not found
    9 | #import <Foundation/Foundation.h>
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~
[0/14] Compiling MessagePackParser+Streaming.m
In file included from /host/spi-builder-workspace/Pod/Classes/MessagePackParser.m:9:
/host/spi-builder-workspace/Pod/Classes/MessagePackParser.h:9:9: fatal error: 'Foundation/Foundation.h' file not found
    9 | #import <Foundation/Foundation.h>
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~
[0/14] Compiling MessagePackParser.m
[0/14] Compiling zone.c
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-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:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
[0/1] Planning build
Building for debugging...
[0/14] Compiling zone.c
[1/14] Compiling vrefbuffer.c
In file included from /host/spi-builder-workspace/Pod/Classes/NSString+MessagePack.m:9:
/host/spi-builder-workspace/Pod/Classes/NSString+MessagePack.h:9:9: fatal error: 'Foundation/Foundation.h' file not found
    9 | #import <Foundation/Foundation.h>
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
[2/14] Compiling NSString+MessagePack.m
[2/14] Compiling NSData+MessagePack.m
[2/14] Compiling objectc.c
In file included from /host/spi-builder-workspace/Pod/Classes/NSNumber+MessagePack.m:9:
/host/spi-builder-workspace/Pod/Classes/NSNumber+MessagePack.h:9:9: fatal error: 'Foundation/Foundation.h' file not found
    9 | #import <Foundation/Foundation.h>
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
[2/14] Compiling NSNumber+MessagePack.m
[2/14] Compiling version.c
[2/14] Compiling NSDictionary+MessagePack.m
In file included from /host/spi-builder-workspace/Pod/Classes/NSNull+MessagePack.m:9:
/host/spi-builder-workspace/Pod/Classes/NSNull+MessagePack.h:9:9: fatal error: 'Foundation/Foundation.h' file not found
    9 | #import <Foundation/Foundation.h>
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~
1[2/14] Compiling NSNull+MessagePack.m
[2/14] Compiling unpack.c
BUILD FAILURE 6.1 android