The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Failed to build EasyAPNS, reference master (83ea7c), with Swift 6.1 for macOS (SPM) on 24 Apr 2025 08:53:48 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.60.2-13-gb0b1f23
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/dmcyk/easyapns.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
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
Fetching https://github.com/vapor/open-crypto.git
[1/2786] Fetching open-crypto
Fetched https://github.com/vapor/open-crypto.git from cache (0.86s)
Fetching https://github.com/dmcyk/SwiftyCurl.git
[1/125] Fetching swiftycurl
Fetched https://github.com/dmcyk/SwiftyCurl.git from cache (0.58s)
Computing version for https://github.com/dmcyk/SwiftyCurl.git
Computed https://github.com/dmcyk/SwiftyCurl.git at 1.0.0 (1.25s)
Fetching https://github.com/dmcyk/CCurl.git
[1/13] Fetching ccurl
Fetched https://github.com/dmcyk/CCurl.git from cache (0.50s)
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
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/dmcyk/easyapns.git
https://github.com/dmcyk/easyapns.git
{
  "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" : "/Users/admin/builder/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 ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -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
Updating https://github.com/vapor/open-crypto.git
Updated https://github.com/vapor/open-crypto.git (0.45s)
Updating https://github.com/dmcyk/SwiftyCurl.git
Updated https://github.com/dmcyk/SwiftyCurl.git (0.47s)
Computing version for https://github.com/dmcyk/SwiftyCurl.git
Computed https://github.com/dmcyk/SwiftyCurl.git at 1.0.0 (1.04s)
Updating https://github.com/dmcyk/CCurl.git
Updated https://github.com/dmcyk/CCurl.git (0.41s)
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 ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64
Updating https://github.com/vapor/open-crypto.git
Updated https://github.com/vapor/open-crypto.git (0.41s)
Updating https://github.com/dmcyk/SwiftyCurl.git
Updated https://github.com/dmcyk/SwiftyCurl.git (0.40s)
Computing version for https://github.com/dmcyk/SwiftyCurl.git
Computed https://github.com/dmcyk/SwiftyCurl.git at 1.0.0 (0.47s)
Updating https://github.com/dmcyk/CCurl.git
Updated https://github.com/dmcyk/CCurl.git (0.40s)
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 macosSpm