Build Information
Successful build of LSKit, reference main (20911f
), with Swift 5.9 for macOS (SPM) on 5 Oct 2024 13:38:57 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-15.2.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: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/divadretlaw/lskit
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
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 main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 5.9
Building package at path: $PWD
https://github.com/divadretlaw/lskit.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.2.0.app xcrun swift build --arch arm64
Building for debugging...
[0/30] Compiling threading.c
[1/52] Compiling fse_compress.c
[2/52] Compiling pool.c
[3/52] Compiling huf_compress.c
[4/52] Compiling zstd_common.c
[5/52] Compiling fastcover.c
[6/52] Compiling fse_decompress.c
[7/52] Compiling zdict.c
[8/52] Compiling divsufsort.c
[9/52] Compiling cover.c
[10/52] Compiling huf_decompress_amd64.S
[11/52] Compiling zstd_ddict.c
[12/52] Compiling hist.c
[13/52] Compiling zstd_decompress.c
[14/52] Compiling xxhash.c
[15/52] Compiling zstdmt_compress.c
[16/52] Compiling zstd_decompress_block.c
[17/52] Compiling zstd_compress.c
[18/52] Compiling zstd_ldm.c
[19/52] Compiling huf_decompress.c
[20/52] Compiling error_private.c
[21/52] Compiling zstd_opt.c
[22/52] Compiling zstd_compress_sequences.c
[23/52] Compiling zstd_compress_literals.c
[24/52] Compiling zstd_compress_superblock.c
[25/52] Compiling debug.c
[26/52] Compiling entropy_common.c
[27/52] Compiling zstd_fast.c
[28/52] Compiling zstd_double_fast.c
[29/52] Compiling zstd_lazy.c
[31/52] Emitting module BinaryUtils
[32/54] Compiling BinaryUtils DataDecoder.swift
[33/54] Compiling BinaryUtils DataKeyedDecodingContainer.swift
[34/54] Compiling BinaryUtils DataSingleValueDecodingContainer.swift
[35/54] Compiling BinaryUtils BinaryDecoder.swift
[36/54] Compiling BinaryUtils BinaryEncoder.swift
[37/54] Compiling BinaryUtils BinaryCodingKey.swift
[38/54] Compiling BinaryUtils FileHandleDecoder.swift
[39/54] Compiling BinaryUtils FileHandleKeyedDecoder.swift
[40/54] Compiling BinaryUtils FileHandleSingleValueDecodingContainer.swift
[41/54] Compiling BinaryUtils FileHandleUnkeyedDecodingContainer.swift
[42/54] Compiling BinaryUtils Data+Compression.swift
[43/54] Compiling BinaryUtils Data+Helper.swift
[44/54] Compiling BinaryUtils Data+Init.swift
[45/54] Compiling BinaryUtils FileHandle+Extensions.swift
[46/54] Compiling BinaryUtils String+Extensions.swift
[47/54] Compiling BinaryUtils UInt64+Extensions.swift
[48/54] Compiling BinaryUtils DataSingleValueEncodingContainer.swift
[49/54] Compiling BinaryUtils DataUnkeyedEncodingContainer.swift
[50/54] Compiling BinaryUtils DataUnkeyedDecodingContainer.swift
[51/54] Compiling BinaryUtils DataEncoder.swift
[52/54] Compiling BinaryUtils DataKeyedEncodingContainer.swift
[53/54] Compiling BinaryUtils MD5.swift
[54/54] Compiling BinaryUtils FileHandleIterator.swift
[55/86] Compiling LSKit LSPKVersion.swift
[56/86] Compiling LSKit ModLSPK.swift
[57/86] Compiling LSKit LSX+Config.swift
[58/86] Compiling LSKit ModInfo.swift
[59/86] Compiling LSKit LSPKFileEntry+Compression.swift
[60/86] Compiling LSKit LSPKFileEntry.swift
[61/86] Compiling LSKit LSPKFileEntry10.swift
[62/89] 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")))
^
[63/89] Compiling LSKit LSXNode+ModuleInfo.swift
[64/89] Compiling LSKit LSXNode+ModuleShortDesc.swift
[65/89] Compiling LSKit LSXNode+PublishVersion.swift
[66/89] Compiling LSKit LSPK.swift
[67/89] Compiling LSKit LSPKConfiguration.swift
[68/89] Compiling LSKit LSPKError.swift
[69/89] Compiling LSKit LSPKFileEntry15.swift
[70/89] Compiling LSKit LSPKFileEntry18.swift
[71/89] Compiling LSKit LSPKHeader.swift
[72/89] Compiling LSKit LSPKHeader10.swift
[73/89] Compiling LSKit LSX+ModuleSettings.swift
[74/89] Compiling LSKit LSXNode+ConfigEntry.swift
[75/89] Compiling LSKit LSXNode+Module.swift
[76/89] 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")))
^
[77/89] 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")))
^
[78/89] 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")))
^
[79/89] 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")))
^
[80/89] Compiling LSKit LSX.swift
[81/89] Compiling LSKit LSXAttribute.swift
[82/89] Compiling LSKit LSXNode.swift
[83/89] Compiling LSKit XmlConvertible.swift
[84/89] Compiling LSKit Sequence+Extensions.swift
[85/89] Compiling LSKit String+Extensions.swift
[86/89] Compiling LSKit UTType+Extensions.swift
[87/89] Compiling LSKit LSXParser.swift
[88/89] Compiling LSKit LSXRegion.swift
[89/89] Compiling LSKit LSXVersion.swift
Build complete! (18.82s)
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 (4.61s)
Fetched https://github.com/facebook/zstd (4.61s)
Computing version for https://github.com/facebook/zstd
Computed https://github.com/facebook/zstd at 1.5.6 (2.96s)
Computing version for https://github.com/divadretlaw/BinaryUtils.git
Computed https://github.com/divadretlaw/BinaryUtils.git at 1.1.0 (0.58s)
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.