The Swift Package Index logo.Swift Package Index

Build Information

Failed to build HarfBuzz with Swift 5.7 for macOS (Xcode) using Xcode 14.2 at 2.74.0.

Build Command

env DEVELOPER_DIR="/Applications/Xcode-14.2.0.app" xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride="$PWD/.dependencies" -derivedDataPath "$PWD/.derivedData" build -scheme HarfBuzz -destination 'platform=macos,arch=arm64'

Build Log

========================================
RunAll
========================================
Builder version: 4.21.4
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/rhx/SwiftHarfBuzz.git
Reference: 2.74.0
Initialized empty Git repository in /Users/builder/builds/o86TiJKT/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/rhx/SwiftHarfBuzz
 * tag               2.74.0     -> FETCH_HEAD
HEAD is now at b323f20 Merge branch 'development'
Cloned https://github.com/rhx/SwiftHarfBuzz.git into spi-builder-workspace
b323f200e3c9de6c20759465ba70e5a853fec228
SUCCESS checkout https://github.com/rhx/SwiftHarfBuzz.git at 2.74.0
========================================
Build
========================================
Selected platform:         macosXcodebuild
Swift version:             5.7
Building package at path:  spi-builder-workspace
Command line invocation:
/Applications/Xcode-14.2.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/builder/builds/o86TiJKT/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies -resolvePackageDependencies

User defaults from command line:
    IDEClonedSourcePackagesDirPathOverride = /Users/builder/builds/o86TiJKT/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies
    IDEPackageSupportUseBuiltinSCM = YES

Resolve Package Graph

Fetching from https://github.com/rhx/gir2swift.git (cached)

Fetching from https://github.com/rhx/SwiftGObject.git (cached)

Fetching from https://github.com/rhx/SwiftLibXML.git (cached)

Fetching from https://github.com/rhx/SwiftGLib.git (cached)

Fetching from https://github.com/apple/swift-docc-plugin (cached)

Fetching from https://github.com/apple/swift-argument-parser (cached)

Fetching from https://github.com/jpsim/Yams.git (cached)
Fetching from https://github.com/apple/swift-docc-symbolkit (cached)

Cloning local copy of package ‘gir2swift’

Checking out main of package ‘gir2swift’


Cloning local copy of package ‘SwiftLibXML’

Checking out main of package ‘SwiftLibXML’

Cloning local copy of package ‘swift-docc-symbolkit’

Checking out 1.0.0 of package ‘swift-docc-symbolkit’

Cloning local copy of package ‘SwiftGLib’

Checking out main of package ‘SwiftGLib’


Cloning local copy of package ‘swift-argument-parser’

Checking out 1.2.2 of package ‘swift-argument-parser’

Cloning local copy of package ‘Yams’

Checking out 4.0.6 of package ‘Yams’

Cloning local copy of package ‘swift-docc-plugin’

Checking out 1.3.0 of package ‘swift-docc-plugin’

Cloning local copy of package ‘SwiftGObject’

Checking out main of package ‘SwiftGObject’

failed to retrieve search paths with pkg-config; maybe pkg-config is not installed
you may be able to install harfbuzz-gobject using your system-packager:
    brew install harfbuzz glib glib-networking gobject-introspection
you may be able to install gio-unix-2.0 using your system-packager:
    brew install glib glib-networking gobject-introspection
Resolve Package Graph
2023-07-29 05:12:53.732 xcodebuild[78978:242260] [MT] IDEFileReferenceDebug: [Load] <IDESwiftPackageCore.IDESwiftPackageSpecialFolderFileReference, 0x600003df6300: name:Documentation.docc path:group:Documentation.docc> Failed to load container at path: /Users/builder/builds/o86TiJKT/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/swift-argument-parser/Sources/ArgumentParser/Documentation.docc, Error: Error Domain=com.apple.dt.IDEContainerErrorDomain Code=6 "Cannot open "Documentation.docc" as a "Swift Package Folder" because it is already open as a "Folder"." UserInfo={NSLocalizedDescription=Cannot open "Documentation.docc" as a "Swift Package Folder" because it is already open as a "Folder".}
2023-07-29 05:12:53.742 xcodebuild[78978:242260] [MT] IDEFileReferenceDebug: [Load] <IDESwiftPackageCore.IDESwiftPackageSpecialFolderFileReference, 0x600003d00f00: name:SymbolKit.docc path:group:SymbolKit.docc> Failed to load container at path: /Users/builder/builds/o86TiJKT/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/swift-docc-symbolkit/Sources/SymbolKit/SymbolKit.docc, Error: Error Domain=com.apple.dt.IDEContainerErrorDomain Code=6 "Cannot open "SymbolKit.docc" as a "Swift Package Folder" because it is already open as a "Folder"." UserInfo={NSLocalizedDescription=Cannot open "SymbolKit.docc" as a "Swift Package Folder" because it is already open as a "Folder".}

