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 Clova-CEK-SDK-Swift, reference master (64c1ec), with Swift 6.1 for macOS (SPM) on 25 Apr 2025 16:40:32 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/line/clova-cek-sdk-swift.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/line/clova-cek-sdk-swift
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 64c1ec3 Separate dependency on Kitura from Core component
Cloned https://github.com/line/clova-cek-sdk-swift.git
Revision (git rev-parse @):
64c1ec3d93f18d2f4dcfb1d7ef0601413bdf5116
SUCCESS checkout https://github.com/line/clova-cek-sdk-swift.git at master
Fetching https://github.com/IBM-Swift/CCurl.git
Fetching https://github.com/IBM-Swift/BlueSocket.git
Fetching https://github.com/IBM-Swift/SwiftyRequest.git
Fetching https://github.com/IBM-Swift/BlueCryptor.git
Fetching https://github.com/IBM-Swift/BlueSSLService.git
Fetching https://github.com/IBM-Swift/OpenSSL
Fetching https://github.com/IBM-Swift/CircuitBreaker.git
[1/184] Fetching ccurl
[33/1838] Fetching ccurl, bluecryptor
[282/3571] Fetching ccurl, bluecryptor, circuitbreaker
[467/3774] Fetching ccurl, bluecryptor, circuitbreaker, openssl
[842/5869] Fetching ccurl, bluecryptor, circuitbreaker, openssl, swiftyrequest
[896/8811] Fetching ccurl, bluecryptor, circuitbreaker, openssl, swiftyrequest, bluesocket
[2982/10888] Fetching ccurl, bluecryptor, circuitbreaker, openssl, swiftyrequest, bluesocket, bluesslservice
Fetched https://github.com/IBM-Swift/CircuitBreaker.git from cache (1.21s)
Fetched https://github.com/IBM-Swift/BlueSSLService.git from cache (1.21s)
Fetched https://github.com/IBM-Swift/OpenSSL from cache (1.21s)
Fetched https://github.com/IBM-Swift/BlueSocket.git from cache (1.21s)
Fetched https://github.com/IBM-Swift/BlueCryptor.git from cache (1.21s)
Fetched https://github.com/IBM-Swift/CCurl.git from cache (1.21s)
Fetched https://github.com/IBM-Swift/SwiftyRequest.git from cache (1.21s)
Fetching https://github.com/IBM-Swift/Kitura-net.git
Fetching https://github.com/IBM-Swift/Kitura-TemplateEngine.git
Fetching https://github.com/IBM-Swift/TypeDecoder.git
Fetching https://github.com/IBM-Swift/LoggerAPI.git
Fetching https://github.com/IBM-Swift/Kitura
Fetching https://github.com/IBM-Swift/CommonCrypto.git
Fetching https://github.com/IBM-Swift/KituraContracts.git
[1/771] Fetching loggerapi
[40/803] Fetching loggerapi, commoncrypto
[184/3349] Fetching loggerapi, commoncrypto, kituracontracts
[297/3808] Fetching loggerapi, commoncrypto, kituracontracts, typedecoder
[388/13352] Fetching loggerapi, commoncrypto, kituracontracts, typedecoder, kitura-net
[679/13790] Fetching loggerapi, commoncrypto, kituracontracts, typedecoder, kitura-net, kitura-templateengine
[1964/30699] Fetching loggerapi, commoncrypto, kituracontracts, typedecoder, kitura-net, kitura-templateengine, kitura
Fetched https://github.com/IBM-Swift/CommonCrypto.git from cache (1.02s)
Fetched https://github.com/IBM-Swift/Kitura-TemplateEngine.git from cache (1.02s)
Fetched https://github.com/IBM-Swift/TypeDecoder.git from cache (1.02s)
[4690/29770] Fetching loggerapi, kituracontracts, kitura-net, kitura
Fetched https://github.com/IBM-Swift/Kitura-net.git from cache (1.52s)
[15846/20226] Fetching loggerapi, kituracontracts, kitura
Fetched https://github.com/IBM-Swift/Kitura from cache (1.81s)
Fetched https://github.com/IBM-Swift/LoggerAPI.git from cache (1.81s)
Computing version for https://github.com/IBM-Swift/OpenSSL
Fetched https://github.com/IBM-Swift/KituraContracts.git from cache (1.81s)
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/line/clova-cek-sdk-swift.git
https://github.com/line/clova-cek-sdk-swift.git
{
  "dependencies" : [
    {
      "identity" : "kitura",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.4.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/IBM-Swift/Kitura"
    },
    {
      "identity" : "loggerapi",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.7.3",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/IBM-Swift/LoggerAPI.git"
    },
    {
      "identity" : "bluecryptor",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.1",
            "upper_bound" : "1.1.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/IBM-Swift/BlueCryptor.git"
    },
    {
      "identity" : "swiftyrequest",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/IBM-Swift/SwiftyRequest.git"
    },
    {
      "identity" : "openssl",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/IBM-Swift/OpenSSL"
    }
  ],
  "manifest_display_name" : "Clova-CEK-SDK-Swift",
  "name" : "Clova-CEK-SDK-Swift",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "WorldClock",
      "targets" : [
        "WorldClock"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "Clova-CEK-SDK-Swift",
      "targets" : [
        "Clova-CEK-SDK-Swift"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "Clova-CEK-SDK-Swift-Kitura",
      "targets" : [
        "Clova-CEK-SDK-Swift-Kitura"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "WorldClock",
      "module_type" : "SwiftTarget",
      "name" : "WorldClock",
      "path" : "Sources/WorldClock",
      "product_dependencies" : [
        "SwiftyRequest"
      ],
      "product_memberships" : [
        "WorldClock"
      ],
      "sources" : [
        "Geocoder.swift",
        "main.swift"
      ],
      "target_dependencies" : [
        "Clova-CEK-SDK-Swift-Kitura"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "Clova_CEK_SDK_SwiftTests",
      "module_type" : "SwiftTarget",
      "name" : "Clova-CEK-SDK-SwiftTests",
      "path" : "Tests/Clova-CEK-SDK-SwiftTests",
      "product_dependencies" : [
        "LoggerAPI"
      ],
      "sources" : [
        "Clova_CEK_SDK_SwiftTests.swift",
        "SignatureVerifierTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "Clova-CEK-SDK-Swift"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Clova_CEK_SDK_Swift_Kitura",
      "module_type" : "SwiftTarget",
      "name" : "Clova-CEK-SDK-Swift-Kitura",
      "path" : "Sources/Clova-CEK-SDK-Swift-Kitura",
      "product_dependencies" : [
        "Kitura"
      ],
      "product_memberships" : [
        "WorldClock",
        "Clova-CEK-SDK-Swift-Kitura"
      ],
      "sources" : [
        "Clova_CEK_SDK_Swift_Kitura.swift"
      ],
      "target_dependencies" : [
        "Clova-CEK-SDK-Swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Clova_CEK_SDK_Swift",
      "module_type" : "SwiftTarget",
      "name" : "Clova-CEK-SDK-Swift",
      "path" : "Sources/Clova-CEK-SDK-Swift",
      "product_dependencies" : [
        "Cryptor",
        "OpenSSL"
      ],
      "product_memberships" : [
        "WorldClock",
        "Clova-CEK-SDK-Swift",
        "Clova-CEK-SDK-Swift-Kitura"
      ],
      "sources" : [
        "CEKRequest.swift",
        "CEKResponse.swift",
        "Clova_CEK_SDK_Swift_Core.swift",
        "SignatureVerifier.swift",
        "SimpleLogger.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "4.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/IBM-Swift/OpenSSL
Updating https://github.com/IBM-Swift/LoggerAPI.git
Updating https://github.com/IBM-Swift/BlueCryptor.git
Updating https://github.com/IBM-Swift/SwiftyRequest.git
Updating https://github.com/IBM-Swift/Kitura
Updated https://github.com/IBM-Swift/LoggerAPI.git (0.47s)
Updated https://github.com/IBM-Swift/OpenSSL (0.47s)
Updated https://github.com/IBM-Swift/BlueCryptor.git (0.55s)
Updated https://github.com/IBM-Swift/Kitura (0.55s)
Updated https://github.com/IBM-Swift/SwiftyRequest.git (0.55s)
Computing version for https://github.com/IBM-Swift/OpenSSL
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/IBM-Swift/Kitura
Updating https://github.com/IBM-Swift/BlueCryptor.git
Updating https://github.com/IBM-Swift/SwiftyRequest.git
Updating https://github.com/IBM-Swift/LoggerAPI.git
Updating https://github.com/IBM-Swift/OpenSSL
Updated https://github.com/IBM-Swift/Kitura (0.57s)
Updated https://github.com/IBM-Swift/SwiftyRequest.git (0.89s)
Updated https://github.com/IBM-Swift/LoggerAPI.git (0.89s)
Updated https://github.com/IBM-Swift/OpenSSL (0.89s)
Updated https://github.com/IBM-Swift/BlueCryptor.git (0.89s)
Computing version for https://github.com/IBM-Swift/OpenSSL
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