apple/swift-corelibs-libdispatch

[SR-10284] Missing submodule 'Dispatch' while building Apple Swift 5 master on PowerPC64LE

swift-ci opened this issue · 1 comments

Previous ID SR-10284
Radar None
Original Reporter stamba (JIRA User)
Type Bug

Attachment: Download

Environment

PowerPC64LE

Additional Detail from JIRA
Votes 0
Component/s libdispatch
Labels Bug
Assignee None
Priority Medium

md5: de1074a50cea9f1791a175638c377065

Issue 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.

Comment by Sarvesh Tamba (JIRA)

This is blocking building of Apple Swift 5 toolchain.