Resolved source packages:
  gir2swift: https://github.com/rhx/gir2swift.git @ main
  SwiftLibXML: https://github.com/rhx/SwiftLibXML.git @ main
  GLibObject: https://github.com/rhx/SwiftGObject.git @ main
  SymbolKit: https://github.com/apple/swift-docc-symbolkit @ 1.0.0
  swift-argument-parser: https://github.com/apple/swift-argument-parser @ 1.2.2
  Yams: https://github.com/jpsim/Yams.git @ 4.0.6
  SwiftDocCPlugin: https://github.com/apple/swift-docc-plugin @ 1.3.0
  GLib: https://github.com/rhx/SwiftGLib.git @ main
  HarfBuzz: /Users/builder/builds/o86TiJKT/3/finestructure/swiftpackageindex-builder/spi-builder-workspace

resolved source packages: gir2swift, SwiftLibXML, GLibObject, SymbolKit, swift-argument-parser, Yams, SwiftDocCPlugin, GLib, HarfBuzz
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "HarfBuzz"
    ]
  }
}
Running build ...
env DEVELOPER_DIR="/Applications/Xcode-14.2.0.app" xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride="$PWD/.dependencies" -derivedDataPath "$PWD/.derivedData" build -scheme HarfBuzz -destination 'platform=macos,arch=arm64'
Command line invocation:
    /Applications/Xcode-14.2.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/builder/builds/o86TiJKT/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies -derivedDataPath /Users/builder/builds/o86TiJKT/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData build -scheme HarfBuzz -destination platform=macos,arch=arm64

User defaults from command line:
    IDEClonedSourcePackagesDirPathOverride = /Users/builder/builds/o86TiJKT/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies
    IDEDerivedDataPathOverride = /Users/builder/builds/o86TiJKT/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData
    IDEPackageSupportUseBuiltinSCM = YES

Resolve Package Graph
failed to retrieve search paths with pkg-config; maybe pkg-config is not installed
you may be able to install harfbuzz-gobject using your system-packager:
    brew install harfbuzz glib glib-networking gobject-introspection

Resolved source packages:
  Yams: https://github.com/jpsim/Yams.git @ 4.0.6
  GLib: https://github.com/rhx/SwiftGLib.git @ main
  SwiftLibXML: https://github.com/rhx/SwiftLibXML.git @ main
  GLibObject: https://github.com/rhx/SwiftGObject.git @ main
  gir2swift: https://github.com/rhx/gir2swift.git @ main
  HarfBuzz: /Users/builder/builds/o86TiJKT/3/finestructure/swiftpackageindex-builder/spi-builder-workspace
  SymbolKit: https://github.com/apple/swift-docc-symbolkit @ 1.0.0
  swift-argument-parser: https://github.com/apple/swift-argument-parser @ 1.2.2
  SwiftDocCPlugin: https://github.com/apple/swift-docc-plugin @ 1.3.0
