The libdispatch Project, (a.k.a. Grand Central Dispatch), for concurrency on multicore hardware
2.48k
stars
461
forks
source link
[SR-10284] Missing submodule 'Dispatch' while building Apple Swift 5 master on PowerPC64LE #619
Open
swift-ci opened 5 years ago
Attachment: Download
Environment
PowerPC64LEAdditional Detail from JIRA
| | | |------------------|-----------------| |Votes | 0 | |Component/s | libdispatch | |Labels | Bug | |Assignee | None | |Priority | Medium | md5: de1074a50cea9f1791a175638c377065Issue Description:
Facing the following issue while building the latest Apple Swift 5 master branch(https://github.com/apple/swift.git) on PowerPC64LE
\<unknown>:0: warning: missing submodule 'Dispatch'
/home/sar/swift-source/swift-corelibs-libdispatch/src/swift/Dispatch.swift:13:19: error: no such module 'Dispatch'
@_exported import Dispatch
^
Detail log is attached.
Have there been any recent commits or bad cherry-picks which is causing this, like in https://bugs.swift.org/browse/SR-10014?
P.S.:- I was able to build the master branch as recently as a few days back on PowerPC64LE.