Build Information
Successful build of DTFoundation with Swift 5.10 for macOS (SPM).
Build Command
env DEVELOPER_DIR=/Applications/Xcode-15.3.0-Beta.2.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.29.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Cocoanetics/DTFoundation.git
Reference: develop
Initialized empty Git repository in /Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/Cocoanetics/DTFoundation
* branch develop -> FETCH_HEAD
* [new branch] develop -> origin/develop
HEAD is now at 4ff5967 Xcode 13 upgrade check, fixed warning
Cloned https://github.com/Cocoanetics/DTFoundation.git
Revision (git rev-parse @):
4ff59679e1654e7dc85e931f3279ca280e8d347e
SUCCESS checkout https://github.com/Cocoanetics/DTFoundation.git at develop
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 5.10
Building package at path: $workDir
https://github.com/Cocoanetics/DTFoundation.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.3.0-Beta.2.app xcrun swift build --arch arm64
Building for debugging...
[0/70] Compiling UIView+DTFoundation.m
[1/70] Compiling NSURL+DTAppLinks.m
[2/70] Compiling DTProgressHUD.m
[3/70] Compiling UIView+DTDebug.m
[4/70] Compiling UIImage+DTFoundation.m
[5/70] Compiling UIColor+DTDebug.m
[6/70] Compiling DTTiledLayerWithoutFade.m
[7/70] Compiling DTSmartPagingScrollView.m
[8/70] Compiling DTProgressHUDWindow.m
[9/70] Compiling UIApplication+DTNetworkActivity.m
[10/70] Compiling UIViewController+DTSidePanelController.m
[11/70] Compiling DTSidePanelPanGestureRecognizer.m
[12/70] Compiling DTSidePanelControllerSegue.m
[13/70] Compiling DTPieProgressIndicator.m
[14/70] Compiling DTAnimatedGIF.m
[15/70] Compiling DTCustomColoredAccessory.m
[16/70] Compiling DTActivityTitleView.m
[17/70] Compiling UIView+DTActionHandlers.m
[18/70] Compiling DTAlertView.m
[19/70] Compiling DTActionSheet.m
[20/70] Compiling DTSidePanelController.m
[21/70] Compiling UIScreen+DTFoundation.m
[22/70] Compiling NSObject+DTRuntime.m
[23/70] Compiling DTBase64Coding.m
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Core/Source/NSURL+DTUnshorten.m:60:21: warning: 'sendSynchronousRequest:returningResponse:error:' is deprecated: first deprecated in macOS 10.11 - Use [NSURLSession dataTaskWithRequest:completionHandler:] (see NSURLSession.h [-Wdeprecated-declarations]
[NSURLConnection sendSynchronousRequest:request returningResponse:&response error:&error];
^
/Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSURLConnection.h:405:1: note: 'sendSynchronousRequest:returningResponse:error:' has been explicitly marked deprecated here
+ (nullable NSData *)sendSynchronousRequest:(NSURLRequest *)request returningResponse:(NSURLResponse * _Nullable * _Nullable)response error:(NSError **)error API_DEPRECATED("Use [NSURLSession dataTaskWithRequest:completionHandler:] (see NSURLSession.h", macos(10.3,10.11), ios(2.0,9.0), tvos(9.0,9.0)) API_UNAVAILABLE(watchos);
^
1 warning generated.
[24/70] Compiling NSURL+DTUnshorten.m
[25/70] Compiling NSURL+DTComparing.m
[26/70] Compiling NSString+DTUtilities.m
[27/70] Compiling DTObjectBlockExecutor.m
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Core/Source/NSString+DTURLEncoding.m:16:39: warning: 'CFURLCreateStringByAddingPercentEscapes' is deprecated: first deprecated in macOS 10.11 - Use [NSString stringByAddingPercentEncodingWithAllowedCharacters:] instead, which always uses the recommended UTF-8 encoding, and which encodes for a specific URL component or subcomponent (since each URL component or subcomponent has different rules for what characters are valid). [-Wdeprecated-declarations]
return (__bridge_transfer NSString *)CFURLCreateStringByAddingPercentEscapes(NULL, (__bridge CFStringRef)self, NULL, (CFStringRef)@"!*'();:@&=+$,/?%#[]", kCFStringEncodingUTF8);
^
/Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CFURL.h:408:13: note: 'CFURLCreateStringByAddingPercentEscapes' has been explicitly marked deprecated here
CFStringRef CFURLCreateStringByAddingPercentEscapes(CFAllocatorRef allocator, CFStringRef originalString, CFStringRef charactersToLeaveUnescaped, CFStringRef legalURLCharactersToBeEscaped, CFStringEncoding encoding) API_DEPRECATED("Use [NSString stringByAddingPercentEncodingWithAllowedCharacters:] instead, which always uses the recommended UTF-8 encoding, and which encodes for a specific URL component or subcomponent (since each URL component or subcomponent has different rules for what characters are valid).", macos(10.0,10.11), ios(2.0,9.0), watchos(2.0,2.0), tvos(9.0,9.0));
^
1 warning generated.
[28/70] Compiling NSString+DTURLEncoding.m
[29/70] Compiling NSString+DTPaths.m
[30/70] Compiling NSString+DTFormatNumbers.m
[31/70] Compiling NSMutableArray+DTMoving.m
[32/70] Compiling NSFileWrapper+DTCopying.m
[33/70] Compiling NSDictionary+DTError.m
[34/70] Compiling NSData+DTCrypto.m
[35/70] Compiling NSArray+DTError.m
[36/70] Compiling zip.c
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Core/Source/Externals/minizip/mztools.c:31:20: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
extern int ZEXPORT unzRepair(file, fileOut, fileOutTmp, nRecovered, bytesRecovered)
^
1 warning generated.
[37/70] Compiling mztools.c
[38/70] Compiling unzip.c
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Core/Source/Externals/minizip/ioapi.c:220:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
void fill_fopen_filefunc (pzlib_filefunc_def)
^
1 warning generated.
[39/70] Compiling ioapi.c
[40/70] Compiling DTZipArchiveNode.m
[41/70] Compiling DTZipArchiveGZip.m
[42/70] Compiling DTZipArchivePKZip.m
[43/70] Compiling DTZipArchive.m
[44/70] Compiling DTVersion.m
[45/70] Compiling NSString+DTUTI.m
[46/70] Compiling NSScanner+DTScripting.m
[47/70] Compiling DTScriptVariable.m
[48/70] Compiling DTScriptExpression.m
[49/70] Compiling DTSQLiteFunctions.m
[50/70] Compiling DTSQLiteDatabase.m
[51/70] Compiling NSValue+DTConversion.m
[52/70] Compiling DTScrollView.m
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Core/Source/OSX/NSWindowController+DTPanelControllerPresenting.m:48:9: warning: 'beginSheet:modalForWindow:modalDelegate:didEndSelector:contextInfo:' is deprecated: first deprecated in macOS 10.10 - Use -[NSWindow beginSheet:completionHandler:] instead [-Wdeprecated-declarations]
[NSApp beginSheet:panelController.window modalForWindow:self.window modalDelegate:self didEndSelector:@selector(_didFinishDismissingSheet:returnCode:contextInfo:) contextInfo:&DTPresentedViewControllerDismissalQueueKey];
^
/Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSApplication.h:699:1: note: 'beginSheet:modalForWindow:modalDelegate:didEndSelector:contextInfo:' has been explicitly marked deprecated here
- (void)beginSheet:(NSWindow *)sheet modalForWindow:(NSWindow *)docWindow modalDelegate:(nullable id)modalDelegate didEndSelector:(nullable SEL)didEndSelector contextInfo:(null_unspecified void *)contextInfo API_DEPRECATED("Use -[NSWindow beginSheet:completionHandler:] instead", macos(10.0,10.10));
^
1 warning generated.
[52/70] Compiling NSWindowController+DTPanelControllerPresenting.m
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Core/Source/DTLog.m:60:21: warning: 'asl_open' is deprecated: first deprecated in macOS 10.12 - os_log(3) has replaced asl(3); see os_log_create(3) [-Wdeprecated-declarations]
aslclient client = asl_open(NULL, [facility UTF8String], ASL_OPT_STDERR); // also log to stderr
^
/Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/include/asl.h:342:14: note: 'asl_open' has been explicitly marked deprecated here
asl_object_t asl_open(const char *ident, const char *facility, uint32_t opts) __API_DEPRECATED("os_log(3) has replaced asl(3); see os_log_create(3)", macosx(10.4,10.12), ios(2.0,10.0), watchos(2.0,3.0), tvos(9.0,10.0));
^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Core/Source/DTLog.m:62:15: warning: 'asl_new' is deprecated: first deprecated in macOS 10.12 - os_log(3) has replaced asl(3) [-Wdeprecated-declarations]
aslmsg msg = asl_new(ASL_TYPE_MSG);
^
/Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/include/asl.h:514:14: note: 'asl_new' has been explicitly marked deprecated here
asl_object_t asl_new(uint32_t type) __API_DEPRECATED("os_log(3) has replaced asl(3)", macosx(10.4,10.12), ios(2.0,10.0), watchos(2.0,3.0), tvos(9.0,10.0));
^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Core/Source/DTLog.m:63:2: warning: 'asl_set' is deprecated: first deprecated in macOS 10.12 - os_log(3) has replaced asl(3) [-Wdeprecated-declarations]
asl_set(msg, ASL_KEY_READ_UID, "-1"); // without this the message cannot be found by asl_search
^
/Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/include/asl.h:529:5: note: 'asl_set' has been explicitly marked deprecated here
int asl_set(asl_object_t obj, const char *key, const char *value) __API_DEPRECATED("os_log(3) has replaced asl(3)", macosx(10.4,10.12), ios(2.0,10.0), watchos(2.0,3.0), tvos(9.0,10.0));
^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Core/Source/DTLog.m:68:2: warning: 'asl_log' is deprecated: first deprecated in macOS 10.12 - os_log(3) has replaced asl(3) [-Wdeprecated-declarations]
asl_log(client, msg, (int)logLevel, "%s", [message UTF8String]);
^
/Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/include/asl.h:586:5: note: 'asl_log' has been explicitly marked deprecated here
int asl_log(asl_object_t client, asl_object_t msg, int level, const char *format, ...) __printflike(4, 5) __not_tail_called __API_DEPRECATED("os_log(3) has replaced asl(3)", macosx(10.4,10.12), ios(2.0,10.0), watchos(2.0,3.0), tvos(9.0,10.0));
^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Core/Source/DTLog.m:70:2: warning: 'asl_free' is deprecated: first deprecated in macOS 10.12 - os_log(3) has replaced asl(3) [-Wdeprecated-declarations]
asl_free(msg);
^
/Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/include/asl.h:650:6: note: 'asl_free' has been explicitly marked deprecated here
void asl_free(asl_object_t obj) __API_DEPRECATED("os_log(3) has replaced asl(3)", macosx(10.4,10.12), ios(2.0,10.0), watchos(2.0,3.0), tvos(9.0,10.0));
^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Core/Source/DTLog.m:93:10: warning: 'asl_new' is deprecated: first deprecated in macOS 10.12 - os_log(3) has replaced asl(3) [-Wdeprecated-declarations]
query = asl_new(ASL_TYPE_QUERY);
^
/Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/include/asl.h:514:14: note: 'asl_new' has been explicitly marked deprecated here
asl_object_t asl_new(uint32_t type) __API_DEPRECATED("os_log(3) has replaced asl(3)", macosx(10.4,10.12), ios(2.0,10.0), watchos(2.0,3.0), tvos(9.0,10.0));
^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Core/Source/DTLog.m:96:2: warning: 'asl_set_query' is deprecated: first deprecated in macOS 10.12 - os_log(3) has replaced asl(3) [-Wdeprecated-declarations]
asl_set_query(query, ASL_KEY_FACILITY, [facility UTF8String], ASL_QUERY_OP_EQUAL);
^
/Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/include/asl.h:694:5: note: 'asl_set_query' has been explicitly marked deprecated here
int asl_set_query(asl_object_t msg, const char *key, const char *value, uint32_t op) __API_DEPRECATED("os_log(3) has replaced asl(3)", macosx(10.4,10.12), ios(2.0,10.0), watchos(2.0,3.0), tvos(9.0,10.0));
^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Core/Source/DTLog.m:98:25: warning: 'asl_search' is deprecated: first deprecated in macOS 10.12 - os_log(3) has replaced asl(3) [-Wdeprecated-declarations]
aslresponse response = asl_search(NULL, query);
^
/Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/include/asl.h:726:14: note: 'asl_search' has been explicitly marked deprecated here
asl_object_t asl_search(asl_object_t obj, asl_object_t query) __API_DEPRECATED("os_log(3) has replaced asl(3)", macosx(10.4,10.12), ios(2.0,10.0), watchos(2.0,3.0), tvos(9.0,10.0));
^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Core/Source/DTLog.m:103:20: warning: 'asl_next' is deprecated: first deprecated in macOS 10.12 - os_log(3) has replaced asl(3) [-Wdeprecated-declarations]
while ((message = asl_next(response)))
^
/Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/include/asl.h:1022:14: note: 'asl_next' has been explicitly marked deprecated here
asl_object_t asl_next(asl_object_t obj) __API_DEPRECATED("os_log(3) has replaced asl(3)", macosx(10.10,10.12), ios(8.0,10.0), watchos(2.0,3.0), tvos(9.0,10.0));
^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Core/Source/DTLog.m:110:27: warning: 'asl_key' is deprecated: first deprecated in macOS 10.12 - os_log(3) has replaced asl(3) [-Wdeprecated-declarations]
for (index = 0; ((key = asl_key(message, index))); index++)
^
/Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/include/asl.h:482:13: note: 'asl_key' has been explicitly marked deprecated here
const char *asl_key(asl_object_t msg, uint32_t n) __API_DEPRECATED("os_log(3) has replaced asl(3)", macosx(10.4,10.12), ios(2.0,10.0), watchos(2.0,3.0), tvos(9.0,10.0));
^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Core/Source/DTLog.m:114:10: warning: 'asl_get' is deprecated: first deprecated in macOS 10.12 - os_log(3) has replaced asl(3) [-Wdeprecated-declarations]
val = asl_get(message, key);
^
/Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/include/asl.h:551:13: note: 'asl_get' has been explicitly marked deprecated here
const char *asl_get(asl_object_t msg, const char *key) __API_DEPRECATED("os_log(3) has replaced asl(3)", macosx(10.4,10.12), ios(2.0,10.0), watchos(2.0,3.0), tvos(9.0,10.0));
^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Core/Source/DTLog.m:123:2: warning: 'asl_free' is deprecated: first deprecated in macOS 10.12 - os_log(3) has replaced asl(3) [-Wdeprecated-declarations]
asl_free(query);
^
/Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/include/asl.h:650:6: note: 'asl_free' has been explicitly marked deprecated here
void asl_free(asl_object_t obj) __API_DEPRECATED("os_log(3) has replaced asl(3)", macosx(10.4,10.12), ios(2.0,10.0), watchos(2.0,3.0), tvos(9.0,10.0));
^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Core/Source/DTLog.m:125:2: warning: 'asl_release' is deprecated: first deprecated in macOS 10.12 - os_log(3) has replaced asl(3) [-Wdeprecated-declarations]
asl_release(response);
^
/Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/include/asl.h:668:6: note: 'asl_release' has been explicitly marked deprecated here
void asl_release(asl_object_t obj) __API_DEPRECATED("os_log(3) has replaced asl(3)", macosx(10.10,10.12), ios(8.0,10.0), watchos(2.0,3.0), tvos(9.0,10.0));
^
13 warnings generated.
[54/70] Compiling DTLog.m
[55/70] Compiling DTReachability.m
[56/70] Compiling DTFoundationConstants.m
[57/70] Compiling DTFolderMonitor.m
[58/70] Compiling NSDocument+DTFoundation.m
[59/70] Compiling DTExtendedFileAttributes.m
[60/70] Compiling NSView+DTAutoLayout.m
[61/70] Compiling DTBlockFunctions.m
[62/70] Compiling DTCoreGraphicsUtils.m
[63/70] Compiling DTAsyncFileDeleter.m
[64/70] Compiling DTASN1Serialization.m
[65/70] Compiling DTASN1BitString.m
[66/70] Compiling NSURL+DTAWS.m
[67/70] Compiling NSImage+DTUtilities.m
[68/70] Compiling DTASN1Parser.m
[69/70] Compiling DTHTMLParser.m
Build complete! (4.00s)
Build complete.
Done.