The Swift Package Index logo.Swift Package Index

Build Information

Failed to build Knob with Swift 5.8 for macOS (SPM).

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.33.3
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/bradhowes/Knob.git
Reference: main
Initialized empty Git repository in /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/bradhowes/Knob
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 16e2265 Additional make targets to run KnobDemo
Cloned https://github.com/bradhowes/Knob.git
Revision (git rev-parse @):
16e2265e836fede2bf1a3b8df5a3b32dc26fe4fe
SUCCESS checkout https://github.com/bradhowes/Knob.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.8
Building package at path:  $workDir
https://github.com/bradhowes/Knob.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-14.3.1.app xcrun swift build --arch arm64
Building for debugging...
[1/8] Compiling Knob_iOS KnobView.swift
[2/8] Compiling Knob_iOS Color.swift
[3/8] Emitting module Knob_iOS
[4/8] Compiling Knob_iOS Knob.swift
[5/8] Compiling Knob_macOS Color.swift
[6/8] Emitting module Knob_macOS
[7/8] Compiling Knob_macOS Knob.swift
[8/8] Compiling Knob_macOS NSBezierPath.swift
/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Knob-macOS/Extensions/NSBezierPath.swift:24:13: error: type 'NSBezierPath.ElementType' has no member 'cubicCurveTo'
      case .cubicCurveTo: break
           ~^~~~~~~~~~~~
/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Knob-macOS/Extensions/NSBezierPath.swift:25:13: error: type 'NSBezierPath.ElementType' has no member 'quadraticCurveTo'
      case .quadraticCurveTo: break
           ~^~~~~~~~~~~~~~~~
[9/9] Compiling Knob_macOS KnobView.swift
Fetching https://github.com/pointfreeco/swift-snapshot-testing.git from cache
Fetching https://github.com/apple/swift-syntax.git from cache
Fetched https://github.com/pointfreeco/swift-snapshot-testing.git (0.78s)
Computing version for https://github.com/pointfreeco/swift-snapshot-testing.git
Computed https://github.com/pointfreeco/swift-snapshot-testing.git at 1.15.1 (0.47s)
Fetched https://github.com/apple/swift-syntax.git (1.81s)
Computing version for https://github.com/apple/swift-syntax.git
Computed https://github.com/apple/swift-syntax.git at 509.0.2 (0.10s)
Creating working copy for https://github.com/pointfreeco/swift-snapshot-testing.git
Working copy of https://github.com/pointfreeco/swift-snapshot-testing.git resolved at 1.15.1
Creating working copy for https://github.com/apple/swift-syntax.git
Working copy of https://github.com/apple/swift-syntax.git resolved at 509.0.2
[0/1] Planning build
Building for debugging...
[1/2] Compiling Knob_macOS NSBezierPath.swift
/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Knob-macOS/Extensions/NSBezierPath.swift:24:13: error: type 'NSBezierPath.ElementType' has no member 'cubicCurveTo'
      case .cubicCurveTo: break
           ~^~~~~~~~~~~~
/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Knob-macOS/Extensions/NSBezierPath.swift:25:13: error: type 'NSBezierPath.ElementType' has no member 'quadraticCurveTo'
      case .quadraticCurveTo: break
           ~^~~~~~~~~~~~~~~~
[2/2] Emitting module Knob_macOS
BUILD FAILURE 5.8 macosSpm