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 master (244529), with Swift 6.1 for Wasm on 27 May 2025 13:08:43 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-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/phimage/Notarize.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/phimage/Notarize
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 2445295 Update FUNDING.yml
Cloned https://github.com/phimage/Notarize.git
Revision (git rev-parse @):
2445295e7032e95654931fc1bd4afe05dfbd2130
SUCCESS checkout https://github.com/phimage/Notarize.git at master
========================================
Build
========================================
Selected platform:         wasm
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: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/phimage/NotarizationInfo
[1/85] Fetching notarizationinfo
Fetched https://github.com/phimage/NotarizationInfo from cache (0.24s)
Fetching https://github.com/phimage/NotarizationAuditLog
[1/32] Fetching notarizationauditlog
Fetched https://github.com/phimage/NotarizationAuditLog from cache (0.35s)
Fetching https://github.com/phimage/NotarizeProcess
[1/133] Fetching notarizeprocess
Fetched https://github.com/phimage/NotarizeProcess from cache (0.19s)
Fetching https://github.com/kylef/PathKit.git
Fetching https://github.com/Carthage/Commandant.git
Fetching https://github.com/jpsim/Yams.git
[1/1411] Fetching pathkit
[1412/3740] Fetching pathkit, commandant
Fetched https://github.com/kylef/PathKit.git from cache (0.29s)
[1/10657] Fetching yams
Fetched https://github.com/Carthage/Commandant.git from cache (2.66s)
Fetched https://github.com/jpsim/Yams.git from cache (2.70s)
Computing version for https://github.com/jpsim/Yams.git
Computed https://github.com/jpsim/Yams.git at 2.0.0 (3.34s)
Computing version for https://github.com/Carthage/Commandant.git
Computed https://github.com/Carthage/Commandant.git at 0.17.0 (0.87s)
Fetching https://github.com/Quick/Nimble.git
Fetching https://github.com/Quick/Quick.git
[1/14755] Fetching quick
[13281/34339] Fetching quick, nimble
Fetched https://github.com/Quick/Quick.git from cache (1.65s)
Fetched https://github.com/Quick/Nimble.git from cache (1.67s)
Computing version for https://github.com/kylef/PathKit.git
Computed https://github.com/kylef/PathKit.git at 1.0.1 (4.60s)
Fetching https://github.com/kylef/Spectre.git
[1/1021] Fetching spectre
Fetched https://github.com/kylef/Spectre.git from cache (0.35s)
Computing version for https://github.com/kylef/Spectre.git
Computed https://github.com/kylef/Spectre.git at 0.10.1 (1.12s)
Computing version for https://github.com/Quick/Quick.git
Computed https://github.com/Quick/Quick.git at 2.2.1 (0.65s)
Computing version for https://github.com/Quick/Nimble.git
Computed https://github.com/Quick/Nimble.git at 8.1.2 (2.49s)
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/kylef/PathKit.git
Working copy of https://github.com/kylef/PathKit.git resolved at 1.0.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/kylef/Spectre.git
Working copy of https://github.com/kylef/Spectre.git resolved at 0.10.1
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/Quick/Quick.git
Working copy of https://github.com/Quick/Quick.git resolved at 2.2.1
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/phimage/NotarizationAuditLog
Working copy of https://github.com/phimage/NotarizationAuditLog resolved at HEAD (511ff36)
Building for debugging...
[0/25] Write sources
[8/25] Compiling writer.c
[9/25] Compiling reader.c
[10/25] Compiling parser.c
[11/25] Compiling api.c
[12/25] Write swift-version-24593BA9C3E375BF.txt
[13/25] Compiling emitter.c
[14/25] Compiling scanner.c
[16/61] Emitting module NotarizationAuditLog
[17/61] Compiling NotarizationAuditLog NotarizationAuditLog.swift
[19/62] Compiling Yams Mark.swift
[20/62] Compiling Yams Node.Mapping.swift
[21/62] Compiling Commandant Result+Additions.swift
[22/62] Compiling Commandant OrderedSet.swift
[23/65] Compiling Commandant Switch.swift
[23/65] Wrapping AST for NotarizationAuditLog for debugging
[25/65] Compiling Yams YamlError.swift
[26/65] Compiling Yams shim.swift
[27/65] Compiling NotarizationInfo NotarizationUpload.swift
[28/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 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[29/65] Emitting module PathKit
/host/spi-builder-workspace/.build/checkouts/PathKit/Sources/PathKit.swift:8:8: error: no such module 'Darwin'
  6 | let system_glob = Glibc.glob
  7 | #else
  8 | import Darwin
    |        `- error: no such module 'Darwin'
  9 |
 10 | let system_glob = Darwin.glob
[30/65] Compiling PathKit PathKit.swift
/host/spi-builder-workspace/.build/checkouts/PathKit/Sources/PathKit.swift:8:8: error: no such module 'Darwin'
  6 | let system_glob = Glibc.glob
  7 | #else
  8 | import Darwin
    |        `- error: no such module 'Darwin'
  9 |
 10 | let system_glob = Darwin.glob
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-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:059e0fdbe549369b902c0d423739510ddee50a4a70258d1404125eb9394ef31c
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
[0/1] Planning build
Building for debugging...
[0/11] Write swift-version-24593BA9C3E375BF.txt
[2/47] Compiling NotarizationInfo NotarizationError.swift
[3/47] Compiling Commandant Result+Additions.swift
[4/48] Compiling Yams Emitter.swift
/host/spi-builder-workspace/.build/checkouts/Commandant/Sources/Commandant/Command.swift:206:15: error: cannot find 'Process' in scope
204 |
205 | 		func launchTask(_ path: String, arguments: [String]) -> Int32 {
206 | 			let task = Process()
    |               `- error: cannot find 'Process' in scope
207 | 			task.arguments = arguments
208 |
[5/48] Compiling Yams Encoder.swift
/host/spi-builder-workspace/.build/checkouts/Commandant/Sources/Commandant/Command.swift:206:15: error: cannot find 'Process' in scope
204 |
205 | 		func launchTask(_ path: String, arguments: [String]) -> Int32 {
206 | 			let task = Process()
    |               `- error: cannot find 'Process' in scope
207 | 			task.arguments = arguments
208 |
[6/48] Compiling NotarizationInfo NotarizationHistory.swift
[7/48] Compiling NotarizationInfo NotarizationInfo.swift
[8/48] Emitting module NotarizationInfo
[9/48] Compiling NotarizationInfo NotarizationResponse.swift
[10/48] Compiling NotarizationInfo NotarizationStatus.swift
[11/48] Compiling NotarizationInfo NotarizationUpload.swift
[13/49] Compiling NotarizationAuditLog NotarizationAuditLog.swift
[14/49] Emitting module NotarizationAuditLog
[15/49] Compiling Commandant OrderedSet.swift
[16/50] Compiling Commandant Errors.swift
[17/50] Compiling Commandant Switch.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[18/50] Emitting module PathKit
/host/spi-builder-workspace/.build/checkouts/PathKit/Sources/PathKit.swift:8:8: error: no such module 'Darwin'
  6 | let system_glob = Glibc.glob
  7 | #else
  8 | import Darwin
    |        `- error: no such module 'Darwin'
  9 |
 10 | let system_glob = Darwin.glob
[19/50] Compiling PathKit PathKit.swift
/host/spi-builder-workspace/.build/checkouts/PathKit/Sources/PathKit.swift:8:8: error: no such module 'Darwin'
  6 | let system_glob = Glibc.glob
  7 | #else
  8 | import Darwin
    |        `- error: no such module 'Darwin'
  9 |
 10 | let system_glob = Darwin.glob
[20/50] Compiling Yams String+Yams.swift
[21/50] Compiling Yams Tag.swift
[22/52] Compiling Commandant HelpCommand.swift
[23/52] Compiling Commandant Option.swift
[25/52] Compiling Yams Representer.swift
/host/spi-builder-workspace/.build/checkouts/Yams/Sources/Yams/Representer.swift:297:45: error: cannot find 'DBL_DECIMAL_DIG' in scope
295 |         // Since `NumberFormatter` creates a string with insufficient precision for Decode,
296 |         // it uses with `String(format:...)`
297 |         let string = String(format: "%.*g", DBL_DECIMAL_DIG, self)
    |                                             `- error: cannot find 'DBL_DECIMAL_DIG' in scope
298 |         // "%*.g" does not use scientific notation if the exponent is less than –4.
299 |         // So fallback to using `NumberFormatter` if string does not uses scientific notation.
[26/52] Compiling Yams Resolver.swift
/host/spi-builder-workspace/.build/checkouts/Yams/Sources/Yams/Representer.swift:297:45: error: cannot find 'DBL_DECIMAL_DIG' in scope
295 |         // Since `NumberFormatter` creates a string with insufficient precision for Decode,
296 |         // it uses with `String(format:...)`
297 |         let string = String(format: "%.*g", DBL_DECIMAL_DIG, self)
    |                                             `- error: cannot find 'DBL_DECIMAL_DIG' in scope
298 |         // "%*.g" does not use scientific notation if the exponent is less than –4.
299 |         // So fallback to using `NumberFormatter` if string does not uses scientific notation.
[27/52] Emitting module Commandant
[28/52] Compiling Yams Constructor.swift
[29/52] Compiling Yams Decoder.swift
[30/52] Compiling Yams YamlError.swift
[31/52] Compiling Yams shim.swift
[34/52] Compiling Yams Node.Scalar.swift
[35/52] Compiling Yams Node.Sequence.swift
[36/52] Compiling Yams Mark.swift
[37/52] Compiling Yams Node.Mapping.swift
[38/52] Compiling Yams Node.swift
[39/52] Compiling Yams Parser.swift
[42/52] Emitting module Yams
[42/52] Wrapping AST for NotarizationInfo for debugging
BUILD FAILURE 6.1 wasm