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 TurtleBuilder, reference 0.1.5 (6f8f62), with Swift 6.2 (beta) for macOS (SPM) on 17 Jun 2025 21:23:06 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/zonble/turtlebuilder.git
Reference: 0.1.5
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/zonble/turtlebuilder
 * tag               0.1.5      -> FETCH_HEAD
HEAD is now at 6f8f626 Updates commands.
Cloned https://github.com/zonble/turtlebuilder.git
Revision (git rev-parse @):
6f8f626109284508900de845b53b951f634638ce
SUCCESS checkout https://github.com/zonble/turtlebuilder.git at 0.1.5
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/zonble/turtlebuilder.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-1EA4D86E10B52AF.txt
[4/5] Compiling TurtleBuilder TurtleBuilder.swift
/Users/admin/builder/spi-builder-workspace/Sources/TurtleBuilder/TurtleBuilder.swift:104:2: warning: '@_functionBuilder' has been renamed to '@resultBuilder'
102 | }
103 |
104 | @_functionBuilder
    |  `- warning: '@_functionBuilder' has been renamed to '@resultBuilder'
105 | /// Function builder for `Turtle`
106 | public struct TurtleBuilder {
/Users/admin/builder/spi-builder-workspace/Sources/TurtleBuilder/TurtleBuilder.swift:138:16: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
136 | 	}
137 |
138 | 	public private (set) lazy var lines = self.complie()
    |                `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
139 | }
140 |
[5/5] Emitting module TurtleBuilder
/Users/admin/builder/spi-builder-workspace/Sources/TurtleBuilder/TurtleBuilder.swift:104:2: warning: '@_functionBuilder' has been renamed to '@resultBuilder'
102 | }
103 |
104 | @_functionBuilder
    |  `- warning: '@_functionBuilder' has been renamed to '@resultBuilder'
105 | /// Function builder for `Turtle`
106 | public struct TurtleBuilder {
/Users/admin/builder/spi-builder-workspace/Sources/TurtleBuilder/TurtleBuilder.swift:138:16: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
136 | 	}
137 |
138 | 	public private (set) lazy var lines = self.complie()
    |                `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
139 | }
140 |
[6/9] Compiling TurtleView Utile.swift
/Users/admin/builder/spi-builder-workspace/Sources/TurtleView/AnimatedTurtleView.swift:2:8: error: no such module 'UIKit'
  1 | import Foundation
  2 | import UIKit
    |        `- error: no such module 'UIKit'
  3 | import TurtleBuilder
  4 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[7/9] Emitting module TurtleView
/Users/admin/builder/spi-builder-workspace/Sources/TurtleView/AnimatedTurtleView.swift:2:8: error: no such module 'UIKit'
  1 | import Foundation
  2 | import UIKit
    |        `- error: no such module 'UIKit'
  3 | import TurtleBuilder
  4 |
[8/9] Compiling TurtleView TurtleView.swift
/Users/admin/builder/spi-builder-workspace/Sources/TurtleView/AnimatedTurtleView.swift:2:8: error: no such module 'UIKit'
  1 | import Foundation
  2 | import UIKit
    |        `- error: no such module 'UIKit'
  3 | import TurtleBuilder
  4 |
[9/9] Compiling TurtleView AnimatedTurtleView.swift
/Users/admin/builder/spi-builder-workspace/Sources/TurtleView/AnimatedTurtleView.swift:2:8: error: no such module 'UIKit'
  1 | import Foundation
  2 | import UIKit
    |        `- error: no such module 'UIKit'
  3 | import TurtleBuilder
  4 |
BUILD FAILURE 6.2 macosSpm