Build Information
Failed to build ScreenDataNavigation, reference main (425bc0
), with Swift 6.2 (beta) for macOS (SPM) on 19 Jun 2025 12:01:37 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/ServerDriven/ScreenDataNavigation-swift.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/ServerDriven/ScreenDataNavigation-swift
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 425bc09 Update FLet package
Cloned https://github.com/ServerDriven/ScreenDataNavigation-swift.git
Revision (git rev-parse @):
425bc09a03e7b41faa64ad8688b6e0c321102fb5
SUCCESS checkout https://github.com/ServerDriven/ScreenDataNavigation-swift.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/ServerDriven/ScreenDataNavigation-swift.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/7] Write sources
[6/7] Write swift-version-1EA4D86E10B52AF.txt
[8/42] Compiling ScreenData SomeContainerView.swift
[9/42] Compiling ScreenData SomeCustomView.swift
[10/42] Compiling ScreenData ViewType.swift
[11/42] Compiling ScreenData SomeButton.swift
[12/43] Compiling ScreenData SomeView.swift
[13/43] Compiling ScreenData SomeScreen.swift
[14/43] Compiling t t.swift
[15/43] Compiling ScreenData ImageAspectScale.swift
[16/43] Compiling ScreenData ViewDirectionAxis.swift
[17/43] Compiling ScreenData DestinationType.swift
[18/43] Compiling ScreenData FontType.swift
[19/43] Compiling ScreenData SomeText.swift
[20/43] Compiling ScreenData SomeStyle.swift
[21/43] Compiling ScreenData SomeView+.swift
[22/43] Compiling ScreenData Destination.swift
[23/43] Compiling ScreenData SomeColor.swift
[24/43] Emitting module ScreenData
[25/43] Compiling t t+Structure.swift
[26/43] Emitting module o
[29/44] Compiling ScreenData SomeImage.swift
[30/44] Compiling ScreenData SomeLabel.swift
[31/44] Compiling ScreenData SomeSpacer.swift
[32/44] Compiling o NotificationUpdate.swift
[33/44] Compiling o NotificationDelete.swift
[34/44] Compiling o NotificationGet.swift
[35/44] Compiling o NotificationDelegate.swift
[36/44] Compiling o NotificationPost.swift
[37/44] Compiling o o+notification.swift
[38/44] Compiling o o+url.swift
[39/44] Compiling o NotificationAuthorization.swift
[40/44] Compiling o o.swift
[41/44] Compiling t t+Factories.swift
[42/44] Compiling t t+Logging.swift
[43/44] Compiling t t+Assertion.swift
[44/44] Emitting module t
[45/46] Emitting module c
[46/46] Compiling c c.swift
[47/48] Compiling FLet FLet.swift
[48/48] Emitting module FLet
[49/50] Emitting module ScreenDataNavigation
[50/50] Compiling ScreenDataNavigation ScreenDataNavigation.swift
/Users/admin/builder/spi-builder-workspace/Sources/ScreenDataNavigation/ScreenDataNavigation.swift:44:29: error: type 'o.url' has no member 'in'
42 | public func screen(forID id: String) -> AnyPublisher<SomeScreen, Error> {
43 | Future { promise in
44 | __.transput.url.in(
| `- error: type 'o.url' has no member 'in'
45 | url: baseURL.appendingPathComponent(id),
46 | successHandler: { (screen: SomeScreen, response) in
Fetching https://github.com/0xOpenBytes/FLet
Fetching https://github.com/ServerDriven/ScreenData-swift
[1/27] Fetching flet
Fetched https://github.com/0xOpenBytes/FLet from cache (0.56s)
[1/330] Fetching screendata-swift
Fetched https://github.com/ServerDriven/ScreenData-swift from cache (0.78s)
Computing version for https://github.com/0xOpenBytes/FLet
Computed https://github.com/0xOpenBytes/FLet at 2.0.0 (1.29s)
Fetching https://github.com/0xOpenBytes/o
Fetching https://github.com/0xOpenBytes/t
Fetching https://github.com/0xOpenBytes/c
[1/237] Fetching c
[20/485] Fetching c, o
[65/853] Fetching c, o, t
Fetched https://github.com/0xOpenBytes/t from cache (0.91s)
Fetched https://github.com/0xOpenBytes/c from cache (0.91s)
Fetched https://github.com/0xOpenBytes/o from cache (0.91s)
Computing version for https://github.com/0xOpenBytes/t
Computed https://github.com/0xOpenBytes/t at 0.2.0 (1.42s)
Computing version for https://github.com/0xOpenBytes/o
Computed https://github.com/0xOpenBytes/o at 0.3.0 (0.47s)
Computing version for https://github.com/ServerDriven/ScreenData-swift
Computed https://github.com/ServerDriven/ScreenData-swift at 0.4.2 (0.48s)
Computing version for https://github.com/0xOpenBytes/c
Computed https://github.com/0xOpenBytes/c at 1.2.0 (0.48s)
Creating working copy for https://github.com/0xOpenBytes/FLet
Working copy of https://github.com/0xOpenBytes/FLet resolved at 2.0.0
Creating working copy for https://github.com/0xOpenBytes/t
Working copy of https://github.com/0xOpenBytes/t resolved at 0.2.0
Creating working copy for https://github.com/0xOpenBytes/o
Working copy of https://github.com/0xOpenBytes/o resolved at 0.3.0
Creating working copy for https://github.com/ServerDriven/ScreenData-swift
Working copy of https://github.com/ServerDriven/ScreenData-swift resolved at 0.4.2
Creating working copy for https://github.com/0xOpenBytes/c
Working copy of https://github.com/0xOpenBytes/c resolved at 1.2.0
BUILD FAILURE 6.2 macosSpm