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 QRCode, reference main (ea4047), with Swift 6.1 for Android on 18 Aug 2025 04:10:54 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" 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.67.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/dagronf/QRCode.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/dagronf/QRCode
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at ea4047a Added arc eye style
Cloned https://github.com/dagronf/QRCode.git
Revision (git rev-parse @):
ea4047a7777bae470adc140cd94bfa5396a96202
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/dagronf/QRCode.git at main
========================================
Build
========================================
Selected platform:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/dagronf/QRCode.git
https://github.com/dagronf/QRCode.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-argument-parser",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.4.3",
            "upper_bound" : "0.5.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-argument-parser"
    },
    {
      "identity" : "swift-qrcode-generator",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.0.2",
            "upper_bound" : "2.1.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/dagronf/swift-qrcode-generator"
    },
    {
      "identity" : "swiftimagereadwrite",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.9.1",
            "upper_bound" : "1.10.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/dagronf/SwiftImageReadWrite"
    }
  ],
  "manifest_display_name" : "QRCode",
  "name" : "QRCode",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.13"
    },
    {
      "name" : "ios",
      "version" : "11.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    }
  ],
  "products" : [
    {
      "name" : "QRCode",
      "targets" : [
        "QRCode"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "QRCodeStatic",
      "targets" : [
        "QRCode"
      ],
      "type" : {
        "library" : [
          "static"
        ]
      }
    },
    {
      "name" : "QRCodeDynamic",
      "targets" : [
        "QRCode"
      ],
      "type" : {
        "library" : [
          "dynamic"
        ]
      }
    },
    {
      "name" : "QRCodeDetector",
      "targets" : [
        "QRCodeDetector"
      ],
      "type" : {
        "library" : [
          "dynamic"
        ]
      }
    },
    {
      "name" : "qrcodegen",
      "targets" : [
        "qrcodegen"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "qrcodegen",
      "module_type" : "SwiftTarget",
      "name" : "qrcodegen",
      "path" : "Sources/qrcodegen",
      "product_dependencies" : [
        "ArgumentParser"
      ],
      "product_memberships" : [
        "qrcodegen"
      ],
      "resources" : [
        {
          "path" : "/host/spi-builder-workspace/Sources/qrcodegen/PrivacyInfo.xcprivacy",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "main.swift",
        "utils.swift"
      ],
      "target_dependencies" : [
        "QRCode"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "QRCodeTests",
      "module_type" : "SwiftTarget",
      "name" : "QRCodeTests",
      "path" : "Tests/QRCodeTests",
      "resources" : [
        {
          "path" : "/host/spi-builder-workspace/Tests/QRCodeTests/Resources/apple.png",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/QRCodeTests/Resources/b-image.jpg",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/QRCodeTests/Resources/beach-square.jpg",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/QRCodeTests/Resources/colored-fill-bw.jpg",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/QRCodeTests/Resources/colored-fill-invert.jpg",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/QRCodeTests/Resources/colored-fill.jpg",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/QRCodeTests/Resources/corner-heart.png",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/QRCodeTests/Resources/example-com.jpg",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/QRCodeTests/Resources/instagram-icon.png",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/QRCodeTests/Resources/lego.jpeg",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/QRCodeTests/Resources/logo-mask.png",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/QRCodeTests/Resources/logo-scan.png",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/QRCodeTests/Resources/logo.png",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/QRCodeTests/Resources/nsw-health.jpg",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/QRCodeTests/Resources/photo-logo.jpg",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/QRCodeTests/Resources/qrcodes-image.jpg",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/QRCodeTests/Resources/square-logo.png",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/QRCodeTests/Resources/svg/Issue19Generated.svg",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/QRCodeTests/Resources/swift-logo.png",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/QRCodeTests/Resources/wiki-logo.png",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/QRCodeTests/Resources/wombles.jpeg",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/QRCodeTests/Resources/wwf.jpeg",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "CGPathCoderTests.swift",
        "ComponentsTests.swift",
        "DocumentationImageTests.swift",
        "QRCodeBugFixTests.swift",
        "QRCodeBuilderTests.swift",
        "QRCodeDetectionTests.swift",
        "QRCodeDocGenerator.swift",
        "QRCodeEncodeDecodeTests.swift",
        "QRCodeExternalGenerationTests.swift",
        "QRCodeEyeShapeTests.swift",
        "QRCodeFillTests.swift",
        "QRCodeImageFillTests.swift",
        "QRCodeMaskingTests.swift",
        "QRCodeMessageFormattingTests.swift",
        "QRCodePathTests.swift",
        "QRCodePixelInsetDocumentTests.swift",
        "QRCodePixelInsetTests.swift",
        "QRCodePixelRotationDocumentTests.swift",
        "QRCodePixelRotationTests.swift",
        "QRCodeSVGExportTests.swift",
        "QRCodeTests.swift",
        "QRCodeWatchOSTests.swift",
        "QRLoadSaveTests.swift",
        "ShadowTests.swift",
        "TestFilesContainer.swift",
        "Utils.swift"
      ],
      "target_dependencies" : [
        "QRCode"
      ],
      "type" : "test"
    },
    {
      "c99name" : "QRCodeDetector",
      "module_type" : "SwiftTarget",
      "name" : "QRCodeDetector",
      "path" : "Sources/QRCodeDetector",
      "product_memberships" : [
        "QRCodeDetector"
      ],
      "resources" : [
        {
          "path" : "/host/spi-builder-workspace/Sources/QRCodeDetector/PrivacyInfo.xcprivacy",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "QRCodeDetector+VideoDetector.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "QRCode",
      "module_type" : "SwiftTarget",
      "name" : "QRCode",
      "path" : "Sources/QRCode",
      "product_dependencies" : [
        "SwiftImageReadWrite",
        "QRCodeGenerator"
      ],
      "product_memberships" : [
        "QRCode",
        "QRCodeStatic",
        "QRCodeDynamic",
        "qrcodegen"
      ],
      "resources" : [
        {
          "path" : "/host/spi-builder-workspace/Sources/QRCode/PrivacyInfo.xcprivacy",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "QRCode+ASCII.swift",
        "QRCode+Builder.swift",
        "QRCode+Combine.swift",
        "QRCode+Content.swift",
        "QRCode+Conveniences.swift",
        "QRCode+Design.swift",
        "QRCode+Detection.swift",
        "QRCode+Document+Export.swift",
        "QRCode+Document+LoadSave.swift",
        "QRCode+Document.swift",
        "QRCode+Drawing.swift",
        "QRCode+Error.swift",
        "QRCode+ErrorCorrection.swift",
        "QRCode+FormattedContent.swift",
        "QRCode+Image.swift",
        "QRCode+Keys.swift",
        "QRCode+LogoTemplate.swift",
        "QRCode+Message.swift",
        "QRCode+Pasteboard.swift",
        "QRCode+Path.swift",
        "QRCode+SVG.swift",
        "QRCode+Shadow.swift",
        "QRCode+Templating.swift",
        "QRCode+Types.swift",
        "QRCode+UTI.swift",
        "QRCode.swift",
        "generator/QRCodeEngine+CoreImage.swift",
        "generator/QRCodeEngine.swift",
        "generator/external/QRCodeEngine+External+Wrapper.swift",
        "generator/external/QRCodeEngine+External.swift",
        "message/QRCode+Message+Contact.swift",
        "message/QRCode+Message+Data.swift",
        "message/QRCode+Message+Event.swift",
        "message/QRCode+Message+Link.swift",
        "message/QRCode+Message+Location.swift",
        "message/QRCode+Message+Mail.swift",
        "message/QRCode+Message+Phone.swift",
        "message/QRCode+Message+SMS.swift",
        "message/QRCode+Message+Text.swift",
        "private/Array2D.swift",
        "private/BinaryFloatingPoint+extensions.swift",
        "private/BoolMatrix.swift",
        "private/CGColor+BackwardsCompatibility.swift",
        "private/CGColor+extensions.swift",
        "private/CGColor+hex.swift",
        "private/CGContext+extensions.swift",
        "private/CGFloat+extensions.swift",
        "private/CGImage+diff.swift",
        "private/CGImage+extensions.swift",
        "private/CGMutablePath+PaintCodeHelpers.swift",
        "private/CGPath+RoundedRectExtensions.swift",
        "private/CGPath+SVG.swift",
        "private/CGPath+codable.swift",
        "private/CGPath+extensions.swift",
        "private/CGPath+hexagon.swift",
        "private/CGSize+extensions.swift",
        "private/Clamp.swift",
        "private/DSFGradient.swift",
        "private/Debounce.swift",
        "private/FileManager+extensions.swift",
        "private/FixedWidthInteger+extensions.swift",
        "private/NSBezierPath+extensions.swift",
        "private/NSImage+extensions.swift",
        "private/Neighbours.swift",
        "private/Optional+extensions.swift",
        "private/QRCode+Platform.swift",
        "private/RandomNumberWithSeed.swift",
        "private/String+extensions.swift",
        "private/Utils.swift",
        "styles/QRCode+Shape.swift",
        "styles/QRCode+Style.swift",
        "styles/data/QRCodePixelShape.swift",
        "styles/data/QRCodePixelShapeAbstract.swift",
        "styles/data/QRCodePixelShapeBlob.swift",
        "styles/data/QRCodePixelShapeCircuit.swift",
        "styles/data/QRCodePixelShapeCrosshatch.swift",
        "styles/data/QRCodePixelShapeCurvePixel.swift",
        "styles/data/QRCodePixelShapeDiagonalStripes.swift",
        "styles/data/QRCodePixelShapeDonut.swift",
        "styles/data/QRCodePixelShapeDripHorizontal.swift",
        "styles/data/QRCodePixelShapeDripVertical.swift",
        "styles/data/QRCodePixelShapeFactory.swift",
        "styles/data/QRCodePixelShapeGrid.swift",
        "styles/data/QRCodePixelShapeHorizontal.swift",
        "styles/data/QRCodePixelShapePointy.swift",
        "styles/data/QRCodePixelShapeRazor.swift",
        "styles/data/QRCodePixelShapeRoundedEndIndent.swift",
        "styles/data/QRCodePixelShapeRoundedPath.swift",
        "styles/data/QRCodePixelShapeVertical.swift",
        "styles/data/QRCodePixelShapeVortex.swift",
        "styles/data/pixel/QRCodePixelShapeArrow.swift",
        "styles/data/pixel/QRCodePixelShapeCRT.swift",
        "styles/data/pixel/QRCodePixelShapeCircle.swift",
        "styles/data/pixel/QRCodePixelShapeDiagonal.swift",
        "styles/data/pixel/QRCodePixelShapeDiamond.swift",
        "styles/data/pixel/QRCodePixelShapeFlame.swift",
        "styles/data/pixel/QRCodePixelShapeFlower.swift",
        "styles/data/pixel/QRCodePixelShapeGear.swift",
        "styles/data/pixel/QRCodePixelShapeHeart.swift",
        "styles/data/pixel/QRCodePixelShapeHexagon.swift",
        "styles/data/pixel/QRCodePixelShapeKoala.swift",
        "styles/data/pixel/QRCodePixelShapeRoundedRect.swift",
        "styles/data/pixel/QRCodePixelShapeRoundedTriangle.swift",
        "styles/data/pixel/QRCodePixelShapeSharp.swift",
        "styles/data/pixel/QRCodePixelShapeShiny.swift",
        "styles/data/pixel/QRCodePixelShapeSpikyCircle.swift",
        "styles/data/pixel/QRCodePixelShapeSquare.swift",
        "styles/data/pixel/QRCodePixelShapeSquircle.swift",
        "styles/data/pixel/QRCodePixelShapeStar.swift",
        "styles/data/pixel/QRCodePixelShapeStitch.swift",
        "styles/data/pixel/QRCodePixelShapeWave.swift",
        "styles/data/pixel/QRCodePixelShapeWex.swift",
        "styles/data/pixel/inset-generator/QRCodePixelShapeInset+Fixed.swift",
        "styles/data/pixel/inset-generator/QRCodePixelShapeInset+Generator.swift",
        "styles/data/pixel/inset-generator/QRCodePixelShapeInset+HorizontalWave.swift",
        "styles/data/pixel/inset-generator/QRCodePixelShapeInset+Punch.swift",
        "styles/data/pixel/inset-generator/QRCodePixelShapeInset+Random.swift",
        "styles/data/pixel/inset-generator/QRCodePixelShapeInset+VerticalWave.swift",
        "styles/data/pixel/private/QRCodePixelShapePixel.swift",
        "styles/data/pixel/rotation-generator/QRCodePixelShapeRotation+Fixed.swift",
        "styles/data/pixel/rotation-generator/QRCodePixelShapeRotation+Generator.swift",
        "styles/data/pixel/rotation-generator/QRCodePixelShapeRotation+HWave.swift",
        "styles/data/pixel/rotation-generator/QRCodePixelShapeRotation+Random.swift",
        "styles/data/pixel/rotation-generator/QRCodePixelShapeRotation+VWave.swift",
        "styles/eye/QRCodeEyeShape.swift",
        "styles/eye/QRCodeEyeShapeArc.swift",
        "styles/eye/QRCodeEyeShapeBarsHorizontal.swift",
        "styles/eye/QRCodeEyeShapeBarsVertical.swift",
        "styles/eye/QRCodeEyeShapeCRT.swift",
        "styles/eye/QRCodeEyeShapeCircle.swift",
        "styles/eye/QRCodeEyeShapeCloud.swift",
        "styles/eye/QRCodeEyeShapeCloudCircle.swift",
        "styles/eye/QRCodeEyeShapeCorneredPixels.swift",
        "styles/eye/QRCodeEyeShapeDiagonalStripes.swift",
        "styles/eye/QRCodeEyeShapeDotDrag.swift",
        "styles/eye/QRCodeEyeShapeEdges.swift",
        "styles/eye/QRCodeEyeShapeExplode.swift",
        "styles/eye/QRCodeEyeShapeEye.swift",
        "styles/eye/QRCodeEyeShapeFabricScissors.swift",
        "styles/eye/QRCodeEyeShapeFactory.swift",
        "styles/eye/QRCodeEyeShapeFireball.swift",
        "styles/eye/QRCodeEyeShapeFlame.swift",
        "styles/eye/QRCodeEyeShapeHeadlight.swift",
        "styles/eye/QRCodeEyeShapeHolePunch.swift",
        "styles/eye/QRCodeEyeShapeLeaf.swift",
        "styles/eye/QRCodeEyeShapePeacock.swift",
        "styles/eye/QRCodeEyeShapePinch.swift",
        "styles/eye/QRCodeEyeShapePixels.swift",
        "styles/eye/QRCodeEyeShapeRoundedOuter.swift",
        "styles/eye/QRCodeEyeShapeRoundedPointingIn.swift",
        "styles/eye/QRCodeEyeShapeRoundedPointingOut.swift",
        "styles/eye/QRCodeEyeShapeRoundedRect.swift",
        "styles/eye/QRCodeEyeShapeShield.swift",
        "styles/eye/QRCodeEyeShapeSpikyCircle.swift",
        "styles/eye/QRCodeEyeShapeSquare.swift",
        "styles/eye/QRCodeEyeShapeSquarePeg.swift",
        "styles/eye/QRCodeEyeShapeSquircle.swift",
        "styles/eye/QRCodeEyeShapeSurroundingBars.swift",
        "styles/eye/QRCodeEyeShapeTeardrop.swift",
        "styles/eye/QRCodeEyeShapeUFO.swift",
        "styles/eye/QRCodeEyeShapeUFORounded.swift",
        "styles/eye/QRCodeEyeShapeUsePixelShape.swift",
        "styles/fill/QRCodeFillStyle.swift",
        "styles/fill/QRCodeFillStyleFactory.swift",
        "styles/fill/QRCodeFillStyleImage.swift",
        "styles/fill/QRCodeFillStyleLinearGradient.swift",
        "styles/fill/QRCodeFillStyleRadialGradient.swift",
        "styles/fill/QRCodeFillStyleSolid.swift",
        "styles/pupil/QRCodePupilShape.swift",
        "styles/pupil/QRCodePupilShapeArc.swift",
        "styles/pupil/QRCodePupilShapeArrow.swift",
        "styles/pupil/QRCodePupilShapeBarsHorizontal.swift",
        "styles/pupil/QRCodePupilShapeBarsVertical.swift",
        "styles/pupil/QRCodePupilShapeBlade.swift",
        "styles/pupil/QRCodePupilShapeBlobby.swift",
        "styles/pupil/QRCodePupilShapeCRT.swift",
        "styles/pupil/QRCodePupilShapeCircle.swift",
        "styles/pupil/QRCodePupilShapeCloud.swift",
        "styles/pupil/QRCodePupilShapeCloudCircle.swift",
        "styles/pupil/QRCodePupilShapeCorneredPixels.swift",
        "styles/pupil/QRCodePupilShapeCross.swift",
        "styles/pupil/QRCodePupilShapeCrossCurved.swift",
        "styles/pupil/QRCodePupilShapeDiagonalStripes.swift",
        "styles/pupil/QRCodePupilShapeDotDrag.swift",
        "styles/pupil/QRCodePupilShapeEdges.swift",
        "styles/pupil/QRCodePupilShapeExplode.swift",
        "styles/pupil/QRCodePupilShapeFabricScissors.swift",
        "styles/pupil/QRCodePupilShapeFactory.swift",
        "styles/pupil/QRCodePupilShapeFlame.swift",
        "styles/pupil/QRCodePupilShapeForest.swift",
        "styles/pupil/QRCodePupilShapeGear.swift",
        "styles/pupil/QRCodePupilShapeHexagonLeaf.swift",
        "styles/pupil/QRCodePupilShapeKoala.swift",
        "styles/pupil/QRCodePupilShapeLeaf.swift",
        "styles/pupil/QRCodePupilShapeOrbits.swift",
        "styles/pupil/QRCodePupilShapePinch.swift",
        "styles/pupil/QRCodePupilShapePixels.swift",
        "styles/pupil/QRCodePupilShapeRoundedOuter.swift",
        "styles/pupil/QRCodePupilShapeRoundedPointingIn.swift",
        "styles/pupil/QRCodePupilShapeRoundedPointingOut.swift",
        "styles/pupil/QRCodePupilShapeRoundedRect.swift",
        "styles/pupil/QRCodePupilShapeSeal.swift",
        "styles/pupil/QRCodePupilShapeShield.swift",
        "styles/pupil/QRCodePupilShapeSpikyCircle.swift",
        "styles/pupil/QRCodePupilShapeSquare.swift",
        "styles/pupil/QRCodePupilShapeSquircle.swift",
        "styles/pupil/QRCodePupilShapeTeardrop.swift",
        "styles/pupil/QRCodePupilShapeUFO.swift",
        "styles/pupil/QRCodePupilShapeUFORounded.swift",
        "styles/pupil/QRCodePupilShapeUsePixelShape.swift",
        "views/QRCodeDocumentView+AppKit.swift",
        "views/QRCodeDocumentView+UIKit.swift",
        "views/QRCodeView.swift",
        "views/SwiftUI/QRCodeDocumentUIView.swift",
        "views/SwiftUI/QRCodeShape.swift",
        "views/SwiftUI/QRCodeViewUI.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.5"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" 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:8106a39f56f5bb7aad9f0d9a94f1e5362f9a40b692f7bc17efe17b7b91dc65fc
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/apple/swift-argument-parser
[1/15664] Fetching swift-argument-parser
Fetching https://github.com/dagronf/swift-qrcode-generator
Fetching https://github.com/dagronf/SwiftImageReadWrite
Fetched https://github.com/apple/swift-argument-parser from cache (1.28s)
[1/345] Fetching swift-qrcode-generator
[267/723] Fetching swift-qrcode-generator, swiftimagereadwrite
Fetched https://github.com/dagronf/SwiftImageReadWrite from cache (0.44s)
Fetched https://github.com/dagronf/swift-qrcode-generator from cache (0.44s)
Computing version for https://github.com/dagronf/swift-qrcode-generator
Computed https://github.com/dagronf/swift-qrcode-generator at 2.0.2 (2.74s)
Computing version for https://github.com/dagronf/SwiftImageReadWrite
Computed https://github.com/dagronf/SwiftImageReadWrite at 1.9.2 (0.86s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 0.4.4 (0.84s)
Creating working copy for https://github.com/apple/swift-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 0.4.4
Creating working copy for https://github.com/dagronf/SwiftImageReadWrite
Working copy of https://github.com/dagronf/SwiftImageReadWrite resolved at 1.9.2
Creating working copy for https://github.com/dagronf/swift-qrcode-generator
Working copy of https://github.com/dagronf/swift-qrcode-generator resolved at 2.0.2
Building for debugging...
[0/25] Write sources
[0/25] Copying PrivacyInfo.xcprivacy
[0/25] Write sources
[0/25] Copying PrivacyInfo.xcprivacy
[0/25] Write sources
[10/25] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[12/85] 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 |
[13/89] Compiling ArgumentParser ZshCompletionsGenerator.swift
[14/89] Compiling ArgumentParser Argument.swift
[15/89] Compiling ArgumentParser CompletionsGenerator.swift
[16/89] Compiling ArgumentParser FishCompletionsGenerator.swift
[17/91] Compiling QRCodeGenerator QRCodeVersion.swift
[18/92] Emitting module SwiftImageReadWrite
[19/92] Compiling QRCodeGenerator QRCodeECC.swift
[20/92] Compiling QRCodeGenerator QRCodeMask.swift
[21/92] Compiling QRCodeGenerator QRCodeError.swift
[22/92] Compiling ArgumentParser CommandConfiguration.swift
[23/92] Compiling ArgumentParser EnumerableFlag.swift
[24/92] Compiling ArgumentParser Option.swift
[25/92] Compiling ArgumentParser OptionGroup.swift
[26/92] Compiling ArgumentParser ExpressibleByArgument.swift
[27/92] Compiling ArgumentParser ParsableArguments.swift
[28/92] Compiling ArgumentParser ArgumentHelp.swift
[29/92] Compiling ArgumentParser CompletionKind.swift
[30/92] Compiling ArgumentParser Errors.swift
[31/92] Compiling ArgumentParser Flag.swift
[32/92] Compiling ArgumentParser NameSpecification.swift
[33/92] Compiling ArgumentParser BashCompletionsGenerator.swift
[34/92] Compiling QRCodeGenerator QRCodeConstants.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 |
/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:63:31: error: cannot find 'putc' in scope
 61 | struct StandardError: TextOutputStream {
 62 |   mutating func write(_ string: String) {
 63 |     for byte in string.utf8 { putc(numericCast(byte), stderr) }
    |                               `- error: cannot find 'putc' in scope
 64 |   }
 65 | }
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Types/ParsableArguments.swift:63:55: error: cannot find 'stderr' in scope
 61 | struct StandardError: TextOutputStream {
 62 |   mutating func write(_ string: String) {
 63 |     for byte in string.utf8 { putc(numericCast(byte), stderr) }
    |                                                       `- error: cannot find 'stderr' in scope
 64 |   }
 65 | }
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Types/ParsableArguments.swift:63:36: error: generic parameter 'U' could not be inferred
 61 | struct StandardError: TextOutputStream {
 62 |   mutating func write(_ string: String) {
 63 |     for byte in string.utf8 { putc(numericCast(byte), stderr) }
    |                                    `- error: generic parameter 'U' could not be inferred
 64 |   }
 65 | }
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:180:7: error: cannot find '_exit' in scope
178 |   ) -> Never {
179 |     guard let error = error else {
180 |       _exit(ExitCode.success.rawValue)
    |       `- error: cannot find '_exit' in scope
181 |     }
182 |
/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:192:5: error: cannot find '_exit' in scope
190 |       }
191 |     }
192 |     _exit(messageInfo.exitCode.rawValue)
    |     `- error: cannot find '_exit' in scope
193 |   }
194 |
[46/92] Compiling SwiftImageReadWrite SwiftUI+extensions.swift
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Types/ParsableArguments.swift:63:31: error: cannot find 'putc' in scope
 61 | struct StandardError: TextOutputStream {
 62 |   mutating func write(_ string: String) {
 63 |     for byte in string.utf8 { putc(numericCast(byte), stderr) }
    |                               `- error: cannot find 'putc' in scope
 64 |   }
 65 | }
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Types/ParsableArguments.swift:63:55: error: cannot find 'stderr' in scope
 61 | struct StandardError: TextOutputStream {
 62 |   mutating func write(_ string: String) {
 63 |     for byte in string.utf8 { putc(numericCast(byte), stderr) }
    |                                                       `- error: cannot find 'stderr' in scope
 64 |   }
 65 | }
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Types/ParsableArguments.swift:63:36: error: generic parameter 'U' could not be inferred
 61 | struct StandardError: TextOutputStream {
 62 |   mutating func write(_ string: String) {
 63 |     for byte in string.utf8 { putc(numericCast(byte), stderr) }
    |                                    `- error: generic parameter 'U' could not be inferred
 64 |   }
 65 | }
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:180:7: error: cannot find '_exit' in scope
178 |   ) -> Never {
179 |     guard let error = error else {
180 |       _exit(ExitCode.success.rawValue)
    |       `- error: cannot find '_exit' in scope
181 |     }
182 |
/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:192:5: error: cannot find '_exit' in scope
190 |       }
191 |     }
192 |     _exit(messageInfo.exitCode.rawValue)
    |     `- error: cannot find '_exit' in scope
193 |   }
194 |
[47/92] Compiling SwiftImageReadWrite resource_bundle_accessor.swift
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Types/ParsableArguments.swift:63:31: error: cannot find 'putc' in scope
 61 | struct StandardError: TextOutputStream {
 62 |   mutating func write(_ string: String) {
 63 |     for byte in string.utf8 { putc(numericCast(byte), stderr) }
    |                               `- error: cannot find 'putc' in scope
 64 |   }
 65 | }
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Types/ParsableArguments.swift:63:55: error: cannot find 'stderr' in scope
 61 | struct StandardError: TextOutputStream {
 62 |   mutating func write(_ string: String) {
 63 |     for byte in string.utf8 { putc(numericCast(byte), stderr) }
    |                                                       `- error: cannot find 'stderr' in scope
 64 |   }
 65 | }
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Types/ParsableArguments.swift:63:36: error: generic parameter 'U' could not be inferred
 61 | struct StandardError: TextOutputStream {
 62 |   mutating func write(_ string: String) {
 63 |     for byte in string.utf8 { putc(numericCast(byte), stderr) }
    |                                    `- error: generic parameter 'U' could not be inferred
 64 |   }
 65 | }
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:180:7: error: cannot find '_exit' in scope
178 |   ) -> Never {
179 |     guard let error = error else {
180 |       _exit(ExitCode.success.rawValue)
    |       `- error: cannot find '_exit' in scope
181 |     }
182 |
/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:192:5: error: cannot find '_exit' in scope
190 |       }
191 |     }
192 |     _exit(messageInfo.exitCode.rawValue)
    |     `- error: cannot find '_exit' in scope
193 |   }
194 |
[48/92] Compiling ArgumentParser ArgumentDecoder.swift
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Types/ParsableArguments.swift:63:31: error: cannot find 'putc' in scope
 61 | struct StandardError: TextOutputStream {
 62 |   mutating func write(_ string: String) {
 63 |     for byte in string.utf8 { putc(numericCast(byte), stderr) }
    |                               `- error: cannot find 'putc' in scope
 64 |   }
 65 | }
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Types/ParsableArguments.swift:63:55: error: cannot find 'stderr' in scope
 61 | struct StandardError: TextOutputStream {
 62 |   mutating func write(_ string: String) {
 63 |     for byte in string.utf8 { putc(numericCast(byte), stderr) }
    |                                                       `- error: cannot find 'stderr' in scope
 64 |   }
 65 | }
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Types/ParsableArguments.swift:63:36: error: generic parameter 'U' could not be inferred
 61 | struct StandardError: TextOutputStream {
 62 |   mutating func write(_ string: String) {
 63 |     for byte in string.utf8 { putc(numericCast(byte), stderr) }
    |                                    `- error: generic parameter 'U' could not be inferred
 64 |   }
 65 | }
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:180:7: error: cannot find '_exit' in scope
178 |   ) -> Never {
179 |     guard let error = error else {
180 |       _exit(ExitCode.success.rawValue)
    |       `- error: cannot find '_exit' in scope
181 |     }
182 |
/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:192:5: error: cannot find '_exit' in scope
190 |       }
191 |     }
192 |     _exit(messageInfo.exitCode.rawValue)
    |     `- error: cannot find '_exit' in scope
193 |   }
194 |
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Completions/CompletionsGenerator.swift:49:26: error: cannot find 'getenv' in scope
 47 | #else
 48 |     // FIXME: This retrieves the user's preferred shell, not necessarily the one currently in use.
 49 |     guard let shellVar = getenv("SHELL") else { return nil }
    |                          `- error: cannot find 'getenv' in scope
 50 |     let shellParts = String(cString: shellVar).split(separator: "/")
 51 |     return CompletionShell(rawValue: String(shellParts.last ?? ""))
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Completions/CompletionsGenerator.swift:49:26: error: cannot find 'getenv' in scope
 47 | #else
 48 |     // FIXME: This retrieves the user's preferred shell, not necessarily the one currently in use.
 49 |     guard let shellVar = getenv("SHELL") else { return nil }
    |                          `- error: cannot find 'getenv' in scope
 50 |     let shellParts = String(cString: shellVar).split(separator: "/")
 51 |     return CompletionShell(rawValue: String(shellParts.last ?? ""))
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Completions/CompletionsGenerator.swift:49:26: error: cannot find 'getenv' in scope
 47 | #else
 48 |     // FIXME: This retrieves the user's preferred shell, not necessarily the one currently in use.
 49 |     guard let shellVar = getenv("SHELL") else { return nil }
    |                          `- error: cannot find 'getenv' in scope
 50 |     let shellParts = String(cString: shellVar).split(separator: "/")
 51 |     return CompletionShell(rawValue: String(shellParts.last ?? ""))
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Completions/CompletionsGenerator.swift:49:26: error: cannot find 'getenv' in scope
 47 | #else
 48 |     // FIXME: This retrieves the user's preferred shell, not necessarily the one currently in use.
 49 |     guard let shellVar = getenv("SHELL") else { return nil }
    |                          `- error: cannot find 'getenv' in scope
 50 |     let shellParts = String(cString: shellVar).split(separator: "/")
 51 |     return CompletionShell(rawValue: String(shellParts.last ?? ""))
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Completions/CompletionsGenerator.swift:49:26: error: cannot find 'getenv' in scope
 47 | #else
 48 |     // FIXME: This retrieves the user's preferred shell, not necessarily the one currently in use.
 49 |     guard let shellVar = getenv("SHELL") else { return nil }
    |                          `- error: cannot find 'getenv' in scope
 50 |     let shellParts = String(cString: shellVar).split(separator: "/")
 51 |     return CompletionShell(rawValue: String(shellParts.last ?? ""))
[54/92] Compiling ArgumentParser ArgumentDefinition.swift
[55/92] Compiling ArgumentParser ArgumentSet.swift
[56/92] Compiling ArgumentParser CommandParser.swift
[57/92] Compiling ArgumentParser InputOrigin.swift
[58/92] Compiling QRCodeGenerator QRSegment.swift
[59/92] Compiling ArgumentParser UsageGenerator.swift
[60/92] Compiling ArgumentParser SequenceExtensions.swift
[61/92] Compiling ArgumentParser StringExtensions.swift
[62/92] Compiling ArgumentParser Tree.swift
[63/92] Compiling QRCodeGenerator QRCode.swift
[64/92] Compiling QRCodeGenerator BitBuffer.swift
[65/92] Emitting module QRCodeGenerator
[66/93] Emitting module QRCodeDetector
[67/93] Compiling QRCodeDetector QRCodeDetector+VideoDetector.swift
[68/93] Compiling QRCodeDetector resource_bundle_accessor.swift
[69/94] Compiling ArgumentParser Name.swift
[70/94] Compiling ArgumentParser Parsed.swift
[71/94] Compiling ArgumentParser ParsedValues.swift
[72/94] Compiling ArgumentParser ParserError.swift
[73/94] Compiling ArgumentParser SplitArguments.swift
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Usage/HelpGenerator.swift:329:11: error: cannot find 'winsize' in scope
327 |           height: Int(csbi.srWindow.Bottom - csbi.srWindow.Top) + 1)
328 | #else
329 |   var w = winsize()
    |           `- error: cannot find 'winsize' in scope
330 | #if os(OpenBSD)
331 |   // TIOCGWINSZ is a complex macro, so we need the flattened value.
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Usage/HelpGenerator.swift:335:13: error: cannot find 'ioctl' in scope
333 |   let err = ioctl(STDOUT_FILENO, tiocgwinsz, &w)
334 | #else
335 |   let err = ioctl(STDOUT_FILENO, TIOCGWINSZ, &w)
    |             `- error: cannot find 'ioctl' in scope
336 | #endif
337 |   let width = Int(w.ws_col)
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Usage/HelpGenerator.swift:335:19: error: cannot find 'STDOUT_FILENO' in scope
333 |   let err = ioctl(STDOUT_FILENO, tiocgwinsz, &w)
334 | #else
335 |   let err = ioctl(STDOUT_FILENO, TIOCGWINSZ, &w)
    |                   `- error: cannot find 'STDOUT_FILENO' in scope
336 | #endif
337 |   let width = Int(w.ws_col)
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Usage/HelpGenerator.swift:335:34: error: cannot find 'TIOCGWINSZ' in scope
333 |   let err = ioctl(STDOUT_FILENO, tiocgwinsz, &w)
334 | #else
335 |   let err = ioctl(STDOUT_FILENO, TIOCGWINSZ, &w)
    |                                  `- error: cannot find 'TIOCGWINSZ' in scope
336 | #endif
337 |   let width = Int(w.ws_col)
/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: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 |
[74/94] Compiling ArgumentParser HelpCommand.swift
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Usage/HelpGenerator.swift:329:11: error: cannot find 'winsize' in scope
327 |           height: Int(csbi.srWindow.Bottom - csbi.srWindow.Top) + 1)
328 | #else
329 |   var w = winsize()
    |           `- error: cannot find 'winsize' in scope
330 | #if os(OpenBSD)
331 |   // TIOCGWINSZ is a complex macro, so we need the flattened value.
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Usage/HelpGenerator.swift:335:13: error: cannot find 'ioctl' in scope
333 |   let err = ioctl(STDOUT_FILENO, tiocgwinsz, &w)
334 | #else
335 |   let err = ioctl(STDOUT_FILENO, TIOCGWINSZ, &w)
    |             `- error: cannot find 'ioctl' in scope
336 | #endif
337 |   let width = Int(w.ws_col)
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Usage/HelpGenerator.swift:335:19: error: cannot find 'STDOUT_FILENO' in scope
333 |   let err = ioctl(STDOUT_FILENO, tiocgwinsz, &w)
334 | #else
335 |   let err = ioctl(STDOUT_FILENO, TIOCGWINSZ, &w)
    |                   `- error: cannot find 'STDOUT_FILENO' in scope
336 | #endif
337 |   let width = Int(w.ws_col)
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Usage/HelpGenerator.swift:335:34: error: cannot find 'TIOCGWINSZ' in scope
333 |   let err = ioctl(STDOUT_FILENO, tiocgwinsz, &w)
334 | #else
335 |   let err = ioctl(STDOUT_FILENO, TIOCGWINSZ, &w)
    |                                  `- error: cannot find 'TIOCGWINSZ' in scope
336 | #endif
337 |   let width = Int(w.ws_col)
/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: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 |
[75/94] Compiling ArgumentParser HelpGenerator.swift
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Usage/HelpGenerator.swift:329:11: error: cannot find 'winsize' in scope
327 |           height: Int(csbi.srWindow.Bottom - csbi.srWindow.Top) + 1)
328 | #else
329 |   var w = winsize()
    |           `- error: cannot find 'winsize' in scope
330 | #if os(OpenBSD)
331 |   // TIOCGWINSZ is a complex macro, so we need the flattened value.
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Usage/HelpGenerator.swift:335:13: error: cannot find 'ioctl' in scope
333 |   let err = ioctl(STDOUT_FILENO, tiocgwinsz, &w)
334 | #else
335 |   let err = ioctl(STDOUT_FILENO, TIOCGWINSZ, &w)
    |             `- error: cannot find 'ioctl' in scope
336 | #endif
337 |   let width = Int(w.ws_col)
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Usage/HelpGenerator.swift:335:19: error: cannot find 'STDOUT_FILENO' in scope
333 |   let err = ioctl(STDOUT_FILENO, tiocgwinsz, &w)
334 | #else
335 |   let err = ioctl(STDOUT_FILENO, TIOCGWINSZ, &w)
    |                   `- error: cannot find 'STDOUT_FILENO' in scope
336 | #endif
337 |   let width = Int(w.ws_col)
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Usage/HelpGenerator.swift:335:34: error: cannot find 'TIOCGWINSZ' in scope
333 |   let err = ioctl(STDOUT_FILENO, tiocgwinsz, &w)
334 | #else
335 |   let err = ioctl(STDOUT_FILENO, TIOCGWINSZ, &w)
    |                                  `- error: cannot find 'TIOCGWINSZ' in scope
336 | #endif
337 |   let width = Int(w.ws_col)
/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: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 |
[76/94] Compiling ArgumentParser MessageInfo.swift
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Usage/HelpGenerator.swift:329:11: error: cannot find 'winsize' in scope
327 |           height: Int(csbi.srWindow.Bottom - csbi.srWindow.Top) + 1)
328 | #else
329 |   var w = winsize()
    |           `- error: cannot find 'winsize' in scope
330 | #if os(OpenBSD)
331 |   // TIOCGWINSZ is a complex macro, so we need the flattened value.
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Usage/HelpGenerator.swift:335:13: error: cannot find 'ioctl' in scope
333 |   let err = ioctl(STDOUT_FILENO, tiocgwinsz, &w)
334 | #else
335 |   let err = ioctl(STDOUT_FILENO, TIOCGWINSZ, &w)
    |             `- error: cannot find 'ioctl' in scope
336 | #endif
337 |   let width = Int(w.ws_col)
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Usage/HelpGenerator.swift:335:19: error: cannot find 'STDOUT_FILENO' in scope
333 |   let err = ioctl(STDOUT_FILENO, tiocgwinsz, &w)
334 | #else
335 |   let err = ioctl(STDOUT_FILENO, TIOCGWINSZ, &w)
    |                   `- error: cannot find 'STDOUT_FILENO' in scope
336 | #endif
337 |   let width = Int(w.ws_col)
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Usage/HelpGenerator.swift:335:34: error: cannot find 'TIOCGWINSZ' in scope
333 |   let err = ioctl(STDOUT_FILENO, tiocgwinsz, &w)
334 | #else
335 |   let err = ioctl(STDOUT_FILENO, TIOCGWINSZ, &w)
    |                                  `- error: cannot find 'TIOCGWINSZ' in scope
336 | #endif
337 |   let width = Int(w.ws_col)
/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: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 |
[81/95] Wrapping AST for QRCodeDetector for debugging
[81/95] Wrapping AST for QRCodeGenerator for debugging
[81/95] Wrapping AST for SwiftImageReadWrite for debugging
[82/265] Compiling QRCode CGMutablePath+PaintCodeHelpers.swift
/host/spi-builder-workspace/Sources/QRCode/QRCode+Builder.swift:31:8: error: no such module 'CoreGraphics'
 29 | /// ```
 30 |
 31 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 32 | import Foundation
 33 |
[83/265] Compiling QRCode CGPath+RoundedRectExtensions.swift
/host/spi-builder-workspace/Sources/QRCode/QRCode+Builder.swift:31:8: error: no such module 'CoreGraphics'
 29 | /// ```
 30 |
 31 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 32 | import Foundation
 33 |
[84/265] Compiling QRCode CGPath+SVG.swift
/host/spi-builder-workspace/Sources/QRCode/QRCode+Builder.swift:31:8: error: no such module 'CoreGraphics'
 29 | /// ```
 30 |
 31 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 32 | import Foundation
 33 |
[85/265] Compiling QRCode CGPath+codable.swift
/host/spi-builder-workspace/Sources/QRCode/QRCode+Builder.swift:31:8: error: no such module 'CoreGraphics'
 29 | /// ```
 30 |
 31 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 32 | import Foundation
 33 |
[86/265] Compiling QRCode CGPath+extensions.swift
/host/spi-builder-workspace/Sources/QRCode/QRCode+Builder.swift:31:8: error: no such module 'CoreGraphics'
 29 | /// ```
 30 |
 31 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 32 | import Foundation
 33 |
[87/265] Compiling QRCode CGPath+hexagon.swift
/host/spi-builder-workspace/Sources/QRCode/QRCode+Builder.swift:31:8: error: no such module 'CoreGraphics'
 29 | /// ```
 30 |
 31 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 32 | import Foundation
 33 |
[88/265] Compiling QRCode CGSize+extensions.swift
/host/spi-builder-workspace/Sources/QRCode/QRCode+Builder.swift:31:8: error: no such module 'CoreGraphics'
 29 | /// ```
 30 |
 31 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 32 | import Foundation
 33 |
[89/265] Compiling QRCode Clamp.swift
/host/spi-builder-workspace/Sources/QRCode/QRCode+Builder.swift:31:8: error: no such module 'CoreGraphics'
 29 | /// ```
 30 |
 31 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 32 | import Foundation
 33 |
[90/265] Compiling QRCode DSFGradient.swift
/host/spi-builder-workspace/Sources/QRCode/QRCode+Builder.swift:31:8: error: no such module 'CoreGraphics'
 29 | /// ```
 30 |
 31 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 32 | import Foundation
 33 |
[91/265] Compiling QRCode Debounce.swift
/host/spi-builder-workspace/Sources/QRCode/QRCode+Builder.swift:31:8: error: no such module 'CoreGraphics'
 29 | /// ```
 30 |
 31 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 32 | import Foundation
 33 |
[92/265] Compiling QRCode FileManager+extensions.swift
/host/spi-builder-workspace/Sources/QRCode/QRCode+Builder.swift:31:8: error: no such module 'CoreGraphics'
 29 | /// ```
 30 |
 31 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 32 | import Foundation
 33 |
[93/265] Compiling QRCode FixedWidthInteger+extensions.swift
/host/spi-builder-workspace/Sources/QRCode/QRCode+Builder.swift:31:8: error: no such module 'CoreGraphics'
 29 | /// ```
 30 |
 31 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 32 | import Foundation
 33 |
[94/265] Compiling QRCode NSBezierPath+extensions.swift
/host/spi-builder-workspace/Sources/QRCode/QRCode+Builder.swift:31:8: error: no such module 'CoreGraphics'
 29 | /// ```
 30 |
 31 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 32 | import Foundation
 33 |
[95/265] Compiling QRCode NSImage+extensions.swift
/host/spi-builder-workspace/Sources/QRCode/QRCode+Builder.swift:31:8: error: no such module 'CoreGraphics'
 29 | /// ```
 30 |
 31 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 32 | import Foundation
 33 |
[96/265] Compiling QRCode Neighbours.swift
/host/spi-builder-workspace/Sources/QRCode/QRCode+Builder.swift:31:8: error: no such module 'CoreGraphics'
 29 | /// ```
 30 |
 31 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 32 | import Foundation
 33 |
[97/265] Compiling QRCode Optional+extensions.swift
/host/spi-builder-workspace/Sources/QRCode/QRCode+Builder.swift:31:8: error: no such module 'CoreGraphics'
 29 | /// ```
 30 |
 31 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 32 | import Foundation
 33 |
[98/265] Compiling QRCode QRCode+Platform.swift
/host/spi-builder-workspace/Sources/QRCode/QRCode+Builder.swift:31:8: error: no such module 'CoreGraphics'
 29 | /// ```
 30 |
 31 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 32 | import Foundation
 33 |
[99/265] Compiling QRCode RandomNumberWithSeed.swift
/host/spi-builder-workspace/Sources/QRCode/QRCode+Builder.swift:31:8: error: no such module 'CoreGraphics'
 29 | /// ```
 30 |
 31 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 32 | import Foundation
 33 |
[100/265] Compiling QRCode String+extensions.swift
/host/spi-builder-workspace/Sources/QRCode/QRCode+Builder.swift:31:8: error: no such module 'CoreGraphics'
 29 | /// ```
 30 |
 31 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 32 | import Foundation
 33 |
[101/265] Compiling QRCode Utils.swift
/host/spi-builder-workspace/Sources/QRCode/QRCode+Builder.swift:31:8: error: no such module 'CoreGraphics'
 29 | /// ```
 30 |
 31 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 32 | import Foundation
 33 |
[102/265] Compiling QRCode QRCode+Shape.swift
/host/spi-builder-workspace/Sources/QRCode/QRCode+Builder.swift:31:8: error: no such module 'CoreGraphics'
 29 | /// ```
 30 |
 31 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 32 | import Foundation
 33 |
[103/265] Compiling QRCode QRCode+Style.swift
/host/spi-builder-workspace/Sources/QRCode/QRCode+Builder.swift:31:8: error: no such module 'CoreGraphics'
 29 | /// ```
 30 |
 31 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 32 | import Foundation
 33 |
[104/265] Compiling QRCode QRCodePixelShape.swift
/host/spi-builder-workspace/Sources/QRCode/QRCode+Builder.swift:31:8: error: no such module 'CoreGraphics'
 29 | /// ```
 30 |
 31 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 32 | import Foundation
 33 |
[105/265] Compiling QRCode QRCodePixelShapeAbstract.swift
/host/spi-builder-workspace/Sources/QRCode/QRCode+Builder.swift:31:8: error: no such module 'CoreGraphics'
 29 | /// ```
 30 |
 31 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 32 | import Foundation
 33 |
[106/289] Compiling QRCode QRCodeEyeShapePeacock.swift
/host/spi-builder-workspace/Sources/QRCode/QRCode+Builder.swift:31:8: error: no such module 'CoreGraphics'
 29 | /// ```
 30 |
 31 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 32 | import Foundation
 33 |
[107/289] Compiling QRCode QRCodeEyeShapePinch.swift
/host/spi-builder-workspace/Sources/QRCode/QRCode+Builder.swift:31:8: error: no such module 'CoreGraphics'
 29 | /// ```
 30 |
 31 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 32 | import Foundation
 33 |
[108/289] Compiling QRCode QRCodeEyeShapePixels.swift
/host/spi-builder-workspace/Sources/QRCode/QRCode+Builder.swift:31:8: error: no such module 'CoreGraphics'
 29 | /// ```
 30 |
 31 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 32 | import Foundation
 33 |
[109/289] Compiling QRCode QRCodeEyeShapeRoundedOuter.swift
/host/spi-builder-workspace/Sources/QRCode/QRCode+Builder.swift:31:8: error: no such module 'CoreGraphics'
 29 | /// ```
 30 |
 31 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 32 | import Foundation
 33 |
[110/289] Compiling QRCode QRCodeEyeShapeRoundedPointingIn.swift
/host/spi-builder-workspace/Sources/QRCode/QRCode+Builder.swift:31:8: error: no such module 'CoreGraphics'
 29 | /// ```
 30 |
 31 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 32 | import Foundation
 33 |
[111/289] Compiling QRCode QRCodeEyeShapeRoundedPointingOut.swift
/host/spi-builder-workspace/Sources/QRCode/QRCode+Builder.swift:31:8: error: no such module 'CoreGraphics'
 29 | /// ```
 30 |
 31 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 32 | import Foundation
 33 |
[112/289] Compiling QRCode QRCodeEyeShapeRoundedRect.swift
/host/spi-builder-workspace/Sources/QRCode/QRCode+Builder.swift:31:8: error: no such module 'CoreGraphics'
 29 | /// ```
 30 |
 31 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 32 | import Foundation
 33 |
[113/289] Compiling QRCode QRCodeEyeShapeShield.swift
/host/spi-builder-workspace/Sources/QRCode/QRCode+Builder.swift:31:8: error: no such module 'CoreGraphics'
 29 | /// ```
 30 |
 31 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 32 | import Foundation
 33 |
[114/289] Compiling QRCode QRCodeEyeShapeSpikyCircle.swift
/host/spi-builder-workspace/Sources/QRCode/QRCode+Builder.swift:31:8: error: no such module 'CoreGraphics'
 29 | /// ```
 30 |
 31 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 32 | import Foundation
 33 |
[115/289] Compiling QRCode QRCodeEyeShapeSquare.swift
/host/spi-builder-workspace/Sources/QRCode/QRCode+Builder.swift:31:8: error: no such module 'CoreGraphics'
 29 | /// ```
 30 |
 31 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 32 | import Foundation
 33 |
[116/289] Compiling QRCode QRCodeEyeShapeSquarePeg.swift
/host/spi-builder-workspace/Sources/QRCode/QRCode+Builder.swift:31:8: error: no such module 'CoreGraphics'
 29 | /// ```
 30 |
 31 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 32 | import Foundation
 33 |
[117/289] Compiling QRCode QRCodeEyeShapeSquircle.swift
/host/spi-builder-workspace/Sources/QRCode/QRCode+Builder.swift:31:8: error: no such module 'CoreGraphics'
 29 | /// ```
 30 |
 31 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 32 | import Foundation
 33 |
[118/289] Compiling QRCode QRCodeEyeShapeSurroundingBars.swift
/host/spi-builder-workspace/Sources/QRCode/QRCode+Builder.swift:31:8: error: no such module 'CoreGraphics'
 29 | /// ```
 30 |
 31 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 32 | import Foundation
 33 |
[119/289] Compiling QRCode QRCodeEyeShapeTeardrop.swift
/host/spi-builder-workspace/Sources/QRCode/QRCode+Builder.swift:31:8: error: no such module 'CoreGraphics'
 29 | /// ```
 30 |
 31 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 32 | import Foundation
 33 |
[120/289] Compiling QRCode QRCodeEyeShapeUFO.swift
/host/spi-builder-workspace/Sources/QRCode/QRCode+Builder.swift:31:8: error: no such module 'CoreGraphics'
 29 | /// ```
 30 |
 31 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 32 | import Foundation
 33 |
[121/289] Compiling QRCode QRCodeEyeShapeUFORounded.swift
/host/spi-builder-workspace/Sources/QRCode/QRCode+Builder.swift:31:8: error: no such module 'CoreGraphics'
 29 | /// ```
 30 |
 31 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 32 | import Foundation
 33 |
[122/289] Compiling QRCode QRCodeEyeShapeUsePixelShape.swift
/host/spi-builder-workspace/Sources/QRCode/QRCode+Builder.swift:31:8: error: no such module 'CoreGraphics'
 29 | /// ```
 30 |
 31 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 32 | import Foundation
 33 |
[123/289] Compiling QRCode QRCodeFillStyle.swift
/host/spi-builder-workspace/Sources/QRCode/QRCode+Builder.swift:31:8: error: no such module 'CoreGraphics'
 29 | /// ```
 30 |
 31 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 32 | import Foundation
 33 |
[124/289] Compiling QRCode QRCodeFillStyleFactory.swift
/host/spi-builder-workspace/Sources/QRCode/QRCode+Builder.swift:31:8: error: no such module 'CoreGraphics'
 29 | /// ```
 30 |
 31 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 32 | import Foundation
 33 |
[125/289] Compiling QRCode QRCodeFillStyleImage.swift
/host/spi-builder-workspace/Sources/QRCode/QRCode+Builder.swift:31:8: error: no such module 'CoreGraphics'
 29 | /// ```
 30 |
 31 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 32 | import Foundation
 33 |
[126/289] Compiling QRCode QRCodeFillStyleLinearGradient.swift
/host/spi-builder-workspace/Sources/QRCode/QRCode+Builder.swift:31:8: error: no such module 'CoreGraphics'
 29 | /// ```
 30 |
 31 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 32 | import Foundation
 33 |
[127/289] Compiling QRCode QRCodeFillStyleRadialGradient.swift
/host/spi-builder-workspace/Sources/QRCode/QRCode+Builder.swift:31:8: error: no such module 'CoreGraphics'
 29 | /// ```
 30 |
 31 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 32 | import Foundation
 33 |
[128/289] Compiling QRCode QRCodeFillStyleSolid.swift
/host/spi-builder-workspace/Sources/QRCode/QRCode+Builder.swift:31:8: error: no such module 'CoreGraphics'
 29 | /// ```
 30 |
 31 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 32 | import Foundation
 33 |
[129/289] Compiling QRCode QRCodePupilShape.swift
/host/spi-builder-workspace/Sources/QRCode/QRCode+Builder.swift:31:8: error: no such module 'CoreGraphics'
 29 | /// ```
 30 |
 31 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 32 | import Foundation
 33 |
[130/289] Compiling QRCode QRCode.swift
/host/spi-builder-workspace/Sources/QRCode/QRCode+Builder.swift:31:8: error: no such module 'CoreGraphics'
 29 | /// ```
 30 |
 31 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 32 | import Foundation
 33 |
[131/289] Compiling QRCode QRCodeEngine+CoreImage.swift
/host/spi-builder-workspace/Sources/QRCode/QRCode+Builder.swift:31:8: error: no such module 'CoreGraphics'
 29 | /// ```
 30 |
 31 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 32 | import Foundation
 33 |
[132/289] Compiling QRCode QRCodeEngine.swift
/host/spi-builder-workspace/Sources/QRCode/QRCode+Builder.swift:31:8: error: no such module 'CoreGraphics'
 29 | /// ```
 30 |
 31 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 32 | import Foundation
 33 |
[133/289] Compiling QRCode QRCodeEngine+External+Wrapper.swift
/host/spi-builder-workspace/Sources/QRCode/QRCode+Builder.swift:31:8: error: no such module 'CoreGraphics'
 29 | /// ```
 30 |
 31 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 32 | import Foundation
 33 |
[134/289] Compiling QRCode QRCodeEngine+External.swift
/host/spi-builder-workspace/Sources/QRCode/QRCode+Builder.swift:31:8: error: no such module 'CoreGraphics'
 29 | /// ```
 30 |
 31 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 32 | import Foundation
 33 |
[135/289] Compiling QRCode QRCode+Message+Contact.swift
/host/spi-builder-workspace/Sources/QRCode/QRCode+Builder.swift:31:8: error: no such module 'CoreGraphics'
 29 | /// ```
 30 |
 31 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 32 | import Foundation
 33 |
[136/289] Compiling QRCode QRCode+Message+Data.swift
/host/spi-builder-workspace/Sources/QRCode/QRCode+Builder.swift:31:8: error: no such module 'CoreGraphics'
 29 | /// ```
 30 |
 31 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 32 | import Foundation
 33 |
[137/289] Compiling QRCode QRCode+Message+Event.swift
/host/spi-builder-workspace/Sources/QRCode/QRCode+Builder.swift:31:8: error: no such module 'CoreGraphics'
 29 | /// ```
 30 |
 31 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 32 | import Foundation
 33 |
[138/289] Compiling QRCode QRCode+Message+Link.swift
/host/spi-builder-workspace/Sources/QRCode/QRCode+Builder.swift:31:8: error: no such module 'CoreGraphics'
 29 | /// ```
 30 |
 31 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 32 | import Foundation
 33 |
[139/289] Compiling QRCode QRCode+Message+Location.swift
/host/spi-builder-workspace/Sources/QRCode/QRCode+Builder.swift:31:8: error: no such module 'CoreGraphics'
 29 | /// ```
 30 |
 31 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 32 | import Foundation
 33 |
[140/289] Compiling QRCode QRCode+Message+Mail.swift
/host/spi-builder-workspace/Sources/QRCode/QRCode+Builder.swift:31:8: error: no such module 'CoreGraphics'
 29 | /// ```
 30 |
 31 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 32 | import Foundation
 33 |
[141/289] Compiling QRCode QRCode+Message+Phone.swift
/host/spi-builder-workspace/Sources/QRCode/QRCode+Builder.swift:31:8: error: no such module 'CoreGraphics'
 29 | /// ```
 30 |
 31 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 32 | import Foundation
 33 |
[142/289] Compiling QRCode QRCode+Message+SMS.swift
/host/spi-builder-workspace/Sources/QRCode/QRCode+Builder.swift:31:8: error: no such module 'CoreGraphics'
 29 | /// ```
 30 |
 31 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 32 | import Foundation
 33 |
[143/289] Compiling QRCode QRCode+Message+Text.swift
/host/spi-builder-workspace/Sources/QRCode/QRCode+Builder.swift:31:8: error: no such module 'CoreGraphics'
 29 | /// ```
 30 |
 31 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 32 | import Foundation
 33 |
[144/289] Compiling QRCode Array2D.swift
/host/spi-builder-workspace/Sources/QRCode/QRCode+Builder.swift:31:8: error: no such module 'CoreGraphics'
 29 | /// ```
 30 |
 31 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 32 | import Foundation
 33 |
[145/289] Compiling QRCode BinaryFloatingPoint+extensions.swift
/host/spi-builder-workspace/Sources/QRCode/QRCode+Builder.swift:31:8: error: no such module 'CoreGraphics'
 29 | /// ```
 30 |
 31 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 32 | import Foundation
 33 |
[146/289] Compiling QRCode BoolMatrix.swift
/host/spi-builder-workspace/Sources/QRCode/QRCode+Builder.swift:31:8: error: no such module 'CoreGraphics'
 29 | /// ```
 30 |
 31 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 32 | import Foundation
 33 |
[147/289] Compiling QRCode CGColor+BackwardsCompatibility.swift
/host/spi-builder-workspace/Sources/QRCode/QRCode+Builder.swift:31:8: error: no such module 'CoreGraphics'
 29 | /// ```
 30 |
 31 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 32 | import Foundation
 33 |
[148/289] Compiling QRCode CGColor+extensions.swift
/host/spi-builder-workspace/Sources/QRCode/QRCode+Builder.swift:31:8: error: no such module 'CoreGraphics'
 29 | /// ```
 30 |
 31 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 32 | import Foundation
 33 |
[149/289] Compiling QRCode CGColor+hex.swift
/host/spi-builder-workspace/Sources/QRCode/QRCode+Builder.swift:31:8: error: no such module 'CoreGraphics'
 29 | /// ```
 30 |
 31 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 32 | import Foundation
 33 |
[150/289] Compiling QRCode CGContext+extensions.swift
/host/spi-builder-workspace/Sources/QRCode/QRCode+Builder.swift:31:8: error: no such module 'CoreGraphics'
 29 | /// ```
 30 |
 31 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 32 | import Foundation
 33 |
[151/289] Compiling QRCode CGFloat+extensions.swift
/host/spi-builder-workspace/Sources/QRCode/QRCode+Builder.swift:31:8: error: no such module 'CoreGraphics'
 29 | /// ```
 30 |
 31 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 32 | import Foundation
 33 |
[152/289] Compiling QRCode CGImage+diff.swift
/host/spi-builder-workspace/Sources/QRCode/QRCode+Builder.swift:31:8: error: no such module 'CoreGraphics'
 29 | /// ```
 30 |
 31 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 32 | import Foundation
 33 |
[153/289] Compiling QRCode CGImage+extensions.swift
/host/spi-builder-workspace/Sources/QRCode/QRCode+Builder.swift:31:8: error: no such module 'CoreGraphics'
 29 | /// ```
 30 |
 31 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 32 | import Foundation
 33 |
[154/313] Compiling QRCode QRCodePixelShapeRotation+HWave.swift
/host/spi-builder-workspace/Sources/QRCode/QRCode+Builder.swift:31:8: error: no such module 'CoreGraphics'
 29 | /// ```
 30 |
 31 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 32 | import Foundation
 33 |
[155/313] Compiling QRCode QRCodePixelShapeRotation+Random.swift
/host/spi-builder-workspace/Sources/QRCode/QRCode+Builder.swift:31:8: error: no such module 'CoreGraphics'
 29 | /// ```
 30 |
 31 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 32 | import Foundation
 33 |
[156/313] Compiling QRCode QRCodePixelShapeRotation+VWave.swift
/host/spi-builder-workspace/Sources/QRCode/QRCode+Builder.swift:31:8: error: no such module 'CoreGraphics'
 29 | /// ```
 30 |
 31 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 32 | import Foundation
 33 |
[157/313] Compiling QRCode QRCodeEyeShape.swift
/host/spi-builder-workspace/Sources/QRCode/QRCode+Builder.swift:31:8: error: no such module 'CoreGraphics'
 29 | /// ```
 30 |
 31 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 32 | import Foundation
 33 |
[158/313] Compiling QRCode QRCodeEyeShapeArc.swift
/host/spi-builder-workspace/Sources/QRCode/QRCode+Builder.swift:31:8: error: no such module 'CoreGraphics'
 29 | /// ```
 30 |
 31 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 32 | import Foundation
 33 |
[159/313] Compiling QRCode QRCodeEyeShapeBarsHorizontal.swift
/host/spi-builder-workspace/Sources/QRCode/QRCode+Builder.swift:31:8: error: no such module 'CoreGraphics'
 29 | /// ```
 30 |
 31 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 32 | import Foundation
 33 |
[160/313] Compiling QRCode QRCodeEyeShapeBarsVertical.swift
/host/spi-builder-workspace/Sources/QRCode/QRCode+Builder.swift:31:8: error: no such module 'CoreGraphics'
 29 | /// ```
 30 |
 31 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 32 | import Foundation
 33 |
[161/313] Compiling QRCode QRCodeEyeShapeCRT.swift
/host/spi-builder-workspace/Sources/QRCode/QRCode+Builder.swift:31:8: error: no such module 'CoreGraphics'
 29 | /// ```
 30 |
 31 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 32 | import Foundation
 33 |
[162/313] Compiling QRCode QRCodeEyeShapeCircle.swift
/host/spi-builder-workspace/Sources/QRCode/QRCode+Builder.swift:31:8: error: no such module 'CoreGraphics'
 29 | /// ```
 30 |
 31 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 32 | import Foundation
 33 |
[163/313] Compiling QRCode QRCodeEyeShapeCloud.swift
/host/spi-builder-workspace/Sources/QRCode/QRCode+Builder.swift:31:8: error: no such module 'CoreGraphics'
 29 | /// ```
 30 |
 31 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 32 | import Foundation
 33 |
[164/313] Compiling QRCode QRCodeEyeShapeCloudCircle.swift
/host/spi-builder-workspace/Sources/QRCode/QRCode+Builder.swift:31:8: error: no such module 'CoreGraphics'
 29 | /// ```
 30 |
 31 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 32 | import Foundation
 33 |
[165/313] Compiling QRCode QRCodeEyeShapeCorneredPixels.swift
/host/spi-builder-workspace/Sources/QRCode/QRCode+Builder.swift:31:8: error: no such module 'CoreGraphics'
 29 | /// ```
 30 |
 31 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 32 | import Foundation
 33 |
[166/313] Compiling QRCode QRCodeEyeShapeDiagonalStripes.swift
/host/spi-builder-workspace/Sources/QRCode/QRCode+Builder.swift:31:8: error: no such module 'CoreGraphics'
 29 | /// ```
 30 |
 31 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 32 | import Foundation
 33 |
[167/313] Compiling QRCode QRCodeEyeShapeDotDrag.swift
/host/spi-builder-workspace/Sources/QRCode/QRCode+Builder.swift:31:8: error: no such module 'CoreGraphics'
 29 | /// ```
 30 |
 31 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 32 | import Foundation
 33 |
[168/313] Compiling QRCode QRCodeEyeShapeEdges.swift
/host/spi-builder-workspace/Sources/QRCode/QRCode+Builder.swift:31:8: error: no such module 'CoreGraphics'
 29 | /// ```
 30 |
 31 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 32 | import Foundation
 33 |
[169/313] Compiling QRCode QRCodeEyeShapeExplode.swift
/host/spi-builder-workspace/Sources/QRCode/QRCode+Builder.swift:31:8: error: no such module 'CoreGraphics'
 29 | /// ```
 30 |
 31 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 32 | import Foundation
 33 |
[170/313] Compiling QRCode QRCodeEyeShapeEye.swift
/host/spi-builder-workspace/Sources/QRCode/QRCode+Builder.swift:31:8: error: no such module 'CoreGraphics'
 29 | /// ```
 30 |
 31 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 32 | import Foundation
 33 |
[171/313] Compiling QRCode QRCodeEyeShapeFabricScissors.swift
/host/spi-builder-workspace/Sources/QRCode/QRCode+Builder.swift:31:8: error: no such module 'CoreGraphics'
 29 | /// ```
 30 |
 31 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 32 | import Foundation
 33 |
[172/313] Compiling QRCode QRCodeEyeShapeFactory.swift
/host/spi-builder-workspace/Sources/QRCode/QRCode+Builder.swift:31:8: error: no such module 'CoreGraphics'
 29 | /// ```
 30 |
 31 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 32 | import Foundation
 33 |
[173/313] Compiling QRCode QRCodeEyeShapeFireball.swift
/host/spi-builder-workspace/Sources/QRCode/QRCode+Builder.swift:31:8: error: no such module 'CoreGraphics'
 29 | /// ```
 30 |
 31 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 32 | import Foundation
 33 |
[174/313] Compiling QRCode QRCodeEyeShapeFlame.swift
/host/spi-builder-workspace/Sources/QRCode/QRCode+Builder.swift:31:8: error: no such module 'CoreGraphics'
 29 | /// ```
 30 |
 31 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 32 | import Foundation
 33 |
[175/313] Compiling QRCode QRCodeEyeShapeHeadlight.swift
/host/spi-builder-workspace/Sources/QRCode/QRCode+Builder.swift:31:8: error: no such module 'CoreGraphics'
 29 | /// ```
 30 |
 31 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 32 | import Foundation
 33 |
[176/313] Compiling QRCode QRCodeEyeShapeHolePunch.swift
/host/spi-builder-workspace/Sources/QRCode/QRCode+Builder.swift:31:8: error: no such module 'CoreGraphics'
 29 | /// ```
 30 |
 31 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 32 | import Foundation
 33 |
[177/313] Compiling QRCode QRCodeEyeShapeLeaf.swift
/host/spi-builder-workspace/Sources/QRCode/QRCode+Builder.swift:31:8: error: no such module 'CoreGraphics'
 29 | /// ```
 30 |
 31 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 32 | import Foundation
 33 |
[178/313] Compiling QRCode QRCodePupilShapeArc.swift
/host/spi-builder-workspace/Sources/QRCode/QRCode+Builder.swift:31:8: error: no such module 'CoreGraphics'
 29 | /// ```
 30 |
 31 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 32 | import Foundation
 33 |
[179/313] Compiling QRCode QRCodePupilShapeArrow.swift
/host/spi-builder-workspace/Sources/QRCode/QRCode+Builder.swift:31:8: error: no such module 'CoreGraphics'
 29 | /// ```
 30 |
 31 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 32 | import Foundation
 33 |
[180/313] Compiling QRCode QRCodePupilShapeBarsHorizontal.swift
/host/spi-builder-workspace/Sources/QRCode/QRCode+Builder.swift:31:8: error: no such module 'CoreGraphics'
 29 | /// ```
 30 |
 31 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 32 | import Foundation
 33 |
[181/313] Compiling QRCode QRCodePupilShapeBarsVertical.swift
/host/spi-builder-workspace/Sources/QRCode/QRCode+Builder.swift:31:8: error: no such module 'CoreGraphics'
 29 | /// ```
 30 |
 31 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 32 | import Foundation
 33 |
[182/313] Compiling QRCode QRCodePupilShapeBlade.swift
/host/spi-builder-workspace/Sources/QRCode/QRCode+Builder.swift:31:8: error: no such module 'CoreGraphics'
 29 | /// ```
 30 |
 31 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 32 | import Foundation
 33 |
[183/313] Compiling QRCode QRCodePupilShapeBlobby.swift
/host/spi-builder-workspace/Sources/QRCode/QRCode+Builder.swift:31:8: error: no such module 'CoreGraphics'
 29 | /// ```
 30 |
 31 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 32 | import Foundation
 33 |
[184/313] Compiling QRCode QRCodePupilShapeCRT.swift
/host/spi-builder-workspace/Sources/QRCode/QRCode+Builder.swift:31:8: error: no such module 'CoreGraphics'
 29 | /// ```
 30 |
 31 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 32 | import Foundation
 33 |
[185/313] Compiling QRCode QRCodePupilShapeCircle.swift
/host/spi-builder-workspace/Sources/QRCode/QRCode+Builder.swift:31:8: error: no such module 'CoreGraphics'
 29 | /// ```
 30 |
 31 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 32 | import Foundation
 33 |
[186/313] Compiling QRCode QRCodePupilShapeCloud.swift
/host/spi-builder-workspace/Sources/QRCode/QRCode+Builder.swift:31:8: error: no such module 'CoreGraphics'
 29 | /// ```
 30 |
 31 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 32 | import Foundation
 33 |
[187/313] Compiling QRCode QRCodePupilShapeCloudCircle.swift
/host/spi-builder-workspace/Sources/QRCode/QRCode+Builder.swift:31:8: error: no such module 'CoreGraphics'
 29 | /// ```
 30 |
 31 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 32 | import Foundation
 33 |
[188/313] Compiling QRCode QRCodePupilShapeCorneredPixels.swift
/host/spi-builder-workspace/Sources/QRCode/QRCode+Builder.swift:31:8: error: no such module 'CoreGraphics'
 29 | /// ```
 30 |
 31 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 32 | import Foundation
 33 |
[189/313] Compiling QRCode QRCodePupilShapeCross.swift
/host/spi-builder-workspace/Sources/QRCode/QRCode+Builder.swift:31:8: error: no such module 'CoreGraphics'
 29 | /// ```
 30 |
 31 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 32 | import Foundation
 33 |
[190/313] Compiling QRCode QRCodePupilShapeCrossCurved.swift
/host/spi-builder-workspace/Sources/QRCode/QRCode+Builder.swift:31:8: error: no such module 'CoreGraphics'
 29 | /// ```
 30 |
 31 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 32 | import Foundation
 33 |
[191/313] Compiling QRCode QRCodePupilShapeDiagonalStripes.swift
/host/spi-builder-workspace/Sources/QRCode/QRCode+Builder.swift:31:8: error: no such module 'CoreGraphics'
 29 | /// ```
 30 |
 31 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 32 | import Foundation
 33 |
[192/313] Compiling QRCode QRCodePupilShapeDotDrag.swift
/host/spi-builder-workspace/Sources/QRCode/QRCode+Builder.swift:31:8: error: no such module 'CoreGraphics'
 29 | /// ```
 30 |
 31 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 32 | import Foundation
 33 |
[193/313] Compiling QRCode QRCodePupilShapeEdges.swift
/host/spi-builder-workspace/Sources/QRCode/QRCode+Builder.swift:31:8: error: no such module 'CoreGraphics'
 29 | /// ```
 30 |
 31 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 32 | import Foundation
 33 |
[194/313] Compiling QRCode QRCodePupilShapeExplode.swift
/host/spi-builder-workspace/Sources/QRCode/QRCode+Builder.swift:31:8: error: no such module 'CoreGraphics'
 29 | /// ```
 30 |
 31 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 32 | import Foundation
 33 |
[195/313] Compiling QRCode QRCodePupilShapeFabricScissors.swift
/host/spi-builder-workspace/Sources/QRCode/QRCode+Builder.swift:31:8: error: no such module 'CoreGraphics'
 29 | /// ```
 30 |
 31 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 32 | import Foundation
 33 |
[196/313] Compiling QRCode QRCodePupilShapeFactory.swift
/host/spi-builder-workspace/Sources/QRCode/QRCode+Builder.swift:31:8: error: no such module 'CoreGraphics'
 29 | /// ```
 30 |
 31 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 32 | import Foundation
 33 |
[197/313] Compiling QRCode QRCodePupilShapeFlame.swift
/host/spi-builder-workspace/Sources/QRCode/QRCode+Builder.swift:31:8: error: no such module 'CoreGraphics'
 29 | /// ```
 30 |
 31 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 32 | import Foundation
 33 |
[198/313] Compiling QRCode QRCodePupilShapeForest.swift
/host/spi-builder-workspace/Sources/QRCode/QRCode+Builder.swift:31:8: error: no such module 'CoreGraphics'
 29 | /// ```
 30 |
 31 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 32 | import Foundation
 33 |
[199/313] Compiling QRCode QRCodePupilShapeGear.swift
/host/spi-builder-workspace/Sources/QRCode/QRCode+Builder.swift:31:8: error: no such module 'CoreGraphics'
 29 | /// ```
 30 |
 31 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 32 | import Foundation
 33 |
[200/313] Compiling QRCode QRCodePupilShapeHexagonLeaf.swift
/host/spi-builder-workspace/Sources/QRCode/QRCode+Builder.swift:31:8: error: no such module 'CoreGraphics'
 29 | /// ```
 30 |
 31 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 32 | import Foundation
 33 |
[201/313] Compiling QRCode QRCodePupilShapeKoala.swift
/host/spi-builder-workspace/Sources/QRCode/QRCode+Builder.swift:31:8: error: no such module 'CoreGraphics'
 29 | /// ```
 30 |
 31 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 32 | import Foundation
 33 |
[202/313] Compiling QRCode QRCodePupilShapeLeaf.swift
/host/spi-builder-workspace/Sources/QRCode/QRCode+Builder.swift:31:8: error: no such module 'CoreGraphics'
 29 | /// ```
 30 |
 31 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 32 | import Foundation
 33 |
[203/313] Compiling QRCode QRCodePupilShapeOrbits.swift
/host/spi-builder-workspace/Sources/QRCode/QRCode+Builder.swift:31:8: error: no such module 'CoreGraphics'
 29 | /// ```
 30 |
 31 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 32 | import Foundation
 33 |
[204/313] Compiling QRCode QRCodePupilShapePinch.swift
/host/spi-builder-workspace/Sources/QRCode/QRCode+Builder.swift:31:8: error: no such module 'CoreGraphics'
 29 | /// ```
 30 |
 31 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 32 | import Foundation
 33 |
[205/313] Compiling QRCode QRCodePupilShapePixels.swift
/host/spi-builder-workspace/Sources/QRCode/QRCode+Builder.swift:31:8: error: no such module 'CoreGraphics'
 29 | /// ```
 30 |
 31 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 32 | import Foundation
 33 |
[206/313] Compiling QRCode QRCodePupilShapeRoundedOuter.swift
/host/spi-builder-workspace/Sources/QRCode/QRCode+Builder.swift:31:8: error: no such module 'CoreGraphics'
 29 | /// ```
 30 |
 31 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 32 | import Foundation
 33 |
[207/313] Compiling QRCode QRCodePupilShapeRoundedPointingIn.swift
/host/spi-builder-workspace/Sources/QRCode/QRCode+Builder.swift:31:8: error: no such module 'CoreGraphics'
 29 | /// ```
 30 |
 31 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 32 | import Foundation
 33 |
[208/313] Compiling QRCode QRCodePupilShapeRoundedPointingOut.swift
/host/spi-builder-workspace/Sources/QRCode/QRCode+Builder.swift:31:8: error: no such module 'CoreGraphics'
 29 | /// ```
 30 |
 31 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 32 | import Foundation
 33 |
[209/313] Compiling QRCode QRCodePupilShapeRoundedRect.swift
/host/spi-builder-workspace/Sources/QRCode/QRCode+Builder.swift:31:8: error: no such module 'CoreGraphics'
 29 | /// ```
 30 |
 31 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 32 | import Foundation
 33 |
[210/313] Compiling QRCode QRCodePupilShapeSeal.swift
/host/spi-builder-workspace/Sources/QRCode/QRCode+Builder.swift:31:8: error: no such module 'CoreGraphics'
 29 | /// ```
 30 |
 31 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 32 | import Foundation
 33 |
[211/313] Compiling QRCode QRCodePupilShapeShield.swift
/host/spi-builder-workspace/Sources/QRCode/QRCode+Builder.swift:31:8: error: no such module 'CoreGraphics'
 29 | /// ```
 30 |
 31 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 32 | import Foundation
 33 |
[212/313] Compiling QRCode QRCodePupilShapeSpikyCircle.swift
/host/spi-builder-workspace/Sources/QRCode/QRCode+Builder.swift:31:8: error: no such module 'CoreGraphics'
 29 | /// ```
 30 |
 31 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 32 | import Foundation
 33 |
[213/313] Compiling QRCode QRCodePupilShapeSquare.swift
/host/spi-builder-workspace/Sources/QRCode/QRCode+Builder.swift:31:8: error: no such module 'CoreGraphics'
 29 | /// ```
 30 |
 31 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 32 | import Foundation
 33 |
[214/313] Compiling QRCode QRCodePupilShapeSquircle.swift
/host/spi-builder-workspace/Sources/QRCode/QRCode+Builder.swift:31:8: error: no such module 'CoreGraphics'
 29 | /// ```
 30 |
 31 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 32 | import Foundation
 33 |
[215/313] Compiling QRCode QRCodePupilShapeTeardrop.swift
/host/spi-builder-workspace/Sources/QRCode/QRCode+Builder.swift:31:8: error: no such module 'CoreGraphics'
 29 | /// ```
 30 |
 31 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 32 | import Foundation
 33 |
[216/313] Compiling QRCode QRCodePupilShapeUFO.swift
/host/spi-builder-workspace/Sources/QRCode/QRCode+Builder.swift:31:8: error: no such module 'CoreGraphics'
 29 | /// ```
 30 |
 31 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 32 | import Foundation
 33 |
[217/313] Compiling QRCode QRCodePupilShapeUFORounded.swift
/host/spi-builder-workspace/Sources/QRCode/QRCode+Builder.swift:31:8: error: no such module 'CoreGraphics'
 29 | /// ```
 30 |
 31 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 32 | import Foundation
 33 |
[218/313] Compiling QRCode QRCodePupilShapeUsePixelShape.swift
/host/spi-builder-workspace/Sources/QRCode/QRCode+Builder.swift:31:8: error: no such module 'CoreGraphics'
 29 | /// ```
 30 |
 31 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 32 | import Foundation
 33 |
[219/313] Compiling QRCode QRCodeDocumentView+AppKit.swift
/host/spi-builder-workspace/Sources/QRCode/QRCode+Builder.swift:31:8: error: no such module 'CoreGraphics'
 29 | /// ```
 30 |
 31 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 32 | import Foundation
 33 |
[220/313] Compiling QRCode QRCodeDocumentView+UIKit.swift
/host/spi-builder-workspace/Sources/QRCode/QRCode+Builder.swift:31:8: error: no such module 'CoreGraphics'
 29 | /// ```
 30 |
 31 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 32 | import Foundation
 33 |
[221/313] Compiling QRCode QRCodeView.swift
/host/spi-builder-workspace/Sources/QRCode/QRCode+Builder.swift:31:8: error: no such module 'CoreGraphics'
 29 | /// ```
 30 |
 31 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 32 | import Foundation
 33 |
[222/313] Compiling QRCode QRCodeDocumentUIView.swift
/host/spi-builder-workspace/Sources/QRCode/QRCode+Builder.swift:31:8: error: no such module 'CoreGraphics'
 29 | /// ```
 30 |
 31 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 32 | import Foundation
 33 |
[223/313] Compiling QRCode QRCodeShape.swift
/host/spi-builder-workspace/Sources/QRCode/QRCode+Builder.swift:31:8: error: no such module 'CoreGraphics'
 29 | /// ```
 30 |
 31 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 32 | import Foundation
 33 |
[224/313] Compiling QRCode QRCodeViewUI.swift
/host/spi-builder-workspace/Sources/QRCode/QRCode+Builder.swift:31:8: error: no such module 'CoreGraphics'
 29 | /// ```
 30 |
 31 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 32 | import Foundation
 33 |
[225/313] Compiling QRCode resource_bundle_accessor.swift
/host/spi-builder-workspace/Sources/QRCode/QRCode+Builder.swift:31:8: error: no such module 'CoreGraphics'
 29 | /// ```
 30 |
 31 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 32 | import Foundation
 33 |
[226/313] Compiling QRCode QRCode+ASCII.swift
/host/spi-builder-workspace/Sources/QRCode/QRCode+Builder.swift:31:8: error: no such module 'CoreGraphics'
 29 | /// ```
 30 |
 31 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 32 | import Foundation
 33 |
[227/313] Compiling QRCode QRCode+Builder.swift
/host/spi-builder-workspace/Sources/QRCode/QRCode+Builder.swift:31:8: error: no such module 'CoreGraphics'
 29 | /// ```
 30 |
 31 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 32 | import Foundation
 33 |
[228/313] Compiling QRCode QRCode+Combine.swift
/host/spi-builder-workspace/Sources/QRCode/QRCode+Builder.swift:31:8: error: no such module 'CoreGraphics'
 29 | /// ```
 30 |
 31 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 32 | import Foundation
 33 |
[229/313] Compiling QRCode QRCode+Content.swift
/host/spi-builder-workspace/Sources/QRCode/QRCode+Builder.swift:31:8: error: no such module 'CoreGraphics'
 29 | /// ```
 30 |
 31 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 32 | import Foundation
 33 |
[230/313] Compiling QRCode QRCode+Conveniences.swift
/host/spi-builder-workspace/Sources/QRCode/QRCode+Builder.swift:31:8: error: no such module 'CoreGraphics'
 29 | /// ```
 30 |
 31 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 32 | import Foundation
 33 |
[231/313] Compiling QRCode QRCode+Design.swift
/host/spi-builder-workspace/Sources/QRCode/QRCode+Builder.swift:31:8: error: no such module 'CoreGraphics'
 29 | /// ```
 30 |
 31 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 32 | import Foundation
 33 |
[232/313] Compiling QRCode QRCode+Detection.swift
/host/spi-builder-workspace/Sources/QRCode/QRCode+Builder.swift:31:8: error: no such module 'CoreGraphics'
 29 | /// ```
 30 |
 31 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 32 | import Foundation
 33 |
[233/313] Compiling QRCode QRCode+Document+Export.swift
/host/spi-builder-workspace/Sources/QRCode/QRCode+Builder.swift:31:8: error: no such module 'CoreGraphics'
 29 | /// ```
 30 |
 31 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 32 | import Foundation
 33 |
[234/313] Compiling QRCode QRCode+Document+LoadSave.swift
/host/spi-builder-workspace/Sources/QRCode/QRCode+Builder.swift:31:8: error: no such module 'CoreGraphics'
 29 | /// ```
 30 |
 31 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 32 | import Foundation
 33 |
[235/313] Compiling QRCode QRCode+Document.swift
/host/spi-builder-workspace/Sources/QRCode/QRCode+Builder.swift:31:8: error: no such module 'CoreGraphics'
 29 | /// ```
 30 |
 31 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 32 | import Foundation
 33 |
[236/313] Compiling QRCode QRCode+Drawing.swift
/host/spi-builder-workspace/Sources/QRCode/QRCode+Builder.swift:31:8: error: no such module 'CoreGraphics'
 29 | /// ```
 30 |
 31 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 32 | import Foundation
 33 |
[237/313] Compiling QRCode QRCode+Error.swift
/host/spi-builder-workspace/Sources/QRCode/QRCode+Builder.swift:31:8: error: no such module 'CoreGraphics'
 29 | /// ```
 30 |
 31 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 32 | import Foundation
 33 |
[238/313] Compiling QRCode QRCode+ErrorCorrection.swift
/host/spi-builder-workspace/Sources/QRCode/QRCode+Builder.swift:31:8: error: no such module 'CoreGraphics'
 29 | /// ```
 30 |
 31 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 32 | import Foundation
 33 |
[239/313] Compiling QRCode QRCode+FormattedContent.swift
/host/spi-builder-workspace/Sources/QRCode/QRCode+Builder.swift:31:8: error: no such module 'CoreGraphics'
 29 | /// ```
 30 |
 31 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 32 | import Foundation
 33 |
[240/313] Compiling QRCode QRCode+Image.swift
/host/spi-builder-workspace/Sources/QRCode/QRCode+Builder.swift:31:8: error: no such module 'CoreGraphics'
 29 | /// ```
 30 |
 31 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 32 | import Foundation
 33 |
[241/313] Compiling QRCode QRCode+Keys.swift
/host/spi-builder-workspace/Sources/QRCode/QRCode+Builder.swift:31:8: error: no such module 'CoreGraphics'
 29 | /// ```
 30 |
 31 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 32 | import Foundation
 33 |
[242/313] Compiling QRCode QRCode+LogoTemplate.swift
/host/spi-builder-workspace/Sources/QRCode/QRCode+Builder.swift:31:8: error: no such module 'CoreGraphics'
 29 | /// ```
 30 |
 31 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 32 | import Foundation
 33 |
[243/313] Compiling QRCode QRCode+Message.swift
/host/spi-builder-workspace/Sources/QRCode/QRCode+Builder.swift:31:8: error: no such module 'CoreGraphics'
 29 | /// ```
 30 |
 31 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 32 | import Foundation
 33 |
[244/313] Compiling QRCode QRCode+Pasteboard.swift
/host/spi-builder-workspace/Sources/QRCode/QRCode+Builder.swift:31:8: error: no such module 'CoreGraphics'
 29 | /// ```
 30 |
 31 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 32 | import Foundation
 33 |
[245/313] Compiling QRCode QRCode+Path.swift
/host/spi-builder-workspace/Sources/QRCode/QRCode+Builder.swift:31:8: error: no such module 'CoreGraphics'
 29 | /// ```
 30 |
 31 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 32 | import Foundation
 33 |
[246/313] Compiling QRCode QRCode+SVG.swift
/host/spi-builder-workspace/Sources/QRCode/QRCode+Builder.swift:31:8: error: no such module 'CoreGraphics'
 29 | /// ```
 30 |
 31 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 32 | import Foundation
 33 |
[247/313] Compiling QRCode QRCode+Shadow.swift
/host/spi-builder-workspace/Sources/QRCode/QRCode+Builder.swift:31:8: error: no such module 'CoreGraphics'
 29 | /// ```
 30 |
 31 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 32 | import Foundation
 33 |
[248/313] Compiling QRCode QRCode+Templating.swift
/host/spi-builder-workspace/Sources/QRCode/QRCode+Builder.swift:31:8: error: no such module 'CoreGraphics'
 29 | /// ```
 30 |
 31 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 32 | import Foundation
 33 |
[249/313] Compiling QRCode QRCode+Types.swift
/host/spi-builder-workspace/Sources/QRCode/QRCode+Builder.swift:31:8: error: no such module 'CoreGraphics'
 29 | /// ```
 30 |
 31 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 32 | import Foundation
 33 |
[250/313] Compiling QRCode QRCode+UTI.swift
/host/spi-builder-workspace/Sources/QRCode/QRCode+Builder.swift:31:8: error: no such module 'CoreGraphics'
 29 | /// ```
 30 |
 31 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 32 | import Foundation
 33 |
[251/313] Compiling QRCode QRCodePixelShapeGear.swift
/host/spi-builder-workspace/Sources/QRCode/QRCode+Builder.swift:31:8: error: no such module 'CoreGraphics'
 29 | /// ```
 30 |
 31 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 32 | import Foundation
 33 |
[252/313] Compiling QRCode QRCodePixelShapeHeart.swift
/host/spi-builder-workspace/Sources/QRCode/QRCode+Builder.swift:31:8: error: no such module 'CoreGraphics'
 29 | /// ```
 30 |
 31 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 32 | import Foundation
 33 |
[253/313] Compiling QRCode QRCodePixelShapeHexagon.swift
/host/spi-builder-workspace/Sources/QRCode/QRCode+Builder.swift:31:8: error: no such module 'CoreGraphics'
 29 | /// ```
 30 |
 31 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 32 | import Foundation
 33 |
[254/313] Compiling QRCode QRCodePixelShapeKoala.swift
/host/spi-builder-workspace/Sources/QRCode/QRCode+Builder.swift:31:8: error: no such module 'CoreGraphics'
 29 | /// ```
 30 |
 31 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 32 | import Foundation
 33 |
[255/313] Compiling QRCode QRCodePixelShapeRoundedRect.swift
/host/spi-builder-workspace/Sources/QRCode/QRCode+Builder.swift:31:8: error: no such module 'CoreGraphics'
 29 | /// ```
 30 |
 31 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 32 | import Foundation
 33 |
[256/313] Compiling QRCode QRCodePixelShapeRoundedTriangle.swift
/host/spi-builder-workspace/Sources/QRCode/QRCode+Builder.swift:31:8: error: no such module 'CoreGraphics'
 29 | /// ```
 30 |
 31 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 32 | import Foundation
 33 |
[257/313] Compiling QRCode QRCodePixelShapeSharp.swift
/host/spi-builder-workspace/Sources/QRCode/QRCode+Builder.swift:31:8: error: no such module 'CoreGraphics'
 29 | /// ```
 30 |
 31 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 32 | import Foundation
 33 |
[258/313] Compiling QRCode QRCodePixelShapeShiny.swift
/host/spi-builder-workspace/Sources/QRCode/QRCode+Builder.swift:31:8: error: no such module 'CoreGraphics'
 29 | /// ```
 30 |
 31 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 32 | import Foundation
 33 |
[259/313] Compiling QRCode QRCodePixelShapeSpikyCircle.swift
/host/spi-builder-workspace/Sources/QRCode/QRCode+Builder.swift:31:8: error: no such module 'CoreGraphics'
 29 | /// ```
 30 |
 31 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 32 | import Foundation
 33 |
[260/313] Compiling QRCode QRCodePixelShapeSquare.swift
/host/spi-builder-workspace/Sources/QRCode/QRCode+Builder.swift:31:8: error: no such module 'CoreGraphics'
 29 | /// ```
 30 |
 31 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 32 | import Foundation
 33 |
[261/313] Compiling QRCode QRCodePixelShapeSquircle.swift
/host/spi-builder-workspace/Sources/QRCode/QRCode+Builder.swift:31:8: error: no such module 'CoreGraphics'
 29 | /// ```
 30 |
 31 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 32 | import Foundation
 33 |
[262/313] Compiling QRCode QRCodePixelShapeStar.swift
/host/spi-builder-workspace/Sources/QRCode/QRCode+Builder.swift:31:8: error: no such module 'CoreGraphics'
 29 | /// ```
 30 |
 31 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 32 | import Foundation
 33 |
[263/313] Compiling QRCode QRCodePixelShapeStitch.swift
/host/spi-builder-workspace/Sources/QRCode/QRCode+Builder.swift:31:8: error: no such module 'CoreGraphics'
 29 | /// ```
 30 |
 31 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 32 | import Foundation
 33 |
[264/313] Compiling QRCode QRCodePixelShapeWave.swift
/host/spi-builder-workspace/Sources/QRCode/QRCode+Builder.swift:31:8: error: no such module 'CoreGraphics'
 29 | /// ```
 30 |
 31 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 32 | import Foundation
 33 |
[265/313] Compiling QRCode QRCodePixelShapeWex.swift
/host/spi-builder-workspace/Sources/QRCode/QRCode+Builder.swift:31:8: error: no such module 'CoreGraphics'
 29 | /// ```
 30 |
 31 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 32 | import Foundation
 33 |
[266/313] Compiling QRCode QRCodePixelShapeInset+Fixed.swift
/host/spi-builder-workspace/Sources/QRCode/QRCode+Builder.swift:31:8: error: no such module 'CoreGraphics'
 29 | /// ```
 30 |
 31 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 32 | import Foundation
 33 |
[267/313] Compiling QRCode QRCodePixelShapeInset+Generator.swift
/host/spi-builder-workspace/Sources/QRCode/QRCode+Builder.swift:31:8: error: no such module 'CoreGraphics'
 29 | /// ```
 30 |
 31 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 32 | import Foundation
 33 |
[268/313] Compiling QRCode QRCodePixelShapeInset+HorizontalWave.swift
/host/spi-builder-workspace/Sources/QRCode/QRCode+Builder.swift:31:8: error: no such module 'CoreGraphics'
 29 | /// ```
 30 |
 31 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 32 | import Foundation
 33 |
[269/313] Compiling QRCode QRCodePixelShapeInset+Punch.swift
/host/spi-builder-workspace/Sources/QRCode/QRCode+Builder.swift:31:8: error: no such module 'CoreGraphics'
 29 | /// ```
 30 |
 31 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 32 | import Foundation
 33 |
[270/313] Compiling QRCode QRCodePixelShapeInset+Random.swift
/host/spi-builder-workspace/Sources/QRCode/QRCode+Builder.swift:31:8: error: no such module 'CoreGraphics'
 29 | /// ```
 30 |
 31 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 32 | import Foundation
 33 |
[271/313] Compiling QRCode QRCodePixelShapeInset+VerticalWave.swift
/host/spi-builder-workspace/Sources/QRCode/QRCode+Builder.swift:31:8: error: no such module 'CoreGraphics'
 29 | /// ```
 30 |
 31 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 32 | import Foundation
 33 |
[272/313] Compiling QRCode QRCodePixelShapePixel.swift
/host/spi-builder-workspace/Sources/QRCode/QRCode+Builder.swift:31:8: error: no such module 'CoreGraphics'
 29 | /// ```
 30 |
 31 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 32 | import Foundation
 33 |
[273/313] Compiling QRCode QRCodePixelShapeRotation+Fixed.swift
/host/spi-builder-workspace/Sources/QRCode/QRCode+Builder.swift:31:8: error: no such module 'CoreGraphics'
 29 | /// ```
 30 |
 31 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 32 | import Foundation
 33 |
[274/313] Compiling QRCode QRCodePixelShapeRotation+Generator.swift
/host/spi-builder-workspace/Sources/QRCode/QRCode+Builder.swift:31:8: error: no such module 'CoreGraphics'
 29 | /// ```
 30 |
 31 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 32 | import Foundation
 33 |
[275/313] Compiling QRCode QRCodePixelShapeBlob.swift
/host/spi-builder-workspace/Sources/QRCode/QRCode+Builder.swift:31:8: error: no such module 'CoreGraphics'
 29 | /// ```
 30 |
 31 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 32 | import Foundation
 33 |
[276/313] Compiling QRCode QRCodePixelShapeCircuit.swift
/host/spi-builder-workspace/Sources/QRCode/QRCode+Builder.swift:31:8: error: no such module 'CoreGraphics'
 29 | /// ```
 30 |
 31 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 32 | import Foundation
 33 |
[277/313] Compiling QRCode QRCodePixelShapeCrosshatch.swift
/host/spi-builder-workspace/Sources/QRCode/QRCode+Builder.swift:31:8: error: no such module 'CoreGraphics'
 29 | /// ```
 30 |
 31 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 32 | import Foundation
 33 |
[278/313] Compiling QRCode QRCodePixelShapeCurvePixel.swift
/host/spi-builder-workspace/Sources/QRCode/QRCode+Builder.swift:31:8: error: no such module 'CoreGraphics'
 29 | /// ```
 30 |
 31 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 32 | import Foundation
 33 |
[279/313] Compiling QRCode QRCodePixelShapeDiagonalStripes.swift
/host/spi-builder-workspace/Sources/QRCode/QRCode+Builder.swift:31:8: error: no such module 'CoreGraphics'
 29 | /// ```
 30 |
 31 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 32 | import Foundation
 33 |
[280/313] Compiling QRCode QRCodePixelShapeDonut.swift
/host/spi-builder-workspace/Sources/QRCode/QRCode+Builder.swift:31:8: error: no such module 'CoreGraphics'
 29 | /// ```
 30 |
 31 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 32 | import Foundation
 33 |
[281/313] Compiling QRCode QRCodePixelShapeDripHorizontal.swift
/host/spi-builder-workspace/Sources/QRCode/QRCode+Builder.swift:31:8: error: no such module 'CoreGraphics'
 29 | /// ```
 30 |
 31 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 32 | import Foundation
 33 |
[282/313] Compiling QRCode QRCodePixelShapeDripVertical.swift
/host/spi-builder-workspace/Sources/QRCode/QRCode+Builder.swift:31:8: error: no such module 'CoreGraphics'
 29 | /// ```
 30 |
 31 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 32 | import Foundation
 33 |
[283/313] Compiling QRCode QRCodePixelShapeFactory.swift
/host/spi-builder-workspace/Sources/QRCode/QRCode+Builder.swift:31:8: error: no such module 'CoreGraphics'
 29 | /// ```
 30 |
 31 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 32 | import Foundation
 33 |
[284/313] Compiling QRCode QRCodePixelShapeGrid.swift
/host/spi-builder-workspace/Sources/QRCode/QRCode+Builder.swift:31:8: error: no such module 'CoreGraphics'
 29 | /// ```
 30 |
 31 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 32 | import Foundation
 33 |
[285/313] Compiling QRCode QRCodePixelShapeHorizontal.swift
/host/spi-builder-workspace/Sources/QRCode/QRCode+Builder.swift:31:8: error: no such module 'CoreGraphics'
 29 | /// ```
 30 |
 31 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 32 | import Foundation
 33 |
[286/313] Compiling QRCode QRCodePixelShapePointy.swift
/host/spi-builder-workspace/Sources/QRCode/QRCode+Builder.swift:31:8: error: no such module 'CoreGraphics'
 29 | /// ```
 30 |
 31 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 32 | import Foundation
 33 |
[287/313] Compiling QRCode QRCodePixelShapeRazor.swift
/host/spi-builder-workspace/Sources/QRCode/QRCode+Builder.swift:31:8: error: no such module 'CoreGraphics'
 29 | /// ```
 30 |
 31 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 32 | import Foundation
 33 |
[288/313] Compiling QRCode QRCodePixelShapeRoundedEndIndent.swift
/host/spi-builder-workspace/Sources/QRCode/QRCode+Builder.swift:31:8: error: no such module 'CoreGraphics'
 29 | /// ```
 30 |
 31 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 32 | import Foundation
 33 |
[289/313] Compiling QRCode QRCodePixelShapeRoundedPath.swift
/host/spi-builder-workspace/Sources/QRCode/QRCode+Builder.swift:31:8: error: no such module 'CoreGraphics'
 29 | /// ```
 30 |
 31 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 32 | import Foundation
 33 |
[290/313] Compiling QRCode QRCodePixelShapeVertical.swift
/host/spi-builder-workspace/Sources/QRCode/QRCode+Builder.swift:31:8: error: no such module 'CoreGraphics'
 29 | /// ```
 30 |
 31 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 32 | import Foundation
 33 |
[291/313] Compiling QRCode QRCodePixelShapeVortex.swift
/host/spi-builder-workspace/Sources/QRCode/QRCode+Builder.swift:31:8: error: no such module 'CoreGraphics'
 29 | /// ```
 30 |
 31 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 32 | import Foundation
 33 |
[292/313] Compiling QRCode QRCodePixelShapeArrow.swift
/host/spi-builder-workspace/Sources/QRCode/QRCode+Builder.swift:31:8: error: no such module 'CoreGraphics'
 29 | /// ```
 30 |
 31 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 32 | import Foundation
 33 |
[293/313] Compiling QRCode QRCodePixelShapeCRT.swift
/host/spi-builder-workspace/Sources/QRCode/QRCode+Builder.swift:31:8: error: no such module 'CoreGraphics'
 29 | /// ```
 30 |
 31 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 32 | import Foundation
 33 |
[294/313] Compiling QRCode QRCodePixelShapeCircle.swift
/host/spi-builder-workspace/Sources/QRCode/QRCode+Builder.swift:31:8: error: no such module 'CoreGraphics'
 29 | /// ```
 30 |
 31 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 32 | import Foundation
 33 |
[295/313] Compiling QRCode QRCodePixelShapeDiagonal.swift
/host/spi-builder-workspace/Sources/QRCode/QRCode+Builder.swift:31:8: error: no such module 'CoreGraphics'
 29 | /// ```
 30 |
 31 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 32 | import Foundation
 33 |
[296/313] Compiling QRCode QRCodePixelShapeDiamond.swift
/host/spi-builder-workspace/Sources/QRCode/QRCode+Builder.swift:31:8: error: no such module 'CoreGraphics'
 29 | /// ```
 30 |
 31 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 32 | import Foundation
 33 |
[297/313] Compiling QRCode QRCodePixelShapeFlame.swift
/host/spi-builder-workspace/Sources/QRCode/QRCode+Builder.swift:31:8: error: no such module 'CoreGraphics'
 29 | /// ```
 30 |
 31 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 32 | import Foundation
 33 |
[298/313] Compiling QRCode QRCodePixelShapeFlower.swift
/host/spi-builder-workspace/Sources/QRCode/QRCode+Builder.swift:31:8: error: no such module 'CoreGraphics'
 29 | /// ```
 30 |
 31 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 32 | import Foundation
 33 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[299/313] Emitting module QRCode
/host/spi-builder-workspace/Sources/QRCode/QRCode+Builder.swift:31:8: error: no such module 'CoreGraphics'
 29 | /// ```
 30 |
 31 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 32 | import Foundation
 33 |
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" 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:8106a39f56f5bb7aad9f0d9a94f1e5362f9a40b692f7bc17efe17b7b91dc65fc
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/15] Write swift-version-24593BA9C3E375BF.txt
[2/75] Compiling ArgumentParser CompletionKind.swift
[3/75] Compiling ArgumentParser Errors.swift
[4/77] Compiling ArgumentParser BashCompletionsGenerator.swift
[5/77] Compiling ArgumentParser CompletionsGenerator.swift
[6/77] Compiling ArgumentParser FishCompletionsGenerator.swift
[7/77] Compiling ArgumentParser Flag.swift
[8/77] Compiling ArgumentParser NameSpecification.swift
[9/77] Compiling ArgumentParser Option.swift
[10/77] Compiling ArgumentParser OptionGroup.swift
[11/77] Compiling QRCodeDetector QRCodeDetector+VideoDetector.swift
[12/77] Compiling QRCodeDetector resource_bundle_accessor.swift
[13/77] Emitting module QRCodeDetector
[14/77] Emitting module SwiftImageReadWrite
error: emit-module command failed with exit code 1 (use -v to see invocation)
[15/78] 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 |
[16/82] Compiling ArgumentParser ArgumentDecoder.swift
[17/82] Compiling ArgumentParser ArgumentHelp.swift
[18/82] Compiling ArgumentParser ParsableArgumentsValidation.swift
[19/82] Compiling ArgumentParser ParsableCommand.swift
[20/82] Compiling QRCodeGenerator QRCodeConstants.swift
[21/82] Compiling QRCodeGenerator QRCodeECC.swift
[22/83] Compiling ArgumentParser ZshCompletionsGenerator.swift
[23/83] Compiling ArgumentParser Argument.swift
[24/83] Compiling ArgumentParser ParsableArguments.swift
[25/83] Compiling SwiftImageReadWrite SwiftUI+extensions.swift
[26/83] Compiling SwiftImageReadWrite resource_bundle_accessor.swift
[27/84] Compiling QRCodeGenerator QRCodeVersion.swift
[28/84] Compiling QRCodeGenerator QRCodeMask.swift
[29/84] Compiling QRCodeGenerator QRCodeError.swift
[30/84] Compiling ArgumentParser SplitArguments.swift
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Usage/HelpGenerator.swift:329:11: error: cannot find 'winsize' in scope
327 |           height: Int(csbi.srWindow.Bottom - csbi.srWindow.Top) + 1)
328 | #else
329 |   var w = winsize()
    |           `- error: cannot find 'winsize' in scope
330 | #if os(OpenBSD)
331 |   // TIOCGWINSZ is a complex macro, so we need the flattened value.
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Usage/HelpGenerator.swift:335:13: error: cannot find 'ioctl' in scope
333 |   let err = ioctl(STDOUT_FILENO, tiocgwinsz, &w)
334 | #else
335 |   let err = ioctl(STDOUT_FILENO, TIOCGWINSZ, &w)
    |             `- error: cannot find 'ioctl' in scope
336 | #endif
337 |   let width = Int(w.ws_col)
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Usage/HelpGenerator.swift:335:19: error: cannot find 'STDOUT_FILENO' in scope
333 |   let err = ioctl(STDOUT_FILENO, tiocgwinsz, &w)
334 | #else
335 |   let err = ioctl(STDOUT_FILENO, TIOCGWINSZ, &w)
    |                   `- error: cannot find 'STDOUT_FILENO' in scope
336 | #endif
337 |   let width = Int(w.ws_col)
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Usage/HelpGenerator.swift:335:34: error: cannot find 'TIOCGWINSZ' in scope
333 |   let err = ioctl(STDOUT_FILENO, tiocgwinsz, &w)
334 | #else
335 |   let err = ioctl(STDOUT_FILENO, TIOCGWINSZ, &w)
    |                                  `- error: cannot find 'TIOCGWINSZ' in scope
336 | #endif
337 |   let width = Int(w.ws_col)
/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: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 |
[31/84] Compiling ArgumentParser HelpCommand.swift
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Usage/HelpGenerator.swift:329:11: error: cannot find 'winsize' in scope
327 |           height: Int(csbi.srWindow.Bottom - csbi.srWindow.Top) + 1)
328 | #else
329 |   var w = winsize()
    |           `- error: cannot find 'winsize' in scope
330 | #if os(OpenBSD)
331 |   // TIOCGWINSZ is a complex macro, so we need the flattened value.
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Usage/HelpGenerator.swift:335:13: error: cannot find 'ioctl' in scope
333 |   let err = ioctl(STDOUT_FILENO, tiocgwinsz, &w)
334 | #else
335 |   let err = ioctl(STDOUT_FILENO, TIOCGWINSZ, &w)
    |             `- error: cannot find 'ioctl' in scope
336 | #endif
337 |   let width = Int(w.ws_col)
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Usage/HelpGenerator.swift:335:19: error: cannot find 'STDOUT_FILENO' in scope
333 |   let err = ioctl(STDOUT_FILENO, tiocgwinsz, &w)
334 | #else
335 |   let err = ioctl(STDOUT_FILENO, TIOCGWINSZ, &w)
    |                   `- error: cannot find 'STDOUT_FILENO' in scope
336 | #endif
337 |   let width = Int(w.ws_col)
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Usage/HelpGenerator.swift:335:34: error: cannot find 'TIOCGWINSZ' in scope
333 |   let err = ioctl(STDOUT_FILENO, tiocgwinsz, &w)
334 | #else
335 |   let err = ioctl(STDOUT_FILENO, TIOCGWINSZ, &w)
    |                                  `- error: cannot find 'TIOCGWINSZ' in scope
336 | #endif
337 |   let width = Int(w.ws_col)
/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: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 |
[32/84] Compiling ArgumentParser HelpGenerator.swift
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Usage/HelpGenerator.swift:329:11: error: cannot find 'winsize' in scope
327 |           height: Int(csbi.srWindow.Bottom - csbi.srWindow.Top) + 1)
328 | #else
329 |   var w = winsize()
    |           `- error: cannot find 'winsize' in scope
330 | #if os(OpenBSD)
331 |   // TIOCGWINSZ is a complex macro, so we need the flattened value.
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Usage/HelpGenerator.swift:335:13: error: cannot find 'ioctl' in scope
333 |   let err = ioctl(STDOUT_FILENO, tiocgwinsz, &w)
334 | #else
335 |   let err = ioctl(STDOUT_FILENO, TIOCGWINSZ, &w)
    |             `- error: cannot find 'ioctl' in scope
336 | #endif
337 |   let width = Int(w.ws_col)
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Usage/HelpGenerator.swift:335:19: error: cannot find 'STDOUT_FILENO' in scope
333 |   let err = ioctl(STDOUT_FILENO, tiocgwinsz, &w)
334 | #else
335 |   let err = ioctl(STDOUT_FILENO, TIOCGWINSZ, &w)
    |                   `- error: cannot find 'STDOUT_FILENO' in scope
336 | #endif
337 |   let width = Int(w.ws_col)
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Usage/HelpGenerator.swift:335:34: error: cannot find 'TIOCGWINSZ' in scope
333 |   let err = ioctl(STDOUT_FILENO, tiocgwinsz, &w)
334 | #else
335 |   let err = ioctl(STDOUT_FILENO, TIOCGWINSZ, &w)
    |                                  `- error: cannot find 'TIOCGWINSZ' in scope
336 | #endif
337 |   let width = Int(w.ws_col)
/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: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 |
[33/84] Compiling ArgumentParser MessageInfo.swift
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Usage/HelpGenerator.swift:329:11: error: cannot find 'winsize' in scope
327 |           height: Int(csbi.srWindow.Bottom - csbi.srWindow.Top) + 1)
328 | #else
329 |   var w = winsize()
    |           `- error: cannot find 'winsize' in scope
330 | #if os(OpenBSD)
331 |   // TIOCGWINSZ is a complex macro, so we need the flattened value.
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Usage/HelpGenerator.swift:335:13: error: cannot find 'ioctl' in scope
333 |   let err = ioctl(STDOUT_FILENO, tiocgwinsz, &w)
334 | #else
335 |   let err = ioctl(STDOUT_FILENO, TIOCGWINSZ, &w)
    |             `- error: cannot find 'ioctl' in scope
