The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of Kvitto 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/Kvitto.git
Reference: 1.0.6
Initialized empty Git repository in /Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/Cocoanetics/Kvitto
 * tag               1.0.6      -> FETCH_HEAD
HEAD is now at 8888867 Merge branch 'release-1.0.6'
Submodule path 'Externals/DTFoundation': checked out 'badc4850c8495201e86b142016aec403e91c5333'
Submodule 'Externals/DTFoundation' (https://github.com/Cocoanetics/DTFoundation.git) registered for path 'Externals/DTFoundation'
Cloning into '/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Externals/DTFoundation'...
Cloned https://github.com/Cocoanetics/Kvitto.git
Revision (git rev-parse @):
88888674d772ddcf19671159ed0022cb0bc37be2
SUCCESS checkout https://github.com/Cocoanetics/Kvitto.git at 1.0.6
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.10
Building package at path:  $workDir
https://github.com/Cocoanetics/Kvitto.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.3.0-Beta.2.app xcrun swift build --arch arm64
Building for debugging...
[0/72] Write swift-version--423B1241ED78D482.txt
[1/72] Write sources
[2/72] Compiling UIView+DTFoundation.m
[3/72] Compiling UIScreen+DTFoundation.m
[4/72] Compiling unzip.c
[5/72] Compiling UIImage+DTFoundation.m
[6/72] Compiling UIApplication+DTNetworkActivity.m
[7/72] Compiling NSURL+DTAppLinks.m
[8/72] Compiling UIView+DTDebug.m
[9/72] Compiling UIColor+DTDebug.m
[10/72] Compiling DTTiledLayerWithoutFade.m
[11/72] Compiling DTSmartPagingScrollView.m
[12/72] Compiling UIViewController+DTSidePanelController.m
[13/72] Compiling DTSidePanelPanGestureRecognizer.m
[14/72] Compiling DTSidePanelControllerSegue.m
[15/72] Compiling DTSidePanelController.m
[16/72] Compiling DTProgressHUDWindow.m
[17/72] Compiling DTProgressHUD.m
[18/72] Compiling DTPieProgressIndicator.m
[19/72] Compiling DTCustomColoredAccessory.m
[20/72] Compiling DTAnimatedGIF.m
[21/72] Compiling DTActivityTitleView.m
[22/72] Compiling UIView+DTActionHandlers.m
[23/72] Compiling DTAlertView.m
[24/72] Compiling DTActionSheet.m
[25/72] Compiling DTCoreGraphicsUtils.m
[26/72] Compiling NSObject+DTRuntime.m
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/DTFoundation/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/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/DTFoundation/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/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/DTFoundation/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/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/DTFoundation/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/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/DTFoundation/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/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/DTFoundation/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/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/DTFoundation/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/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/DTFoundation/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/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/DTFoundation/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/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/DTFoundation/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/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/DTFoundation/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/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/DTFoundation/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/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/DTFoundation/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.
[27/72] Compiling DTLog.m
[28/72] Compiling DTFolderMonitor.m
[29/72] Compiling DTFoundationConstants.m
[30/72] Compiling DTHTMLParser.m
[31/72] Compiling DTObjectBlockExecutor.m
[32/72] Compiling DTExtendedFileAttributes.m
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/DTFoundation/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.
[33/72] Compiling NSURL+DTUnshorten.m
[34/72] Compiling NSURL+DTComparing.m
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/DTFoundation/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.
[35/72] Compiling NSString+DTURLEncoding.m
[36/72] Compiling NSString+DTUtilities.m
[37/72] Compiling NSString+DTPaths.m
[38/72] Compiling NSString+DTFormatNumbers.m
[39/72] Compiling NSMutableArray+DTMoving.m
[40/72] Compiling NSFileWrapper+DTCopying.m
[41/72] Compiling NSDictionary+DTError.m
[42/72] Compiling NSData+DTCrypto.m
[43/72] Compiling zip.c
[44/72] Compiling NSArray+DTError.m
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/DTFoundation/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.
[45/72] Compiling ioapi.c
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/DTFoundation/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.
[46/72] Compiling mztools.c
[47/72] Compiling DTZipArchiveNode.m
[48/72] Compiling DTZipArchiveGZip.m
[49/72] Compiling DTZipArchivePKZip.m
[50/72] Compiling DTZipArchive.m
[51/72] Compiling DTVersion.m
[52/72] Compiling NSString+DTUTI.m
[53/72] Compiling NSScanner+DTScripting.m
[54/72] Compiling DTScriptVariable.m
[55/72] Compiling DTScriptExpression.m
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/DTFoundation/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.
[56/72] Compiling NSWindowController+DTPanelControllerPresenting.m
[57/72] Compiling DTSQLiteDatabase.m
[58/72] Compiling DTSQLiteFunctions.m
[59/72] Compiling DTBlockFunctions.m
[60/72] Compiling DTReachability.m
[61/72] Compiling NSDocument+DTFoundation.m
[62/72] Compiling DTBase64Coding.m
[63/72] Compiling DTAsyncFileDeleter.m
[64/72] Compiling NSURL+DTAWS.m
[65/72] Compiling NSValue+DTConversion.m
[66/72] Compiling DTASN1Serialization.m
[67/72] Compiling NSView+DTAutoLayout.m
[68/72] Compiling DTASN1Parser.m
[69/72] Compiling NSImage+DTUtilities.m
[70/72] Compiling DTASN1BitString.m
[71/72] Compiling DTScrollView.m
[73/77] Compiling Kvitto Functions.swift
[74/77] Compiling Kvitto InAppPurchaseReceipt.swift
[75/77] Compiling Kvitto PKCS7Container.swift
[76/77] Compiling Kvitto Receipt.swift
[77/77] Emitting module Kvitto
Build complete! (11.86s)
Fetching https://github.com/Cocoanetics/DTFoundation.git from cache
Fetched https://github.com/Cocoanetics/DTFoundation.git from cache (0.15s)
Computing version for https://github.com/Cocoanetics/DTFoundation.git
Computed https://github.com/Cocoanetics/DTFoundation.git at 1.7.18 (0.42s)
Creating working copy for https://github.com/Cocoanetics/DTFoundation.git
Working copy of https://github.com/Cocoanetics/DTFoundation.git resolved at 1.7.18
Build complete.
Done.