The Swift Package Index logo.Swift Package Index

Build Information

Failed to build EasyAPNS, reference master (83ea7c), with Swift 6.1 for Wasm on 27 May 2025 06:25:56 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/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/dmcyk/easyapns.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/dmcyk/easyapns
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 83ea7c3 Update Swift 5.1
Cloned https://github.com/dmcyk/easyapns.git
Revision (git rev-parse @):
83ea7c37b276e1cfee669b62dc8064288721e1c2
SUCCESS checkout https://github.com/dmcyk/easyapns.git at master
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/dmcyk/easyapns.git
https://github.com/dmcyk/easyapns.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "open-crypto",
      "requirement" : {
        "revision" : [
          "90c49bc68ee6d992fa13cf84ca8fc54b97eaf4cc"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor/open-crypto.git"
    },
    {
      "identity" : "swiftycurl",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/dmcyk/SwiftyCurl.git"
    }
  ],
  "manifest_display_name" : "EasyAPNS",
  "name" : "EasyAPNS",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.14"
    }
  ],
  "products" : [
    {
      "name" : "EasyAPNS",
      "targets" : [
        "EasyAPNS"
      ],
      "type" : {
        "library" : [
          "dynamic"
        ]
      }
    },
    {
      "name" : "EasyAPNSExample",
      "targets" : [
        "EasyAPNSExample"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "libc",
      "module_type" : "SwiftTarget",
      "name" : "libc",
      "path" : "Sources/libc",
      "product_memberships" : [
        "EasyAPNS",
        "EasyAPNSExample"
      ],
      "sources" : [
        "libc.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "EasyAPNSExample",
      "module_type" : "SwiftTarget",
      "name" : "EasyAPNSExample",
      "path" : "Sources/EasyAPNSExample",
      "product_memberships" : [
        "EasyAPNSExample"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "EasyAPNS"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "EasyAPNS",
      "module_type" : "SwiftTarget",
      "name" : "EasyAPNS",
      "path" : "Sources/EasyAPNS",
      "product_dependencies" : [
        "OpenCrypto",
        "SwiftyCurl"
      ],
      "product_memberships" : [
        "EasyAPNS",
        "EasyAPNSExample"
      ],
      "sources" : [
        "APNS/Message.swift",
        "APNS/MessageData.swift",
        "APNS/MessageEnvelope.swift",
        "EasyAPNS.swift",
        "Logger.swift",
        "Utils/Base64Encoding.swift",
        "Utils/ECDSA.swift",
        "Utils/Queue+Collection.swift",
        "Utils/Queue.swift",
        "Utils/String+tokenString.swift",
        "Utils/Utils.swift"
      ],
      "target_dependencies" : [
        "libc",
        "COpenSSLBridge"
      ],
      "type" : "library"
    },
    {
      "c99name" : "COpenSSLBridge",
      "module_type" : "SystemLibraryTarget",
      "name" : "COpenSSLBridge",
      "path" : "Sources/COpenSSLBridge",
      "product_memberships" : [
        "EasyAPNS",
        "EasyAPNSExample"
      ],
      "sources" : [
      ],
      "type" : "system-target"
    }
  ],
  "tools_version" : "5.1"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/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:059e0fdbe549369b902c0d423739510ddee50a4a70258d1404125eb9394ef31c
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Fetching https://github.com/vapor/open-crypto.git
[1/2786] Fetching open-crypto
Fetched https://github.com/vapor/open-crypto.git from cache (0.29s)
Fetching https://github.com/dmcyk/SwiftyCurl.git
[1/125] Fetching swiftycurl
Fetched https://github.com/dmcyk/SwiftyCurl.git from cache (0.28s)
Computing version for https://github.com/dmcyk/SwiftyCurl.git
Computed https://github.com/dmcyk/SwiftyCurl.git at 1.0.0 (2.13s)
Fetching https://github.com/dmcyk/CCurl.git
[1/13] Fetching ccurl
Fetched https://github.com/dmcyk/CCurl.git from cache (0.24s)
Computing version for https://github.com/dmcyk/CCurl.git
error: the Swift tools version specification is missing a label; consider inserting 'swift-tools-version:' between the comment marker and the version specifier
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/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:059e0fdbe549369b902c0d423739510ddee50a4a70258d1404125eb9394ef31c
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Updating https://github.com/vapor/open-crypto.git
Updated https://github.com/vapor/open-crypto.git (0.19s)
Updating https://github.com/dmcyk/SwiftyCurl.git
Updated https://github.com/dmcyk/SwiftyCurl.git (0.16s)
Computing version for https://github.com/dmcyk/SwiftyCurl.git
Computed https://github.com/dmcyk/SwiftyCurl.git at 1.0.0 (2.32s)
Updating https://github.com/dmcyk/CCurl.git
Updated https://github.com/dmcyk/CCurl.git (0.14s)
Computing version for https://github.com/dmcyk/CCurl.git
error: the Swift tools version specification is missing a label; consider inserting 'swift-tools-version:' between the comment marker and the version specifier
BUILD FAILURE 6.1 wasm