Build URL: https://ci.swift.org/job/oss-swift-incremental-RA-linux-ubuntu-16_04/16156/ Project: oss-swift-incremental-RA-linux-ubuntu-16_04 Date of build: Fri, 19 Mar 2021 06:21:08 -0500 Build duration: 53 min
[ossa][frontend] Separately namespace enable-ossa-modules in the prebuilt module cache so that the flag causes recompilation of imported resilient modules when the flag is enabled.
edit: unittests/FrontendTool/ModuleLoadingTests.cpp
add: test/ModuleInterface/ossa-modules/Inputs/sdk-test-stdlib-no-ossa-referent-no-rebuild-remark.swift
edit: include/swift/Frontend/ModuleInterfaceLoader.h
add: test/ModuleInterface/ossa-modules/different-modes-have-different-hashes.swift
delete: test/ModuleInterface/swift_build_sdk_interfaces/lit.local.cfg
edit: lib/Frontend/Frontend.cpp
add: test/ModuleInterface/ossa-modules/Inputs/sdk-test-stdlib-no-ossa-referent-with-rebuild-remark.swift
add: test/ModuleInterface/ossa-modules/sdk-test-stdlib-ossa.swift
edit: lib/Frontend/ModuleInterfaceLoader.cpp
edit: lib/FrontendTool/FrontendTool.cpp
add: test/ModuleInterface/ossa-modules/different-modes-have-same-interface-file.swift
edit: lib/Serialization/ModuleFormat.h
edit: lib/DependencyScan/ScanDependencies.cpp
add: test/ModuleInterface/lit.local.cfg
add: test/ModuleInterface/ossa-modules/sdk-test-stdlib-no-ossa.swift
Commit ae835036cb0bbe93ae8d1509e10ba6ccbfb6e72b by mgottesman:
[ossa-modules] Add a new lit pattern %relative-platform-module-dir-prefix so tests can use the proper prefix to have Swift find a fake sdk module.
Commit 05f8d933da039c34898a707f123ffe3bd84bb75a by mgottesman:
Eliminate a subshell from a test so test works on windows.
Commit 9579390024214a437f77505b0a77e62119e39377 by dgregor:
[SE-0304] Rename ConcurrentValue to Sendable
Commit 508274c90e6536e504039840cec027a19cbd7199 by dgregor:
Update "non-concurrent-value" diagnostics to say "non-sendable"
Commit 52096a640e74a9abd07a39b3f5731f6599ce6e7a by dgregor:
SE-0302: Rename ConcurrentValue/@concurrent to Sendable/@Sendable.
Commit b930f43e843875786a3ba0aada1f3e75aed653c2 by mgottesman:
[swift] Update lldb for new option to ModuleInterfaceCheckerImpl.