The Swift Package Index logo.Swift Package Index

Build Information

Failed to build hokusai, reference main (d1b0e2), with Swift 6.1 for macOS (SPM) on 23 Apr 2026 11:12:15 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/ivantokar/hokusai.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/ivantokar/hokusai
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at d1b0e28 docs(comments): apply familiar comment contract across codebase (#12)
Cloned https://github.com/ivantokar/hokusai.git
Revision (git rev-parse @):
d1b0e282698260b3ed67b7944c22502d212efddb
SUCCESS checkout https://github.com/ivantokar/hokusai.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/ivantokar/hokusai.git
https://github.com/ivantokar/hokusai.git
{
  "dependencies" : [
    {
      "identity" : "swift-testing",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.7.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-testing.git"
    },
    {
      "identity" : "swift-argument-parser",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.5.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-argument-parser.git"
    },
    {
      "identity" : "prompt",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/ivantokar/prompt.git"
    }
  ],
  "manifest_display_name" : "hokusai",
  "name" : "hokusai",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "Hokusai",
      "targets" : [
        "Hokusai"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "hokusai",
      "targets" : [
        "HokusaiCLI"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "HokusaiTests",
      "module_type" : "SwiftTarget",
      "name" : "HokusaiTests",
      "path" : "Tests/HokusaiTests",
      "product_dependencies" : [
        "Testing"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/HokusaiTests/Fixtures",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "HokusaiTests.swift"
      ],
      "target_dependencies" : [
        "Hokusai"
      ],
      "type" : "test"
    },
    {
      "c99name" : "HokusaiCLI",
      "module_type" : "SwiftTarget",
      "name" : "HokusaiCLI",
      "path" : "Sources/HokusaiCLI",
      "product_dependencies" : [
        "ArgumentParser",
        "Prompt"
      ],
      "product_memberships" : [
        "hokusai"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "Hokusai"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "Hokusai",
      "module_type" : "SwiftTarget",
      "name" : "Hokusai",
      "path" : "Sources/Hokusai",
      "product_memberships" : [
        "Hokusai",
        "hokusai"
      ],
      "sources" : [
        "Backend/ImageBackend.swift",
        "Backend/VipsBackend.swift",
        "Errors/HokusaiError.swift",
        "Hokusai.swift",
        "HokusaiImage.swift",
        "Models/Enums.swift",
        "Models/ImageFormat.swift",
        "Models/ImageMetadata.swift",
        "Models/ResizeOptions.swift",
        "Models/TextOptions.swift",
        "Operations/Composite.swift",
        "Operations/Convert.swift",
        "Operations/Crop.swift",
        "Operations/Resize.swift",
        "Operations/Rotate.swift",
        "Operations/Text.swift"
      ],
      "target_dependencies" : [
        "CVips"
      ],
      "type" : "library"
    },
    {
      "c99name" : "CVips",
      "module_type" : "SystemLibraryTarget",
      "name" : "CVips",
      "path" : "Sources/CVips",
      "product_memberships" : [
        "Hokusai",
        "hokusai"
      ],
      "sources" : [
      ],
      "type" : "system-target"
    }
  ],
  "tools_version" : "6.0"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats
[1/1] Compiling plugin GenerateManual
[2/2] Compiling plugin GenerateDoccReference
Building for debugging...
[2/13] Write sources
[3/13] Write hokusai-entitlement.plist
[3/13] Write sources
[9/13] Write swift-version-2F0A5646E1D333AE.txt
[11/46] Emitting module ArgumentParserToolInfo
[12/46] Compiling ArgumentParserToolInfo ToolInfo.swift
[13/93] Compiling Rainbow Style.swift
[14/94] Compiling Rainbow StringGenerator.swift
[15/94] Compiling Rainbow String+ConditionalStyling.swift
[16/94] Compiling Rainbow String+Rainbow.swift
[17/94] Compiling ArgumentParser InputKey.swift
[18/94] Compiling ArgumentParser InputOrigin.swift
[19/94] Compiling ArgumentParser Name.swift
[20/94] Compiling ArgumentParser Parsed.swift
[21/94] Compiling ArgumentParser ParsedValues.swift
[22/99] Emitting module ArgumentParser
[23/99] Compiling ArgumentParser Platform.swift
[24/99] Compiling ArgumentParser SequenceExtensions.swift
[25/99] Compiling ArgumentParser StringExtensions.swift
[26/99] Compiling ArgumentParser SwiftExtensions.swift
[27/99] Compiling ArgumentParser Tree.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "shim.h"
  |         `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/Sources/CVips/shim.h:4:10: error: 'vips/vips.h' file not found
  2 | #define CVIPS_SHIM_H
  3 |
  4 | #include <vips/vips.h>
    |          `- error: 'vips/vips.h' file not found
  5 |
  6 | /**
/Users/admin/builder/spi-builder-workspace/Sources/Hokusai/Backend/VipsBackend.swift:2:8: error: could not build Objective-C module 'CVips'
  1 | import Foundation
  2 | import CVips
    |        `- error: could not build Objective-C module 'CVips'
  3 |
  4 | /// PURPOSE: Own libvips image pointer lifecycle and encode/decode primitives.
[29/99] Compiling ArgumentParser ParsableCommand.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "shim.h"
  |         `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/Sources/CVips/shim.h:4:10: error: 'vips/vips.h' file not found
  2 | #define CVIPS_SHIM_H
  3 |
  4 | #include <vips/vips.h>
    |          `- error: 'vips/vips.h' file not found
  5 |
  6 | /**
/Users/admin/builder/spi-builder-workspace/Sources/Hokusai/Backend/VipsBackend.swift:2:8: error: could not build Objective-C module 'CVips'
  1 | import Foundation
  2 | import CVips
    |        `- error: could not build Objective-C module 'CVips'
  3 |
  4 | /// PURPOSE: Own libvips image pointer lifecycle and encode/decode primitives.
[30/100] Compiling Hokusai Crop.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "shim.h"
  |         `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/Sources/CVips/shim.h:4:10: error: 'vips/vips.h' file not found
  2 | #define CVIPS_SHIM_H
  3 |
  4 | #include <vips/vips.h>
    |          `- error: 'vips/vips.h' file not found
  5 |
  6 | /**
/Users/admin/builder/spi-builder-workspace/Sources/Hokusai/Backend/VipsBackend.swift:2:8: error: could not build Objective-C module 'CVips'
  1 | import Foundation
  2 | import CVips
    |        `- error: could not build Objective-C module 'CVips'
  3 |
  4 | /// PURPOSE: Own libvips image pointer lifecycle and encode/decode primitives.
[31/100] Compiling Hokusai Rotate.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "shim.h"
  |         `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/Sources/CVips/shim.h:4:10: error: 'vips/vips.h' file not found
  2 | #define CVIPS_SHIM_H
  3 |
  4 | #include <vips/vips.h>
    |          `- error: 'vips/vips.h' file not found
  5 |
  6 | /**
/Users/admin/builder/spi-builder-workspace/Sources/Hokusai/Backend/VipsBackend.swift:2:8: error: could not build Objective-C module 'CVips'
  1 | import Foundation
  2 | import CVips
    |        `- error: could not build Objective-C module 'CVips'
  3 |
  4 | /// PURPOSE: Own libvips image pointer lifecycle and encode/decode primitives.
[32/100] Compiling Hokusai Resize.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "shim.h"
  |         `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/Sources/CVips/shim.h:4:10: error: 'vips/vips.h' file not found
  2 | #define CVIPS_SHIM_H
  3 |
  4 | #include <vips/vips.h>
    |          `- error: 'vips/vips.h' file not found
  5 |
  6 | /**
/Users/admin/builder/spi-builder-workspace/Sources/Hokusai/Backend/VipsBackend.swift:2:8: error: could not build Objective-C module 'CVips'
  1 | import Foundation
  2 | import CVips
    |        `- error: could not build Objective-C module 'CVips'
  3 |
  4 | /// PURPOSE: Own libvips image pointer lifecycle and encode/decode primitives.
[33/100] Compiling ArgumentParser BashCompletionsGenerator.swift
[34/100] Compiling ArgumentParser CompletionsGenerator.swift
[37/100] Emitting module Rainbow
[40/100] Compiling ArgumentParser Argument.swift
[41/100] Compiling ArgumentParser ArgumentDiscussion.swift
[42/100] Compiling ArgumentParser FishCompletionsGenerator.swift
[43/100] Compiling ArgumentParser ZshCompletionsGenerator.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[44/100] Emitting module Hokusai
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "shim.h"
  |         `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/Sources/CVips/shim.h:4:10: error: 'vips/vips.h' file not found
  2 | #define CVIPS_SHIM_H
  3 |
  4 | #include <vips/vips.h>
    |          `- error: 'vips/vips.h' file not found
  5 |
  6 | /**
/Users/admin/builder/spi-builder-workspace/Sources/Hokusai/Backend/VipsBackend.swift:2:8: error: could not build Objective-C module 'CVips'
  1 | import Foundation
  2 | import CVips
    |        `- error: could not build Objective-C module 'CVips'
  3 |
  4 | /// PURPOSE: Own libvips image pointer lifecycle and encode/decode primitives.
[45/100] Compiling Rainbow StyledStringBuilder.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "shim.h"
  |         `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/Sources/CVips/shim.h:4:10: error: 'vips/vips.h' file not found
  2 | #define CVIPS_SHIM_H
  3 |
  4 | #include <vips/vips.h>
    |          `- error: 'vips/vips.h' file not found
  5 |
  6 | /**
/Users/admin/builder/spi-builder-workspace/Sources/Hokusai/Backend/VipsBackend.swift:2:8: error: could not build Objective-C module 'CVips'
  1 | import Foundation
  2 | import CVips
    |        `- error: could not build Objective-C module 'CVips'
  3 |
  4 | /// PURPOSE: Own libvips image pointer lifecycle and encode/decode primitives.
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "shim.h"
  |         `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/Sources/CVips/shim.h:4:10: error: 'vips/vips.h' file not found
  2 | #define CVIPS_SHIM_H
  3 |
  4 | #include <vips/vips.h>
    |          `- error: 'vips/vips.h' file not found
  5 |
  6 | /**
/Users/admin/builder/spi-builder-workspace/Sources/Hokusai/Backend/VipsBackend.swift:2:8: error: could not build Objective-C module 'CVips'
  1 | import Foundation
  2 | import CVips
    |        `- error: could not build Objective-C module 'CVips'
  3 |
  4 | /// PURPOSE: Own libvips image pointer lifecycle and encode/decode primitives.
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "shim.h"
  |         `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/Sources/CVips/shim.h:4:10: error: 'vips/vips.h' file not found
  2 | #define CVIPS_SHIM_H
  3 |
  4 | #include <vips/vips.h>
    |          `- error: 'vips/vips.h' file not found
  5 |
  6 | /**
/Users/admin/builder/spi-builder-workspace/Sources/Hokusai/Backend/VipsBackend.swift:2:8: error: could not build Objective-C module 'CVips'
  1 | import Foundation
  2 | import CVips
    |        `- error: could not build Objective-C module 'CVips'
  3 |
  4 | /// PURPOSE: Own libvips image pointer lifecycle and encode/decode primitives.
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "shim.h"
  |         `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/Sources/CVips/shim.h:4:10: error: 'vips/vips.h' file not found
  2 | #define CVIPS_SHIM_H
  3 |
  4 | #include <vips/vips.h>
    |          `- error: 'vips/vips.h' file not found
  5 |
  6 | /**
/Users/admin/builder/spi-builder-workspace/Sources/Hokusai/Backend/VipsBackend.swift:2:8: error: could not build Objective-C module 'CVips'
  1 | import Foundation
  2 | import CVips
    |        `- error: could not build Objective-C module 'CVips'
  3 |
  4 | /// PURPOSE: Own libvips image pointer lifecycle and encode/decode primitives.
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "shim.h"
  |         `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/Sources/CVips/shim.h:4:10: error: 'vips/vips.h' file not found
  2 | #define CVIPS_SHIM_H
  3 |
  4 | #include <vips/vips.h>
    |          `- error: 'vips/vips.h' file not found
  5 |
  6 | /**
/Users/admin/builder/spi-builder-workspace/Sources/Hokusai/Backend/VipsBackend.swift:2:8: error: could not build Objective-C module 'CVips'
  1 | import Foundation
  2 | import CVips
    |        `- error: could not build Objective-C module 'CVips'
  3 |
  4 | /// PURPOSE: Own libvips image pointer lifecycle and encode/decode primitives.
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "shim.h"
  |         `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/Sources/CVips/shim.h:4:10: error: 'vips/vips.h' file not found
  2 | #define CVIPS_SHIM_H
  3 |
  4 | #include <vips/vips.h>
    |          `- error: 'vips/vips.h' file not found
  5 |
  6 | /**
/Users/admin/builder/spi-builder-workspace/Sources/Hokusai/Backend/VipsBackend.swift:2:8: error: could not build Objective-C module 'CVips'
  1 | import Foundation
  2 | import CVips
    |        `- error: could not build Objective-C module 'CVips'
  3 |
  4 | /// PURPOSE: Own libvips image pointer lifecycle and encode/decode primitives.
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "shim.h"
  |         `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/Sources/CVips/shim.h:4:10: error: 'vips/vips.h' file not found
  2 | #define CVIPS_SHIM_H
  3 |
  4 | #include <vips/vips.h>
    |          `- error: 'vips/vips.h' file not found
  5 |
  6 | /**
/Users/admin/builder/spi-builder-workspace/Sources/Hokusai/Backend/VipsBackend.swift:2:8: error: could not build Objective-C module 'CVips'
  1 | import Foundation
  2 | import CVips
    |        `- error: could not build Objective-C module 'CVips'
  3 |
  4 | /// PURPOSE: Own libvips image pointer lifecycle and encode/decode primitives.
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "shim.h"
  |         `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/Sources/CVips/shim.h:4:10: error: 'vips/vips.h' file not found
  2 | #define CVIPS_SHIM_H
  3 |
  4 | #include <vips/vips.h>
    |          `- error: 'vips/vips.h' file not found
  5 |
  6 | /**
/Users/admin/builder/spi-builder-workspace/Sources/Hokusai/Backend/VipsBackend.swift:2:8: error: could not build Objective-C module 'CVips'
  1 | import Foundation
  2 | import CVips
    |        `- error: could not build Objective-C module 'CVips'
  3 |
  4 | /// PURPOSE: Own libvips image pointer lifecycle and encode/decode primitives.
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "shim.h"
  |         `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/Sources/CVips/shim.h:4:10: error: 'vips/vips.h' file not found
  2 | #define CVIPS_SHIM_H
  3 |
  4 | #include <vips/vips.h>
    |          `- error: 'vips/vips.h' file not found
  5 |
  6 | /**
/Users/admin/builder/spi-builder-workspace/Sources/Hokusai/Backend/VipsBackend.swift:2:8: error: could not build Objective-C module 'CVips'
  1 | import Foundation
  2 | import CVips
    |        `- error: could not build Objective-C module 'CVips'
  3 |
  4 | /// PURPOSE: Own libvips image pointer lifecycle and encode/decode primitives.
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "shim.h"
  |         `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/Sources/CVips/shim.h:4:10: error: 'vips/vips.h' file not found
  2 | #define CVIPS_SHIM_H
  3 |
  4 | #include <vips/vips.h>
    |          `- error: 'vips/vips.h' file not found
  5 |
  6 | /**
/Users/admin/builder/spi-builder-workspace/Sources/Hokusai/Backend/VipsBackend.swift:2:8: error: could not build Objective-C module 'CVips'
  1 | import Foundation
  2 | import CVips
    |        `- error: could not build Objective-C module 'CVips'
  3 |
  4 | /// PURPOSE: Own libvips image pointer lifecycle and encode/decode primitives.
[56/100] Compiling ArgumentParser CodingKeyValidator.swift
[57/100] Compiling ArgumentParser NonsenseFlagsValidator.swift
[58/100] Compiling ArgumentParser ParsableArgumentsValidation.swift
[59/100] Compiling ArgumentParser PositionalArgumentsValidator.swift
[60/100] Compiling ArgumentParser UniqueNamesValidator.swift
[61/100] Compiling ArgumentParser ArgumentHelp.swift
[62/100] Compiling ArgumentParser ArgumentVisibility.swift
[63/100] Compiling ArgumentParser CompletionKind.swift
[64/100] Compiling ArgumentParser Errors.swift
[65/100] Compiling ArgumentParser Flag.swift
[72/102] Compiling Hokusai Text.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "shim.h"
  |         `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/Sources/CVips/shim.h:4:10: error: 'vips/vips.h' file not found
  2 | #define CVIPS_SHIM_H
  3 |
  4 | #include <vips/vips.h>
    |          `- error: 'vips/vips.h' file not found
  5 |
  6 | /**
/Users/admin/builder/spi-builder-workspace/Sources/Hokusai/Backend/VipsBackend.swift:2:8: error: could not build Objective-C module 'CVips'
  1 | import Foundation
  2 | import CVips
    |        `- error: could not build Objective-C module 'CVips'
  3 |
  4 | /// PURPOSE: Own libvips image pointer lifecycle and encode/decode primitives.
[73/102] Compiling ArgumentParser ParserError.swift
[74/102] Compiling ArgumentParser SplitArguments.swift
[75/102] Compiling ArgumentParser DumpHelpGenerator.swift
[76/102] Compiling ArgumentParser HelpCommand.swift
[77/102] Compiling ArgumentParser HelpGenerator.swift
[78/102] Compiling ArgumentParser NameSpecification.swift
[79/102] Compiling ArgumentParser Option.swift
[80/102] Compiling ArgumentParser OptionGroup.swift
[81/102] Compiling ArgumentParser ParentCommand.swift
[82/102] Compiling ArgumentParser AsyncParsableCommand.swift
[83/102] Compiling ArgumentParser CommandConfiguration.swift
[84/102] Compiling ArgumentParser CommandGroup.swift
[85/102] Compiling ArgumentParser EnumerableFlag.swift
[86/102] Compiling ArgumentParser ExpressibleByArgument.swift
[87/102] Compiling ArgumentParser ParsableArguments.swift
Fetching https://github.com/ivantokar/prompt.git
Fetching https://github.com/apple/swift-testing.git
Fetching https://github.com/apple/swift-argument-parser.git from cache
[1/66] Fetching prompt
[67/37568] Fetching prompt, swift-testing
Fetched https://github.com/apple/swift-argument-parser.git from cache (1.48s)
Fetched https://github.com/ivantokar/prompt.git from cache (2.05s)
Fetched https://github.com/apple/swift-testing.git from cache (2.05s)
Computing version for https://github.com/ivantokar/prompt.git
Computed https://github.com/ivantokar/prompt.git at 1.1.1 (2.57s)
Fetching https://github.com/onevcat/Rainbow.git
[1/1442] Fetching rainbow
Fetched https://github.com/onevcat/Rainbow.git from cache (0.89s)
Computing version for https://github.com/onevcat/Rainbow.git
Computed https://github.com/onevcat/Rainbow.git at 4.2.1 (4.00s)
Computing version for https://github.com/apple/swift-argument-parser.git
Computed https://github.com/apple/swift-argument-parser.git at 1.7.1 (0.52s)
Computing version for https://github.com/apple/swift-testing.git
Computed https://github.com/apple/swift-testing.git at 0.99.0 (0.54s)
Fetching https://github.com/swiftlang/swift-syntax.git from cache
Fetched https://github.com/swiftlang/swift-syntax.git from cache (1.86s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 600.0.1 (4.58s)
Creating working copy for https://github.com/apple/swift-argument-parser.git
Working copy of https://github.com/apple/swift-argument-parser.git resolved at 1.7.1
Creating working copy for https://github.com/swiftlang/swift-syntax.git
Working copy of https://github.com/swiftlang/swift-syntax.git resolved at 600.0.1
Creating working copy for https://github.com/ivantokar/prompt.git
Working copy of https://github.com/ivantokar/prompt.git resolved at 1.1.1
Creating working copy for https://github.com/apple/swift-testing.git
Working copy of https://github.com/apple/swift-testing.git resolved at 0.99.0
Creating working copy for https://github.com/onevcat/Rainbow.git
Working copy of https://github.com/onevcat/Rainbow.git resolved at 4.2.1
warning: failed to retrieve search paths with pkg-config; maybe pkg-config is not installed
warning: you may be able to install vips using your system-packager:
    brew install vips
warning: you may be able to install vips using your system-packager:
    brew install vips
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64
[0/1] Planning build
[1/1] Compiling plugin GenerateManual
[2/2] Compiling plugin GenerateDoccReference
Building for debugging...
[2/6] Write swift-version-2F0A5646E1D333AE.txt
[4/39] Compiling ArgumentParserToolInfo ToolInfo.swift
[5/39] Emitting module ArgumentParserToolInfo
[6/86] Compiling ArgumentParser FishCompletionsGenerator.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "shim.h"
  |         `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/Sources/CVips/shim.h:4:10: error: 'vips/vips.h' file not found
  2 | #define CVIPS_SHIM_H
  3 |
  4 | #include <vips/vips.h>
    |          `- error: 'vips/vips.h' file not found
  5 |
  6 | /**
/Users/admin/builder/spi-builder-workspace/Sources/Hokusai/Backend/VipsBackend.swift:2:8: error: could not build Objective-C module 'CVips'
  1 | import Foundation
  2 | import CVips
    |        `- error: could not build Objective-C module 'CVips'
  3 |
  4 | /// PURPOSE: Own libvips image pointer lifecycle and encode/decode primitives.
[7/86] Compiling ArgumentParser ZshCompletionsGenerator.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "shim.h"
  |         `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/Sources/CVips/shim.h:4:10: error: 'vips/vips.h' file not found
  2 | #define CVIPS_SHIM_H
  3 |
  4 | #include <vips/vips.h>
    |          `- error: 'vips/vips.h' file not found
  5 |
  6 | /**
/Users/admin/builder/spi-builder-workspace/Sources/Hokusai/Backend/VipsBackend.swift:2:8: error: could not build Objective-C module 'CVips'
  1 | import Foundation
  2 | import CVips
    |        `- error: could not build Objective-C module 'CVips'
  3 |
  4 | /// PURPOSE: Own libvips image pointer lifecycle and encode/decode primitives.
[8/87] Compiling Hokusai Crop.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "shim.h"
  |         `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/Sources/CVips/shim.h:4:10: error: 'vips/vips.h' file not found
  2 | #define CVIPS_SHIM_H
  3 |
  4 | #include <vips/vips.h>
    |          `- error: 'vips/vips.h' file not found
  5 |
  6 | /**
/Users/admin/builder/spi-builder-workspace/Sources/Hokusai/Backend/VipsBackend.swift:2:8: error: could not build Objective-C module 'CVips'
  1 | import Foundation
  2 | import CVips
    |        `- error: could not build Objective-C module 'CVips'
  3 |
  4 | /// PURPOSE: Own libvips image pointer lifecycle and encode/decode primitives.
[9/87] Compiling Hokusai Rotate.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "shim.h"
  |         `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/Sources/CVips/shim.h:4:10: error: 'vips/vips.h' file not found
  2 | #define CVIPS_SHIM_H
  3 |
  4 | #include <vips/vips.h>
    |          `- error: 'vips/vips.h' file not found
  5 |
  6 | /**
/Users/admin/builder/spi-builder-workspace/Sources/Hokusai/Backend/VipsBackend.swift:2:8: error: could not build Objective-C module 'CVips'
  1 | import Foundation
  2 | import CVips
    |        `- error: could not build Objective-C module 'CVips'
  3 |
  4 | /// PURPOSE: Own libvips image pointer lifecycle and encode/decode primitives.
[10/87] Compiling ArgumentParser CommandParser.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "shim.h"
  |         `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/Sources/CVips/shim.h:4:10: error: 'vips/vips.h' file not found
  2 | #define CVIPS_SHIM_H
  3 |
  4 | #include <vips/vips.h>
    |          `- error: 'vips/vips.h' file not found
  5 |
  6 | /**
/Users/admin/builder/spi-builder-workspace/Sources/Hokusai/Backend/VipsBackend.swift:2:8: error: could not build Objective-C module 'CVips'
  1 | import Foundation
  2 | import CVips
    |        `- error: could not build Objective-C module 'CVips'
  3 |
  4 | /// PURPOSE: Own libvips image pointer lifecycle and encode/decode primitives.
[11/87] Compiling ArgumentParser InputKey.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "shim.h"
  |         `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/Sources/CVips/shim.h:4:10: error: 'vips/vips.h' file not found
  2 | #define CVIPS_SHIM_H
  3 |
  4 | #include <vips/vips.h>
    |          `- error: 'vips/vips.h' file not found
  5 |
  6 | /**
/Users/admin/builder/spi-builder-workspace/Sources/Hokusai/Backend/VipsBackend.swift:2:8: error: could not build Objective-C module 'CVips'
  1 | import Foundation
  2 | import CVips
    |        `- error: could not build Objective-C module 'CVips'
  3 |
  4 | /// PURPOSE: Own libvips image pointer lifecycle and encode/decode primitives.
[12/87] Compiling Rainbow Style.swift
[13/88] Compiling ArgumentParser ParsableCommand.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "shim.h"
  |         `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/Sources/CVips/shim.h:4:10: error: 'vips/vips.h' file not found
  2 | #define CVIPS_SHIM_H
  3 |
  4 | #include <vips/vips.h>
    |          `- error: 'vips/vips.h' file not found
  5 |
  6 | /**
/Users/admin/builder/spi-builder-workspace/Sources/Hokusai/Backend/VipsBackend.swift:2:8: error: could not build Objective-C module 'CVips'
  1 | import Foundation
  2 | import CVips
    |        `- error: could not build Objective-C module 'CVips'
  3 |
  4 | /// PURPOSE: Own libvips image pointer lifecycle and encode/decode primitives.
[14/88] Compiling ArgumentParser ArgumentDecoder.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "shim.h"
  |         `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/Sources/CVips/shim.h:4:10: error: 'vips/vips.h' file not found
  2 | #define CVIPS_SHIM_H
  3 |
  4 | #include <vips/vips.h>
    |          `- error: 'vips/vips.h' file not found
  5 |
  6 | /**
/Users/admin/builder/spi-builder-workspace/Sources/Hokusai/Backend/VipsBackend.swift:2:8: error: could not build Objective-C module 'CVips'
  1 | import Foundation
  2 | import CVips
    |        `- error: could not build Objective-C module 'CVips'
  3 |
  4 | /// PURPOSE: Own libvips image pointer lifecycle and encode/decode primitives.
[15/88] Compiling ArgumentParser ArgumentDefinition.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "shim.h"
  |         `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/Sources/CVips/shim.h:4:10: error: 'vips/vips.h' file not found
  2 | #define CVIPS_SHIM_H
  3 |
  4 | #include <vips/vips.h>
    |          `- error: 'vips/vips.h' file not found
  5 |
  6 | /**
/Users/admin/builder/spi-builder-workspace/Sources/Hokusai/Backend/VipsBackend.swift:2:8: error: could not build Objective-C module 'CVips'
  1 | import Foundation
  2 | import CVips
    |        `- error: could not build Objective-C module 'CVips'
  3 |
  4 | /// PURPOSE: Own libvips image pointer lifecycle and encode/decode primitives.
[16/88] Compiling ArgumentParser ArgumentSet.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "shim.h"
  |         `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/Sources/CVips/shim.h:4:10: error: 'vips/vips.h' file not found
  2 | #define CVIPS_SHIM_H
  3 |
  4 | #include <vips/vips.h>
    |          `- error: 'vips/vips.h' file not found
  5 |
  6 | /**
/Users/admin/builder/spi-builder-workspace/Sources/Hokusai/Backend/VipsBackend.swift:2:8: error: could not build Objective-C module 'CVips'
  1 | import Foundation
  2 | import CVips
    |        `- error: could not build Objective-C module 'CVips'
  3 |
  4 | /// PURPOSE: Own libvips image pointer lifecycle and encode/decode primitives.
[17/88] Compiling Rainbow String+ConditionalStyling.swift
[18/88] Compiling Rainbow StringGenerator.swift
[19/88] Emitting module Rainbow
[20/88] Compiling Hokusai Resize.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "shim.h"
  |         `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/Sources/CVips/shim.h:4:10: error: 'vips/vips.h' file not found
  2 | #define CVIPS_SHIM_H
  3 |
  4 | #include <vips/vips.h>
    |          `- error: 'vips/vips.h' file not found
  5 |
  6 | /**
/Users/admin/builder/spi-builder-workspace/Sources/Hokusai/Backend/VipsBackend.swift:2:8: error: could not build Objective-C module 'CVips'
  1 | import Foundation
  2 | import CVips
    |        `- error: could not build Objective-C module 'CVips'
  3 |
  4 | /// PURPOSE: Own libvips image pointer lifecycle and encode/decode primitives.
[21/88] Compiling ArgumentParser Argument.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "shim.h"
  |         `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/Sources/CVips/shim.h:4:10: error: 'vips/vips.h' file not found
  2 | #define CVIPS_SHIM_H
  3 |
  4 | #include <vips/vips.h>
    |          `- error: 'vips/vips.h' file not found
  5 |
  6 | /**
/Users/admin/builder/spi-builder-workspace/Sources/Hokusai/Backend/VipsBackend.swift:2:8: error: could not build Objective-C module 'CVips'
  1 | import Foundation
  2 | import CVips
    |        `- error: could not build Objective-C module 'CVips'
  3 |
  4 | /// PURPOSE: Own libvips image pointer lifecycle and encode/decode primitives.
[22/88] Compiling ArgumentParser ArgumentDiscussion.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "shim.h"
  |         `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/Sources/CVips/shim.h:4:10: error: 'vips/vips.h' file not found
  2 | #define CVIPS_SHIM_H
  3 |
  4 | #include <vips/vips.h>
    |          `- error: 'vips/vips.h' file not found
  5 |
  6 | /**
/Users/admin/builder/spi-builder-workspace/Sources/Hokusai/Backend/VipsBackend.swift:2:8: error: could not build Objective-C module 'CVips'
  1 | import Foundation
  2 | import CVips
    |        `- error: could not build Objective-C module 'CVips'
  3 |
  4 | /// PURPOSE: Own libvips image pointer lifecycle and encode/decode primitives.
[25/88] Compiling Rainbow String+Rainbow.swift
[30/88] Compiling ArgumentParser BashCompletionsGenerator.swift
[31/88] Compiling ArgumentParser CompletionsGenerator.swift
[34/88] Compiling Rainbow StyledStringBuilder.swift
[35/88] Compiling Hokusai Text.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "shim.h"
  |         `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/Sources/CVips/shim.h:4:10: error: 'vips/vips.h' file not found
  2 | #define CVIPS_SHIM_H
  3 |
  4 | #include <vips/vips.h>
    |          `- error: 'vips/vips.h' file not found
  5 |
  6 | /**
/Users/admin/builder/spi-builder-workspace/Sources/Hokusai/Backend/VipsBackend.swift:2:8: error: could not build Objective-C module 'CVips'
  1 | import Foundation
  2 | import CVips
    |        `- error: could not build Objective-C module 'CVips'
  3 |
  4 | /// PURPOSE: Own libvips image pointer lifecycle and encode/decode primitives.
error: emit-module command failed with exit code 1 (use -v to see invocation)
[36/88] Emitting module Hokusai
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "shim.h"
  |         `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/Sources/CVips/shim.h:4:10: error: 'vips/vips.h' file not found
  2 | #define CVIPS_SHIM_H
  3 |
  4 | #include <vips/vips.h>
    |          `- error: 'vips/vips.h' file not found
  5 |
  6 | /**
/Users/admin/builder/spi-builder-workspace/Sources/Hokusai/Backend/VipsBackend.swift:2:8: error: could not build Objective-C module 'CVips'
  1 | import Foundation
  2 | import CVips
    |        `- error: could not build Objective-C module 'CVips'
  3 |
  4 | /// PURPOSE: Own libvips image pointer lifecycle and encode/decode primitives.
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "shim.h"
  |         `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/Sources/CVips/shim.h:4:10: error: 'vips/vips.h' file not found
  2 | #define CVIPS_SHIM_H
  3 |
  4 | #include <vips/vips.h>
    |          `- error: 'vips/vips.h' file not found
  5 |
  6 | /**
/Users/admin/builder/spi-builder-workspace/Sources/Hokusai/Backend/VipsBackend.swift:2:8: error: could not build Objective-C module 'CVips'
  1 | import Foundation
  2 | import CVips
    |        `- error: could not build Objective-C module 'CVips'
  3 |
  4 | /// PURPOSE: Own libvips image pointer lifecycle and encode/decode primitives.
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "shim.h"
  |         `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/Sources/CVips/shim.h:4:10: error: 'vips/vips.h' file not found
  2 | #define CVIPS_SHIM_H
  3 |
  4 | #include <vips/vips.h>
    |          `- error: 'vips/vips.h' file not found
  5 |
  6 | /**
/Users/admin/builder/spi-builder-workspace/Sources/Hokusai/Backend/VipsBackend.swift:2:8: error: could not build Objective-C module 'CVips'
  1 | import Foundation
  2 | import CVips
    |        `- error: could not build Objective-C module 'CVips'
  3 |
  4 | /// PURPOSE: Own libvips image pointer lifecycle and encode/decode primitives.
warning: failed to retrieve search paths with pkg-config; maybe pkg-config is not installed
warning: you may be able to install vips using your system-packager:
    brew install vips
warning: you may be able to install vips using your system-packager:
    brew install vips
BUILD FAILURE 6.1 macosSpm