336 | #endif
337 |   let width = Int(w.ws_col)
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Usage/HelpGenerator.swift:335:19: error: cannot find 'STDOUT_FILENO' in scope
333 |   let err = ioctl(STDOUT_FILENO, tiocgwinsz, &w)
334 | #else
335 |   let err = ioctl(STDOUT_FILENO, TIOCGWINSZ, &w)
    |                   `- error: cannot find 'STDOUT_FILENO' in scope
336 | #endif
337 |   let width = Int(w.ws_col)
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Usage/HelpGenerator.swift:335:34: error: cannot find 'TIOCGWINSZ' in scope
333 |   let err = ioctl(STDOUT_FILENO, tiocgwinsz, &w)
334 | #else
335 |   let err = ioctl(STDOUT_FILENO, TIOCGWINSZ, &w)
    |                                  `- error: cannot find 'TIOCGWINSZ' in scope
336 | #endif
337 |   let width = Int(w.ws_col)
/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: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/Completions/CompletionsGenerator.swift:49:26: error: cannot find 'getenv' in scope
 47 | #else
 48 |     // FIXME: This retrieves the user's preferred shell, not necessarily the one currently in use.
 49 |     guard let shellVar = getenv("SHELL") else { return nil }
    |                          `- error: cannot find 'getenv' in scope
 50 |     let shellParts = String(cString: shellVar).split(separator: "/")
 51 |     return CompletionShell(rawValue: String(shellParts.last ?? ""))
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Completions/CompletionsGenerator.swift:49:26: error: cannot find 'getenv' in scope
 47 | #else
 48 |     // FIXME: This retrieves the user's preferred shell, not necessarily the one currently in use.
 49 |     guard let shellVar = getenv("SHELL") else { return nil }
    |                          `- error: cannot find 'getenv' in scope
 50 |     let shellParts = String(cString: shellVar).split(separator: "/")
 51 |     return CompletionShell(rawValue: String(shellParts.last ?? ""))
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Completions/CompletionsGenerator.swift:49:26: error: cannot find 'getenv' in scope
 47 | #else
 48 |     // FIXME: This retrieves the user's preferred shell, not necessarily the one currently in use.
 49 |     guard let shellVar = getenv("SHELL") else { return nil }
    |                          `- error: cannot find 'getenv' in scope
 50 |     let shellParts = String(cString: shellVar).split(separator: "/")
 51 |     return CompletionShell(rawValue: String(shellParts.last ?? ""))
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Completions/CompletionsGenerator.swift:49:26: error: cannot find 'getenv' in scope
 47 | #else
 48 |     // FIXME: This retrieves the user's preferred shell, not necessarily the one currently in use.
 49 |     guard let shellVar = getenv("SHELL") else { return nil }
    |                          `- error: cannot find 'getenv' in scope
 50 |     let shellParts = String(cString: shellVar).split(separator: "/")
 51 |     return CompletionShell(rawValue: String(shellParts.last ?? ""))
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Completions/CompletionsGenerator.swift:49:26: error: cannot find 'getenv' in scope
 47 | #else
 48 |     // FIXME: This retrieves the user's preferred shell, not necessarily the one currently in use.
 49 |     guard let shellVar = getenv("SHELL") else { return nil }
    |                          `- error: cannot find 'getenv' in scope
 50 |     let shellParts = String(cString: shellVar).split(separator: "/")
 51 |     return CompletionShell(rawValue: String(shellParts.last ?? ""))
[41/84] Compiling ArgumentParser Name.swift
[42/84] Compiling ArgumentParser Parsed.swift
[43/84] Compiling ArgumentParser ParsedValues.swift
[44/84] Compiling ArgumentParser ParserError.swift
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Types/ParsableArguments.swift:63:31: error: cannot find 'putc' in scope
 61 | struct StandardError: TextOutputStream {
 62 |   mutating func write(_ string: String) {
 63 |     for byte in string.utf8 { putc(numericCast(byte), stderr) }
    |                               `- error: cannot find 'putc' in scope
 64 |   }
 65 | }
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Types/ParsableArguments.swift:63:55: error: cannot find 'stderr' in scope
 61 | struct StandardError: TextOutputStream {
 62 |   mutating func write(_ string: String) {
 63 |     for byte in string.utf8 { putc(numericCast(byte), stderr) }
    |                                                       `- error: cannot find 'stderr' in scope
 64 |   }
 65 | }
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Types/ParsableArguments.swift:63:36: error: generic parameter 'U' could not be inferred
 61 | struct StandardError: TextOutputStream {
 62 |   mutating func write(_ string: String) {
 63 |     for byte in string.utf8 { putc(numericCast(byte), stderr) }
    |                                    `- error: generic parameter 'U' could not be inferred
 64 |   }
 65 | }
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:180:7: error: cannot find '_exit' in scope
178 |   ) -> Never {
179 |     guard let error = error else {
180 |       _exit(ExitCode.success.rawValue)
    |       `- error: cannot find '_exit' in scope
181 |     }
182 |
/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:192:5: error: cannot find '_exit' in scope
190 |       }
191 |     }
192 |     _exit(messageInfo.exitCode.rawValue)
    |     `- error: cannot find '_exit' in scope
193 |   }
194 |
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Types/ParsableArguments.swift:63:31: error: cannot find 'putc' in scope
 61 | struct StandardError: TextOutputStream {
 62 |   mutating func write(_ string: String) {
 63 |     for byte in string.utf8 { putc(numericCast(byte), stderr) }
    |                               `- error: cannot find 'putc' in scope
 64 |   }
 65 | }
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Types/ParsableArguments.swift:63:55: error: cannot find 'stderr' in scope
 61 | struct StandardError: TextOutputStream {
 62 |   mutating func write(_ string: String) {
 63 |     for byte in string.utf8 { putc(numericCast(byte), stderr) }
    |                                                       `- error: cannot find 'stderr' in scope
 64 |   }
 65 | }
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Types/ParsableArguments.swift:63:36: error: generic parameter 'U' could not be inferred
 61 | struct StandardError: TextOutputStream {
 62 |   mutating func write(_ string: String) {
 63 |     for byte in string.utf8 { putc(numericCast(byte), stderr) }
    |                                    `- error: generic parameter 'U' could not be inferred
 64 |   }
 65 | }
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:180:7: error: cannot find '_exit' in scope
178 |   ) -> Never {
179 |     guard let error = error else {
180 |       _exit(ExitCode.success.rawValue)
    |       `- error: cannot find '_exit' in scope
181 |     }
182 |
/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:192:5: error: cannot find '_exit' in scope
190 |       }
191 |     }
192 |     _exit(messageInfo.exitCode.rawValue)
    |     `- error: cannot find '_exit' in scope
193 |   }
194 |
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Types/ParsableArguments.swift:63:31: error: cannot find 'putc' in scope
 61 | struct StandardError: TextOutputStream {
 62 |   mutating func write(_ string: String) {
 63 |     for byte in string.utf8 { putc(numericCast(byte), stderr) }
    |                               `- error: cannot find 'putc' in scope
 64 |   }
 65 | }
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Types/ParsableArguments.swift:63:55: error: cannot find 'stderr' in scope
 61 | struct StandardError: TextOutputStream {
 62 |   mutating func write(_ string: String) {
 63 |     for byte in string.utf8 { putc(numericCast(byte), stderr) }
    |                                                       `- error: cannot find 'stderr' in scope
 64 |   }
 65 | }
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Types/ParsableArguments.swift:63:36: error: generic parameter 'U' could not be inferred
 61 | struct StandardError: TextOutputStream {
 62 |   mutating func write(_ string: String) {
 63 |     for byte in string.utf8 { putc(numericCast(byte), stderr) }
    |                                    `- error: generic parameter 'U' could not be inferred
 64 |   }
 65 | }
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:180:7: error: cannot find '_exit' in scope
178 |   ) -> Never {
179 |     guard let error = error else {
180 |       _exit(ExitCode.success.rawValue)
    |       `- error: cannot find '_exit' in scope
181 |     }
182 |
/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:192:5: error: cannot find '_exit' in scope
190 |       }
191 |     }
192 |     _exit(messageInfo.exitCode.rawValue)
    |     `- error: cannot find '_exit' in scope
193 |   }
194 |
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Types/ParsableArguments.swift:63:31: error: cannot find 'putc' in scope
 61 | struct StandardError: TextOutputStream {
 62 |   mutating func write(_ string: String) {
 63 |     for byte in string.utf8 { putc(numericCast(byte), stderr) }
    |                               `- error: cannot find 'putc' in scope
 64 |   }
 65 | }
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Types/ParsableArguments.swift:63:55: error: cannot find 'stderr' in scope
 61 | struct StandardError: TextOutputStream {
 62 |   mutating func write(_ string: String) {
 63 |     for byte in string.utf8 { putc(numericCast(byte), stderr) }
    |                                                       `- error: cannot find 'stderr' in scope
 64 |   }
 65 | }
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Types/ParsableArguments.swift:63:36: error: generic parameter 'U' could not be inferred
 61 | struct StandardError: TextOutputStream {
 62 |   mutating func write(_ string: String) {
 63 |     for byte in string.utf8 { putc(numericCast(byte), stderr) }
    |                                    `- error: generic parameter 'U' could not be inferred
 64 |   }
 65 | }
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:180:7: error: cannot find '_exit' in scope
178 |   ) -> Never {
179 |     guard let error = error else {
180 |       _exit(ExitCode.success.rawValue)
    |       `- error: cannot find '_exit' in scope
181 |     }
182 |
/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:192:5: error: cannot find '_exit' in scope
190 |       }
191 |     }
192 |     _exit(messageInfo.exitCode.rawValue)
    |     `- error: cannot find '_exit' in scope
193 |   }
194 |
[53/84] Compiling ArgumentParser ExpressibleByArgument.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 |
/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 |
[58/84] Wrapping AST for SwiftImageReadWrite for debugging
[59/84] Wrapping AST for QRCodeDetector for debugging
[60/84] Write Objects.LinkFileList
[62/84] Compiling QRCodeGenerator QRSegment.swift
[62/84] Linking libQRCodeDetector.so
[64/84] Compiling ArgumentParser ArgumentDefinition.swift
[65/84] Compiling ArgumentParser ArgumentSet.swift
[66/84] Compiling ArgumentParser CommandParser.swift
[67/84] Compiling ArgumentParser InputOrigin.swift
[68/84] Compiling QRCodeGenerator BitBuffer.swift
[69/84] Emitting module QRCodeGenerator
[70/84] Compiling QRCodeGenerator QRCode.swift
[72/85] Compiling ArgumentParser UsageGenerator.swift
[73/85] Compiling ArgumentParser SequenceExtensions.swift
[74/85] Compiling ArgumentParser StringExtensions.swift
[75/85] Compiling ArgumentParser Tree.swift
[75/85] Wrapping AST for QRCodeGenerator for debugging
BUILD FAILURE 6.1 android