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 swift-doc, reference 0.1.1 (b5274f), with Swift 6.1 for Android on 27 May 2025 18:33:13 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/SwiftDocOrg/swift-doc.git
Reference: 0.1.1
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/SwiftDocOrg/swift-doc
 * tag               0.1.1      -> FETCH_HEAD
HEAD is now at b5274fb Update SwiftSemantics dependency to use 0.1.x tag
Cloned https://github.com/SwiftDocOrg/swift-doc.git
Revision (git rev-parse @):
b5274fbe4813dc6e6616007009747979315e2cfc
SUCCESS checkout https://github.com/SwiftDocOrg/swift-doc.git at 0.1.1
========================================
Build
========================================
Selected platform:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/SwiftDocOrg/swift-doc.git
https://github.com/SwiftDocOrg/swift-doc.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-syntax",
      "requirement" : {
        "revision" : [
          "0.50200.0"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-syntax.git"
    },
    {
      "identity" : "swiftsemantics",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.1.0",
            "upper_bound" : "0.2.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/SwiftDocOrg/SwiftSemantics.git"
    },
    {
      "identity" : "commonmark",
      "requirement" : {
        "branch" : [
          "master"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/SwiftDocOrg/CommonMark.git"
    },
    {
      "identity" : "swiftmarkup",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.0.4",
            "upper_bound" : "0.1.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/SwiftDocOrg/SwiftMarkup.git"
    },
    {
      "identity" : "graphviz",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.1.0",
            "upper_bound" : "0.2.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/SwiftDocOrg/GraphViz.git"
    },
    {
      "identity" : "swift-argument-parser",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.0.2",
            "upper_bound" : "0.1.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-argument-parser"
    }
  ],
  "manifest_display_name" : "swift-doc",
  "name" : "swift-doc",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "SwiftDoc",
      "targets" : [
        "SwiftDoc"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "swift-doc",
      "targets" : [
        "swift-doc"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "swift_doc",
      "module_type" : "SwiftTarget",
      "name" : "swift-doc",
      "path" : "Sources/swift-doc",
      "product_dependencies" : [
        "ArgumentParser",
        "SwiftSemantics",
        "SwiftMarkup",
        "CommonMarkBuilder",
        "GraphViz"
      ],
      "product_memberships" : [
        "swift-doc"
      ],
      "sources" : [
        "Extensions/DCOV+Extensions.swift",
        "Subcommands/Coverage.swift",
        "Subcommands/Diagram.swift",
        "Subcommands/Generate.swift",
        "Supporting Types/Component.swift",
        "Supporting Types/Components/ConformingTypes.swift",
        "Supporting Types/Components/Documentation.swift",
        "Supporting Types/Components/Inheritance.swift",
        "Supporting Types/Components/Members.swift",
        "Supporting Types/Components/NestedTypes.swift",
        "Supporting Types/Components/Requirements.swift",
        "Supporting Types/Page.swift",
        "Supporting Types/Pages/FooterPage.swift",
        "Supporting Types/Pages/GlobalPage.swift",
        "Supporting Types/Pages/HomePage.swift",
        "Supporting Types/Pages/SidebarPage.swift",
        "Supporting Types/Pages/TypePage.swift",
        "Supporting Types/Pages/TypealiasPage.swift",
        "main.swift"
      ],
      "target_dependencies" : [
        "SwiftDoc",
        "DCOV"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "SwiftDocTests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftDocTests",
      "path" : "Tests/SwiftDocTests",
      "product_dependencies" : [
        "SwiftSyntax",
        "SwiftSemantics",
        "SwiftMarkup"
      ],
      "sources" : [
        "Helpers/temporaryFile.swift",
        "SourceFileTests.swift"
      ],
      "target_dependencies" : [
        "SwiftDoc"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftDoc",
      "module_type" : "SwiftTarget",
      "name" : "SwiftDoc",
      "path" : "Sources/SwiftDoc",
      "product_dependencies" : [
        "SwiftSyntax",
        "SwiftSemantics",
        "SwiftMarkup"
      ],
      "product_memberships" : [
        "SwiftDoc",
        "swift-doc"
      ],
      "sources" : [
        "API.swift",
        "CompilationCondition.swift",
        "Extensions/Array+Parallel.swift",
        "Extensions/Foundation+Extensions.swift",
        "Extensions/SwiftSemantics+Extensions.swift",
        "Extensions/SwiftSyntax+Extensions.swift",
        "Identifier.swift",
        "Interface.swift",
        "Module.swift",
        "Relationship.swift",
        "SourceFile.swift",
        "Symbol.swift",
        "Unknown.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "DCOV",
      "module_type" : "SwiftTarget",
      "name" : "DCOV",
      "path" : "Sources/DCOV",
      "product_memberships" : [
        "swift-doc"
      ],
      "sources" : [
        "Entry.swift",
        "Ratio.swift",
        "Report.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.1"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -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
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/apple/swift-syntax.git
[1/70444] Fetching swift-syntax
Fetched https://github.com/apple/swift-syntax.git from cache (4.95s)
Fetching https://github.com/SwiftDocOrg/CommonMark.git
[1/1175] Fetching commonmark
Fetched https://github.com/SwiftDocOrg/CommonMark.git from cache (0.39s)
Fetching https://github.com/apple/swift-argument-parser
Fetching https://github.com/SwiftDocOrg/swift-cmark.git
Fetching https://github.com/SwiftDocOrg/GraphViz.git
[1/810] Fetching graphviz
[811/13365] Fetching graphviz, swift-cmark
Fetched https://github.com/SwiftDocOrg/GraphViz.git from cache (0.41s)
[1256/12555] Fetching swift-cmark
[5023/27906] Fetching swift-cmark, swift-argument-parser
Fetched https://github.com/SwiftDocOrg/swift-cmark.git from cache (1.52s)
Fetching https://github.com/SwiftDocOrg/SwiftSemantics.git
Fetching https://github.com/SwiftDocOrg/SwiftMarkup.git
Fetched https://github.com/apple/swift-argument-parser from cache (1.63s)
[1/432] Fetching swiftsemantics
[274/801] Fetching swiftsemantics, swiftmarkup
Fetched https://github.com/SwiftDocOrg/SwiftSemantics.git from cache (0.36s)
Fetched https://github.com/SwiftDocOrg/SwiftMarkup.git from cache (0.35s)
Computing version for https://github.com/SwiftDocOrg/swift-cmark.git
Computed https://github.com/SwiftDocOrg/swift-cmark.git at 0.29.0+20210102.9c8096a (4.78s)
Computing version for https://github.com/SwiftDocOrg/SwiftSemantics.git
Computed https://github.com/SwiftDocOrg/SwiftSemantics.git at 0.1.0 (0.94s)
Computing version for https://github.com/SwiftDocOrg/SwiftMarkup.git
Computed https://github.com/SwiftDocOrg/SwiftMarkup.git at 0.0.5 (1.06s)
Computing version for https://github.com/SwiftDocOrg/GraphViz.git
Computed https://github.com/SwiftDocOrg/GraphViz.git at 0.1.3 (0.91s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 0.0.6 (1.00s)
Creating working copy for https://github.com/SwiftDocOrg/swift-cmark.git
Working copy of https://github.com/SwiftDocOrg/swift-cmark.git resolved at 0.29.0+20210102.9c8096a
Creating working copy for https://github.com/SwiftDocOrg/GraphViz.git
Working copy of https://github.com/SwiftDocOrg/GraphViz.git resolved at 0.1.3
Creating working copy for https://github.com/apple/swift-syntax.git
Working copy of https://github.com/apple/swift-syntax.git resolved at 0.50200.0 (0688b9c)
Creating working copy for https://github.com/SwiftDocOrg/CommonMark.git
Working copy of https://github.com/SwiftDocOrg/CommonMark.git resolved at master (1c8f398)
Creating working copy for https://github.com/SwiftDocOrg/SwiftSemantics.git
Working copy of https://github.com/SwiftDocOrg/SwiftSemantics.git resolved at 0.1.0
Creating working copy for https://github.com/apple/swift-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 0.0.6
Creating working copy for https://github.com/SwiftDocOrg/SwiftMarkup.git
Working copy of https://github.com/SwiftDocOrg/SwiftMarkup.git resolved at 0.0.5
Building for debugging...
[0/47] Write sources
[6/47] Compiling atomic-counter.c
[7/47] Compiling cmark cmark.c
[8/47] Compiling cmark buffer.c
[9/47] Compiling cmark iterator.c
[10/47] Compiling cmark xml.c
[10/47] Compiling cmark man.c
[12/47] Compiling cmark latex.c
[13/47] Compiling cmark render.c
[14/47] Compiling cmark blocks.c
[15/47] Compiling cmark references.c
[16/47] Compiling cmark node.c
[17/47] Compiling cmark houdini_html_e.c
[18/47] Compiling cmark houdini_href_e.c
[19/47] Compiling cmark html.c
[19/47] Write sources
[25/47] Compiling cmark cmark_ctype.c
[26/47] Write swift-version-24593BA9C3E375BF.txt
[27/47] Compiling cmark commonmark.c
[28/47] Compiling cmark houdini_html_u.c
[29/47] Compiling cmark inlines.c
[30/47] Compiling cmark utf8.c
[31/130] Compiling cmark scanners.c
[33/155] Compiling CommonMark Link.swift
[34/155] Compiling CommonMark RawHTML.swift
[35/155] Compiling CommonMark SoftLineBreak.swift
[36/155] Compiling DCOV Report.swift
[37/158] Compiling CommonMark BlockQuote.swift
[38/158] Compiling CommonMark CodeBlock.swift
[39/158] Compiling CommonMark HTMLBlock.swift
[40/158] Compiling CommonMark Heading.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[41/161] Emitting module ArgumentParser
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Properties/Errors.swift:61:40: error: cannot find 'EXIT_SUCCESS' in scope
 59 |
 60 |   /// An exit code that indicates successful completion of a command.
 61 |   public static let success = ExitCode(EXIT_SUCCESS)
    |                                        `- error: cannot find 'EXIT_SUCCESS' in scope
 62 |
 63 |   /// An exit code that indicates that the command failed.
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Properties/Errors.swift:64:40: error: cannot find 'EXIT_FAILURE' in scope
 62 |
 63 |   /// An exit code that indicates that the command failed.
 64 |   public static let failure = ExitCode(EXIT_FAILURE)
    |                                        `- error: cannot find 'EXIT_FAILURE' in scope
 65 |
 66 |   /// An exit code that indicates that the user provided invalid input.
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Properties/Errors.swift:70:50: error: cannot find 'EX_USAGE' in scope
 68 |   public static let validationFailure = ExitCode(ERROR_BAD_ARGUMENTS)
 69 | #else
 70 |   public static let validationFailure = ExitCode(EX_USAGE)
    |                                                  `- error: cannot find 'EX_USAGE' in scope
 71 | #endif
 72 |
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Properties/Errors.swift:61:40: error: cannot find 'EXIT_SUCCESS' in scope
 59 |
 60 |   /// An exit code that indicates successful completion of a command.
 61 |   public static let success = ExitCode(EXIT_SUCCESS)
    |                                        `- error: cannot find 'EXIT_SUCCESS' in scope
 62 |
 63 |   /// An exit code that indicates that the command failed.
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Properties/Errors.swift:64:40: error: cannot find 'EXIT_FAILURE' in scope
 62 |
 63 |   /// An exit code that indicates that the command failed.
 64 |   public static let failure = ExitCode(EXIT_FAILURE)
    |                                        `- error: cannot find 'EXIT_FAILURE' in scope
 65 |
 66 |   /// An exit code that indicates that the user provided invalid input.
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Properties/Errors.swift:70:50: error: cannot find 'EX_USAGE' in scope
 68 |   public static let validationFailure = ExitCode(ERROR_BAD_ARGUMENTS)
 69 | #else
 70 |   public static let validationFailure = ExitCode(EX_USAGE)
    |                                                  `- error: cannot find 'EX_USAGE' in scope
 71 | #endif
 72 |
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Properties/Errors.swift:61:40: error: cannot find 'EXIT_SUCCESS' in scope
 59 |
 60 |   /// An exit code that indicates successful completion of a command.
 61 |   public static let success = ExitCode(EXIT_SUCCESS)
    |                                        `- error: cannot find 'EXIT_SUCCESS' in scope
 62 |
 63 |   /// An exit code that indicates that the command failed.
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Properties/Errors.swift:64:40: error: cannot find 'EXIT_FAILURE' in scope
 62 |
 63 |   /// An exit code that indicates that the command failed.
 64 |   public static let failure = ExitCode(EXIT_FAILURE)
    |                                        `- error: cannot find 'EXIT_FAILURE' in scope
 65 |
 66 |   /// An exit code that indicates that the user provided invalid input.
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Properties/Errors.swift:70:50: error: cannot find 'EX_USAGE' in scope
 68 |   public static let validationFailure = ExitCode(ERROR_BAD_ARGUMENTS)
 69 | #else
 70 |   public static let validationFailure = ExitCode(EX_USAGE)
    |                                                  `- error: cannot find 'EX_USAGE' in scope
 71 | #endif
 72 |
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Properties/Errors.swift:61:40: error: cannot find 'EXIT_SUCCESS' in scope
 59 |
 60 |   /// An exit code that indicates successful completion of a command.
 61 |   public static let success = ExitCode(EXIT_SUCCESS)
    |                                        `- error: cannot find 'EXIT_SUCCESS' in scope
 62 |
 63 |   /// An exit code that indicates that the command failed.
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Properties/Errors.swift:64:40: error: cannot find 'EXIT_FAILURE' in scope
 62 |
 63 |   /// An exit code that indicates that the command failed.
 64 |   public static let failure = ExitCode(EXIT_FAILURE)
    |                                        `- error: cannot find 'EXIT_FAILURE' in scope
 65 |
 66 |   /// An exit code that indicates that the user provided invalid input.
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Properties/Errors.swift:70:50: error: cannot find 'EX_USAGE' in scope
 68 |   public static let validationFailure = ExitCode(ERROR_BAD_ARGUMENTS)
 69 | #else
 70 |   public static let validationFailure = ExitCode(EX_USAGE)
    |                                                  `- error: cannot find 'EX_USAGE' in scope
 71 | #endif
 72 |
[45/161] Compiling CommonMark List.swift
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Properties/Errors.swift:61:40: error: cannot find 'EXIT_SUCCESS' in scope
 59 |
 60 |   /// An exit code that indicates successful completion of a command.
 61 |   public static let success = ExitCode(EXIT_SUCCESS)
    |                                        `- error: cannot find 'EXIT_SUCCESS' in scope
 62 |
 63 |   /// An exit code that indicates that the command failed.
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Properties/Errors.swift:64:40: error: cannot find 'EXIT_FAILURE' in scope
 62 |
 63 |   /// An exit code that indicates that the command failed.
 64 |   public static let failure = ExitCode(EXIT_FAILURE)
    |                                        `- error: cannot find 'EXIT_FAILURE' in scope
 65 |
 66 |   /// An exit code that indicates that the user provided invalid input.
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Properties/Errors.swift:70:50: error: cannot find 'EX_USAGE' in scope
 68 |   public static let validationFailure = ExitCode(ERROR_BAD_ARGUMENTS)
 69 | #else
 70 |   public static let validationFailure = ExitCode(EX_USAGE)
    |                                                  `- error: cannot find 'EX_USAGE' in scope
 71 | #endif
 72 |
[46/161] Compiling CommonMark LineBreak.swift
[47/161] Compiling CommonMark Linked.swift
[48/161] Compiling CommonMark Literal.swift
[49/161] Emitting module DCOV
[50/161] Compiling CommonMark Strong.swift
/host/spi-builder-workspace/.build/checkouts/CommonMark/Sources/CommonMark/Nodes/Node.swift:218:13: error: cannot find 'free' in scope
216 |
217 |         defer {
218 |             free(cString)
    |             `- error: cannot find 'free' in scope
219 |         }
220 |
/host/spi-builder-workspace/.build/checkouts/CommonMark/Sources/CommonMark/Nodes/Node.swift:332:13: error: cannot find 'free' in scope
330 |
331 |         defer {
332 |             free(cString)
    |             `- error: cannot find 'free' in scope
333 |         }
334 |
[51/161] Compiling CommonMark Text.swift
/host/spi-builder-workspace/.build/checkouts/CommonMark/Sources/CommonMark/Nodes/Node.swift:218:13: error: cannot find 'free' in scope
216 |
217 |         defer {
218 |             free(cString)
    |             `- error: cannot find 'free' in scope
219 |         }
220 |
/host/spi-builder-workspace/.build/checkouts/CommonMark/Sources/CommonMark/Nodes/Node.swift:332:13: error: cannot find 'free' in scope
330 |
331 |         defer {
332 |             free(cString)
    |             `- error: cannot find 'free' in scope
333 |         }
334 |
[52/161] Compiling CommonMark Node.swift
/host/spi-builder-workspace/.build/checkouts/CommonMark/Sources/CommonMark/Nodes/Node.swift:218:13: error: cannot find 'free' in scope
216 |
217 |         defer {
218 |             free(cString)
    |             `- error: cannot find 'free' in scope
219 |         }
220 |
/host/spi-builder-workspace/.build/checkouts/CommonMark/Sources/CommonMark/Nodes/Node.swift:332:13: error: cannot find 'free' in scope
330 |
331 |         defer {
332 |             free(cString)
    |             `- error: cannot find 'free' in scope
333 |         }
334 |
[53/161] Compiling CommonMark Block.swift
[54/161] Compiling CommonMark Children.swift
[55/161] Compiling CommonMark Inline.swift
[56/161] Compiling DCOV Entry.swift
[57/161] Compiling DCOV Ratio.swift
[58/162] Compiling CommonMark Code.swift
[59/162] Compiling CommonMark Emphasis.swift
[60/162] Compiling CommonMark HardLineBreak.swift
[61/162] Compiling CommonMark Image.swift
[66/162] Emitting module CommonMark
[68/162] Compiling CommonMark Paragraph.swift
[69/162] Compiling CommonMark ThematicBreak.swift
[70/162] Compiling CommonMark Document.swift
[71/162] Wrapping AST for DCOV for debugging
[73/162] Compiling CommonMark Visitable.swift
[74/162] Compiling CommonMark Visitor.swift
[75/162] Compiling CommonMark Version.swift
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Usage/HelpGenerator.swift:279:11: error: cannot find 'winsize' in scope
277 |           height: Int(csbi.srWindow.Bottom - csbi.srWindow.Top) + 1)
278 | #else
279 |   var w = winsize()
    |           `- error: cannot find 'winsize' in scope
280 |   let err = ioctl(STDOUT_FILENO, TIOCGWINSZ, &w)
281 |   let width = Int(w.ws_col)
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Usage/HelpGenerator.swift:280:13: error: cannot find 'ioctl' in scope
278 | #else
279 |   var w = winsize()
280 |   let err = ioctl(STDOUT_FILENO, TIOCGWINSZ, &w)
    |             `- error: cannot find 'ioctl' in scope
281 |   let width = Int(w.ws_col)
282 |   let height = Int(w.ws_row)
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Usage/HelpGenerator.swift:280:19: error: cannot find 'STDOUT_FILENO' in scope
278 | #else
279 |   var w = winsize()
280 |   let err = ioctl(STDOUT_FILENO, TIOCGWINSZ, &w)
    |                   `- error: cannot find 'STDOUT_FILENO' in scope
281 |   let width = Int(w.ws_col)
282 |   let height = Int(w.ws_row)
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Usage/HelpGenerator.swift:280:34: error: cannot find 'TIOCGWINSZ' in scope
278 | #else
279 |   var w = winsize()
280 |   let err = ioctl(STDOUT_FILENO, TIOCGWINSZ, &w)
    |                                  `- error: cannot find 'TIOCGWINSZ' in scope
281 |   let width = Int(w.ws_col)
282 |   let height = Int(w.ws_row)
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Properties/Errors.swift:61:40: error: cannot find 'EXIT_SUCCESS' in scope
 59 |
 60 |   /// An exit code that indicates successful completion of a command.
 61 |   public static let success = ExitCode(EXIT_SUCCESS)
    |                                        `- error: cannot find 'EXIT_SUCCESS' in scope
 62 |
 63 |   /// An exit code that indicates that the command failed.
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
[0/1] Planning build
Building for debugging...
[0/16] Write swift-version-24593BA9C3E375BF.txt
[2/124] Compiling DCOV Ratio.swift
[3/124] Compiling DCOV Entry.swift
[4/124] Emitting module DCOV
[5/124] Compiling DCOV Report.swift
[6/125] Compiling ArgumentParser HelpGenerator.swift
[7/125] Compiling ArgumentParser MessageInfo.swift
[8/125] Compiling ArgumentParser Parsed.swift
[9/128] Compiling GraphViz Attribute.swift
/host/spi-builder-workspace/.build/checkouts/CommonMark/Sources/CommonMark/Nodes/Node.swift:218:13: error: cannot find 'free' in scope
216 |
217 |         defer {
218 |             free(cString)
    |             `- error: cannot find 'free' in scope
219 |         }
220 |
/host/spi-builder-workspace/.build/checkouts/CommonMark/Sources/CommonMark/Nodes/Node.swift:332:13: error: cannot find 'free' in scope
330 |
331 |         defer {
332 |             free(cString)
    |             `- error: cannot find 'free' in scope
333 |         }
334 |
[10/128] Compiling GraphViz Edge.swift
/host/spi-builder-workspace/.build/checkouts/CommonMark/Sources/CommonMark/Nodes/Node.swift:218:13: error: cannot find 'free' in scope
216 |
217 |         defer {
218 |             free(cString)
    |             `- error: cannot find 'free' in scope
219 |         }
220 |
/host/spi-builder-workspace/.build/checkouts/CommonMark/Sources/CommonMark/Nodes/Node.swift:332:13: error: cannot find 'free' in scope
330 |
331 |         defer {
332 |             free(cString)
    |             `- error: cannot find 'free' in scope
333 |         }
334 |
[11/128] Compiling GraphViz KeyValuePairs+Extensions.swift
/host/spi-builder-workspace/.build/checkouts/CommonMark/Sources/CommonMark/Nodes/Node.swift:218:13: error: cannot find 'free' in scope
216 |
217 |         defer {
218 |             free(cString)
    |             `- error: cannot find 'free' in scope
219 |         }
220 |
/host/spi-builder-workspace/.build/checkouts/CommonMark/Sources/CommonMark/Nodes/Node.swift:332:13: error: cannot find 'free' in scope
330 |
331 |         defer {
332 |             free(cString)
    |             `- error: cannot find 'free' in scope
333 |         }
334 |
[12/128] Compiling GraphViz Color.swift
[13/128] Compiling GraphViz Location.swift
[14/128] Compiling GraphViz Ordering.swift
[15/128] Compiling GraphViz Point.swift
[19/129] Emitting module CommonMark
[20/129] Compiling GraphViz AspectRatio.swift
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Properties/Errors.swift:61:40: error: cannot find 'EXIT_SUCCESS' in scope
 59 |
 60 |   /// An exit code that indicates successful completion of a command.
 61 |   public static let success = ExitCode(EXIT_SUCCESS)
    |                                        `- error: cannot find 'EXIT_SUCCESS' in scope
 62 |
 63 |   /// An exit code that indicates that the command failed.
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Properties/Errors.swift:64:40: error: cannot find 'EXIT_FAILURE' in scope
 62 |
 63 |   /// An exit code that indicates that the command failed.
 64 |   public static let failure = ExitCode(EXIT_FAILURE)
    |                                        `- error: cannot find 'EXIT_FAILURE' in scope
 65 |
 66 |   /// An exit code that indicates that the user provided invalid input.
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Properties/Errors.swift:70:50: error: cannot find 'EX_USAGE' in scope
 68 |   public static let validationFailure = ExitCode(ERROR_BAD_ARGUMENTS)
 69 | #else
 70 |   public static let validationFailure = ExitCode(EX_USAGE)
    |                                                  `- error: cannot find 'EX_USAGE' in scope
 71 | #endif
 72 |
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Properties/Errors.swift:61:40: error: cannot find 'EXIT_SUCCESS' in scope
 59 |
 60 |   /// An exit code that indicates successful completion of a command.
 61 |   public static let success = ExitCode(EXIT_SUCCESS)
    |                                        `- error: cannot find 'EXIT_SUCCESS' in scope
 62 |
 63 |   /// An exit code that indicates that the command failed.
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Properties/Errors.swift:64:40: error: cannot find 'EXIT_FAILURE' in scope
 62 |
 63 |   /// An exit code that indicates that the command failed.
 64 |   public static let failure = ExitCode(EXIT_FAILURE)
    |                                        `- error: cannot find 'EXIT_FAILURE' in scope
 65 |
 66 |   /// An exit code that indicates that the user provided invalid input.
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Properties/Errors.swift:70:50: error: cannot find 'EX_USAGE' in scope
 68 |   public static let validationFailure = ExitCode(ERROR_BAD_ARGUMENTS)
 69 | #else
 70 |   public static let validationFailure = ExitCode(EX_USAGE)
    |                                                  `- error: cannot find 'EX_USAGE' in scope
 71 | #endif
 72 |
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Properties/Errors.swift:61:40: error: cannot find 'EXIT_SUCCESS' in scope
 59 |
 60 |   /// An exit code that indicates successful completion of a command.
 61 |   public static let success = ExitCode(EXIT_SUCCESS)
    |                                        `- error: cannot find 'EXIT_SUCCESS' in scope
 62 |
 63 |   /// An exit code that indicates that the command failed.
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Properties/Errors.swift:64:40: error: cannot find 'EXIT_FAILURE' in scope
 62 |
 63 |   /// An exit code that indicates that the command failed.
 64 |   public static let failure = ExitCode(EXIT_FAILURE)
    |                                        `- error: cannot find 'EXIT_FAILURE' in scope
 65 |
 66 |   /// An exit code that indicates that the user provided invalid input.
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Properties/Errors.swift:70:50: error: cannot find 'EX_USAGE' in scope
 68 |   public static let validationFailure = ExitCode(ERROR_BAD_ARGUMENTS)
 69 | #else
 70 |   public static let validationFailure = ExitCode(EX_USAGE)
    |                                                  `- error: cannot find 'EX_USAGE' in scope
 71 | #endif
 72 |
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Properties/Errors.swift:61:40: error: cannot find 'EXIT_SUCCESS' in scope
 59 |
 60 |   /// An exit code that indicates successful completion of a command.
 61 |   public static let success = ExitCode(EXIT_SUCCESS)
    |                                        `- error: cannot find 'EXIT_SUCCESS' in scope
 62 |
 63 |   /// An exit code that indicates that the command failed.
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Properties/Errors.swift:64:40: error: cannot find 'EXIT_FAILURE' in scope
 62 |
 63 |   /// An exit code that indicates that the command failed.
 64 |   public static let failure = ExitCode(EXIT_FAILURE)
    |                                        `- error: cannot find 'EXIT_FAILURE' in scope
 65 |
 66 |   /// An exit code that indicates that the user provided invalid input.
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Properties/Errors.swift:70:50: error: cannot find 'EX_USAGE' in scope
 68 |   public static let validationFailure = ExitCode(ERROR_BAD_ARGUMENTS)
 69 | #else
 70 |   public static let validationFailure = ExitCode(EX_USAGE)
    |                                                  `- error: cannot find 'EX_USAGE' in scope
 71 | #endif
 72 |
[24/132] Compiling GraphViz Graph.swift
[25/132] Compiling GraphViz Node.swift
[26/132] Compiling GraphViz Format.swift
[27/132] Compiling GraphViz LayoutAlgorithm.swift
[28/132] Compiling GraphViz Subgraph.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[30/132] Emitting module ArgumentParser
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Properties/Errors.swift:61:40: error: cannot find 'EXIT_SUCCESS' in scope
 59 |
 60 |   /// An exit code that indicates successful completion of a command.
 61 |   public static let success = ExitCode(EXIT_SUCCESS)
    |                                        `- error: cannot find 'EXIT_SUCCESS' in scope
 62 |
 63 |   /// An exit code that indicates that the command failed.
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Properties/Errors.swift:64:40: error: cannot find 'EXIT_FAILURE' in scope
 62 |
 63 |   /// An exit code that indicates that the command failed.
 64 |   public static let failure = ExitCode(EXIT_FAILURE)
    |                                        `- error: cannot find 'EXIT_FAILURE' in scope
 65 |
 66 |   /// An exit code that indicates that the user provided invalid input.
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Properties/Errors.swift:70:50: error: cannot find 'EX_USAGE' in scope
 68 |   public static let validationFailure = ExitCode(ERROR_BAD_ARGUMENTS)
 69 | #else
 70 |   public static let validationFailure = ExitCode(EX_USAGE)
    |                                                  `- error: cannot find 'EX_USAGE' in scope
 71 | #endif
 72 |
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Types/ParsableArguments.swift:61:31: error: cannot find 'putc' in scope
 59 | struct StandardError: TextOutputStream {
 60 |   mutating func write(_ string: String) {
 61 |     for byte in string.utf8 { putc(numericCast(byte), stderr) }
    |                               `- error: cannot find 'putc' in scope
 62 |   }
 63 | }
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Types/ParsableArguments.swift:61:55: error: cannot find 'stderr' in scope
 59 | struct StandardError: TextOutputStream {
 60 |   mutating func write(_ string: String) {
 61 |     for byte in string.utf8 { putc(numericCast(byte), stderr) }
    |                                                       `- error: cannot find 'stderr' in scope
 62 |   }
 63 | }
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Types/ParsableArguments.swift:61:36: error: generic parameter 'U' could not be inferred
 59 | struct StandardError: TextOutputStream {
 60 |   mutating func write(_ string: String) {
 61 |     for byte in string.utf8 { putc(numericCast(byte), stderr) }
    |                                    `- error: generic parameter 'U' could not be inferred
 62 |   }
 63 | }
Swift.numericCast:1:24: note: in call to function 'numericCast'
1 | @inlinable public func numericCast<T, U>(_ x: T) -> U where T : BinaryInteger, U : BinaryInteger
  |                        `- note: in call to function 'numericCast'
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Types/ParsableArguments.swift:165:7: error: cannot find '_exit' in scope
163 |   ) -> Never {
164 |     guard let error = error else {
165 |       _exit(ExitCode.success.rawValue)
    |       `- error: cannot find '_exit' in scope
166 |     }
167 |
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Properties/Errors.swift:61:40: error: cannot find 'EXIT_SUCCESS' in scope
 59 |
 60 |   /// An exit code that indicates successful completion of a command.
 61 |   public static let success = ExitCode(EXIT_SUCCESS)
    |                                        `- error: cannot find 'EXIT_SUCCESS' in scope
 62 |
 63 |   /// An exit code that indicates that the command failed.
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Types/ParsableArguments.swift:176:5: error: cannot find '_exit' in scope
174 |       }
175 |     }
176 |     _exit(messageInfo.exitCode.rawValue)
    |     `- error: cannot find '_exit' in scope
177 |   }
178 |
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Types/ParsableArguments.swift:61:31: error: cannot find 'putc' in scope
 59 | struct StandardError: TextOutputStream {
 60 |   mutating func write(_ string: String) {
 61 |     for byte in string.utf8 { putc(numericCast(byte), stderr) }
    |                               `- error: cannot find 'putc' in scope
 62 |   }
 63 | }
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Types/ParsableArguments.swift:61:55: error: cannot find 'stderr' in scope
 59 | struct StandardError: TextOutputStream {
 60 |   mutating func write(_ string: String) {
 61 |     for byte in string.utf8 { putc(numericCast(byte), stderr) }
    |                                                       `- error: cannot find 'stderr' in scope
 62 |   }
 63 | }
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Types/ParsableArguments.swift:61:36: error: generic parameter 'U' could not be inferred
 59 | struct StandardError: TextOutputStream {
 60 |   mutating func write(_ string: String) {
 61 |     for byte in string.utf8 { putc(numericCast(byte), stderr) }
    |                                    `- error: generic parameter 'U' could not be inferred
 62 |   }
 63 | }
Swift.numericCast:1:24: note: in call to function 'numericCast'
1 | @inlinable public func numericCast<T, U>(_ x: T) -> U where T : BinaryInteger, U : BinaryInteger
  |                        `- note: in call to function 'numericCast'
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Types/ParsableArguments.swift:165:7: error: cannot find '_exit' in scope
163 |   ) -> Never {
164 |     guard let error = error else {
165 |       _exit(ExitCode.success.rawValue)
    |       `- error: cannot find '_exit' in scope
166 |     }
167 |
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Properties/Errors.swift:61:40: error: cannot find 'EXIT_SUCCESS' in scope
 59 |
 60 |   /// An exit code that indicates successful completion of a command.
 61 |   public static let success = ExitCode(EXIT_SUCCESS)
    |                                        `- error: cannot find 'EXIT_SUCCESS' in scope
 62 |
 63 |   /// An exit code that indicates that the command failed.
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Types/ParsableArguments.swift:176:5: error: cannot find '_exit' in scope
174 |       }
175 |     }
176 |     _exit(messageInfo.exitCode.rawValue)
    |     `- error: cannot find '_exit' in scope
177 |   }
178 |
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Types/ParsableArguments.swift:61:31: error: cannot find 'putc' in scope
 59 | struct StandardError: TextOutputStream {
 60 |   mutating func write(_ string: String) {
 61 |     for byte in string.utf8 { putc(numericCast(byte), stderr) }
    |                               `- error: cannot find 'putc' in scope
 62 |   }
 63 | }
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Types/ParsableArguments.swift:61:55: error: cannot find 'stderr' in scope
 59 | struct StandardError: TextOutputStream {
 60 |   mutating func write(_ string: String) {
 61 |     for byte in string.utf8 { putc(numericCast(byte), stderr) }
    |                                                       `- error: cannot find 'stderr' in scope
 62 |   }
 63 | }
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Types/ParsableArguments.swift:61:36: error: generic parameter 'U' could not be inferred
 59 | struct StandardError: TextOutputStream {
 60 |   mutating func write(_ string: String) {
 61 |     for byte in string.utf8 { putc(numericCast(byte), stderr) }
    |                                    `- error: generic parameter 'U' could not be inferred
 62 |   }
 63 | }
Swift.numericCast:1:24: note: in call to function 'numericCast'
1 | @inlinable public func numericCast<T, U>(_ x: T) -> U where T : BinaryInteger, U : BinaryInteger
  |                        `- note: in call to function 'numericCast'
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Types/ParsableArguments.swift:165:7: error: cannot find '_exit' in scope
163 |   ) -> Never {
164 |     guard let error = error else {
165 |       _exit(ExitCode.success.rawValue)
    |       `- error: cannot find '_exit' in scope
166 |     }
167 |
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Properties/Errors.swift:61:40: error: cannot find 'EXIT_SUCCESS' in scope
 59 |
 60 |   /// An exit code that indicates successful completion of a command.
 61 |   public static let success = ExitCode(EXIT_SUCCESS)
    |                                        `- error: cannot find 'EXIT_SUCCESS' in scope
 62 |
 63 |   /// An exit code that indicates that the command failed.
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Types/ParsableArguments.swift:176:5: error: cannot find '_exit' in scope
174 |       }
175 |     }
176 |     _exit(messageInfo.exitCode.rawValue)
    |     `- error: cannot find '_exit' in scope
177 |   }
178 |
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Types/ParsableArguments.swift:61:31: error: cannot find 'putc' in scope
 59 | struct StandardError: TextOutputStream {
 60 |   mutating func write(_ string: String) {
 61 |     for byte in string.utf8 { putc(numericCast(byte), stderr) }
    |                               `- error: cannot find 'putc' in scope
 62 |   }
 63 | }
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Types/ParsableArguments.swift:61:55: error: cannot find 'stderr' in scope
 59 | struct StandardError: TextOutputStream {
 60 |   mutating func write(_ string: String) {
 61 |     for byte in string.utf8 { putc(numericCast(byte), stderr) }
    |                                                       `- error: cannot find 'stderr' in scope
 62 |   }
 63 | }
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Types/ParsableArguments.swift:61:36: error: generic parameter 'U' could not be inferred
 59 | struct StandardError: TextOutputStream {
 60 |   mutating func write(_ string: String) {
 61 |     for byte in string.utf8 { putc(numericCast(byte), stderr) }
    |                                    `- error: generic parameter 'U' could not be inferred
 62 |   }
 63 | }
Swift.numericCast:1:24: note: in call to function 'numericCast'
1 | @inlinable public func numericCast<T, U>(_ x: T) -> U where T : BinaryInteger, U : BinaryInteger
  |                        `- note: in call to function 'numericCast'
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Types/ParsableArguments.swift:165:7: error: cannot find '_exit' in scope
163 |   ) -> Never {
164 |     guard let error = error else {
165 |       _exit(ExitCode.success.rawValue)
    |       `- error: cannot find '_exit' in scope
166 |     }
167 |
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Properties/Errors.swift:61:40: error: cannot find 'EXIT_SUCCESS' in scope
 59 |
 60 |   /// An exit code that indicates successful completion of a command.
 61 |   public static let success = ExitCode(EXIT_SUCCESS)
    |                                        `- error: cannot find 'EXIT_SUCCESS' in scope
 62 |
 63 |   /// An exit code that indicates that the command failed.
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Types/ParsableArguments.swift:176:5: error: cannot find '_exit' in scope
174 |       }
175 |     }
176 |     _exit(messageInfo.exitCode.rawValue)
    |     `- error: cannot find '_exit' in scope
177 |   }
178 |
[35/132] Compiling GraphViz Position.swift
[36/132] Compiling GraphViz Rectangle.swift
[37/132] Compiling GraphViz Size.swift
[38/132] Compiling SwiftSyntax SyntaxAnyVisitor.swift
[39/132] Compiling SwiftSyntax SyntaxBaseNodes.swift
[40/132] Compiling SwiftSyntax SyntaxBuilders.swift
[41/132] Compiling SwiftSyntax SyntaxClassification.swift
[42/132] Compiling ArgumentParser HelpCommand.swift
[45/132] Compiling CommonMark Visitable.swift
[46/132] Compiling CommonMark Visitor.swift
[47/132] Compiling CommonMark Version.swift
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Usage/HelpGenerator.swift:279:11: error: cannot find 'winsize' in scope
277 |           height: Int(csbi.srWindow.Bottom - csbi.srWindow.Top) + 1)
278 | #else
279 |   var w = winsize()
    |           `- error: cannot find 'winsize' in scope
280 |   let err = ioctl(STDOUT_FILENO, TIOCGWINSZ, &w)
281 |   let width = Int(w.ws_col)
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Usage/HelpGenerator.swift:280:13: error: cannot find 'ioctl' in scope
278 | #else
279 |   var w = winsize()
280 |   let err = ioctl(STDOUT_FILENO, TIOCGWINSZ, &w)
    |             `- error: cannot find 'ioctl' in scope
281 |   let width = Int(w.ws_col)
282 |   let height = Int(w.ws_row)
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Usage/HelpGenerator.swift:280:19: error: cannot find 'STDOUT_FILENO' in scope
278 | #else
279 |   var w = winsize()
280 |   let err = ioctl(STDOUT_FILENO, TIOCGWINSZ, &w)
    |                   `- error: cannot find 'STDOUT_FILENO' in scope
281 |   let width = Int(w.ws_col)
282 |   let height = Int(w.ws_row)
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Usage/HelpGenerator.swift:280:34: error: cannot find 'TIOCGWINSZ' in scope
278 | #else
279 |   var w = winsize()
280 |   let err = ioctl(STDOUT_FILENO, TIOCGWINSZ, &w)
    |                                  `- error: cannot find 'TIOCGWINSZ' in scope
281 |   let width = Int(w.ws_col)
282 |   let height = Int(w.ws_row)
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Properties/Errors.swift:61:40: error: cannot find 'EXIT_SUCCESS' in scope
 59 |
 60 |   /// An exit code that indicates successful completion of a command.
 61 |   public static let success = ExitCode(EXIT_SUCCESS)
    |                                        `- error: cannot find 'EXIT_SUCCESS' in scope
 62 |
 63 |   /// An exit code that indicates that the command failed.
BUILD FAILURE 6.1 android