--- xcodebuild: WARNING: Using the first of multiple matching destinations:
{ platform:macOS, arch:arm64, id:00008103-000604DE26D2001E }
{ platform:macOS, arch:arm64, variant:Mac Catalyst, id:00008103-000604DE26D2001E }
{ platform:macOS, arch:arm64, variant:DriverKit, id:00008103-000604DE26D2001E }
{ platform:macOS, arch:arm64, variant:Designed for [iPad,iPhone], id:00008103-000604DE26D2001E }
2023-07-29 05:12:58.067 xcodebuild[80281:246391] [MT] IDEFileReferenceDebug: [Load] <IDESwiftPackageCore.IDESwiftPackageSpecialFolderFileReference, 0x60000250c600: name:Documentation.docc path:group:Documentation.docc> Failed to load container at path: /Users/builder/builds/o86TiJKT/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/swift-argument-parser/Sources/ArgumentParser/Documentation.docc, Error: Error Domain=com.apple.dt.IDEContainerErrorDomain Code=6 "Cannot open "Documentation.docc" as a "Swift Package Folder" because it is already open as a "Folder"." UserInfo={NSLocalizedDescription=Cannot open "Documentation.docc" as a "Swift Package Folder" because it is already open as a "Folder".}
2023-07-29 05:12:58.078 xcodebuild[80281:246391] [MT] IDEFileReferenceDebug: [Load] <IDESwiftPackageCore.IDESwiftPackageSpecialFolderFileReference, 0x600002503d00: name:SymbolKit.docc path:group:SymbolKit.docc> Failed to load container at path: /Users/builder/builds/o86TiJKT/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/swift-docc-symbolkit/Sources/SymbolKit/SymbolKit.docc, Error: Error Domain=com.apple.dt.IDEContainerErrorDomain Code=6 "Cannot open "SymbolKit.docc" as a "Swift Package Folder" because it is already open as a "Folder"." UserInfo={NSLocalizedDescription=Cannot open "SymbolKit.docc" as a "Swift Package Folder" because it is already open as a "Folder".}
you may be able to install gio-unix-2.0 using your system-packager:
    brew install glib glib-networking gobject-introspection

Resolve Package Graph
you may be able to install harfbuzz-gobject using your system-packager:
    brew install harfbuzz glib glib-networking gobject-introspection
you may be able to install gio-unix-2.0 using your system-packager:
    brew install glib glib-networking gobject-introspection

Prepare packages


** BUILD INTERRUPTED **


The following build commands failed:
	Validate plug-in “gir2swift-plugin” in package “gir2swift”
	eyJ0eXBlIjp7ImJsdWVwcmludFByb3ZpZGVyIjp7fX0sImJsdWVwcmludFByb3ZpZGVyX3Byb3ZpZGVyRmlsZVBhdGhTdHJpbmciOiJcL1VzZXJzXC9idWlsZGVyXC9idWlsZHNcL284NlRpSktUXC8zXC9maW5lc3RydWN0dXJlXC9zd2lmdHBhY2thZ2VpbmRleC1idWlsZGVyXC9zcGktYnVpbGRlci13b3Jrc3BhY2UifQ==
(2 failures)
ShellOut encountered an error
Status code: 75
Message: "--- xcodebuild: WARNING: Using the first of multiple matching destinations:
{ platform:macOS, arch:arm64, id:00008103-000604DE26D2001E }
{ platform:macOS, arch:arm64, variant:Mac Catalyst, id:00008103-000604DE26D2001E }
{ platform:macOS, arch:arm64, variant:DriverKit, id:00008103-000604DE26D2001E }
{ platform:macOS, arch:arm64, variant:Designed for [iPad,iPhone], id:00008103-000604DE26D2001E }
2023-07-29 05:12:58.067 xcodebuild[80281:246391] [MT] IDEFileReferenceDebug: [Load] <IDESwiftPackageCore.IDESwiftPackageSpecialFolderFileReference, 0x60000250c600: name:Documentation.docc path:group:Documentation.docc> Failed to load container at path: /Users/builder/builds/o86TiJKT/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/swift-argument-parser/Sources/ArgumentParser/Documentation.docc, Error: Error Domain=com.apple.dt.IDEContainerErrorDomain Code=6 "Cannot open "Documentation.docc" as a "Swift Package Folder" because it is already open as a "Folder"." UserInfo={NSLocalizedDescription=Cannot open "Documentation.docc" as a "Swift Package Folder" because it is already open as a "Folder".}
2023-07-29 05:12:58.078 xcodebuild[80281:246391] [MT] IDEFileReferenceDebug: [Load] <IDESwiftPackageCore.IDESwiftPackageSpecialFolderFileReference, 0x600002503d00: name:SymbolKit.docc path:group:SymbolKit.docc> Failed to load container at path: /Users/builder/builds/o86TiJKT/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/swift-docc-symbolkit/Sources/SymbolKit/SymbolKit.docc, Error: Error Domain=com.apple.dt.IDEContainerErrorDomain Code=6 "Cannot open "SymbolKit.docc" as a "Swift Package Folder" because it is already open as a "Folder"." UserInfo={NSLocalizedDescription=Cannot open "SymbolKit.docc" as a "Swift Package Folder" because it is already open as a "Folder".}
** BUILD INTERRUPTED **


