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 Remark, reference 1.1.0 (5df579), with Swift 6.1 for Wasm on 5 Aug 2025 18:25:47 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.65.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/1amageek/Remark.git
Reference: 1.1.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/1amageek/Remark
 * tag               1.1.0      -> FETCH_HEAD
HEAD is now at 5df5796 Add executable product for Mint compatibility
Cloned https://github.com/1amageek/Remark.git
Revision (git rev-parse @):
5df579666f0dacfa7e84265bf339ec3eb1bf66a3
SUCCESS checkout https://github.com/1amageek/Remark.git at 1.1.0
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/1amageek/Remark.git
https://github.com/1amageek/Remark.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swiftsoup",
      "requirement" : {
        "branch" : [
          "master"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/scinfu/SwiftSoup.git"
    },
    {
      "identity" : "swift-argument-parser",
      "requirement" : {
        "branch" : [
          "main"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-argument-parser.git"
    }
  ],
  "manifest_display_name" : "Remark",
  "name" : "Remark",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "18.0"
    },
    {
      "name" : "macos",
      "version" : "15.0"
    }
  ],
  "products" : [
    {
      "name" : "Remark",
      "targets" : [
        "Remark"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "RemarkUI",
      "targets" : [
        "RemarkUI"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "remark",
      "targets" : [
        "RemarkCLI"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "RemarkUI",
      "module_type" : "SwiftTarget",
      "name" : "RemarkUI",
      "path" : "Sources/RemarkUI",
      "product_memberships" : [
        "RemarkUI"
      ],
      "sources" : [
        "RemarkView.swift"
      ],
      "target_dependencies" : [
        "Remark"
      ],
      "type" : "library"
    },
    {
      "c99name" : "RemarkTests",
      "module_type" : "SwiftTarget",
      "name" : "RemarkTests",
      "path" : "Tests/RemarkTests",
      "sources" : [
        "RemarkTests.swift"
      ],
      "target_dependencies" : [
        "Remark"
      ],
      "type" : "test"
    },
    {
      "c99name" : "RemarkCLI",
      "module_type" : "SwiftTarget",
      "name" : "RemarkCLI",
      "path" : "Sources/RemarkCLI",
      "product_dependencies" : [
        "ArgumentParser"
      ],
      "product_memberships" : [
        "remark"
      ],
      "sources" : [
        "RemarkCommand.swift"
      ],
      "target_dependencies" : [
        "Remark"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "Remark",
      "module_type" : "SwiftTarget",
      "name" : "Remark",
      "path" : "Sources/Remark",
      "product_dependencies" : [
        "SwiftSoup"
      ],
      "product_memberships" : [
        "Remark",
        "RemarkUI",
        "remark"
      ],
      "sources" : [
        "DynamicHTMLFetcher.swift",
        "HTMLFetcher.swift",
        "HTMLFetching.swift",
        "Link.swift",
        "Media.swift",
        "Remark+Tag.swift",
        "Remark.swift",
        "Section.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
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 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:8f9255989265d824b88e7d572b1a334a0dc9b701075ede1970390db95d315c35
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Fetching https://github.com/scinfu/SwiftSoup.git
[1/4258] Fetching swiftsoup
Fetched https://github.com/scinfu/SwiftSoup.git from cache (0.80s)
Fetching https://github.com/apple/swift-argument-parser.git
[1/15607] Fetching swift-argument-parser
Fetched https://github.com/apple/swift-argument-parser.git from cache (0.96s)
Creating working copy for https://github.com/scinfu/SwiftSoup.git
Working copy of https://github.com/scinfu/SwiftSoup.git resolved at master (a81b1a5)
Creating working copy for https://github.com/apple/swift-argument-parser.git
Working copy of https://github.com/apple/swift-argument-parser.git resolved at main (d075877)
[1/1] Compiling plugin GenerateManual
[2/2] Compiling plugin GenerateDoccReference
Building for debugging...
[2/16] Write sources
[8/16] Write swift-version-24593BA9C3E375BF.txt
[10/72] Emitting module SwiftSoup
[11/79] Emitting module ArgumentParserToolInfo
[12/79] Compiling ArgumentParserToolInfo ToolInfo.swift
[13/80] Wrapping AST for ArgumentParserToolInfo for debugging
[15/124] Compiling ArgumentParser BashCompletionsGenerator.swift
/host/spi-builder-workspace/.build/checkouts/SwiftSoup/Sources/Mutex.swift:37:9: error: cannot find 'pthread_mutex_init' in scope
35 |
36 |     init() {
37 |         pthread_mutex_init(&mutex, nil)
   |         `- error: cannot find 'pthread_mutex_init' in scope
38 |     }
39 |
/host/spi-builder-workspace/.build/checkouts/SwiftSoup/Sources/Mutex.swift:37:36: error: 'nil' requires a contextual type
35 |
36 |     init() {
37 |         pthread_mutex_init(&mutex, nil)
   |                                    `- error: 'nil' requires a contextual type
38 |     }
39 |
/host/spi-builder-workspace/.build/checkouts/SwiftSoup/Sources/Mutex.swift:41:9: error: cannot find 'pthread_mutex_destroy' in scope
39 |
40 |     deinit {
41 |         pthread_mutex_destroy(&mutex)
   |         `- error: cannot find 'pthread_mutex_destroy' in scope
42 |     }
43 |
/host/spi-builder-workspace/.build/checkouts/SwiftSoup/Sources/Mutex.swift:45:9: error: cannot find 'pthread_mutex_lock' in scope
43 |
44 |     func lock() {
45 |         pthread_mutex_lock(&mutex)
   |         `- error: cannot find 'pthread_mutex_lock' in scope
46 |     }
47 |
/host/spi-builder-workspace/.build/checkouts/SwiftSoup/Sources/Mutex.swift:49:9: error: cannot find 'pthread_mutex_unlock' in scope
47 |
48 |     func unlock() {
49 |         pthread_mutex_unlock(&mutex)
   |         `- error: cannot find 'pthread_mutex_unlock' in scope
50 |     }
51 | #endif
[16/124] Compiling ArgumentParser CompletionsGenerator.swift
/host/spi-builder-workspace/.build/checkouts/SwiftSoup/Sources/Mutex.swift:37:9: error: cannot find 'pthread_mutex_init' in scope
35 |
36 |     init() {
37 |         pthread_mutex_init(&mutex, nil)
   |         `- error: cannot find 'pthread_mutex_init' in scope
38 |     }
39 |
/host/spi-builder-workspace/.build/checkouts/SwiftSoup/Sources/Mutex.swift:37:36: error: 'nil' requires a contextual type
35 |
36 |     init() {
37 |         pthread_mutex_init(&mutex, nil)
   |                                    `- error: 'nil' requires a contextual type
38 |     }
39 |
/host/spi-builder-workspace/.build/checkouts/SwiftSoup/Sources/Mutex.swift:41:9: error: cannot find 'pthread_mutex_destroy' in scope
39 |
40 |     deinit {
41 |         pthread_mutex_destroy(&mutex)
   |         `- error: cannot find 'pthread_mutex_destroy' in scope
42 |     }
43 |
/host/spi-builder-workspace/.build/checkouts/SwiftSoup/Sources/Mutex.swift:45:9: error: cannot find 'pthread_mutex_lock' in scope
43 |
44 |     func lock() {
45 |         pthread_mutex_lock(&mutex)
   |         `- error: cannot find 'pthread_mutex_lock' in scope
46 |     }
47 |
/host/spi-builder-workspace/.build/checkouts/SwiftSoup/Sources/Mutex.swift:49:9: error: cannot find 'pthread_mutex_unlock' in scope
47 |
48 |     func unlock() {
49 |         pthread_mutex_unlock(&mutex)
   |         `- error: cannot find 'pthread_mutex_unlock' in scope
50 |     }
51 | #endif
[17/124] Compiling ArgumentParser FishCompletionsGenerator.swift
/host/spi-builder-workspace/.build/checkouts/SwiftSoup/Sources/Mutex.swift:37:9: error: cannot find 'pthread_mutex_init' in scope
35 |
36 |     init() {
37 |         pthread_mutex_init(&mutex, nil)
   |         `- error: cannot find 'pthread_mutex_init' in scope
38 |     }
39 |
/host/spi-builder-workspace/.build/checkouts/SwiftSoup/Sources/Mutex.swift:37:36: error: 'nil' requires a contextual type
35 |
36 |     init() {
37 |         pthread_mutex_init(&mutex, nil)
   |                                    `- error: 'nil' requires a contextual type
38 |     }
39 |
/host/spi-builder-workspace/.build/checkouts/SwiftSoup/Sources/Mutex.swift:41:9: error: cannot find 'pthread_mutex_destroy' in scope
39 |
40 |     deinit {
41 |         pthread_mutex_destroy(&mutex)
   |         `- error: cannot find 'pthread_mutex_destroy' in scope
42 |     }
43 |
/host/spi-builder-workspace/.build/checkouts/SwiftSoup/Sources/Mutex.swift:45:9: error: cannot find 'pthread_mutex_lock' in scope
43 |
44 |     func lock() {
45 |         pthread_mutex_lock(&mutex)
   |         `- error: cannot find 'pthread_mutex_lock' in scope
46 |     }
47 |
/host/spi-builder-workspace/.build/checkouts/SwiftSoup/Sources/Mutex.swift:49:9: error: cannot find 'pthread_mutex_unlock' in scope
47 |
48 |     func unlock() {
49 |         pthread_mutex_unlock(&mutex)
   |         `- error: cannot find 'pthread_mutex_unlock' in scope
50 |     }
51 | #endif
[18/124] Compiling ArgumentParser ZshCompletionsGenerator.swift
/host/spi-builder-workspace/.build/checkouts/SwiftSoup/Sources/Mutex.swift:37:9: error: cannot find 'pthread_mutex_init' in scope
35 |
36 |     init() {
37 |         pthread_mutex_init(&mutex, nil)
   |         `- error: cannot find 'pthread_mutex_init' in scope
38 |     }
39 |
/host/spi-builder-workspace/.build/checkouts/SwiftSoup/Sources/Mutex.swift:37:36: error: 'nil' requires a contextual type
35 |
36 |     init() {
37 |         pthread_mutex_init(&mutex, nil)
   |                                    `- error: 'nil' requires a contextual type
38 |     }
39 |
/host/spi-builder-workspace/.build/checkouts/SwiftSoup/Sources/Mutex.swift:41:9: error: cannot find 'pthread_mutex_destroy' in scope
39 |
40 |     deinit {
41 |         pthread_mutex_destroy(&mutex)
   |         `- error: cannot find 'pthread_mutex_destroy' in scope
42 |     }
43 |
/host/spi-builder-workspace/.build/checkouts/SwiftSoup/Sources/Mutex.swift:45:9: error: cannot find 'pthread_mutex_lock' in scope
43 |
44 |     func lock() {
45 |         pthread_mutex_lock(&mutex)
   |         `- error: cannot find 'pthread_mutex_lock' in scope
46 |     }
47 |
/host/spi-builder-workspace/.build/checkouts/SwiftSoup/Sources/Mutex.swift:49:9: error: cannot find 'pthread_mutex_unlock' in scope
47 |
48 |     func unlock() {
49 |         pthread_mutex_unlock(&mutex)
   |         `- error: cannot find 'pthread_mutex_unlock' in scope
50 |     }
51 | #endif
[19/124] Compiling ArgumentParser Argument.swift
/host/spi-builder-workspace/.build/checkouts/SwiftSoup/Sources/Mutex.swift:37:9: error: cannot find 'pthread_mutex_init' in scope
35 |
36 |     init() {
37 |         pthread_mutex_init(&mutex, nil)
   |         `- error: cannot find 'pthread_mutex_init' in scope
38 |     }
39 |
/host/spi-builder-workspace/.build/checkouts/SwiftSoup/Sources/Mutex.swift:37:36: error: 'nil' requires a contextual type
35 |
36 |     init() {
37 |         pthread_mutex_init(&mutex, nil)
   |                                    `- error: 'nil' requires a contextual type
38 |     }
39 |
/host/spi-builder-workspace/.build/checkouts/SwiftSoup/Sources/Mutex.swift:41:9: error: cannot find 'pthread_mutex_destroy' in scope
39 |
40 |     deinit {
41 |         pthread_mutex_destroy(&mutex)
   |         `- error: cannot find 'pthread_mutex_destroy' in scope
42 |     }
43 |
/host/spi-builder-workspace/.build/checkouts/SwiftSoup/Sources/Mutex.swift:45:9: error: cannot find 'pthread_mutex_lock' in scope
43 |
44 |     func lock() {
45 |         pthread_mutex_lock(&mutex)
   |         `- error: cannot find 'pthread_mutex_lock' in scope
46 |     }
47 |
/host/spi-builder-workspace/.build/checkouts/SwiftSoup/Sources/Mutex.swift:49:9: error: cannot find 'pthread_mutex_unlock' in scope
47 |
48 |     func unlock() {
49 |         pthread_mutex_unlock(&mutex)
   |         `- error: cannot find 'pthread_mutex_unlock' in scope
50 |     }
51 | #endif
[20/124] Compiling ArgumentParser ArgumentDiscussion.swift
/host/spi-builder-workspace/.build/checkouts/SwiftSoup/Sources/Mutex.swift:37:9: error: cannot find 'pthread_mutex_init' in scope
35 |
36 |     init() {
37 |         pthread_mutex_init(&mutex, nil)
   |         `- error: cannot find 'pthread_mutex_init' in scope
38 |     }
39 |
/host/spi-builder-workspace/.build/checkouts/SwiftSoup/Sources/Mutex.swift:37:36: error: 'nil' requires a contextual type
35 |
36 |     init() {
37 |         pthread_mutex_init(&mutex, nil)
   |                                    `- error: 'nil' requires a contextual type
38 |     }
39 |
/host/spi-builder-workspace/.build/checkouts/SwiftSoup/Sources/Mutex.swift:41:9: error: cannot find 'pthread_mutex_destroy' in scope
39 |
40 |     deinit {
41 |         pthread_mutex_destroy(&mutex)
   |         `- error: cannot find 'pthread_mutex_destroy' in scope
42 |     }
43 |
/host/spi-builder-workspace/.build/checkouts/SwiftSoup/Sources/Mutex.swift:45:9: error: cannot find 'pthread_mutex_lock' in scope
43 |
44 |     func lock() {
45 |         pthread_mutex_lock(&mutex)
   |         `- error: cannot find 'pthread_mutex_lock' in scope
46 |     }
47 |
/host/spi-builder-workspace/.build/checkouts/SwiftSoup/Sources/Mutex.swift:49:9: error: cannot find 'pthread_mutex_unlock' in scope
47 |
48 |     func unlock() {
49 |         pthread_mutex_unlock(&mutex)
   |         `- error: cannot find 'pthread_mutex_unlock' in scope
50 |     }
51 | #endif
[21/124] Compiling ArgumentParser ArgumentHelp.swift
/host/spi-builder-workspace/.build/checkouts/SwiftSoup/Sources/Mutex.swift:37:9: error: cannot find 'pthread_mutex_init' in scope
35 |
36 |     init() {
37 |         pthread_mutex_init(&mutex, nil)
   |         `- error: cannot find 'pthread_mutex_init' in scope
38 |     }
39 |
/host/spi-builder-workspace/.build/checkouts/SwiftSoup/Sources/Mutex.swift:37:36: error: 'nil' requires a contextual type
35 |
36 |     init() {
37 |         pthread_mutex_init(&mutex, nil)
   |                                    `- error: 'nil' requires a contextual type
38 |     }
39 |
/host/spi-builder-workspace/.build/checkouts/SwiftSoup/Sources/Mutex.swift:41:9: error: cannot find 'pthread_mutex_destroy' in scope
39 |
40 |     deinit {
41 |         pthread_mutex_destroy(&mutex)
   |         `- error: cannot find 'pthread_mutex_destroy' in scope
42 |     }
43 |
/host/spi-builder-workspace/.build/checkouts/SwiftSoup/Sources/Mutex.swift:45:9: error: cannot find 'pthread_mutex_lock' in scope
43 |
44 |     func lock() {
45 |         pthread_mutex_lock(&mutex)
   |         `- error: cannot find 'pthread_mutex_lock' in scope
46 |     }
47 |
/host/spi-builder-workspace/.build/checkouts/SwiftSoup/Sources/Mutex.swift:49:9: error: cannot find 'pthread_mutex_unlock' in scope
47 |
48 |     func unlock() {
49 |         pthread_mutex_unlock(&mutex)
   |         `- error: cannot find 'pthread_mutex_unlock' in scope
50 |     }
51 | #endif
[22/124] Compiling ArgumentParser ArgumentVisibility.swift
/host/spi-builder-workspace/.build/checkouts/SwiftSoup/Sources/Mutex.swift:37:9: error: cannot find 'pthread_mutex_init' in scope
35 |
36 |     init() {
37 |         pthread_mutex_init(&mutex, nil)
   |         `- error: cannot find 'pthread_mutex_init' in scope
38 |     }
39 |
/host/spi-builder-workspace/.build/checkouts/SwiftSoup/Sources/Mutex.swift:37:36: error: 'nil' requires a contextual type
35 |
36 |     init() {
37 |         pthread_mutex_init(&mutex, nil)
   |                                    `- error: 'nil' requires a contextual type
38 |     }
39 |
/host/spi-builder-workspace/.build/checkouts/SwiftSoup/Sources/Mutex.swift:41:9: error: cannot find 'pthread_mutex_destroy' in scope
39 |
40 |     deinit {
41 |         pthread_mutex_destroy(&mutex)
   |         `- error: cannot find 'pthread_mutex_destroy' in scope
42 |     }
43 |
/host/spi-builder-workspace/.build/checkouts/SwiftSoup/Sources/Mutex.swift:45:9: error: cannot find 'pthread_mutex_lock' in scope
43 |
44 |     func lock() {
45 |         pthread_mutex_lock(&mutex)
   |         `- error: cannot find 'pthread_mutex_lock' in scope
46 |     }
47 |
/host/spi-builder-workspace/.build/checkouts/SwiftSoup/Sources/Mutex.swift:49:9: error: cannot find 'pthread_mutex_unlock' in scope
47 |
48 |     func unlock() {
49 |         pthread_mutex_unlock(&mutex)
   |         `- error: cannot find 'pthread_mutex_unlock' in scope
50 |     }
51 | #endif
[23/124] Compiling ArgumentParser CommandGroup.swift
[24/124] Compiling ArgumentParser EnumerableFlag.swift
[25/124] Compiling ArgumentParser ExpressibleByArgument.swift
[26/124] Compiling ArgumentParser ParsableArguments.swift
[27/124] Compiling ArgumentParser ParsableCommand.swift
[28/124] Compiling ArgumentParser ArgumentDecoder.swift
[29/124] Compiling ArgumentParser ArgumentDefinition.swift
[30/124] Compiling ArgumentParser ArgumentSet.swift
[31/124] Compiling ArgumentParser DumpHelpGenerator.swift
[32/124] Compiling ArgumentParser HelpCommand.swift
[33/124] Compiling ArgumentParser HelpGenerator.swift
[34/124] Compiling ArgumentParser MessageInfo.swift
[35/124] Compiling ArgumentParser UsageGenerator.swift
[36/124] Compiling ArgumentParser CollectionExtensions.swift
[37/124] Compiling ArgumentParser Mutex.swift
[38/124] Compiling SwiftSoup Tag.swift
[39/124] Compiling SwiftSoup TextNode.swift
[40/124] Compiling SwiftSoup Token.swift
[41/124] Compiling SwiftSoup TokenQueue.swift
[42/124] Compiling SwiftSoup Tokeniser.swift
[43/124] Compiling SwiftSoup TokeniserState.swift
[44/124] Compiling SwiftSoup TreeBuilder.swift
[45/124] Compiling ArgumentParser Platform.swift
[46/124] Compiling ArgumentParser SequenceExtensions.swift
[47/124] Compiling ArgumentParser StringExtensions.swift
[48/124] Compiling ArgumentParser SwiftExtensions.swift
[49/124] Compiling SwiftSoup StringUtil.swift
[50/124] Compiling SwiftSoup StructuralEvaluator.swift
[51/124] Compiling SwiftSoup SwiftSoup.swift
[52/124] Compiling ArgumentParser CommandParser.swift
[53/124] Compiling ArgumentParser InputKey.swift
[54/124] Compiling ArgumentParser InputOrigin.swift
[55/124] Compiling ArgumentParser Name.swift
[56/124] Compiling ArgumentParser Parsed.swift
[57/124] Compiling ArgumentParser ParsedValues.swift
[58/124] Compiling ArgumentParser ParserError.swift
[59/124] Compiling ArgumentParser SplitArguments.swift
[60/124] Compiling ArgumentParser CompletionKind.swift
[61/124] Compiling ArgumentParser Errors.swift
[62/124] Compiling ArgumentParser Flag.swift
[63/124] Compiling ArgumentParser NameSpecification.swift
[64/124] Compiling ArgumentParser Option.swift
[65/124] Compiling ArgumentParser OptionGroup.swift
[66/124] Compiling ArgumentParser AsyncParsableCommand.swift
[67/124] Compiling ArgumentParser CommandConfiguration.swift
[68/124] Compiling SwiftSoup UTF8Arrays.swift
[69/124] Compiling SwiftSoup UnfairLock.swift
[70/124] Compiling SwiftSoup UnicodeScalar.swift
[71/124] Compiling SwiftSoup Validate.swift
[72/124] Compiling SwiftSoup Whitelist.swift
[73/124] Compiling SwiftSoup XmlDeclaration.swift
[74/124] Compiling SwiftSoup XmlTreeBuilder.swift
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:8f9255989265d824b88e7d572b1a334a0dc9b701075ede1970390db95d315c35
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
[0/1] Planning build
[1/1] Compiling plugin GenerateManual
[2/2] Compiling plugin GenerateDoccReference
Building for debugging...
[2/10] Write swift-version-24593BA9C3E375BF.txt
[4/66] Compiling ArgumentParserToolInfo ToolInfo.swift
[5/66] Emitting module ArgumentParserToolInfo
[7/67] Emitting module SwiftSoup
[8/117] Compiling ArgumentParser CollectionExtensions.swift
[9/117] Compiling ArgumentParser Mutex.swift
[10/117] Compiling ArgumentParser Platform.swift
[11/117] Compiling ArgumentParser SequenceExtensions.swift
[12/117] Compiling ArgumentParser StringExtensions.swift
[13/117] Compiling ArgumentParser SwiftExtensions.swift
[14/123] Compiling ArgumentParser InputKey.swift
[15/123] Compiling ArgumentParser InputOrigin.swift
[16/123] Compiling ArgumentParser Name.swift
[17/123] Compiling ArgumentParser Parsed.swift
[18/123] Compiling ArgumentParser ParsedValues.swift
[19/123] Compiling ArgumentParser ParserError.swift
[20/123] Compiling ArgumentParser Argument.swift
[21/123] Compiling ArgumentParser ArgumentDiscussion.swift
[22/123] Compiling ArgumentParser ArgumentHelp.swift
[29/123] Compiling ArgumentParser ArgumentVisibility.swift
[30/123] Compiling ArgumentParser CompletionKind.swift
[31/123] Compiling ArgumentParser Errors.swift
[32/123] Compiling ArgumentParser Flag.swift
[33/123] Compiling ArgumentParser NameSpecification.swift
[34/123] Compiling ArgumentParser CommandConfiguration.swift
/host/spi-builder-workspace/.build/checkouts/SwiftSoup/Sources/Mutex.swift:37:9: error: cannot find 'pthread_mutex_init' in scope
35 |
36 |     init() {
37 |         pthread_mutex_init(&mutex, nil)
   |         `- error: cannot find 'pthread_mutex_init' in scope
38 |     }
39 |
/host/spi-builder-workspace/.build/checkouts/SwiftSoup/Sources/Mutex.swift:37:36: error: 'nil' requires a contextual type
35 |
36 |     init() {
37 |         pthread_mutex_init(&mutex, nil)
   |                                    `- error: 'nil' requires a contextual type
38 |     }
39 |
/host/spi-builder-workspace/.build/checkouts/SwiftSoup/Sources/Mutex.swift:41:9: error: cannot find 'pthread_mutex_destroy' in scope
39 |
40 |     deinit {
41 |         pthread_mutex_destroy(&mutex)
   |         `- error: cannot find 'pthread_mutex_destroy' in scope
42 |     }
43 |
/host/spi-builder-workspace/.build/checkouts/SwiftSoup/Sources/Mutex.swift:45:9: error: cannot find 'pthread_mutex_lock' in scope
43 |
44 |     func lock() {
45 |         pthread_mutex_lock(&mutex)
   |         `- error: cannot find 'pthread_mutex_lock' in scope
46 |     }
47 |
/host/spi-builder-workspace/.build/checkouts/SwiftSoup/Sources/Mutex.swift:49:9: error: cannot find 'pthread_mutex_unlock' in scope
47 |
48 |     func unlock() {
49 |         pthread_mutex_unlock(&mutex)
   |         `- error: cannot find 'pthread_mutex_unlock' in scope
50 |     }
51 | #endif
[35/123] Compiling ArgumentParser CommandGroup.swift
/host/spi-builder-workspace/.build/checkouts/SwiftSoup/Sources/Mutex.swift:37:9: error: cannot find 'pthread_mutex_init' in scope
35 |
36 |     init() {
37 |         pthread_mutex_init(&mutex, nil)
   |         `- error: cannot find 'pthread_mutex_init' in scope
38 |     }
39 |
/host/spi-builder-workspace/.build/checkouts/SwiftSoup/Sources/Mutex.swift:37:36: error: 'nil' requires a contextual type
35 |
36 |     init() {
37 |         pthread_mutex_init(&mutex, nil)
   |                                    `- error: 'nil' requires a contextual type
38 |     }
39 |
/host/spi-builder-workspace/.build/checkouts/SwiftSoup/Sources/Mutex.swift:41:9: error: cannot find 'pthread_mutex_destroy' in scope
39 |
40 |     deinit {
41 |         pthread_mutex_destroy(&mutex)
   |         `- error: cannot find 'pthread_mutex_destroy' in scope
42 |     }
43 |
/host/spi-builder-workspace/.build/checkouts/SwiftSoup/Sources/Mutex.swift:45:9: error: cannot find 'pthread_mutex_lock' in scope
43 |
44 |     func lock() {
45 |         pthread_mutex_lock(&mutex)
   |         `- error: cannot find 'pthread_mutex_lock' in scope
46 |     }
47 |
/host/spi-builder-workspace/.build/checkouts/SwiftSoup/Sources/Mutex.swift:49:9: error: cannot find 'pthread_mutex_unlock' in scope
47 |
48 |     func unlock() {
49 |         pthread_mutex_unlock(&mutex)
   |         `- error: cannot find 'pthread_mutex_unlock' in scope
50 |     }
51 | #endif
[36/123] Compiling ArgumentParser EnumerableFlag.swift
/host/spi-builder-workspace/.build/checkouts/SwiftSoup/Sources/Mutex.swift:37:9: error: cannot find 'pthread_mutex_init' in scope
35 |
36 |     init() {
37 |         pthread_mutex_init(&mutex, nil)
   |         `- error: cannot find 'pthread_mutex_init' in scope
38 |     }
39 |
/host/spi-builder-workspace/.build/checkouts/SwiftSoup/Sources/Mutex.swift:37:36: error: 'nil' requires a contextual type
35 |
36 |     init() {
37 |         pthread_mutex_init(&mutex, nil)
   |                                    `- error: 'nil' requires a contextual type
38 |     }
39 |
/host/spi-builder-workspace/.build/checkouts/SwiftSoup/Sources/Mutex.swift:41:9: error: cannot find 'pthread_mutex_destroy' in scope
39 |
40 |     deinit {
41 |         pthread_mutex_destroy(&mutex)
   |         `- error: cannot find 'pthread_mutex_destroy' in scope
42 |     }
43 |
/host/spi-builder-workspace/.build/checkouts/SwiftSoup/Sources/Mutex.swift:45:9: error: cannot find 'pthread_mutex_lock' in scope
43 |
44 |     func lock() {
45 |         pthread_mutex_lock(&mutex)
   |         `- error: cannot find 'pthread_mutex_lock' in scope
46 |     }
47 |
/host/spi-builder-workspace/.build/checkouts/SwiftSoup/Sources/Mutex.swift:49:9: error: cannot find 'pthread_mutex_unlock' in scope
47 |
48 |     func unlock() {
49 |         pthread_mutex_unlock(&mutex)
   |         `- error: cannot find 'pthread_mutex_unlock' in scope
50 |     }
51 | #endif
[37/123] Compiling ArgumentParser ExpressibleByArgument.swift
/host/spi-builder-workspace/.build/checkouts/SwiftSoup/Sources/Mutex.swift:37:9: error: cannot find 'pthread_mutex_init' in scope
35 |
36 |     init() {
37 |         pthread_mutex_init(&mutex, nil)
   |         `- error: cannot find 'pthread_mutex_init' in scope
38 |     }
39 |
/host/spi-builder-workspace/.build/checkouts/SwiftSoup/Sources/Mutex.swift:37:36: error: 'nil' requires a contextual type
35 |
36 |     init() {
37 |         pthread_mutex_init(&mutex, nil)
   |                                    `- error: 'nil' requires a contextual type
38 |     }
39 |
/host/spi-builder-workspace/.build/checkouts/SwiftSoup/Sources/Mutex.swift:41:9: error: cannot find 'pthread_mutex_destroy' in scope
39 |
40 |     deinit {
41 |         pthread_mutex_destroy(&mutex)
   |         `- error: cannot find 'pthread_mutex_destroy' in scope
42 |     }
43 |
/host/spi-builder-workspace/.build/checkouts/SwiftSoup/Sources/Mutex.swift:45:9: error: cannot find 'pthread_mutex_lock' in scope
43 |
44 |     func lock() {
45 |         pthread_mutex_lock(&mutex)
   |         `- error: cannot find 'pthread_mutex_lock' in scope
46 |     }
47 |
/host/spi-builder-workspace/.build/checkouts/SwiftSoup/Sources/Mutex.swift:49:9: error: cannot find 'pthread_mutex_unlock' in scope
47 |
48 |     func unlock() {
49 |         pthread_mutex_unlock(&mutex)
   |         `- error: cannot find 'pthread_mutex_unlock' in scope
50 |     }
51 | #endif
[38/123] Compiling ArgumentParser BashCompletionsGenerator.swift
/host/spi-builder-workspace/.build/checkouts/SwiftSoup/Sources/Mutex.swift:37:9: error: cannot find 'pthread_mutex_init' in scope
35 |
36 |     init() {
37 |         pthread_mutex_init(&mutex, nil)
   |         `- error: cannot find 'pthread_mutex_init' in scope
38 |     }
39 |
/host/spi-builder-workspace/.build/checkouts/SwiftSoup/Sources/Mutex.swift:37:36: error: 'nil' requires a contextual type
35 |
36 |     init() {
37 |         pthread_mutex_init(&mutex, nil)
   |                                    `- error: 'nil' requires a contextual type
38 |     }
39 |
/host/spi-builder-workspace/.build/checkouts/SwiftSoup/Sources/Mutex.swift:41:9: error: cannot find 'pthread_mutex_destroy' in scope
39 |
40 |     deinit {
41 |         pthread_mutex_destroy(&mutex)
   |         `- error: cannot find 'pthread_mutex_destroy' in scope
42 |     }
43 |
/host/spi-builder-workspace/.build/checkouts/SwiftSoup/Sources/Mutex.swift:45:9: error: cannot find 'pthread_mutex_lock' in scope
43 |
44 |     func lock() {
45 |         pthread_mutex_lock(&mutex)
   |         `- error: cannot find 'pthread_mutex_lock' in scope
46 |     }
47 |
/host/spi-builder-workspace/.build/checkouts/SwiftSoup/Sources/Mutex.swift:49:9: error: cannot find 'pthread_mutex_unlock' in scope
47 |
48 |     func unlock() {
49 |         pthread_mutex_unlock(&mutex)
   |         `- error: cannot find 'pthread_mutex_unlock' in scope
50 |     }
51 | #endif
[39/123] Compiling ArgumentParser CompletionsGenerator.swift
/host/spi-builder-workspace/.build/checkouts/SwiftSoup/Sources/Mutex.swift:37:9: error: cannot find 'pthread_mutex_init' in scope
35 |
36 |     init() {
37 |         pthread_mutex_init(&mutex, nil)
   |         `- error: cannot find 'pthread_mutex_init' in scope
38 |     }
39 |
/host/spi-builder-workspace/.build/checkouts/SwiftSoup/Sources/Mutex.swift:37:36: error: 'nil' requires a contextual type
35 |
36 |     init() {
37 |         pthread_mutex_init(&mutex, nil)
   |                                    `- error: 'nil' requires a contextual type
38 |     }
39 |
/host/spi-builder-workspace/.build/checkouts/SwiftSoup/Sources/Mutex.swift:41:9: error: cannot find 'pthread_mutex_destroy' in scope
39 |
40 |     deinit {
41 |         pthread_mutex_destroy(&mutex)
   |         `- error: cannot find 'pthread_mutex_destroy' in scope
42 |     }
43 |
/host/spi-builder-workspace/.build/checkouts/SwiftSoup/Sources/Mutex.swift:45:9: error: cannot find 'pthread_mutex_lock' in scope
43 |
44 |     func lock() {
45 |         pthread_mutex_lock(&mutex)
   |         `- error: cannot find 'pthread_mutex_lock' in scope
46 |     }
47 |
/host/spi-builder-workspace/.build/checkouts/SwiftSoup/Sources/Mutex.swift:49:9: error: cannot find 'pthread_mutex_unlock' in scope
47 |
48 |     func unlock() {
49 |         pthread_mutex_unlock(&mutex)
   |         `- error: cannot find 'pthread_mutex_unlock' in scope
50 |     }
51 | #endif
[40/123] Compiling ArgumentParser FishCompletionsGenerator.swift
/host/spi-builder-workspace/.build/checkouts/SwiftSoup/Sources/Mutex.swift:37:9: error: cannot find 'pthread_mutex_init' in scope
35 |
36 |     init() {
37 |         pthread_mutex_init(&mutex, nil)
   |         `- error: cannot find 'pthread_mutex_init' in scope
38 |     }
39 |
/host/spi-builder-workspace/.build/checkouts/SwiftSoup/Sources/Mutex.swift:37:36: error: 'nil' requires a contextual type
35 |
36 |     init() {
37 |         pthread_mutex_init(&mutex, nil)
   |                                    `- error: 'nil' requires a contextual type
38 |     }
39 |
/host/spi-builder-workspace/.build/checkouts/SwiftSoup/Sources/Mutex.swift:41:9: error: cannot find 'pthread_mutex_destroy' in scope
39 |
40 |     deinit {
41 |         pthread_mutex_destroy(&mutex)
   |         `- error: cannot find 'pthread_mutex_destroy' in scope
42 |     }
43 |
/host/spi-builder-workspace/.build/checkouts/SwiftSoup/Sources/Mutex.swift:45:9: error: cannot find 'pthread_mutex_lock' in scope
43 |
44 |     func lock() {
45 |         pthread_mutex_lock(&mutex)
   |         `- error: cannot find 'pthread_mutex_lock' in scope
46 |     }
47 |
/host/spi-builder-workspace/.build/checkouts/SwiftSoup/Sources/Mutex.swift:49:9: error: cannot find 'pthread_mutex_unlock' in scope
47 |
48 |     func unlock() {
49 |         pthread_mutex_unlock(&mutex)
   |         `- error: cannot find 'pthread_mutex_unlock' in scope
50 |     }
51 | #endif
[41/123] Compiling ArgumentParser ZshCompletionsGenerator.swift
/host/spi-builder-workspace/.build/checkouts/SwiftSoup/Sources/Mutex.swift:37:9: error: cannot find 'pthread_mutex_init' in scope
35 |
36 |     init() {
37 |         pthread_mutex_init(&mutex, nil)
   |         `- error: cannot find 'pthread_mutex_init' in scope
38 |     }
39 |
/host/spi-builder-workspace/.build/checkouts/SwiftSoup/Sources/Mutex.swift:37:36: error: 'nil' requires a contextual type
35 |
36 |     init() {
37 |         pthread_mutex_init(&mutex, nil)
   |                                    `- error: 'nil' requires a contextual type
38 |     }
39 |
/host/spi-builder-workspace/.build/checkouts/SwiftSoup/Sources/Mutex.swift:41:9: error: cannot find 'pthread_mutex_destroy' in scope
39 |
40 |     deinit {
41 |         pthread_mutex_destroy(&mutex)
   |         `- error: cannot find 'pthread_mutex_destroy' in scope
42 |     }
43 |
/host/spi-builder-workspace/.build/checkouts/SwiftSoup/Sources/Mutex.swift:45:9: error: cannot find 'pthread_mutex_lock' in scope
43 |
44 |     func lock() {
45 |         pthread_mutex_lock(&mutex)
   |         `- error: cannot find 'pthread_mutex_lock' in scope
46 |     }
47 |
/host/spi-builder-workspace/.build/checkouts/SwiftSoup/Sources/Mutex.swift:49:9: error: cannot find 'pthread_mutex_unlock' in scope
47 |
48 |     func unlock() {
49 |         pthread_mutex_unlock(&mutex)
   |         `- error: cannot find 'pthread_mutex_unlock' in scope
50 |     }
51 | #endif
[42/123] Compiling ArgumentParser ParsableArgumentsValidation.swift
[43/123] Compiling ArgumentParser PositionalArgumentsValidator.swift
[44/123] Compiling ArgumentParser UniqueNamesValidator.swift
[45/123] Compiling SwiftSoup TokenQueue.swift
[46/123] Compiling SwiftSoup Tokeniser.swift
[47/123] Compiling SwiftSoup TokeniserState.swift
[48/123] Compiling SwiftSoup TreeBuilder.swift
[49/123] Compiling SwiftSoup UTF8Arrays.swift
[50/123] Compiling SwiftSoup UnfairLock.swift
[51/123] Compiling SwiftSoup UnicodeScalar.swift
[52/123] Compiling SwiftSoup Validate.swift
[53/123] Compiling SwiftSoup Whitelist.swift
[54/123] Compiling SwiftSoup XmlDeclaration.swift
[55/123] Compiling SwiftSoup XmlTreeBuilder.swift
[56/123] Compiling ArgumentParser Tree.swift
[57/123] Compiling ArgumentParser CodingKeyValidator.swift
[58/123] Compiling ArgumentParser NonsenseFlagsValidator.swift
[62/123] Compiling ArgumentParser ParsableArguments.swift
[63/123] Compiling ArgumentParser ParsableCommand.swift
[64/123] Compiling ArgumentParser ArgumentDecoder.swift
[65/123] Compiling ArgumentParser ArgumentDefinition.swift
[66/123] Compiling ArgumentParser ArgumentSet.swift
[67/123] Compiling ArgumentParser CommandParser.swift
[68/123] Compiling ArgumentParser OptionGroup.swift
[69/123] Compiling ArgumentParser AsyncParsableCommand.swift
[70/123] Compiling ArgumentParser Option.swift
[71/123] Compiling ArgumentParser SplitArguments.swift
[72/123] Compiling ArgumentParser DumpHelpGenerator.swift
[73/123] Compiling ArgumentParser HelpCommand.swift
[74/123] Compiling ArgumentParser HelpGenerator.swift
[75/123] Compiling ArgumentParser MessageInfo.swift
[76/123] Compiling ArgumentParser UsageGenerator.swift
[86/123] Emitting module ArgumentParser
BUILD FAILURE 6.1 wasm