Build Information
Successful build of LSKit, reference 0.5.0 (20911f
), with Swift 5.10 for macOS (SPM) on 5 Oct 2024 13:37:16 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.55.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/divadretlaw/lskit.git
Reference: 0.5.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/divadretlaw/lskit
* tag 0.5.0 -> FETCH_HEAD
HEAD is now at 20911f6 Add basic progress
Cloned https://github.com/divadretlaw/lskit.git
Revision (git rev-parse @):
20911f68fef6f9f46bdd97df5bc119abd0d45be4
SUCCESS checkout https://github.com/divadretlaw/lskit.git at 0.5.0
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 5.10
Building package at path: $PWD
https://github.com/divadretlaw/lskit.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/33] Write swift-version-33747A42983211AE.txt
[1/33] Compiling huf_decompress_amd64.S
[2/33] Compiling error_private.c
[3/33] Compiling divsufsort.c
[4/33] Compiling zdict.c
[5/33] Compiling fse_decompress.c
[6/33] Compiling fastcover.c
[7/33] Compiling cover.c
[8/33] Compiling zstdmt_compress.c
[9/33] Compiling entropy_common.c
[10/33] Compiling zstd_ddict.c
[11/33] Compiling zstd_opt.c
[12/33] Compiling pool.c
[13/33] Compiling zstd_decompress.c
[14/33] Compiling huf_decompress.c
[15/33] Compiling zstd_ldm.c
[16/33] Compiling zstd_decompress_block.c
[17/33] Compiling zstd_compress_sequences.c
[18/33] Compiling zstd_compress_superblock.c
[19/33] Compiling zstd_compress_literals.c
[20/33] Compiling hist.c
[21/33] Compiling threading.c
[21/33] Write sources
[24/33] Compiling fse_compress.c
[25/33] Compiling zstd_fast.c
[26/33] Compiling zstd_double_fast.c
[27/33] Compiling debug.c
[28/33] Compiling zstd_common.c
[29/33] Compiling xxhash.c
[30/33] Compiling huf_compress.c
[31/55] Compiling zstd_compress.c
[32/55] Compiling zstd_lazy.c
[34/55] Emitting module BinaryUtils
[35/57] Compiling BinaryUtils FileHandleDecoder.swift
[36/57] Compiling BinaryUtils FileHandleKeyedDecoder.swift
[37/57] Compiling BinaryUtils Data+Compression.swift
[38/57] Compiling BinaryUtils Data+Helper.swift
[39/57] Compiling BinaryUtils DataSingleValueEncodingContainer.swift
[40/57] Compiling BinaryUtils DataUnkeyedEncodingContainer.swift
[41/57] Compiling BinaryUtils String+Extensions.swift
[42/57] Compiling BinaryUtils UInt64+Extensions.swift
[43/57] Compiling BinaryUtils DataUnkeyedDecodingContainer.swift
[44/57] Compiling BinaryUtils DataEncoder.swift
[45/57] Compiling BinaryUtils DataKeyedEncodingContainer.swift
[46/57] Compiling BinaryUtils DataDecoder.swift
[47/57] Compiling BinaryUtils DataKeyedDecodingContainer.swift
[48/57] Compiling BinaryUtils DataSingleValueDecodingContainer.swift
[49/57] Compiling BinaryUtils BinaryDecoder.swift
[50/57] Compiling BinaryUtils BinaryEncoder.swift
[51/57] Compiling BinaryUtils BinaryCodingKey.swift
[52/57] Compiling BinaryUtils Data+Init.swift
[53/57] Compiling BinaryUtils FileHandle+Extensions.swift
[54/57] Compiling BinaryUtils FileHandleSingleValueDecodingContainer.swift
[55/57] Compiling BinaryUtils FileHandleUnkeyedDecodingContainer.swift
[56/57] Compiling BinaryUtils MD5.swift
[57/57] Compiling BinaryUtils FileHandleIterator.swift
[58/89] Compiling LSKit LSX.swift
[59/89] Compiling LSKit LSXAttribute.swift
[60/89] Compiling LSKit LSXNode.swift
[61/92] Compiling LSKit LSX+ModuleSettings.swift
[62/92] Compiling LSKit LSXNode+ConfigEntry.swift
[63/92] Compiling LSKit LSXNode+Module.swift
[64/92] Compiling LSKit LSPK.swift
[65/92] Compiling LSKit LSPKConfiguration.swift
[66/92] Compiling LSKit LSPKError.swift
[67/92] Compiling LSKit LSPKVersion.swift
[68/92] Compiling LSKit ModLSPK.swift
[69/92] Compiling LSKit LSX+Config.swift
[70/92] Compiling LSKit LSXNode+ModuleInfo.swift
[71/92] Compiling LSKit LSXNode+ModuleShortDesc.swift
[72/92] Compiling LSKit LSXNode+PublishVersion.swift
[73/92] Emitting module LSKit
<unknown>:0: warning: definition of configuration macro 'ZSTDLIB_VISIBLE' has no effect on the import of 'libzstd'; pass '-DZSTDLIB_VISIBLE=...' on the command line to configure the module
/Users/admin/builder/spi-builder-workspace/.build/checkouts/zstd/lib/zstd.h:28:13: note: macro was defined here
# define ZSTDLIB_VISIBLE __attribute__ ((visibility ("default")))
^
<unknown>:0: warning: definition of configuration macro 'ZSTDLIB_HIDDEN' has no effect on the import of 'libzstd'; pass '-DZSTDLIB_HIDDEN=...' on the command line to configure the module
/Users/admin/builder/spi-builder-workspace/.build/checkouts/zstd/lib/zstd.h:36:13: note: macro was defined here
# define ZSTDLIB_HIDDEN __attribute__ ((visibility ("hidden")))
^
<unknown>:0: warning: definition of configuration macro 'ZSTD_CLEVEL_DEFAULT' has no effect on the import of 'libzstd'; pass '-DZSTD_CLEVEL_DEFAULT=...' on the command line to configure the module
/Users/admin/builder/spi-builder-workspace/.build/checkouts/zstd/lib/zstd.h:129:11: note: macro was defined here
# define ZSTD_CLEVEL_DEFAULT 3
^
<unknown>:0: warning: definition of configuration macro 'ZDICTLIB_VISIBLE' has no effect on the import of 'libzstd'; pass '-DZDICTLIB_VISIBLE=...' on the command line to configure the module
/Users/admin/builder/spi-builder-workspace/.build/checkouts/zstd/lib/zdict.h:28:13: note: macro was defined here
# define ZDICTLIB_VISIBLE __attribute__ ((visibility ("default")))
^
<unknown>:0: warning: definition of configuration macro 'ZDICTLIB_HIDDEN' has no effect on the import of 'libzstd'; pass '-DZDICTLIB_HIDDEN=...' on the command line to configure the module
/Users/admin/builder/spi-builder-workspace/.build/checkouts/zstd/lib/zdict.h:36:13: note: macro was defined here
# define ZDICTLIB_HIDDEN __attribute__ ((visibility ("hidden")))
^
<unknown>:0: warning: definition of configuration macro 'ZSTDERRORLIB_VISIBLE' has no effect on the import of 'libzstd'; pass '-DZSTDERRORLIB_VISIBLE=...' on the command line to configure the module
/Users/admin/builder/spi-builder-workspace/.build/checkouts/zstd/lib/zstd_errors.h:28:13: note: macro was defined here
# define ZSTDERRORLIB_VISIBLE __attribute__ ((visibility ("default")))
^
<unknown>:0: warning: definition of configuration macro 'ZSTDERRORLIB_HIDDEN' has no effect on the import of 'libzstd'; pass '-DZSTDERRORLIB_HIDDEN=...' on the command line to configure the module
/Users/admin/builder/spi-builder-workspace/.build/checkouts/zstd/lib/zstd_errors.h:36:13: note: macro was defined here
# define ZSTDERRORLIB_HIDDEN __attribute__ ((visibility ("hidden")))
^
[74/92] Compiling LSKit XmlConvertible.swift
[75/92] Compiling LSKit Sequence+Extensions.swift
[76/92] Compiling LSKit String+Extensions.swift
[77/92] Compiling LSKit UTType+Extensions.swift
[78/92] Compiling LSKit LSPKFileEntry15.swift
[79/92] Compiling LSKit LSPKFileEntry18.swift
[80/92] Compiling LSKit LSPKHeader.swift
[81/92] Compiling LSKit LSPKHeader10.swift
[82/92] Compiling LSKit LSXParser.swift
[83/92] Compiling LSKit LSXRegion.swift
[84/92] Compiling LSKit LSXVersion.swift
[85/92] Compiling LSKit LSPKHeader15.swift
<unknown>:0: warning: definition of configuration macro 'ZSTDLIB_VISIBLE' has no effect on the import of 'libzstd'; pass '-DZSTDLIB_VISIBLE=...' on the command line to configure the module
/Users/admin/builder/spi-builder-workspace/.build/checkouts/zstd/lib/zstd.h:28:13: note: macro was defined here
# define ZSTDLIB_VISIBLE __attribute__ ((visibility ("default")))
^
<unknown>:0: warning: definition of configuration macro 'ZSTDLIB_HIDDEN' has no effect on the import of 'libzstd'; pass '-DZSTDLIB_HIDDEN=...' on the command line to configure the module
/Users/admin/builder/spi-builder-workspace/.build/checkouts/zstd/lib/zstd.h:36:13: note: macro was defined here
# define ZSTDLIB_HIDDEN __attribute__ ((visibility ("hidden")))
^
<unknown>:0: warning: definition of configuration macro 'ZSTD_CLEVEL_DEFAULT' has no effect on the import of 'libzstd'; pass '-DZSTD_CLEVEL_DEFAULT=...' on the command line to configure the module
/Users/admin/builder/spi-builder-workspace/.build/checkouts/zstd/lib/zstd.h:129:11: note: macro was defined here
# define ZSTD_CLEVEL_DEFAULT 3
^
<unknown>:0: warning: definition of configuration macro 'ZDICTLIB_VISIBLE' has no effect on the import of 'libzstd'; pass '-DZDICTLIB_VISIBLE=...' on the command line to configure the module
/Users/admin/builder/spi-builder-workspace/.build/checkouts/zstd/lib/zdict.h:28:13: note: macro was defined here
# define ZDICTLIB_VISIBLE __attribute__ ((visibility ("default")))
^
<unknown>:0: warning: definition of configuration macro 'ZDICTLIB_HIDDEN' has no effect on the import of 'libzstd'; pass '-DZDICTLIB_HIDDEN=...' on the command line to configure the module
/Users/admin/builder/spi-builder-workspace/.build/checkouts/zstd/lib/zdict.h:36:13: note: macro was defined here
# define ZDICTLIB_HIDDEN __attribute__ ((visibility ("hidden")))
^
<unknown>:0: warning: definition of configuration macro 'ZSTDERRORLIB_VISIBLE' has no effect on the import of 'libzstd'; pass '-DZSTDERRORLIB_VISIBLE=...' on the command line to configure the module
/Users/admin/builder/spi-builder-workspace/.build/checkouts/zstd/lib/zstd_errors.h:28:13: note: macro was defined here
# define ZSTDERRORLIB_VISIBLE __attribute__ ((visibility ("default")))
^
<unknown>:0: warning: definition of configuration macro 'ZSTDERRORLIB_HIDDEN' has no effect on the import of 'libzstd'; pass '-DZSTDERRORLIB_HIDDEN=...' on the command line to configure the module
/Users/admin/builder/spi-builder-workspace/.build/checkouts/zstd/lib/zstd_errors.h:36:13: note: macro was defined here
# define ZSTDERRORLIB_HIDDEN __attribute__ ((visibility ("hidden")))
^
[86/92] Compiling LSKit LSPKHeader16.swift
<unknown>:0: warning: definition of configuration macro 'ZSTDLIB_VISIBLE' has no effect on the import of 'libzstd'; pass '-DZSTDLIB_VISIBLE=...' on the command line to configure the module
/Users/admin/builder/spi-builder-workspace/.build/checkouts/zstd/lib/zstd.h:28:13: note: macro was defined here
# define ZSTDLIB_VISIBLE __attribute__ ((visibility ("default")))
^
<unknown>:0: warning: definition of configuration macro 'ZSTDLIB_HIDDEN' has no effect on the import of 'libzstd'; pass '-DZSTDLIB_HIDDEN=...' on the command line to configure the module
/Users/admin/builder/spi-builder-workspace/.build/checkouts/zstd/lib/zstd.h:36:13: note: macro was defined here
# define ZSTDLIB_HIDDEN __attribute__ ((visibility ("hidden")))
^
<unknown>:0: warning: definition of configuration macro 'ZSTD_CLEVEL_DEFAULT' has no effect on the import of 'libzstd'; pass '-DZSTD_CLEVEL_DEFAULT=...' on the command line to configure the module
/Users/admin/builder/spi-builder-workspace/.build/checkouts/zstd/lib/zstd.h:129:11: note: macro was defined here
# define ZSTD_CLEVEL_DEFAULT 3
^
<unknown>:0: warning: definition of configuration macro 'ZDICTLIB_VISIBLE' has no effect on the import of 'libzstd'; pass '-DZDICTLIB_VISIBLE=...' on the command line to configure the module
/Users/admin/builder/spi-builder-workspace/.build/checkouts/zstd/lib/zdict.h:28:13: note: macro was defined here
# define ZDICTLIB_VISIBLE __attribute__ ((visibility ("default")))
^
<unknown>:0: warning: definition of configuration macro 'ZDICTLIB_HIDDEN' has no effect on the import of 'libzstd'; pass '-DZDICTLIB_HIDDEN=...' on the command line to configure the module
/Users/admin/builder/spi-builder-workspace/.build/checkouts/zstd/lib/zdict.h:36:13: note: macro was defined here
# define ZDICTLIB_HIDDEN __attribute__ ((visibility ("hidden")))
^
<unknown>:0: warning: definition of configuration macro 'ZSTDERRORLIB_VISIBLE' has no effect on the import of 'libzstd'; pass '-DZSTDERRORLIB_VISIBLE=...' on the command line to configure the module
/Users/admin/builder/spi-builder-workspace/.build/checkouts/zstd/lib/zstd_errors.h:28:13: note: macro was defined here
# define ZSTDERRORLIB_VISIBLE __attribute__ ((visibility ("default")))
^
<unknown>:0: warning: definition of configuration macro 'ZSTDERRORLIB_HIDDEN' has no effect on the import of 'libzstd'; pass '-DZSTDERRORLIB_HIDDEN=...' on the command line to configure the module
/Users/admin/builder/spi-builder-workspace/.build/checkouts/zstd/lib/zstd_errors.h:36:13: note: macro was defined here
# define ZSTDERRORLIB_HIDDEN __attribute__ ((visibility ("hidden")))
^
[87/92] Compiling LSKit LSPK+Pack.swift
<unknown>:0: warning: definition of configuration macro 'ZSTDLIB_VISIBLE' has no effect on the import of 'libzstd'; pass '-DZSTDLIB_VISIBLE=...' on the command line to configure the module
/Users/admin/builder/spi-builder-workspace/.build/checkouts/zstd/lib/zstd.h:28:13: note: macro was defined here
# define ZSTDLIB_VISIBLE __attribute__ ((visibility ("default")))
^
<unknown>:0: warning: definition of configuration macro 'ZSTDLIB_HIDDEN' has no effect on the import of 'libzstd'; pass '-DZSTDLIB_HIDDEN=...' on the command line to configure the module
/Users/admin/builder/spi-builder-workspace/.build/checkouts/zstd/lib/zstd.h:36:13: note: macro was defined here
# define ZSTDLIB_HIDDEN __attribute__ ((visibility ("hidden")))
^
<unknown>:0: warning: definition of configuration macro 'ZSTD_CLEVEL_DEFAULT' has no effect on the import of 'libzstd'; pass '-DZSTD_CLEVEL_DEFAULT=...' on the command line to configure the module
/Users/admin/builder/spi-builder-workspace/.build/checkouts/zstd/lib/zstd.h:129:11: note: macro was defined here
# define ZSTD_CLEVEL_DEFAULT 3
^
<unknown>:0: warning: definition of configuration macro 'ZDICTLIB_VISIBLE' has no effect on the import of 'libzstd'; pass '-DZDICTLIB_VISIBLE=...' on the command line to configure the module
/Users/admin/builder/spi-builder-workspace/.build/checkouts/zstd/lib/zdict.h:28:13: note: macro was defined here
# define ZDICTLIB_VISIBLE __attribute__ ((visibility ("default")))
^
<unknown>:0: warning: definition of configuration macro 'ZDICTLIB_HIDDEN' has no effect on the import of 'libzstd'; pass '-DZDICTLIB_HIDDEN=...' on the command line to configure the module
/Users/admin/builder/spi-builder-workspace/.build/checkouts/zstd/lib/zdict.h:36:13: note: macro was defined here
# define ZDICTLIB_HIDDEN __attribute__ ((visibility ("hidden")))
^
<unknown>:0: warning: definition of configuration macro 'ZSTDERRORLIB_VISIBLE' has no effect on the import of 'libzstd'; pass '-DZSTDERRORLIB_VISIBLE=...' on the command line to configure the module
/Users/admin/builder/spi-builder-workspace/.build/checkouts/zstd/lib/zstd_errors.h:28:13: note: macro was defined here
# define ZSTDERRORLIB_VISIBLE __attribute__ ((visibility ("default")))
^
<unknown>:0: warning: definition of configuration macro 'ZSTDERRORLIB_HIDDEN' has no effect on the import of 'libzstd'; pass '-DZSTDERRORLIB_HIDDEN=...' on the command line to configure the module
/Users/admin/builder/spi-builder-workspace/.build/checkouts/zstd/lib/zstd_errors.h:36:13: note: macro was defined here
# define ZSTDERRORLIB_HIDDEN __attribute__ ((visibility ("hidden")))
^
[88/92] Compiling LSKit LSPK+Unpack.swift
<unknown>:0: warning: definition of configuration macro 'ZSTDLIB_VISIBLE' has no effect on the import of 'libzstd'; pass '-DZSTDLIB_VISIBLE=...' on the command line to configure the module
/Users/admin/builder/spi-builder-workspace/.build/checkouts/zstd/lib/zstd.h:28:13: note: macro was defined here
# define ZSTDLIB_VISIBLE __attribute__ ((visibility ("default")))
^
<unknown>:0: warning: definition of configuration macro 'ZSTDLIB_HIDDEN' has no effect on the import of 'libzstd'; pass '-DZSTDLIB_HIDDEN=...' on the command line to configure the module
/Users/admin/builder/spi-builder-workspace/.build/checkouts/zstd/lib/zstd.h:36:13: note: macro was defined here
# define ZSTDLIB_HIDDEN __attribute__ ((visibility ("hidden")))
^
<unknown>:0: warning: definition of configuration macro 'ZSTD_CLEVEL_DEFAULT' has no effect on the import of 'libzstd'; pass '-DZSTD_CLEVEL_DEFAULT=...' on the command line to configure the module
/Users/admin/builder/spi-builder-workspace/.build/checkouts/zstd/lib/zstd.h:129:11: note: macro was defined here
# define ZSTD_CLEVEL_DEFAULT 3
^
<unknown>:0: warning: definition of configuration macro 'ZDICTLIB_VISIBLE' has no effect on the import of 'libzstd'; pass '-DZDICTLIB_VISIBLE=...' on the command line to configure the module
/Users/admin/builder/spi-builder-workspace/.build/checkouts/zstd/lib/zdict.h:28:13: note: macro was defined here
# define ZDICTLIB_VISIBLE __attribute__ ((visibility ("default")))
^
<unknown>:0: warning: definition of configuration macro 'ZDICTLIB_HIDDEN' has no effect on the import of 'libzstd'; pass '-DZDICTLIB_HIDDEN=...' on the command line to configure the module
/Users/admin/builder/spi-builder-workspace/.build/checkouts/zstd/lib/zdict.h:36:13: note: macro was defined here
# define ZDICTLIB_HIDDEN __attribute__ ((visibility ("hidden")))
^
<unknown>:0: warning: definition of configuration macro 'ZSTDERRORLIB_VISIBLE' has no effect on the import of 'libzstd'; pass '-DZSTDERRORLIB_VISIBLE=...' on the command line to configure the module
/Users/admin/builder/spi-builder-workspace/.build/checkouts/zstd/lib/zstd_errors.h:28:13: note: macro was defined here
# define ZSTDERRORLIB_VISIBLE __attribute__ ((visibility ("default")))
^
<unknown>:0: warning: definition of configuration macro 'ZSTDERRORLIB_HIDDEN' has no effect on the import of 'libzstd'; pass '-DZSTDERRORLIB_HIDDEN=...' on the command line to configure the module
/Users/admin/builder/spi-builder-workspace/.build/checkouts/zstd/lib/zstd_errors.h:36:13: note: macro was defined here
# define ZSTDERRORLIB_HIDDEN __attribute__ ((visibility ("hidden")))
^
[89/92] Compiling LSKit ModInfo.swift
[90/92] Compiling LSKit LSPKFileEntry+Compression.swift
[91/92] Compiling LSKit LSPKFileEntry.swift
[92/92] Compiling LSKit LSPKFileEntry10.swift
Build complete! (19.08s)
Fetching https://github.com/divadretlaw/BinaryUtils.git
Fetching https://github.com/facebook/zstd
[1/266] Fetching binaryutils
[267/78425] Fetching binaryutils, zstd
Fetched https://github.com/divadretlaw/BinaryUtils.git from cache (4.45s)
Fetched https://github.com/facebook/zstd from cache (4.45s)
Computing version for https://github.com/facebook/zstd
Computed https://github.com/facebook/zstd at 1.5.6 (2.83s)
Computing version for https://github.com/divadretlaw/BinaryUtils.git
Computed https://github.com/divadretlaw/BinaryUtils.git at 1.1.0 (0.60s)
Creating working copy for https://github.com/divadretlaw/BinaryUtils.git
Working copy of https://github.com/divadretlaw/BinaryUtils.git resolved at 1.1.0
Creating working copy for https://github.com/facebook/zstd
Working copy of https://github.com/facebook/zstd resolved at 1.5.6
Build complete.
Done.