The following build commands failed:
	Validate plug-in “gir2swift-plugin” in package “gir2swift”
	eyJ0eXBlIjp7ImJsdWVwcmludFByb3ZpZGVyIjp7fX0sImJsdWVwcmludFByb3ZpZGVyX3Byb3ZpZGVyRmlsZVBhdGhTdHJpbmciOiJcL1VzZXJzXC9idWlsZGVyXC9idWlsZHNcL284NlRpSktUXC8zXC9maW5lc3RydWN0dXJlXC9zd2lmdHBhY2thZ2VpbmRleC1idWlsZGVyXC9zcGktYnVpbGRlci13b3Jrc3BhY2UifQ==
(2 failures)"
Output: "Command line invocation:
    /Applications/Xcode-14.2.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/builder/builds/o86TiJKT/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies -derivedDataPath /Users/builder/builds/o86TiJKT/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData build -scheme HarfBuzz -destination platform=macos,arch=arm64

User defaults from command line:
    IDEClonedSourcePackagesDirPathOverride = /Users/builder/builds/o86TiJKT/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies
    IDEDerivedDataPathOverride = /Users/builder/builds/o86TiJKT/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData
    IDEPackageSupportUseBuiltinSCM = YES

Resolve Package Graph
failed to retrieve search paths with pkg-config; maybe pkg-config is not installedyou may be able to install harfbuzz-gobject using your system-packager:
    brew install harfbuzz glib glib-networking gobject-introspection

Resolved source packages:
  Yams: https://github.com/jpsim/Yams.git @ 4.0.6
  GLib: https://github.com/rhx/SwiftGLib.git @ main
  SwiftLibXML: https://github.com/rhx/SwiftLibXML.git @ main
  GLibObject: https://github.com/rhx/SwiftGObject.git @ main
  gir2swift: https://github.com/rhx/gir2swift.git @ main
  HarfBuzz: /Users/builder/builds/o86TiJKT/3/finestructure/swiftpackageindex-builder/spi-builder-workspace
  SymbolKit: https://github.com/apple/swift-docc-symbolkit @ 1.0.0
  swift-argument-parser: https://github.com/apple/swift-argument-parser @ 1.2.2
  SwiftDocCPlugin: https://github.com/apple/swift-docc-plugin @ 1.3.0

you may be able to install gio-unix-2.0 using your system-packager:
    brew install glib glib-networking gobject-introspection

Resolve Package Graph
you may be able to install harfbuzz-gobject using your system-packager:
    brew install harfbuzz glib glib-networking gobject-introspection
you may be able to install gio-unix-2.0 using your system-packager:
    brew install glib glib-networking gobject-introspection

Prepare packages


"
Retrying in 0.0 seconds ...
Building ... (attempt 2)
Command line invocation:
    /Applications/Xcode-14.2.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/builder/builds/o86TiJKT/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies -derivedDataPath /Users/builder/builds/o86TiJKT/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData build -scheme HarfBuzz -destination platform=macos,arch=arm64

User defaults from command line:
    IDEClonedSourcePackagesDirPathOverride = /Users/builder/builds/o86TiJKT/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies
    IDEDerivedDataPathOverride = /Users/builder/builds/o86TiJKT/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData
    IDEPackageSupportUseBuiltinSCM = YES
Resolve Package Graph

Resolved source packages:
  GLibObject: https://github.com/rhx/SwiftGObject.git @ main
  swift-argument-parser: https://github.com/apple/swift-argument-parser @ 1.2.2
  Yams: https://github.com/jpsim/Yams.git @ 4.0.6
  GLib: https://github.com/rhx/SwiftGLib.git @ main
  HarfBuzz: /Users/builder/builds/o86TiJKT/3/finestructure/swiftpackageindex-builder/spi-builder-workspace
  SwiftDocCPlugin: https://github.com/apple/swift-docc-plugin @ 1.3.0
  SymbolKit: https://github.com/apple/swift-docc-symbolkit @ 1.0.0
  gir2swift: https://github.com/rhx/gir2swift.git @ main
  SwiftLibXML: https://github.com/rhx/SwiftLibXML.git @ main
