Build Information
Successful build of SwiftLuau, reference main (ace387), with Swift 6.1 for Linux on 9 Dec 2025 11:33:08 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/RadiusDay/SwiftLuau.git
Reference: main
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: git branch -m <name>
From https://github.com/RadiusDay/SwiftLuau
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at ace387f refactor(example): use require in the example instead of exposing globals
Submodule path 'lib/Luau': checked out 'c836feb2450a074581010f84da2eadeea38a3d55'
Submodule 'lib/Luau' (https://github.com/luau-lang/luau) registered for path 'lib/Luau'
Cloning into '/host/spi-builder-workspace/lib/Luau'...
Cloned https://github.com/RadiusDay/SwiftLuau.git
Revision (git rev-parse @):
ace387fdbb8ce47a0c3336dd49d7bff0d958389c
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/RadiusDay/SwiftLuau.git at main
========================================
Build
========================================
Selected platform: linux
Swift version: 6.1
Building package at path: $PWD
https://github.com/RadiusDay/SwiftLuau.git
https://github.com/RadiusDay/SwiftLuau.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"cxx_language_standard" : "c++17",
"dependencies" : [
],
"manifest_display_name" : "SwiftLuau",
"name" : "SwiftLuau",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "12.0"
},
{
"name" : "maccatalyst",
"version" : "13.0"
},
{
"name" : "ios",
"version" : "16.0"
},
{
"name" : "tvos",
"version" : "16.0"
},
{
"name" : "watchos",
"version" : "10.0"
},
{
"name" : "visionos",
"version" : "1.0"
}
],
"products" : [
{
"name" : "Luau",
"targets" : [
"Luau"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "Example",
"targets" : [
"Example"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "Luau",
"module_type" : "SwiftTarget",
"name" : "Luau",
"path" : "Sources/Luau",
"product_memberships" : [
"Luau",
"Example"
],
"sources" : [
"Abstract/LuaDynPushable.swift",
"Abstract/LuaGetable.swift",
"Abstract/LuaPushable.swift",
"Lua.swift",
"LuaBytecode.swift",
"LuaRef.swift",
"LuaState.swift",
"LuaValue.swift",
"Types/LuaBoolean.swift",
"Types/LuaBuffer.swift",
"Types/LuaFunction.swift",
"Types/LuaLightUserdata.swift",
"Types/LuaNil.swift",
"Types/LuaNumber.swift",
"Types/LuaString.swift",
"Types/LuaTable.swift",
"Types/LuaThread.swift",
"Types/LuaType.swift",
"Types/LuaUserdata.swift",
"Types/LuaVector.swift"
],
"target_dependencies" : [
"CLua"
],
"type" : "library"
},
{
"c99name" : "Example",
"module_type" : "SwiftTarget",
"name" : "Example",
"path" : "Sources/Example",
"product_memberships" : [
"Example"
],
"sources" : [
"main.swift"
],
"target_dependencies" : [
"Luau"
],
"type" : "executable"
},
{
"c99name" : "CLuaVMInternal",
"module_type" : "ClangTarget",
"name" : "CLuaVMInternal",
"path" : "lib/Luau/VM",
"sources" : [
],
"target_dependencies" : [
"CLuaCommon",
"CLuaVM"
],
"type" : "library"
},
{
"c99name" : "CLuaVM",
"module_type" : "ClangTarget",
"name" : "CLuaVM",
"path" : "lib/Luau/VM",
"product_memberships" : [
"Luau",
"Example"
],
"sources" : [
"src/lapi.cpp",
"src/laux.cpp",
"src/lbaselib.cpp",
"src/lbitlib.cpp",
"src/lbuffer.cpp",
"src/lbuflib.cpp",
"src/lbuiltins.cpp",
"src/lcorolib.cpp",
"src/ldblib.cpp",
"src/ldebug.cpp",
"src/ldo.cpp",
"src/lfunc.cpp",
"src/lgc.cpp",
"src/lgcdebug.cpp",
"src/linit.cpp",
"src/lmathlib.cpp",
"src/lmem.cpp",
"src/lnumprint.cpp",
"src/lobject.cpp",
"src/loslib.cpp",
"src/lperf.cpp",
"src/lstate.cpp",
"src/lstring.cpp",
"src/lstrlib.cpp",
"src/ltable.cpp",
"src/ltablib.cpp",
"src/ltm.cpp",
"src/ludata.cpp",
"src/lutf8lib.cpp",
"src/lveclib.cpp",
"src/lvmexecute.cpp",
"src/lvmload.cpp",
"src/lvmutils.cpp"
],
"target_dependencies" : [
"CLuaCommon"
],
"type" : "library"
},
{
"c99name" : "CLuaConfig",
"module_type" : "ClangTarget",
"name" : "CLuaConfig",
"path" : "lib/Luau/Config",
"sources" : [
"src/Config.cpp",
"src/LinterConfig.cpp",
"src/LuauConfig.cpp"
],
"target_dependencies" : [
"CLuaAst",
"CLuaCompiler",
"CLuaVM"
],
"type" : "library"
},
{
"c99name" : "CLuaCompiler",
"module_type" : "ClangTarget",
"name" : "CLuaCompiler",
"path" : "lib/Luau/Compiler",
"product_memberships" : [
"Luau",
"Example"
],
"sources" : [
"src/BuiltinFolding.cpp",
"src/Builtins.cpp",
"src/BytecodeBuilder.cpp",
"src/Compiler.cpp",
"src/ConstantFolding.cpp",
"src/CostModel.cpp",
"src/TableShape.cpp",
"src/Types.cpp",
"src/ValueTracking.cpp",
"src/lcode.cpp"
],
"target_dependencies" : [
"CLuaAst"
],
"type" : "library"
},
{
"c99name" : "CLuaCommon",
"module_type" : "ClangTarget",
"name" : "CLuaCommon",
"path" : "lib/Luau/Common",
"product_memberships" : [
"Luau",
"Example"
],
"sources" : [
"src/StringUtils.cpp",
"src/TimeTrace.cpp"
],
"type" : "library"
},
{
"c99name" : "CLuaCodeGen",
"module_type" : "ClangTarget",
"name" : "CLuaCodeGen",
"path" : "lib/Luau/CodeGen",
"sources" : [
"src/AssemblyBuilderA64.cpp",
"src/AssemblyBuilderX64.cpp",
"src/BytecodeAnalysis.cpp",
"src/BytecodeSummary.cpp",
"src/CodeAllocator.cpp",
"src/CodeBlockUnwind.cpp",
"src/CodeGen.cpp",
"src/CodeGenA64.cpp",
"src/CodeGenAssembly.cpp",
"src/CodeGenContext.cpp",
"src/CodeGenUtils.cpp",
"src/CodeGenX64.cpp",
"src/EmitBuiltinsX64.cpp",
"src/EmitCommonX64.cpp",
"src/EmitInstructionX64.cpp",
"src/IrAnalysis.cpp",
"src/IrBuilder.cpp",
"src/IrCallWrapperX64.cpp",
"src/IrDump.cpp",
"src/IrLoweringA64.cpp",
"src/IrLoweringX64.cpp",
"src/IrRegAllocA64.cpp",
"src/IrRegAllocX64.cpp",
"src/IrTranslateBuiltins.cpp",
"src/IrTranslation.cpp",
"src/IrUtils.cpp",
"src/IrValueLocationTracking.cpp",
"src/NativeProtoExecData.cpp",
"src/NativeState.cpp",
"src/OptimizeConstProp.cpp",
"src/OptimizeDeadStore.cpp",
"src/OptimizeFinalX64.cpp",
"src/SharedCodeAllocator.cpp",
"src/UnwindBuilderDwarf2.cpp",
"src/UnwindBuilderWin.cpp",
"src/lcodegen.cpp"
],
"target_dependencies" : [
"CLuaVM",
"CLuaVMInternal",
"CLuaCommon"
],
"type" : "library"
},
{
"c99name" : "CLuaAst",
"module_type" : "ClangTarget",
"name" : "CLuaAst",
"path" : "lib/Luau/Ast",
"product_memberships" : [
"Luau",
"Example"
],
"sources" : [
"src/Allocator.cpp",
"src/Ast.cpp",
"src/Confusables.cpp",
"src/Cst.cpp",
"src/Lexer.cpp",
"src/Location.cpp",
"src/Parser.cpp",
"src/PrettyPrinter.cpp"
],
"target_dependencies" : [
"CLuaCommon"
],
"type" : "library"
},
{
"c99name" : "CLuaAnalysis",
"module_type" : "ClangTarget",
"name" : "CLuaAnalysis",
"path" : "lib/Luau/Analysis",
"sources" : [
"src/Anyification.cpp",
"src/ApplyTypeFunction.cpp",
"src/AstJsonEncoder.cpp",
"src/AstQuery.cpp",
"src/AstUtils.cpp",
"src/Autocomplete.cpp",
"src/AutocompleteCore.cpp",
"src/BuiltinDefinitions.cpp",
"src/BuiltinTypeFunctions.cpp",
"src/Clone.cpp",
"src/Constraint.cpp",
"src/ConstraintGenerator.cpp",
"src/ConstraintSolver.cpp",
"src/DataFlowGraph.cpp",
"src/DcrLogger.cpp",
"src/Def.cpp",
"src/EmbeddedBuiltinDefinitions.cpp",
"src/Error.cpp",
"src/ExpectedTypeVisitor.cpp",
"src/FileResolver.cpp",
"src/FragmentAutocomplete.cpp",
"src/Frontend.cpp",
"src/Generalization.cpp",
"src/GlobalTypes.cpp",
"src/InferPolarity.cpp",
"src/Instantiation.cpp",
"src/Instantiation2.cpp",
"src/IostreamHelpers.cpp",
"src/JsonEmitter.cpp",
"src/LValue.cpp",
"src/Linter.cpp",
"src/Module.cpp",
"src/NativeStackGuard.cpp",
"src/NonStrictTypeChecker.cpp",
"src/Normalize.cpp",
"src/OverloadResolution.cpp",
"src/Quantify.cpp",
"src/RecursionCounter.cpp",
"src/Refinement.cpp",
"src/RequireTracer.cpp",
"src/Scope.cpp",
"src/Simplify.cpp",
"src/Substitution.cpp",
"src/Subtyping.cpp",
"src/Symbol.cpp",
"src/TableLiteralInference.cpp",
"src/ToDot.cpp",
"src/ToString.cpp",
"src/TopoSortStatements.cpp",
"src/TxnLog.cpp",
"src/Type.cpp",
"src/TypeArena.cpp",
"src/TypeAttach.cpp",
"src/TypeChecker2.cpp",
"src/TypeFunction.cpp",
"src/TypeFunctionReductionGuesser.cpp",
"src/TypeFunctionRuntime.cpp",
"src/TypeFunctionRuntimeBuilder.cpp",
"src/TypeIds.cpp",
"src/TypeInfer.cpp",
"src/TypeOrPack.cpp",
"src/TypePack.cpp",
"src/TypePath.cpp",
"src/TypeUtils.cpp",
"src/TypedAllocator.cpp",
"src/Unifiable.cpp",
"src/Unifier.cpp",
"src/Unifier2.cpp",
"src/UserDefinedTypeFunction.cpp"
],
"target_dependencies" : [
"CLuaAst",
"CLuaConfig",
"CLuaCompiler",
"CLuaVM"
],
"type" : "library"
},
{
"c99name" : "CLua",
"module_type" : "ClangTarget",
"name" : "CLua",
"path" : "Sources/CLua",
"product_memberships" : [
"Luau",
"Example"
],
"sources" : [
"lua.c"
],
"target_dependencies" : [
"CLuaAst",
"CLuaCompiler",
"CLuaVM"
],
"type" : "library"
}
],
"tools_version" : "6.1"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:4d72617259f6eef9908440c49a67b79bc4f973ae19f78187418ddfb5b178d4ec
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Building for debugging...
[0/169] Write sources
[2/169] Compiling ludata.cpp
[3/169] Compiling lutf8lib.cpp
[4/169] Compiling ltm.cpp
[5/169] Compiling lvmload.cpp
[6/169] Compiling lstring.cpp
[7/169] Compiling lstrlib.cpp
[8/169] Compiling lstate.cpp
[9/169] Compiling lperf.cpp
[10/169] Compiling loslib.cpp
[11/169] Compiling lveclib.cpp
[12/169] Compiling lmem.cpp
[13/169] Compiling ltablib.cpp
[14/169] Compiling ltable.cpp
[15/169] Write swift-version-24593BA9C3E375BF.txt
[15/169] Compiling lvmutils.cpp
[17/169] Compiling linit.cpp
[18/169] Compiling lfunc.cpp
[19/169] Compiling lobject.cpp
[20/169] Compiling ldo.cpp
[21/169] Compiling lnumprint.cpp
[22/169] Compiling lgcdebug.cpp
[23/169] Compiling lgc.cpp
[24/169] Compiling ldblib.cpp
[25/169] Compiling ldebug.cpp
[26/169] Compiling lcorolib.cpp
[27/169] Compiling lbuffer.cpp
[28/169] Compiling lbuflib.cpp
[29/169] Compiling lmathlib.cpp
[30/169] Compiling lbaselib.cpp
[31/169] Compiling lbitlib.cpp
[32/169] Compiling laux.cpp
[33/169] Compiling lbuiltins.cpp
[34/169] Compiling lvmexecute.cpp
[35/169] Compiling lapi.cpp
[36/169] Compiling LinterConfig.cpp
[37/169] Compiling lcode.cpp
[38/169] Compiling ValueTracking.cpp
[39/169] Compiling TableShape.cpp
[40/169] Compiling Config.cpp
[41/169] Compiling LuauConfig.cpp
[42/169] Compiling Types.cpp
[43/169] Compiling CostModel.cpp
[44/169] Compiling ConstantFolding.cpp
[45/169] Compiling Builtins.cpp
[46/169] Compiling StringUtils.cpp
[47/169] Compiling UnwindBuilderWin.cpp
[48/169] Compiling UnwindBuilderDwarf2.cpp
[49/169] Compiling lcodegen.cpp
[50/169] Compiling TimeTrace.cpp
[51/169] Compiling BuiltinFolding.cpp
[52/169] Compiling OptimizeFinalX64.cpp
[53/169] Compiling NativeProtoExecData.cpp
[54/169] Compiling NativeState.cpp
[55/169] Compiling BytecodeBuilder.cpp
[56/169] Compiling OptimizeDeadStore.cpp
[57/169] Compiling SharedCodeAllocator.cpp
[58/169] Compiling IrValueLocationTracking.cpp
[59/169] Compiling Compiler.cpp
[60/169] Compiling OptimizeConstProp.cpp
[61/169] Compiling IrTranslateBuiltins.cpp
[62/169] Compiling IrTranslation.cpp
[63/169] Compiling IrUtils.cpp
[64/169] Compiling IrRegAllocA64.cpp
[65/169] Compiling IrRegAllocX64.cpp
[66/169] Compiling IrCallWrapperX64.cpp
[67/169] Compiling IrDump.cpp
[68/169] Compiling IrBuilder.cpp
[69/169] Compiling IrLoweringX64.cpp
[70/169] Compiling EmitInstructionX64.cpp
[71/169] Compiling IrLoweringA64.cpp
[72/169] Compiling EmitBuiltinsX64.cpp
[73/169] Compiling EmitCommonX64.cpp
[74/169] Compiling IrAnalysis.cpp
[75/169] Compiling CodeGenUtils.cpp
[76/169] Compiling CodeGenX64.cpp
[77/169] Compiling CodeBlockUnwind.cpp
[78/169] Compiling CodeAllocator.cpp
[79/169] Compiling CodeGenA64.cpp
[80/169] Compiling AssemblyBuilderA64.cpp
[81/169] Compiling CodeGen.cpp
[82/169] Compiling Location.cpp
[83/169] Compiling CodeGenAssembly.cpp
[84/169] Compiling AssemblyBuilderX64.cpp
[85/169] Compiling BytecodeAnalysis.cpp
[86/169] Compiling BytecodeSummary.cpp
[87/169] Compiling CodeGenContext.cpp
[88/169] Compiling Confusables.cpp
[89/169] Compiling Cst.cpp
[90/169] Compiling Lexer.cpp
[91/169] Compiling Allocator.cpp
[92/169] Compiling Ast.cpp
[93/169] Compiling PrettyPrinter.cpp
[94/169] Compiling TypedAllocator.cpp
[95/169] Compiling Unifiable.cpp
[96/169] Compiling TypeOrPack.cpp
[97/169] Compiling TypePack.cpp
[98/169] Compiling Unifier2.cpp
[99/169] Compiling TypePath.cpp
[100/169] Compiling UserDefinedTypeFunction.cpp
[101/169] Compiling Parser.cpp
[102/169] Compiling TypeIds.cpp
[103/169] Compiling TypeUtils.cpp
[104/169] Compiling Unifier.cpp
[105/169] Compiling TypeFunctionReductionGuesser.cpp
[106/169] Compiling TypeArena.cpp
[107/169] Compiling TypeFunctionRuntime.cpp
[108/169] Compiling TypeFunction.cpp
[109/169] Compiling TypeAttach.cpp
[110/169] Compiling TypeFunctionRuntimeBuilder.cpp
[111/169] Compiling TxnLog.cpp
[112/169] Compiling TopoSortStatements.cpp
[113/169] Compiling Symbol.cpp
[114/169] Compiling Type.cpp
[115/169] Compiling ToDot.cpp
[116/169] Compiling TypeChecker2.cpp
[117/169] Compiling TableLiteralInference.cpp
[118/169] Compiling TypeInfer.cpp
[119/169] Compiling Refinement.cpp
[120/169] Compiling ToString.cpp
[121/169] Compiling Substitution.cpp
[122/169] Compiling RequireTracer.cpp
[123/169] Compiling Scope.cpp
[124/169] Compiling Simplify.cpp
[125/169] Compiling RecursionCounter.cpp
[126/169] Compiling NativeStackGuard.cpp
[127/169] Compiling Quantify.cpp
[128/169] Compiling LValue.cpp
[129/169] Compiling Subtyping.cpp
[130/169] Compiling JsonEmitter.cpp
[131/169] Compiling NonStrictTypeChecker.cpp
[132/169] Compiling OverloadResolution.cpp
[133/169] Compiling Module.cpp
[134/169] Compiling IostreamHelpers.cpp
[135/169] Compiling Instantiation2.cpp
[136/169] Compiling Linter.cpp
[137/169] Compiling Instantiation.cpp
[138/169] Compiling Normalize.cpp
[139/169] Compiling InferPolarity.cpp
[140/169] Compiling GlobalTypes.cpp
[141/169] Compiling FileResolver.cpp
[142/169] Compiling Def.cpp
[143/169] Compiling Generalization.cpp
[144/169] Compiling ExpectedTypeVisitor.cpp
[145/169] Compiling EmbeddedBuiltinDefinitions.cpp
[146/169] Compiling DcrLogger.cpp
[147/169] Compiling Error.cpp
[148/169] Compiling DataFlowGraph.cpp
[149/169] Compiling Constraint.cpp
[150/169] Compiling FragmentAutocomplete.cpp
[151/169] Compiling Clone.cpp
[152/169] Compiling Frontend.cpp
[153/169] Compiling Autocomplete.cpp
[154/169] Compiling AstUtils.cpp
[155/169] Compiling AstJsonEncoder.cpp
[156/169] Compiling ConstraintSolver.cpp
[157/169] Compiling CLua lua.c
[158/169] Compiling BuiltinTypeFunctions.cpp
[159/188] Compiling AutocompleteCore.cpp
[160/188] Compiling ConstraintGenerator.cpp
[161/188] Compiling BuiltinDefinitions.cpp
[162/188] Compiling ApplyTypeFunction.cpp
[163/188] Compiling AstQuery.cpp
[164/188] Compiling Anyification.cpp
[166/188] Compiling Luau LuaState.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[167/188] Compiling Luau LuaValue.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[168/188] Compiling Luau LuaBoolean.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[169/190] Compiling Luau LuaThread.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[170/190] Compiling Luau LuaType.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[171/190] Compiling Luau LuaString.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[172/190] Compiling Luau LuaTable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[173/190] Compiling Luau LuaDynPushable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[174/190] Compiling Luau LuaGetable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[175/190] Compiling Luau LuaPushable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[176/190] Compiling Luau LuaNil.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[177/190] Compiling Luau LuaNumber.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[178/190] Compiling Luau LuaUserdata.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[179/190] Compiling Luau LuaVector.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[180/190] Emitting module Luau
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[181/190] Compiling Luau Lua.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[182/190] Compiling Luau LuaBytecode.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[183/190] Compiling Luau LuaRef.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[184/190] Compiling Luau LuaBuffer.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[185/190] Compiling Luau LuaFunction.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[186/190] Compiling Luau LuaLightUserdata.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[187/191] Wrapping AST for Luau for debugging
[189/193] Emitting module Example
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[190/193] Compiling Example main.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[191/194] Wrapping AST for Example for debugging
[192/194] Write Objects.LinkFileList
[193/194] Linking Example
Build complete! (119.30s)
Build complete.
{
"cxx_language_standard" : "c++17",
"dependencies" : [
],
"manifest_display_name" : "SwiftLuau",
"name" : "SwiftLuau",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "12.0"
},
{
"name" : "maccatalyst",
"version" : "13.0"
},
{
"name" : "ios",
"version" : "16.0"
},
{
"name" : "tvos",
"version" : "16.0"
},
{
"name" : "watchos",
"version" : "10.0"
},
{
"name" : "visionos",
"version" : "1.0"
}
],
"products" : [
{
"name" : "Luau",
"targets" : [
"Luau"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "Example",
"targets" : [
"Example"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "Luau",
"module_type" : "SwiftTarget",
"name" : "Luau",
"path" : "Sources/Luau",
"product_memberships" : [
"Luau",
"Example"
],
"sources" : [
"Abstract/LuaDynPushable.swift",
"Abstract/LuaGetable.swift",
"Abstract/LuaPushable.swift",
"Lua.swift",
"LuaBytecode.swift",
"LuaRef.swift",
"LuaState.swift",
"LuaValue.swift",
"Types/LuaBoolean.swift",
"Types/LuaBuffer.swift",
"Types/LuaFunction.swift",
"Types/LuaLightUserdata.swift",
"Types/LuaNil.swift",
"Types/LuaNumber.swift",
"Types/LuaString.swift",
"Types/LuaTable.swift",
"Types/LuaThread.swift",
"Types/LuaType.swift",
"Types/LuaUserdata.swift",
"Types/LuaVector.swift"
],
"target_dependencies" : [
"CLua"
],
"type" : "library"
},
{
"c99name" : "Example",
"module_type" : "SwiftTarget",
"name" : "Example",
"path" : "Sources/Example",
"product_memberships" : [
"Example"
],
"sources" : [
"main.swift"
],
"target_dependencies" : [
"Luau"
],
"type" : "executable"
},
{
"c99name" : "CLuaVMInternal",
"module_type" : "ClangTarget",
"name" : "CLuaVMInternal",
"path" : "lib/Luau/VM",
"sources" : [
],
"target_dependencies" : [
"CLuaCommon",
"CLuaVM"
],
"type" : "library"
},
{
"c99name" : "CLuaVM",
"module_type" : "ClangTarget",
"name" : "CLuaVM",
"path" : "lib/Luau/VM",
"product_memberships" : [
"Luau",
"Example"
],
"sources" : [
"src/lapi.cpp",
"src/laux.cpp",
"src/lbaselib.cpp",
"src/lbitlib.cpp",
"src/lbuffer.cpp",
"src/lbuflib.cpp",
"src/lbuiltins.cpp",
"src/lcorolib.cpp",
"src/ldblib.cpp",
"src/ldebug.cpp",
"src/ldo.cpp",
"src/lfunc.cpp",
"src/lgc.cpp",
"src/lgcdebug.cpp",
"src/linit.cpp",
"src/lmathlib.cpp",
"src/lmem.cpp",
"src/lnumprint.cpp",
"src/lobject.cpp",
"src/loslib.cpp",
"src/lperf.cpp",
"src/lstate.cpp",
"src/lstring.cpp",
"src/lstrlib.cpp",
"src/ltable.cpp",
"src/ltablib.cpp",
"src/ltm.cpp",
"src/ludata.cpp",
"src/lutf8lib.cpp",
"src/lveclib.cpp",
"src/lvmexecute.cpp",
"src/lvmload.cpp",
"src/lvmutils.cpp"
],
"target_dependencies" : [
"CLuaCommon"
],
"type" : "library"
},
{
"c99name" : "CLuaConfig",
"module_type" : "ClangTarget",
"name" : "CLuaConfig",
"path" : "lib/Luau/Config",
"sources" : [
"src/Config.cpp",
"src/LinterConfig.cpp",
"src/LuauConfig.cpp"
],
"target_dependencies" : [
"CLuaAst",
"CLuaCompiler",
"CLuaVM"
],
"type" : "library"
},
{
"c99name" : "CLuaCompiler",
"module_type" : "ClangTarget",
"name" : "CLuaCompiler",
"path" : "lib/Luau/Compiler",
"product_memberships" : [
"Luau",
"Example"
],
"sources" : [
"src/BuiltinFolding.cpp",
"src/Builtins.cpp",
"src/BytecodeBuilder.cpp",
"src/Compiler.cpp",
"src/ConstantFolding.cpp",
"src/CostModel.cpp",
"src/TableShape.cpp",
"src/Types.cpp",
"src/ValueTracking.cpp",
"src/lcode.cpp"
],
"target_dependencies" : [
"CLuaAst"
],
"type" : "library"
},
{
"c99name" : "CLuaCommon",
"module_type" : "ClangTarget",
"name" : "CLuaCommon",
"path" : "lib/Luau/Common",
"product_memberships" : [
"Luau",
"Example"
],
"sources" : [
"src/StringUtils.cpp",
"src/TimeTrace.cpp"
],
"type" : "library"
},
{
"c99name" : "CLuaCodeGen",
"module_type" : "ClangTarget",
"name" : "CLuaCodeGen",
"path" : "lib/Luau/CodeGen",
"sources" : [
"src/AssemblyBuilderA64.cpp",
"src/AssemblyBuilderX64.cpp",
"src/BytecodeAnalysis.cpp",
"src/BytecodeSummary.cpp",
"src/CodeAllocator.cpp",
"src/CodeBlockUnwind.cpp",
"src/CodeGen.cpp",
"src/CodeGenA64.cpp",
"src/CodeGenAssembly.cpp",
"src/CodeGenContext.cpp",
"src/CodeGenUtils.cpp",
"src/CodeGenX64.cpp",
"src/EmitBuiltinsX64.cpp",
"src/EmitCommonX64.cpp",
"src/EmitInstructionX64.cpp",
"src/IrAnalysis.cpp",
"src/IrBuilder.cpp",
"src/IrCallWrapperX64.cpp",
"src/IrDump.cpp",
"src/IrLoweringA64.cpp",
"src/IrLoweringX64.cpp",
"src/IrRegAllocA64.cpp",
"src/IrRegAllocX64.cpp",
"src/IrTranslateBuiltins.cpp",
"src/IrTranslation.cpp",
"src/IrUtils.cpp",
"src/IrValueLocationTracking.cpp",
"src/NativeProtoExecData.cpp",
"src/NativeState.cpp",
"src/OptimizeConstProp.cpp",
"src/OptimizeDeadStore.cpp",
"src/OptimizeFinalX64.cpp",
"src/SharedCodeAllocator.cpp",
"src/UnwindBuilderDwarf2.cpp",
"src/UnwindBuilderWin.cpp",
"src/lcodegen.cpp"
],
"target_dependencies" : [
"CLuaVM",
"CLuaVMInternal",
"CLuaCommon"
],
"type" : "library"
},
{
"c99name" : "CLuaAst",
"module_type" : "ClangTarget",
"name" : "CLuaAst",
"path" : "lib/Luau/Ast",
"product_memberships" : [
"Luau",
"Example"
],
"sources" : [
"src/Allocator.cpp",
"src/Ast.cpp",
"src/Confusables.cpp",
"src/Cst.cpp",
"src/Lexer.cpp",
"src/Location.cpp",
"src/Parser.cpp",
"src/PrettyPrinter.cpp"
],
"target_dependencies" : [
"CLuaCommon"
],
"type" : "library"
},
{
"c99name" : "CLuaAnalysis",
"module_type" : "ClangTarget",
"name" : "CLuaAnalysis",
"path" : "lib/Luau/Analysis",
"sources" : [
"src/Anyification.cpp",
"src/ApplyTypeFunction.cpp",
"src/AstJsonEncoder.cpp",
"src/AstQuery.cpp",
"src/AstUtils.cpp",
"src/Autocomplete.cpp",
"src/AutocompleteCore.cpp",
"src/BuiltinDefinitions.cpp",
"src/BuiltinTypeFunctions.cpp",
"src/Clone.cpp",
"src/Constraint.cpp",
"src/ConstraintGenerator.cpp",
"src/ConstraintSolver.cpp",
"src/DataFlowGraph.cpp",
"src/DcrLogger.cpp",
"src/Def.cpp",
"src/EmbeddedBuiltinDefinitions.cpp",
"src/Error.cpp",
"src/ExpectedTypeVisitor.cpp",
"src/FileResolver.cpp",
"src/FragmentAutocomplete.cpp",
"src/Frontend.cpp",
"src/Generalization.cpp",
"src/GlobalTypes.cpp",
"src/InferPolarity.cpp",
"src/Instantiation.cpp",
"src/Instantiation2.cpp",
"src/IostreamHelpers.cpp",
"src/JsonEmitter.cpp",
"src/LValue.cpp",
"src/Linter.cpp",
"src/Module.cpp",
"src/NativeStackGuard.cpp",
"src/NonStrictTypeChecker.cpp",
"src/Normalize.cpp",
"src/OverloadResolution.cpp",
"src/Quantify.cpp",
"src/RecursionCounter.cpp",
"src/Refinement.cpp",
"src/RequireTracer.cpp",
"src/Scope.cpp",
"src/Simplify.cpp",
"src/Substitution.cpp",
"src/Subtyping.cpp",
"src/Symbol.cpp",
"src/TableLiteralInference.cpp",
"src/ToDot.cpp",
"src/ToString.cpp",
"src/TopoSortStatements.cpp",
"src/TxnLog.cpp",
"src/Type.cpp",
"src/TypeArena.cpp",
"src/TypeAttach.cpp",
"src/TypeChecker2.cpp",
"src/TypeFunction.cpp",
"src/TypeFunctionReductionGuesser.cpp",
"src/TypeFunctionRuntime.cpp",
"src/TypeFunctionRuntimeBuilder.cpp",
"src/TypeIds.cpp",
"src/TypeInfer.cpp",
"src/TypeOrPack.cpp",
"src/TypePack.cpp",
"src/TypePath.cpp",
"src/TypeUtils.cpp",
"src/TypedAllocator.cpp",
"src/Unifiable.cpp",
"src/Unifier.cpp",
"src/Unifier2.cpp",
"src/UserDefinedTypeFunction.cpp"
],
"target_dependencies" : [
"CLuaAst",
"CLuaConfig",
"CLuaCompiler",
"CLuaVM"
],
"type" : "library"
},
{
"c99name" : "CLua",
"module_type" : "ClangTarget",
"name" : "CLua",
"path" : "Sources/CLua",
"product_memberships" : [
"Luau",
"Example"
],
"sources" : [
"lua.c"
],
"target_dependencies" : [
"CLuaAst",
"CLuaCompiler",
"CLuaVM"
],
"type" : "library"
}
],
"tools_version" : "6.1"
}
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:4d72617259f6eef9908440c49a67b79bc4f973ae19f78187418ddfb5b178d4ec
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.