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 main (5df579), with Swift 6.1 for Wasm on 5 Aug 2025 18:26:22 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/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: main
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
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
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 main
========================================
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-4609320-2":/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.42s)
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.84s)
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 ArgumentParserToolInfo
[11/72] Compiling ArgumentParserToolInfo ToolInfo.swift
[12/73] Wrapping AST for ArgumentParserToolInfo for debugging
[14/117] 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
[15/117] Compiling ArgumentParser InputKey.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/117] Compiling ArgumentParser InputOrigin.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/117] Compiling ArgumentParser Name.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/117] Compiling ArgumentParser Parsed.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/117] Compiling ArgumentParser ParsedValues.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/117] Compiling ArgumentParser ParserError.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/117] Compiling ArgumentParser SplitArguments.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 SwiftSoup ParseErrorList.swift
[23/124] Compiling SwiftSoup ParseSettings.swift
[24/124] Compiling SwiftSoup Parser.swift
[25/124] Compiling SwiftSoup ParsingStrings.swift
[26/124] Compiling SwiftSoup Pattern.swift
[27/124] Compiling SwiftSoup QueryParser.swift
[28/124] Compiling SwiftSoup SerializationException.swift
[29/124] Compiling ArgumentParser DumpHelpGenerator.swift
[30/124] Compiling ArgumentParser HelpCommand.swift
[31/124] Compiling ArgumentParser HelpGenerator.swift
[32/124] Compiling ArgumentParser MessageInfo.swift
[33/124] Compiling ArgumentParser UsageGenerator.swift
[34/124] Compiling ArgumentParser CollectionExtensions.swift
[35/124] Compiling ArgumentParser Mutex.swift
[36/124] Compiling ArgumentParser Platform.swift
[37/124] Compiling ArgumentParser SequenceExtensions.swift
[38/124] Compiling ArgumentParser StringExtensions.swift
[39/124] Compiling ArgumentParser SwiftExtensions.swift
[40/124] Compiling SwiftSoup Tokeniser.swift
[41/124] Compiling SwiftSoup TokeniserState.swift
[42/124] Compiling SwiftSoup TreeBuilder.swift
[55/130] Emitting module ArgumentParser
[56/130] Emitting module SwiftSoup
[57/130] Compiling ArgumentParser ArgumentVisibility.swift
[58/130] Compiling ArgumentParser CompletionKind.swift
[59/130] Compiling ArgumentParser Errors.swift
[60/130] Compiling ArgumentParser Flag.swift
[61/130] Compiling ArgumentParser NameSpecification.swift
[62/130] Compiling ArgumentParser Option.swift
[63/130] Compiling ArgumentParser ParsableArguments.swift
[64/130] Compiling ArgumentParser ParsableCommand.swift
[65/130] Compiling ArgumentParser ArgumentDecoder.swift
[66/130] Compiling ArgumentParser ArgumentDefinition.swift
[67/130] Compiling ArgumentParser ArgumentSet.swift
[68/130] Compiling ArgumentParser CommandParser.swift
[69/130] Compiling ArgumentParser BashCompletionsGenerator.swift
[70/130] Compiling ArgumentParser CompletionsGenerator.swift
[71/130] Compiling ArgumentParser FishCompletionsGenerator.swift
[72/130] Compiling ArgumentParser ZshCompletionsGenerator.swift
[73/130] Compiling ArgumentParser Argument.swift
[74/130] Compiling ArgumentParser ArgumentDiscussion.swift
[75/130] Compiling ArgumentParser ArgumentHelp.swift
[76/130] Compiling ArgumentParser OptionGroup.swift
[77/130] Compiling ArgumentParser AsyncParsableCommand.swift
[78/130] Compiling ArgumentParser CommandConfiguration.swift
[79/130] Compiling ArgumentParser CommandGroup.swift
[80/130] Compiling ArgumentParser EnumerableFlag.swift
[81/130] Compiling SwiftSoup UTF8Arrays.swift
[82/130] Compiling SwiftSoup UnfairLock.swift
[83/130] Compiling SwiftSoup UnicodeScalar.swift
[84/130] Compiling SwiftSoup Validate.swift
[85/130] Compiling SwiftSoup Whitelist.swift
[86/130] Compiling SwiftSoup XmlDeclaration.swift
[87/130] Compiling SwiftSoup XmlTreeBuilder.swift
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/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] Emitting module ArgumentParserToolInfo
[5/66] Compiling ArgumentParserToolInfo ToolInfo.swift
[7/110] 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 NonsenseFlagsValidator.swift
[21/123] Compiling ArgumentParser ParsableArgumentsValidation.swift
[22/123] Compiling ArgumentParser PositionalArgumentsValidator.swift
[23/123] Compiling ArgumentParser UniqueNamesValidator.swift
[24/123] Compiling SwiftSoup BooleanAttribute.swift
[25/123] Compiling SwiftSoup CharacterExt.swift
[26/123] Compiling SwiftSoup CharacterReader.swift
[27/123] Compiling SwiftSoup Cleaner.swift
[28/123] Compiling ArgumentParser ArgumentSet.swift
[29/123] Compiling ArgumentParser CommandParser.swift
[30/123] Compiling ArgumentParser OptionGroup.swift
[31/123] Compiling ArgumentParser AsyncParsableCommand.swift
[32/123] Compiling ArgumentParser CommandConfiguration.swift
[33/123] Compiling ArgumentParser CommandGroup.swift
[34/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
/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
/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
/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
/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
/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 Tree.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 CodingKeyValidator.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
[43/123] Compiling ArgumentParser ExpressibleByArgument.swift
[44/123] Compiling ArgumentParser SplitArguments.swift
[45/123] Compiling ArgumentParser DumpHelpGenerator.swift
[46/123] Compiling ArgumentParser HelpCommand.swift
[47/123] Compiling ArgumentParser HelpGenerator.swift
[48/123] Compiling ArgumentParser MessageInfo.swift
[49/123] Compiling ArgumentParser UsageGenerator.swift
[50/123] Compiling ArgumentParser Flag.swift
[51/123] Compiling ArgumentParser NameSpecification.swift
[52/123] Compiling ArgumentParser Option.swift
[53/123] Compiling ArgumentParser ParsableArguments.swift
[54/123] Compiling ArgumentParser ParsableCommand.swift
[55/123] Compiling ArgumentParser ArgumentDecoder.swift
[56/123] Compiling ArgumentParser ArgumentDefinition.swift
[63/123] Compiling SwiftSoup UTF8Arrays.swift
[64/123] Compiling SwiftSoup UnfairLock.swift
[65/123] Compiling SwiftSoup UnicodeScalar.swift
[66/123] Compiling SwiftSoup Validate.swift
[67/123] Compiling SwiftSoup Whitelist.swift
[68/123] Compiling SwiftSoup XmlDeclaration.swift
[69/123] Compiling SwiftSoup XmlTreeBuilder.swift
[70/123] Emitting module ArgumentParser
[76/123] Compiling ArgumentParser ArgumentVisibility.swift
[77/123] Compiling ArgumentParser CompletionKind.swift
[78/123] Compiling ArgumentParser Errors.swift
[79/123] Compiling ArgumentParser BashCompletionsGenerator.swift
[80/123] Compiling ArgumentParser CompletionsGenerator.swift
[81/123] Compiling ArgumentParser FishCompletionsGenerator.swift
[82/123] Compiling ArgumentParser ZshCompletionsGenerator.swift
[83/123] Compiling ArgumentParser Argument.swift
[84/123] Compiling ArgumentParser ArgumentDiscussion.swift
[85/123] Compiling ArgumentParser ArgumentHelp.swift
BUILD FAILURE 6.1 wasm