failed to retrieve search paths with pkg-config; maybe pkg-config is not installed
--- xcodebuild: WARNING: Using the first of multiple matching destinations:
{ platform:macOS, arch:arm64, id:00008103-000604DE26D2001E }
{ platform:macOS, arch:arm64, variant:Mac Catalyst, id:00008103-000604DE26D2001E }
{ platform:macOS, arch:arm64, variant:DriverKit, id:00008103-000604DE26D2001E }
{ platform:macOS, arch:arm64, variant:Designed for [iPad,iPhone], id:00008103-000604DE26D2001E }
you may be able to install harfbuzz-gobject using your system-packager:
    brew install harfbuzz glib glib-networking gobject-introspection
you may be able to install gio-unix-2.0 using your system-packager:
    brew install glib glib-networking gobject-introspection

Prepare packages


** BUILD INTERRUPTED **


The following build commands failed:
	Validate plug-in “gir2swift-plugin” in package “gir2swift”
	eyJ0eXBlIjp7ImJsdWVwcmludFByb3ZpZGVyIjp7fX0sImJsdWVwcmludFByb3ZpZGVyX3Byb3ZpZGVyRmlsZVBhdGhTdHJpbmciOiJcL1VzZXJzXC9idWlsZGVyXC9idWlsZHNcL284NlRpSktUXC8zXC9maW5lc3RydWN0dXJlXC9zd2lmdHBhY2thZ2VpbmRleC1idWlsZGVyXC9zcGktYnVpbGRlci13b3Jrc3BhY2UifQ==
(2 failures)
ShellOut encountered an error
Status code: 75
Message: "--- xcodebuild: WARNING: Using the first of multiple matching destinations:
{ platform:macOS, arch:arm64, id:00008103-000604DE26D2001E }
{ platform:macOS, arch:arm64, variant:Mac Catalyst, id:00008103-000604DE26D2001E }
{ platform:macOS, arch:arm64, variant:DriverKit, id:00008103-000604DE26D2001E }
{ platform:macOS, arch:arm64, variant:Designed for [iPad,iPhone], id:00008103-000604DE26D2001E }
** BUILD INTERRUPTED **


The following build commands failed:
	Validate plug-in “gir2swift-plugin” in package “gir2swift”
	eyJ0eXBlIjp7ImJsdWVwcmludFByb3ZpZGVyIjp7fX0sImJsdWVwcmludFByb3ZpZGVyX3Byb3ZpZGVyRmlsZVBhdGhTdHJpbmciOiJcL1VzZXJzXC9idWlsZGVyXC9idWlsZHNcL284NlRpSktUXC8zXC9maW5lc3RydWN0dXJlXC9zd2lmdHBhY2thZ2VpbmRleC1idWlsZGVyXC9zcGktYnVpbGRlci13b3Jrc3BhY2UifQ==
(2 failures)"
Output: "Command line invocation:
    /Applications/Xcode-14.2.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/builder/builds/o86TiJKT/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies -derivedDataPath /Users/builder/builds/o86TiJKT/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData build -scheme HarfBuzz -destination platform=macos,arch=arm64

User defaults from command line:
    IDEClonedSourcePackagesDirPathOverride = /Users/builder/builds/o86TiJKT/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies
    IDEDerivedDataPathOverride = /Users/builder/builds/o86TiJKT/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData
    IDEPackageSupportUseBuiltinSCM = YES

Resolve Package Graph

Resolved source packages:
  GLibObject: https://github.com/rhx/SwiftGObject.git @ main
  swift-argument-parser: https://github.com/apple/swift-argument-parser @ 1.2.2
  Yams: https://github.com/jpsim/Yams.git @ 4.0.6
  GLib: https://github.com/rhx/SwiftGLib.git @ main
  HarfBuzz: /Users/builder/builds/o86TiJKT/3/finestructure/swiftpackageindex-builder/spi-builder-workspace
  SwiftDocCPlugin: https://github.com/apple/swift-docc-plugin @ 1.3.0
  SymbolKit: https://github.com/apple/swift-docc-symbolkit @ 1.0.0
  gir2swift: https://github.com/rhx/gir2swift.git @ main
  SwiftLibXML: https://github.com/rhx/SwiftLibXML.git @ main

failed to retrieve search paths with pkg-config; maybe pkg-config is not installedyou may be able to install harfbuzz-gobject using your system-packager:
    brew install harfbuzz glib glib-networking gobject-introspection
you may be able to install gio-unix-2.0 using your system-packager:
    brew install glib glib-networking gobject-introspection

Prepare packages


"
BUILD FAILURE 5.7 macosXcodebuild

Build Machine: Mac 5