swiftlang / swift-corelibs-libdispatch

The libdispatch Project, (a.k.a. Grand Central Dispatch), for concurrency on multicore hardware
swift.org
Apache License 2.0
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

swift-ci commented 5 years ago
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.

swift-ci commented 5 years ago

Comment by Sarvesh Tamba (JIRA)

This is blocking building of Apple Swift 5 toolchain.