Re: [swift-corelibs-dev] Running TestFoundation in Instruments

2017-08-11 Thread Simon Evans via swift-corelibs-dev
Ian, Did you get it built in the end? I found the solution to the two symbols was to make them `public` instead of `internal` otherwise the functions were optimised away under release builds. However Im still working on getting the TestFoundation fully built with XCTest and SwiftFoundation in R

[swift-corelibs-dev] Running TestFoundation in Instruments

2017-08-03 Thread Ian Partridge via swift-corelibs-dev
Has anyone successfully run the TestFoundation scheme under Instruments? When I "build for profiling" in Xcode 9 beta 4 I see a linker failure: Undefined symbols for architecture x86_64: "___CFInitializeSwift", referenced from: ___CFInitialize in libCoreFoundation.a(CFRuntime.o) "___CFS