The Swift Package Index logo.Swift Package Index

Build Information

Failed to build COpenSSL, reference main (9dfa68), with Swift 6.1 for Wasm on 29 May 2025 19:49:54 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/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/xcode-actions/COpenSSL.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/xcode-actions/COpenSSL
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 9dfa686 Use new path for happn dependencies
Cloned https://github.com/xcode-actions/COpenSSL.git
Revision (git rev-parse @):
9dfa6863cdf35ad495d442626f89d6312c5b1f4a
SUCCESS checkout https://github.com/xcode-actions/COpenSSL.git at main
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/xcode-actions/COpenSSL.git
https://github.com/xcode-actions/COpenSSL.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-argument-parser",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.4.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-argument-parser.git"
    },
    {
      "identity" : "xibloc",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.1.1",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/happn-app/XibLoc.git"
    },
    {
      "identity" : "clt-logger",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.3.4",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/xcode-actions/clt-logger.git"
    },
    {
      "identity" : "swift-signal-handling",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.2.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/xcode-actions/swift-signal-handling.git"
    },
    {
      "identity" : "xcodetools",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.3.5",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/xcode-actions/XcodeTools.git"
    }
  ],
  "manifest_display_name" : "COpenSSL",
  "name" : "COpenSSL",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "12.0"
    }
  ],
  "products" : [
    {
      "name" : "build-openssl-framework",
      "targets" : [
        "build-framework"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "build_framework",
      "module_type" : "SwiftTarget",
      "name" : "build-framework",
      "path" : "Sources/build-framework",
      "product_dependencies" : [
        "ArgumentParser",
        "CLTLogger",
        "SignalHandling",
        "XcodeTools",
        "XibLoc"
      ],
      "product_memberships" : [
        "build-openssl-framework"
      ],
      "sources" : [
        "Commands/root.swift",
        "Config.swift",
        "Model/BuildPaths.swift",
        "Model/BuiltTarget.swift",
        "Model/Tarball.swift",
        "Model/Target.swift",
        "Model/UnbuiltDynamicXCFramework.swift",
        "Model/UnbuiltFATLib.swift",
        "Model/UnbuiltFramework.swift",
        "Model/UnbuiltMergedStaticLib.swift",
        "Model/UnbuiltStaticXCFramework.swift",
        "Model/UnbuiltTarget.swift",
        "Model/UnbuiltUmbrellaHeader.swift",
        "Model/UnbuiltXCFrameworkPackage.swift",
        "Model/UnmergedUnpatchedHeader.swift",
        "Utilities/FileManager+Utils.swift",
        "Utilities/FilePath+Utils.swift",
        "Utilities/Process+Utils.swift"
      ],
      "type" : "executable"
    }
  ],
  "tools_version" : "5.5"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/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:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Fetching https://github.com/apple/swift-argument-parser.git
Fetching https://github.com/happn-app/XibLoc.git
Fetching https://github.com/xcode-actions/XcodeTools.git
Fetching https://github.com/xcode-actions/clt-logger.git
Fetching https://github.com/xcode-actions/swift-signal-handling.git
[1/516] Fetching swift-signal-handling
[517/2628] Fetching swift-signal-handling, xibloc
[2629/3416] Fetching swift-signal-handling, xibloc, clt-logger
[3039/9757] Fetching swift-signal-handling, xibloc, clt-logger, xcodetools
Fetched https://github.com/xcode-actions/swift-signal-handling.git from cache (0.44s)
[5709/9241] Fetching xibloc, clt-logger, xcodetools
[9242/24620] Fetching xibloc, clt-logger, xcodetools, swift-argument-parser
Fetched https://github.com/happn-app/XibLoc.git from cache (0.59s)
[8360/22508] Fetching clt-logger, xcodetools, swift-argument-parser
Fetched https://github.com/xcode-actions/clt-logger.git from cache (0.61s)
[8648/21720] Fetching xcodetools, swift-argument-parser
Fetched https://github.com/xcode-actions/XcodeTools.git from cache (1.05s)
Fetched https://github.com/apple/swift-argument-parser.git from cache (1.05s)
Computing version for https://github.com/xcode-actions/swift-signal-handling.git
Computed https://github.com/xcode-actions/swift-signal-handling.git at 0.2.0 (2.20s)
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/apple/swift-system.git
[1/3836] Fetching swift-log
[2380/8227] Fetching swift-log, swift-system
Fetched https://github.com/apple/swift-system.git from cache (0.47s)
Fetched https://github.com/apple/swift-log.git from cache (0.47s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 0.0.3 (1.13s)
Computing version for https://github.com/apple/swift-argument-parser.git
Computed https://github.com/apple/swift-argument-parser.git at 0.5.0 (0.81s)
Computing version for https://github.com/happn-app/XibLoc.git
Computed https://github.com/happn-app/XibLoc.git at 1.3.0 (0.65s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.46s)
Computing version for https://github.com/xcode-actions/clt-logger.git
Computed https://github.com/xcode-actions/clt-logger.git at 0.3.5 (0.96s)
Computing version for https://github.com/xcode-actions/XcodeTools.git
Computed https://github.com/xcode-actions/XcodeTools.git at 0.3.5 (0.65s)
Fetching https://github.com/xcode-actions/stream-reader.git
[1/1051] Fetching stream-reader
Fetched https://github.com/xcode-actions/stream-reader.git from cache (0.21s)
Computing version for https://github.com/xcode-actions/stream-reader.git
Computed https://github.com/xcode-actions/stream-reader.git at 3.6.1 (0.68s)
Creating working copy for https://github.com/happn-app/XibLoc.git
Working copy of https://github.com/happn-app/XibLoc.git resolved at 1.3.0
Creating working copy for https://github.com/xcode-actions/clt-logger.git
Working copy of https://github.com/xcode-actions/clt-logger.git resolved at 0.3.5
Creating working copy for https://github.com/xcode-actions/swift-signal-handling.git
Working copy of https://github.com/xcode-actions/swift-signal-handling.git resolved at 0.2.0
Creating working copy for https://github.com/xcode-actions/XcodeTools.git
Working copy of https://github.com/xcode-actions/XcodeTools.git resolved at 0.3.5
Creating working copy for https://github.com/apple/swift-argument-parser.git
Working copy of https://github.com/apple/swift-argument-parser.git resolved at 0.5.0
Creating working copy for https://github.com/xcode-actions/stream-reader.git
Working copy of https://github.com/xcode-actions/stream-reader.git resolved at 3.6.1
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 0.0.3
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.3
Building for debugging...
[0/30] Write sources
[10/30] Copying PBXModel.momd
[13/30] Compiling CSystem shims.c
/host/spi-builder-workspace/.build/checkouts/XcodeTools/Sources/CMacroExports/exports.c:9:9: error: call to undeclared function 'CMSG_LEN'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
    9 |         return CMSG_LEN(s);
      |                ^
/host/spi-builder-workspace/.build/checkouts/XcodeTools/Sources/CMacroExports/exports.c:13:9: error: call to undeclared function 'CMSG_SPACE'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
   13 |         return CMSG_SPACE(s);
      |                ^
/host/spi-builder-workspace/.build/checkouts/XcodeTools/Sources/CMacroExports/exports.c:17:16: error: conflicting types for 'XCT_CMSG_DATA'
   17 | unsigned char *XCT_CMSG_DATA(struct cmsghdr *cmsg) {
      |                ^
/host/spi-builder-workspace/.build/checkouts/XcodeTools/Sources/CMacroExports/include/exports.h:10:16: note: previous declaration is here
   10 | unsigned char *XCT_CMSG_DATA(struct cmsghdr *cmsg);
      |                ^
/host/spi-builder-workspace/.build/checkouts/XcodeTools/Sources/CMacroExports/exports.c:18:9: error: call to undeclared function 'CMSG_DATA'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
   18 |         return CMSG_DATA(cmsg);
      |                ^
/host/spi-builder-workspace/.build/checkouts/XcodeTools/Sources/CMacroExports/exports.c:18:9: error: incompatible integer to pointer conversion returning 'int' from a function with result type 'unsigned char *' [-Wint-conversion]
   18 |         return CMSG_DATA(cmsg);
      |                ^~~~~~~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/XcodeTools/Sources/CMacroExports/exports.c:22:9: error: call to undeclared function 'CMSG_FIRSTHDR'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
   22 |         return CMSG_FIRSTHDR(msgh);
      |                ^
/host/spi-builder-workspace/.build/checkouts/XcodeTools/Sources/CMacroExports/exports.c:22:9: note: did you mean 'XCT_CMSG_FIRSTHDR'?
/host/spi-builder-workspace/.build/checkouts/XcodeTools/Sources/CMacroExports/exports.c:21:17: note: 'XCT_CMSG_FIRSTHDR' declared here
   21 | struct cmsghdr *XCT_CMSG_FIRSTHDR(struct msghdr *msgh) {
      |                 ^
   22 |         return CMSG_FIRSTHDR(msgh);
      |                ~~~~~~~~~~~~~
      |                XCT_CMSG_FIRSTHDR
/host/spi-builder-workspace/.build/checkouts/XcodeTools/Sources/CMacroExports/exports.c:22:9: error: incompatible integer to pointer conversion returning 'int' from a function with result type 'struct cmsghdr *' [-Wint-conversion]
   22 |         return CMSG_FIRSTHDR(msgh);
      |                ^~~~~~~~~~~~~~~~~~~
7 errors generated.
[14/30] Compiling CMacroExports exports.c
[14/30] 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:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
[0/1] Planning build
Building for debugging...
/host/spi-builder-workspace/.build/checkouts/XcodeTools/Sources/CMacroExports/exports.c:9:9: error: call to undeclared function 'CMSG_LEN'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
    9 |         return CMSG_LEN(s);
      |                ^
/host/spi-builder-workspace/.build/checkouts/XcodeTools/Sources/CMacroExports/exports.c:13:9: error: call to undeclared function 'CMSG_SPACE'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
   13 |         return CMSG_SPACE(s);
      |                ^
/host/spi-builder-workspace/.build/checkouts/XcodeTools/Sources/CMacroExports/exports.c:17:16: error: conflicting types for 'XCT_CMSG_DATA'
   17 | unsigned char *XCT_CMSG_DATA(struct cmsghdr *cmsg) {
      |                ^
/host/spi-builder-workspace/.build/checkouts/XcodeTools/Sources/CMacroExports/include/exports.h:10:16: note: previous declaration is here
   10 | unsigned char *XCT_CMSG_DATA(struct cmsghdr *cmsg);
      |                ^
/host/spi-builder-workspace/.build/checkouts/XcodeTools/Sources/CMacroExports/exports.c:18:9: error: call to undeclared function 'CMSG_DATA'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
   18 |         return CMSG_DATA(cmsg);
      |                ^
/host/spi-builder-workspace/.build/checkouts/XcodeTools/Sources/CMacroExports/exports.c:18:9: error: incompatible integer to pointer conversion returning 'int' from a function with result type 'unsigned char *' [-Wint-conversion]
   18 |         return CMSG_DATA(cmsg);
      |                ^~~~~~~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/XcodeTools/Sources/CMacroExports/exports.c:22:9: error: call to undeclared function 'CMSG_FIRSTHDR'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
   22 |         return CMSG_FIRSTHDR(msgh);
      |                ^
/host/spi-builder-workspace/.build/checkouts/XcodeTools/Sources/CMacroExports/exports.c:22:9: note: did you mean 'XCT_CMSG_FIRSTHDR'?
/host/spi-builder-workspace/.build/checkouts/XcodeTools/Sources/CMacroExports/exports.c:21:17: note: 'XCT_CMSG_FIRSTHDR' declared here
   21 | struct cmsghdr *XCT_CMSG_FIRSTHDR(struct msghdr *msgh) {
      |                 ^
   22 |         return CMSG_FIRSTHDR(msgh);
      |                ~~~~~~~~~~~~~
      |                XCT_CMSG_FIRSTHDR
/host/spi-builder-workspace/.build/checkouts/XcodeTools/Sources/CMacroExports/exports.c:22:9: error: incompatible integer to pointer conversion returning 'int' from a function with result type 'struct cmsghdr *' [-Wint-conversion]
   22 |         return CMSG_FIRSTHDR(msgh);
      |                ^~~~~~~~~~~~~~~~~~~
7 errors generated.
[0/16] Compiling CMacroExports exports.c
[0/16] Write swift-version-24593BA9C3E375BF.txt
BUILD FAILURE 6.1 wasm