# [FAILURE] oss-swift-5.3-package-osx [#151]
Build URL: https://ci.swift.org/job/oss-swift-5.3-package-osx/151/
Project: oss-swift-5.3-package-osx
Date of build: Fri, 22 May 2020 00:31:37 -0500
Build duration: 52 min
Identified problems:- Sandbox issue: Known sandbox issue
Changes- Commit 65a35bc56a55b45e63276182e588964964fb775f by nhawes:
[SourceKit/CodeFormat] Don't column-align PatternBindingDecl entries in
-
edit: test/SourceKit/CodeFormat/rdar_32789463.swift
-
edit: test/swift-indent/basic.swift
-
edit: lib/IDE/Formatting.cpp
-
edit: test/SourceKit/CodeFormat/indent-multiline-string.swift
-
Commit 63f91d13a7fdd7b98cc4de49b1a705377e4a48b1 by spestov:
PrintAsObjC: Fix crash when printing typedef that was imported inside an
- edit: lib/PrintAsObjC/ModuleContentsWriter.cpp
- add: test/PrintAsObjC/Inputs/imported-generic-typealias.h
- add: test/PrintAsObjC/imported-generic-typealias.swift
-
Commit 20dbf50ca30570a1b505477b089e99c5910b3352 by hborla:
[Property Wrappers] Fix ParamDecl::getDefaultValueStringRepresentation
- edit: lib/AST/Decl.cpp
- add: test/decl/var/property_wrappers_default_init.swift
-
Commit f8cf96e48643090ac98cbe34736a8bace7fee225 by hborla:
[Property Wrappers] For properties that are implicitly default
- edit: lib/Sema/ConstraintSystem.cpp
-
Commit 6ffd432a8966731de9b4317cbe5d8810635689b7 by bigcheesegs:
Use FinishThunk to finish musttail thunks
- edit: clang/lib/CodeGen/CGVTables.cpp
- add: clang/test/CodeGenCXX/thunks-ehspec.cpp
- add: clang/test/CodeGenCXX/ms-thunks-ehspec.cpp