Build Information
Failed to build FSPagerView, reference master (f90ab7
), with Swift 6.1 for macOS (SPM) on 25 Apr 2025 20:08:57 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/WenchaoD/FSPagerView.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/WenchaoD/FSPagerView
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at f90ab7d Merge pull request #379 from esikmalazman/swift-5
Cloned https://github.com/WenchaoD/FSPagerView.git
Revision (git rev-parse @):
f90ab7d2ee6847823708a0a4e11e87c3ee4e6e48
SUCCESS checkout https://github.com/WenchaoD/FSPagerView.git at master
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
"identity": ".resolve-product-dependencies",
"name": "resolve-dependencies",
"url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"dependencies": [
{
"identity": "fspagerview",
"name": "FSPagerView",
"url": "https://github.com/WenchaoD/FSPagerView.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/FSPagerView",
"dependencies": [
]
}
]
}
Fetching https://github.com/WenchaoD/FSPagerView.git
[1/1997] Fetching fspagerview
Fetched https://github.com/WenchaoD/FSPagerView.git from cache (0.98s)
Creating working copy for https://github.com/WenchaoD/FSPagerView.git
Working copy of https://github.com/WenchaoD/FSPagerView.git resolved at master (f90ab7d)
warning: '.resolve-product-dependencies': dependency 'fspagerview' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.1
Building package at path: $PWD
https://github.com/WenchaoD/FSPagerView.git
https://github.com/WenchaoD/FSPagerView.git
{
"dependencies" : [
],
"manifest_display_name" : "FSPagerView",
"name" : "FSPagerView",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "12.0"
}
],
"products" : [
{
"name" : "FSPagerView",
"targets" : [
"FSPagerView"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"swift_languages_versions" : [
"5"
],
"targets" : [
{
"c99name" : "FSPagerView",
"module_type" : "SwiftTarget",
"name" : "FSPagerView",
"path" : "Sources",
"product_memberships" : [
"FSPagerView"
],
"sources" : [
"FSPageControl.swift",
"FSPageViewLayout.swift",
"FSPageViewTransformer.swift",
"FSPagerCollectionView.swift",
"FSPagerView.swift",
"FSPagerViewCell.swift",
"FSPagerViewLayoutAttributes.swift"
],
"type" : "library"
}
],
"tools_version" : "5.9"
}
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 -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-2F0A5646E1D333AE.txt
[3/10] Compiling FSPagerView FSPagerViewCell.swift
/Users/admin/builder/spi-builder-workspace/Sources/FSPageControl.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | @IBDesignable
[4/10] Compiling FSPagerView FSPagerViewLayoutAttributes.swift
/Users/admin/builder/spi-builder-workspace/Sources/FSPageControl.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | @IBDesignable
[5/10] Compiling FSPagerView FSPagerCollectionView.swift
/Users/admin/builder/spi-builder-workspace/Sources/FSPageControl.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | @IBDesignable
[6/10] Compiling FSPagerView FSPagerView.swift
/Users/admin/builder/spi-builder-workspace/Sources/FSPageControl.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | @IBDesignable
error: emit-module command failed with exit code 1 (use -v to see invocation)
[7/10] Compiling FSPagerView FSPageControl.swift
/Users/admin/builder/spi-builder-workspace/Sources/FSPageControl.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | @IBDesignable
[8/10] Emitting module FSPagerView
/Users/admin/builder/spi-builder-workspace/Sources/FSPageControl.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | @IBDesignable
[9/10] Compiling FSPagerView FSPageViewLayout.swift
/Users/admin/builder/spi-builder-workspace/Sources/FSPageControl.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | @IBDesignable
[10/10] Compiling FSPagerView FSPageViewTransformer.swift
/Users/admin/builder/spi-builder-workspace/Sources/FSPageControl.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | @IBDesignable
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-2F0A5646E1D333AE.txt
[2/9] Compiling FSPagerView FSPagerViewCell.swift
/Users/admin/builder/spi-builder-workspace/Sources/FSPageControl.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | @IBDesignable
[3/9] Compiling FSPagerView FSPagerViewLayoutAttributes.swift
/Users/admin/builder/spi-builder-workspace/Sources/FSPageControl.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | @IBDesignable
[4/9] Compiling FSPagerView FSPageViewTransformer.swift
/Users/admin/builder/spi-builder-workspace/Sources/FSPageControl.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | @IBDesignable
[5/9] Compiling FSPagerView FSPagerCollectionView.swift
/Users/admin/builder/spi-builder-workspace/Sources/FSPageControl.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | @IBDesignable
error: emit-module command failed with exit code 1 (use -v to see invocation)
[6/9] Emitting module FSPagerView
/Users/admin/builder/spi-builder-workspace/Sources/FSPageControl.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | @IBDesignable
[7/9] Compiling FSPagerView FSPagerView.swift
/Users/admin/builder/spi-builder-workspace/Sources/FSPageControl.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | @IBDesignable
[8/9] Compiling FSPagerView FSPageControl.swift
/Users/admin/builder/spi-builder-workspace/Sources/FSPageControl.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | @IBDesignable
[9/9] Compiling FSPagerView FSPageViewLayout.swift
/Users/admin/builder/spi-builder-workspace/Sources/FSPageControl.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | @IBDesignable
BUILD FAILURE 6.1 macosSpm