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 Notarize, reference 0.2.0 (6f7ec2), with Swift 6.1 for Linux on 25 Apr 2025 14:15:39 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/phimage/Notarize.git
Reference: 0.2.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/phimage/Notarize
 * tag               0.2.0      -> FETCH_HEAD
HEAD is now at 6f7ec24 Format error into json or xml according to reporter
Cloned https://github.com/phimage/Notarize.git
Revision (git rev-parse @):
6f7ec2490bc8ff46d2f1627916693ea7b4516439
SUCCESS checkout https://github.com/phimage/Notarize.git at 0.2.0
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/phimage/Notarize.git
https://github.com/phimage/Notarize.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "notarizationinfo",
      "requirement" : {
        "revision" : [
          "HEAD"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/phimage/NotarizationInfo"
    },
    {
      "identity" : "notarizationauditlog",
      "requirement" : {
        "revision" : [
          "HEAD"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/phimage/NotarizationAuditLog"
    },
    {
      "identity" : "notarizeprocess",
      "requirement" : {
        "revision" : [
          "HEAD"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/phimage/NotarizeProcess"
    },
    {
      "identity" : "commandant",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.17.0",
            "upper_bound" : "0.18.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Carthage/Commandant.git"
    },
    {
      "identity" : "yams",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.0.0",
            "upper_bound" : "2.1.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/jpsim/Yams.git"
    },
    {
      "identity" : "pathkit",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "1.1.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/kylef/PathKit.git"
    }
  ],
  "manifest_display_name" : "Notarize",
  "name" : "Notarize",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    }
  ],
  "products" : [
    {
      "name" : "notarize",
      "targets" : [
        "Notarize"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "NotarizeFrontend",
      "targets" : [
        "NotarizeFrontend"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "NotarizeFrontend",
      "module_type" : "SwiftTarget",
      "name" : "NotarizeFrontend",
      "path" : "Sources/NotarizeFrontend",
      "product_dependencies" : [
        "NotarizationInfo",
        "NotarizationAuditLog",
        "NotarizeProcess",
        "PathKit",
        "Commandant",
        "Yams"
      ],
      "product_memberships" : [
        "notarize",
        "NotarizeFrontend"
      ],
      "sources" : [
        "Commands/HistoryCommand.swift",
        "Commands/InfoCommand.swift",
        "Commands/NotarizeCommand.swift",
        "Commands/VersionCommand.swift",
        "Config.swift",
        "NotarizeFrontend.swift",
        "Reporters/JSONReporter.swift",
        "Reporters/PropertyListReporter.swift",
        "Reporters/Reporter.swift",
        "Version.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Notarize",
      "module_type" : "SwiftTarget",
      "name" : "Notarize",
      "path" : "Sources/Notarize",
      "product_memberships" : [
        "notarize"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "NotarizeFrontend"
      ],
      "type" : "executable"
    }
  ],
  "tools_version" : "5.1"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -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
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/phimage/NotarizationInfo
[1/85] Fetching notarizationinfo
Fetched https://github.com/phimage/NotarizationInfo from cache (0.22s)
Fetching https://github.com/phimage/NotarizationAuditLog
[1/32] Fetching notarizationauditlog
Fetched https://github.com/phimage/NotarizationAuditLog from cache (0.21s)
Fetching https://github.com/phimage/NotarizeProcess
[1/133] Fetching notarizeprocess
Fetched https://github.com/phimage/NotarizeProcess from cache (0.18s)
Fetching https://github.com/Carthage/Commandant.git
Fetching https://github.com/kylef/PathKit.git
Fetching https://github.com/jpsim/Yams.git
[1/1411] Fetching pathkit
[1412/3740] Fetching pathkit, commandant
[3741/14029] Fetching pathkit, commandant, yams
Fetched https://github.com/Carthage/Commandant.git from cache (0.30s)
[1720/11700] Fetching pathkit, yams
Fetched https://github.com/kylef/PathKit.git from cache (1.20s)
Fetched https://github.com/jpsim/Yams.git from cache (1.24s)
Computing version for https://github.com/jpsim/Yams.git
Computed https://github.com/jpsim/Yams.git at 2.0.0 (1.82s)
Computing version for https://github.com/Carthage/Commandant.git
Computed https://github.com/Carthage/Commandant.git at 0.17.0 (0.59s)
Fetching https://github.com/Quick/Quick.git
Fetching https://github.com/Quick/Nimble.git
[1/14755] Fetching quick
[2510/34322] Fetching quick, nimble
Fetched https://github.com/Quick/Quick.git from cache (1.41s)
Fetched https://github.com/Quick/Nimble.git from cache (1.44s)
Computing version for https://github.com/kylef/PathKit.git
Computed https://github.com/kylef/PathKit.git at 1.0.1 (4.36s)
Fetching https://github.com/kylef/Spectre.git
[1/1021] Fetching spectre
Fetched https://github.com/kylef/Spectre.git from cache (0.26s)
Computing version for https://github.com/kylef/Spectre.git
Computed https://github.com/kylef/Spectre.git at 0.10.1 (1.81s)
Computing version for https://github.com/Quick/Quick.git
Computed https://github.com/Quick/Quick.git at 2.2.1 (0.81s)
Computing version for https://github.com/Quick/Nimble.git
Computed https://github.com/Quick/Nimble.git at 8.1.2 (0.69s)
Creating working copy for https://github.com/phimage/NotarizationInfo
Working copy of https://github.com/phimage/NotarizationInfo resolved at HEAD (86e4288)
Creating working copy for https://github.com/kylef/Spectre.git
Working copy of https://github.com/kylef/Spectre.git resolved at 0.10.1
Creating working copy for https://github.com/kylef/PathKit.git
Working copy of https://github.com/kylef/PathKit.git resolved at 1.0.1
Creating working copy for https://github.com/phimage/NotarizeProcess
Working copy of https://github.com/phimage/NotarizeProcess resolved at HEAD (aee3040)
Creating working copy for https://github.com/Carthage/Commandant.git
Working copy of https://github.com/Carthage/Commandant.git resolved at 0.17.0
Creating working copy for https://github.com/Quick/Quick.git
Working copy of https://github.com/Quick/Quick.git resolved at 2.2.1
Creating working copy for https://github.com/jpsim/Yams.git
Working copy of https://github.com/jpsim/Yams.git resolved at 2.0.0
Creating working copy for https://github.com/Quick/Nimble.git
Working copy of https://github.com/Quick/Nimble.git resolved at 8.1.2
Creating working copy for https://github.com/phimage/NotarizationAuditLog
Working copy of https://github.com/phimage/NotarizationAuditLog resolved at HEAD (511ff36)
Building for debugging...
[0/25] Write sources
[8/25] Compiling reader.c
[9/25] Compiling writer.c
[10/25] Compiling parser.c
[11/25] Compiling api.c
[12/25] Compiling emitter.c
[13/25] Compiling scanner.c
[14/25] Write swift-version-24593BA9C3E375BF.txt
[16/61] Emitting module PathKit
[17/61] Emitting module Commandant
[18/62] Emitting module NotarizationAuditLog
[19/62] Compiling NotarizationAuditLog NotarizationAuditLog.swift
[20/63] Compiling Yams Mark.swift
[21/63] Compiling Yams Node.Mapping.swift
[23/65] Compiling Commandant Switch.swift
[24/65] Compiling Commandant OrderedSet.swift
[25/65] Compiling Commandant Result+Additions.swift
[25/65] Wrapping AST for NotarizationAuditLog for debugging
[27/65] Compiling Yams YamlError.swift
[28/65] Compiling Yams shim.swift
[29/65] Compiling Commandant Option.swift
/host/spi-builder-workspace/.build/checkouts/Commandant/Sources/Commandant/Option.swift:239:32: error: instance method 'contains' requires that 'String.Element' (aka 'Character') conform to 'Collection'
237 | 			let components = unwrappedStringValue.split(
238 | 				omittingEmptySubsequences: true,
239 | 				whereSeparator: [",", " "].contains
    |                                `- error: instance method 'contains' requires that 'String.Element' (aka 'Character') conform to 'Collection'
240 | 			)
241 | 			var resultValues: [T] = []
_StringProcessing.Collection.contains:3:15: note: where 'C' = 'String.Element' (aka 'Character')
1 | protocol Collection {
2 | @available(macOS 13.0, iOS 16.0, watchOS 9.0, tvOS 16.0, *)
3 |   public func contains<C>(_ other: C) -> Bool where C : Collection, Self.Element == C.Element}
  |               `- note: where 'C' = 'String.Element' (aka 'Character')
4 |
[30/65] Compiling NotarizationInfo NotarizationStatus.swift
[31/65] Compiling NotarizationInfo NotarizationUpload.swift
[32/65] Compiling Yams Constructor.swift
[33/65] Compiling Yams Decoder.swift
[34/65] Compiling Yams String+Yams.swift
[35/65] Compiling Yams Tag.swift
[36/65] Emitting module NotarizationInfo
[37/65] Compiling NotarizationInfo NotarizationResponse.swift
[38/65] Compiling NotarizationInfo NotarizationInfo.swift
[39/65] Compiling NotarizationInfo NotarizationHistory.swift
[40/65] Compiling NotarizationInfo NotarizationError.swift
[42/66] Compiling Commandant Errors.swift
[43/66] Compiling Commandant HelpCommand.swift
[44/66] Compiling Yams Emitter.swift
[45/66] Compiling Yams Encoder.swift
[48/66] Compiling Yams Node.Scalar.swift
[49/66] Compiling Yams Node.Sequence.swift
[50/66] Compiling Yams Node.swift
[51/66] Compiling Yams Parser.swift
[52/66] Compiling Yams Representer.swift
[53/66] Compiling Yams Resolver.swift
[56/66] Compiling PathKit PathKit.swift
[57/66] Emitting module Yams
[57/68] Wrapping AST for NotarizationInfo for debugging
[61/76] Compiling NotarizeProcess NotarizePlatform.swift
/host/spi-builder-workspace/.build/checkouts/NotarizeProcess/Sources/NotarizeProcess/NotarizationInfo+AuditLog.swift:9:8: error: no such module 'Combine'
 7 |
 8 | import Foundation
 9 | import Combine
   |        `- error: no such module 'Combine'
10 |
11 | import NotarizationInfo
[62/76] Compiling NotarizeProcess NotarizeProcessError.swift
/host/spi-builder-workspace/.build/checkouts/NotarizeProcess/Sources/NotarizeProcess/NotarizationInfo+AuditLog.swift:9:8: error: no such module 'Combine'
 7 |
 8 | import Foundation
 9 | import Combine
   |        `- error: no such module 'Combine'
10 |
11 | import NotarizationInfo
[63/76] Compiling NotarizeProcess WaitMethod.swift
/host/spi-builder-workspace/.build/checkouts/NotarizeProcess/Sources/NotarizeProcess/NotarizationInfo+AuditLog.swift:9:8: error: no such module 'Combine'
 7 |
 8 | import Foundation
 9 | import Combine
   |        `- error: no such module 'Combine'
10 |
11 | import NotarizationInfo
error: emit-module command failed with exit code 1 (use -v to see invocation)
[64/76] Emitting module NotarizeProcess
/host/spi-builder-workspace/.build/checkouts/NotarizeProcess/Sources/NotarizeProcess/NotarizationInfo+AuditLog.swift:9:8: error: no such module 'Combine'
 7 |
 8 | import Foundation
 9 | import Combine
   |        `- error: no such module 'Combine'
10 |
11 | import NotarizationInfo
[65/76] Compiling NotarizeProcess NotarizeProcess.swift
/host/spi-builder-workspace/.build/checkouts/NotarizeProcess/Sources/NotarizeProcess/NotarizationInfo+AuditLog.swift:9:8: error: no such module 'Combine'
 7 |
 8 | import Foundation
 9 | import Combine
   |        `- error: no such module 'Combine'
10 |
11 | import NotarizationInfo
[66/76] Compiling NotarizeProcess NotarizeProcessAction.swift
/host/spi-builder-workspace/.build/checkouts/NotarizeProcess/Sources/NotarizeProcess/NotarizationInfo+AuditLog.swift:9:8: error: no such module 'Combine'
 7 |
 8 | import Foundation
 9 | import Combine
   |        `- error: no such module 'Combine'
10 |
11 | import NotarizationInfo
[67/76] Compiling NotarizeProcess Processable.swift
/host/spi-builder-workspace/.build/checkouts/NotarizeProcess/Sources/NotarizeProcess/NotarizationInfo+AuditLog.swift:9:8: error: no such module 'Combine'
 7 |
 8 | import Foundation
 9 | import Combine
   |        `- error: no such module 'Combine'
10 |
11 | import NotarizationInfo
[68/76] Compiling NotarizeProcess NotarizationInfo+AuditLog.swift
/host/spi-builder-workspace/.build/checkouts/NotarizeProcess/Sources/NotarizeProcess/NotarizationInfo+AuditLog.swift:9:8: error: no such module 'Combine'
 7 |
 8 | import Foundation
 9 | import Combine
   |        `- error: no such module 'Combine'
10 |
11 | import NotarizationInfo
[68/76] Wrapping AST for PathKit for debugging
[68/76] Wrapping AST for Yams for debugging
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
[0/1] Planning build
Building for debugging...
[0/11] Write swift-version-24593BA9C3E375BF.txt
[2/47] Compiling Commandant Result+Additions.swift
[3/48] Compiling Commandant Option.swift
[4/48] Compiling Commandant Errors.swift
[5/48] Compiling Commandant Switch.swift
[6/48] Compiling Yams Emitter.swift
[7/48] Compiling Yams Encoder.swift
[8/48] Emitting module NotarizationAuditLog
[9/48] Compiling NotarizationInfo NotarizationUpload.swift
[10/48] Compiling NotarizationInfo NotarizationStatus.swift
[11/48] Compiling NotarizationInfo NotarizationHistory.swift
[12/48] Compiling NotarizationAuditLog NotarizationAuditLog.swift
[13/49] Compiling Commandant HelpCommand.swift
[14/49] Compiling Commandant OrderedSet.swift
[16/49] Emitting module NotarizationInfo
[17/49] Compiling NotarizationInfo NotarizationError.swift
[18/49] Emitting module Commandant
[19/49] Compiling Yams Constructor.swift
[20/49] Compiling Yams Decoder.swift
[21/49] Compiling NotarizationInfo NotarizationInfo.swift
[22/49] Compiling NotarizationInfo NotarizationResponse.swift
[25/49] Compiling Yams String+Yams.swift
[26/49] Compiling Yams Tag.swift
[29/51] Compiling Yams Mark.swift
[30/51] Compiling Yams Node.Mapping.swift
[30/51] Wrapping AST for Commandant for debugging
[32/51] Compiling Yams Representer.swift
[33/51] Compiling Yams Resolver.swift
[34/55] Emitting module PathKit
[35/55] Compiling PathKit PathKit.swift
[36/58] Emitting module Yams
[39/60] Compiling NotarizeProcess NotarizationInfo+AuditLog.swift
/host/spi-builder-workspace/.build/checkouts/NotarizeProcess/Sources/NotarizeProcess/NotarizationInfo+AuditLog.swift:9:8: error: no such module 'Combine'
 7 |
 8 | import Foundation
 9 | import Combine
   |        `- error: no such module 'Combine'
10 |
11 | import NotarizationInfo
error: emit-module command failed with exit code 1 (use -v to see invocation)
[40/60] Emitting module NotarizeProcess
/host/spi-builder-workspace/.build/checkouts/NotarizeProcess/Sources/NotarizeProcess/NotarizationInfo+AuditLog.swift:9:8: error: no such module 'Combine'
 7 |
 8 | import Foundation
 9 | import Combine
   |        `- error: no such module 'Combine'
10 |
11 | import NotarizationInfo
[41/60] Compiling NotarizeProcess WaitMethod.swift
/host/spi-builder-workspace/.build/checkouts/NotarizeProcess/Sources/NotarizeProcess/NotarizationInfo+AuditLog.swift:9:8: error: no such module 'Combine'
 7 |
 8 | import Foundation
 9 | import Combine
   |        `- error: no such module 'Combine'
10 |
11 | import NotarizationInfo
[42/60] Compiling NotarizeProcess NotarizePlatform.swift
/host/spi-builder-workspace/.build/checkouts/NotarizeProcess/Sources/NotarizeProcess/NotarizationInfo+AuditLog.swift:9:8: error: no such module 'Combine'
 7 |
 8 | import Foundation
 9 | import Combine
   |        `- error: no such module 'Combine'
10 |
11 | import NotarizationInfo
[44/60] Compiling Yams YamlError.swift
[45/60] Compiling Yams shim.swift
[46/60] Compiling NotarizeProcess Processable.swift
/host/spi-builder-workspace/.build/checkouts/NotarizeProcess/Sources/NotarizeProcess/NotarizationInfo+AuditLog.swift:9:8: error: no such module 'Combine'
 7 |
 8 | import Foundation
 9 | import Combine
   |        `- error: no such module 'Combine'
10 |
11 | import NotarizationInfo
[47/60] Compiling NotarizeProcess NotarizeProcessError.swift
/host/spi-builder-workspace/.build/checkouts/NotarizeProcess/Sources/NotarizeProcess/NotarizationInfo+AuditLog.swift:9:8: error: no such module 'Combine'
 7 |
 8 | import Foundation
 9 | import Combine
   |        `- error: no such module 'Combine'
10 |
11 | import NotarizationInfo
[48/60] Compiling NotarizeProcess NotarizeProcessAction.swift
/host/spi-builder-workspace/.build/checkouts/NotarizeProcess/Sources/NotarizeProcess/NotarizationInfo+AuditLog.swift:9:8: error: no such module 'Combine'
 7 |
 8 | import Foundation
 9 | import Combine
   |        `- error: no such module 'Combine'
10 |
11 | import NotarizationInfo
[49/60] Compiling Yams Node.swift
[50/60] Compiling Yams Parser.swift
[51/60] Compiling Yams Node.Scalar.swift
[52/60] Compiling Yams Node.Sequence.swift
[52/60] Wrapping AST for PathKit for debugging
[54/60] Compiling NotarizeProcess NotarizeProcess.swift
/host/spi-builder-workspace/.build/checkouts/NotarizeProcess/Sources/NotarizeProcess/NotarizationInfo+AuditLog.swift:9:8: error: no such module 'Combine'
 7 |
 8 | import Foundation
 9 | import Combine
   |        `- error: no such module 'Combine'
10 |
11 | import NotarizationInfo
BUILD FAILURE 6.1 linux