Report
[FAILURE] oss-swift-5.1-package-osx [#426]
Build URL:
https://ci.swift.org/job/oss-swift-5.1-package-osx/426/
Project:
oss-swift-5.1-package-osx
Date of build:
Wed, 17 Jul 2019 18:30:13 -0500
Build duration:
2 hr 39 min
Changes
-
Commit aee4c918f6eaf6dac1355f1e2a93fcc19383e34a by alaferriere:
Support unavailable and obsoleted attributes on extensions- edit: lib/AST/Attr.cpp
-
Commit 50f3490a501cb4cb1f31a584176fa2b500849922 by alaferriere:
Update tests to check unavailable and obsoleted attributes on extensions- edit: test/attr/attr_availability_swift.swift
- edit: test/attr/attr_availability_osx.swift
-
Commit cdbb98d01383f40d44d2afc7ce4421658bdf9481 by alaferriere:
Allow the use of unavailable types from unavailable code- edit: lib/Sema/TypeCheckAvailability.cpp
- edit: test/attr/attr_availability.swift
-
Commit 315b34e2dd3ed544f3ca260c7a82a30350189540 by spestov:
Sema: Fix crash in addImplicitConstructors()- edit: lib/Sema/CodeSynthesis.cpp
- add: validation-test/compiler_crashers_2_fixed/0200-rdar48994748.swift
-
Commit c33b67ac3a82ea88ff8f1e46c7e1e5b431012163 by jgroff:
Don't allow overloading by opaque types with different constraints.- edit: lib/AST/Decl.cpp
- edit: test/type/opaque.swift